• Fix for problems with Log 404 plugin (version 1.2.1) for Wordpress

    Matt Read has written a nice plugin, named Log 404, that logs the last one hundred 404 errors. Unfortunately, release 1.2.1 from April 22th, 2006, has two problems:

    1. a small typo (”exsist” instead of “exist”)
    2. the log isn’t displayed in WP’s admin area (at least not with Firefox 2.0)

    Read the rest of this entry »

  • Combining DHTMLRules, tableless layout and multiple page forms with HTML_QuickForm

    With the new 0.3.0 release of HTML_QuickForm_DHTMLRulesTableless it is now possible to build forms with HTML_QuickForm that have the following features:

    • tableless layout (no <table> tags, very good accessibility)
    • DHTMLRules (form elements errors are shown on top of each element)
    • more than one page

    Read the rest of this entry »

  • Generator for DB_Table

    As announced on February 18th, a generator for DB_Table is available now. David C. Morse has put some work into this new generator script which was based on the script that PEAR::DB_DataObject offers.
    Read the rest of this entry »