In a previous post, I talked about how to get the most out of the HTML_QuickForm PEAR library. I then wrote an improved version for ONLamp. A reader there asked how to implement a custom form renderer using my HTML_QuickerForm class.
Adding Custom Renderers To HTML_QuickerForm
Categories:
Related Post
A Potential Confusion When Converting HABTM Relationships to has_many :through.A Potential Confusion When Converting HABTM Relationships to has_many :through.
As someone relatively new to Ruby on Rails, I managed to confuse myself on one of my Rails projects recently when I decided to follow some very logical advice in
A Few Drupal RecipesA Few Drupal Recipes
I am finishing a Drupal based project which required that I explore areas of Drupal that were new to me. The result is that I have some snippets of code
Test Driving a RESTful Django ContributionTest Driving a RESTful Django Contribution
This time around, I will try to take the logical next step with my exploration of REST and Django, and begin creating a Django contribution to implement the ideas I