I see a form consisting of the following elements: objects -> fields presentation = layout + style validation triggers I want to be able to build forms programmatically like this: account_form = new form() account_form.add_object(account) account_form.add_presentor(account_html_layout, site_style) account_form.add_validator(account_form_validator) account_form.add_validation_rule(min_length(account.first_name, 2)) account_form.add_trigger(onsubmit(send_email_to(aarone@example.com))) account_form.add_trigger(onblur(account.first_name, validate(account.first_name)) objects presentation = layout + style validation triggers A form should be … Continue reading I want an online form builder
Month: December 2009
Looking for Google wave/docs/appengine project
I posted the following ad on Craigslist. It's an experiment in looking for customers with good ideas. It will potentially help me find a good customer -- and (hopefully) for them find a good developer. Without the big upfront commitment. But it's also an excuse for me to learn the Google platform. I could make … Continue reading Looking for Google wave/docs/appengine project
HTML5 not needed
I posted a comment on a post about HTML5 and client-side SQL by Kas Thomas at assertTrue.blogspot.com. It talks about-- The Los Angeles Times story about Google deprecating Gears in favor of "HTML5" --and goes on to discuss that Apple, Google, and the W3C are pushing for an HTML5 spec that includes, in essence, SQLite. … Continue reading HTML5 not needed