Add multiple chained ajax comboboxes without writing even one line of javascript code, using a php class
2007-10-01
Add chained selects to your page without writing javascript code. Just add your html, call some methods and let the php class handle everything else
Read more
Validate your html forms with javascript and php with a simple php class that generates everything
2007-09-30
Validate your forms with javascript to make it easier for the user and reduce server load. The php class generates the javascript automatically and it also has a fallback to php validation if javascript is not available. It works with both php4 and php5.
Read more
How to display infinite depth expandable categories using php and javascript
2007-09-30
Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.
Read more
How to display inifinit depth expandable categories using php and javascript
2007-09-29
Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.
Read more
Why template systems like smarty are useless and sometimes bad
2007-09-27
Because there is a learning curve, because most php template classes have their own tags or even their own language like smarty and because they are very slow.
Read more
Simplicity is prerequisite for reliability.