Background:
"Zen coding" is apparently the name of a style of text-entry in an IDE or editor whereby the user can type small abbreviations that are expanded into HTML. This is not necessarily a new idea, just an elaboration on an old one that many editors support.
The nice thing about it is that the manual entry takes on an aspect of interactive programming. To understand what I mean, watch this screencast:
http://pepelsbey.net/pro/2008/08/zen-html/
Questions:
- Who invented this?
- Are there multiple "standards" or "specifications" out there for someone who might want to implement this in their own editor/IDE/product?
- Is this convention similar to the convention for "Wiki markup" where there are multiple variants all over the place and some undocumented?