Woh, deja vu!
— Comments — dynamic, extjs, forms, html, javascript, language — 1 min read
Something just hit me. Back in 2002/2003 I was developing a content management system much like WordPress and Drupal. One of the first things I wanted to cover was a common form feel. So I developed a form description language that I could use to describe a form with a small block of what elements and fields I wanted, and the interpreter did the rest.
Fast forward to the present and at work I'm working with the Sencha (aka ExtJS) user interface framework/library and they have a JSON config that will render the entire UI!
These deja vu moments are starting to hit too frequently... Its about time I take my ideas and pushed them forward.