Jump to content

Martijn Geerts

PW-Moderators
  • Posts

    2,769
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Martijn Geerts

  1. I'm using: $table = $this->modules->get("MarkupAdminDataTable"); Then when I need to have a form wrapped around it I'll end up like this $output = "<form action='./dosomething' method='post'>"; $output .= $table->render(); $output .= "</form>"; Is there a cleaner way to do it ?
  2. Ryan, you're amazing... Already fixed !
  3. @Gazley it's just personal preference that if something can be done using CSS without additional classes I'll take that approach.
  4. @Gazley, I don't think it's a bad idea, but if can be done with CCS then i think that is preferable as it is presentational.
  5. First-child selector has got good support, IE7 and up, last-child I think IE9. The link provided by Soma helps with a lot of circumstances. I love Selectivizr. And I think not spitting out class="" in PHP makes the code much cleaner.
  6. Wow this looks very nice. Gonna test it soon when i'm back again & have acces to my comp again.
  7. Thank you ryan for all the quick respons.... as always
  8. Think it was placed under Agrio... City name is 's-Heerenberg, Company Agrio
  9. Yep, I can confirm, that there's 2.2.5 in the zip filename, but it's actually 2.2.7
  10. The newest GitHub version will work I think, saw ryan did some changes to the core for the FORM a week ago or so.
  11. A colleague just ordered the Form Builder, exiting. Can't wait to try it.
  12. Looks real cool!
  13. or: jqueryfordesigners.... & visualjquery both old but good.... tnx Remy.. you saved me there...
  14. Of topic. About files, is there any good solution found to the max amount of files that can be stored in a folder ? For example if you have a site with user generated content, page folders can quickly out grow the maximum amount of stored files in a folder.
  15. Great to hear !!, also saw on Github you fixed the sessionLoginThrottle as well... Nice work ryan.
  16. You need to shave reno, your beard tickles in irc...
  17. You're welcome thistimj.
  18. I think when you want PW to be more famous. Just the right guys should hear about it. L. Jeffrey Zeldman, Chris Coyier, Remy Sharp, Eric A. Meyer or Paul Irish for example. If they tell something nice about PW, usage of PW will expand. (I think) The problem with competitions you mentioned is I think is that they have to compair things you can't compair. ( appels met peren vergelijken [Dutch] ) So the outcome is never honest.
  19. Does your p tags in your CSS hass a margin-bottom or a padding-bottom ?
  20. Can imagine that it's looks like a soup. Take a view evenings, and learn some basic PHP I recommend. After that spend some nights on the variable pages. Ryan has done a great job describing the variables. Give your self some time, don't want to much at once. You'll learn step by step. Now Soma, ryan, apeisa and all the other module writers are learning me OOP due to the fact that they comment their scripts most of the time very well. So i recommend when you start writing scripts, comment all what you're writing, what a variable is, what it does or just what you don't understand.
  21. Thats cool, if it's in the core... I'll delete my (xtra) throttle functions in my module.... I'll hope I will find the time to continue with writing of it.
  22. SessionLogginthrottle.module counts the amounts of invalid login. & set the time when tried to login. If you you have a valid login, i think( not shure) that the login counter should be reset to 1. So nextime you login in wrong again you dont have to wait, 90 or 120 or 300 seconds for example.
  23. isn't slow over here...
  24. Somehow I think the sessionLoginThrottle should reset it self to 1 entry or just delete the entrie in the DB after valid login. Maybe there is a bug in that module. In the module I'm writing, I just set the amount back to 1.
×
×
  • Create New...