Lately I've been playing with a shorthand code editing plugin called Zen Coding that works incredibly well. The nitty gritty of what it does is simple. Take the example markup:
This can be simplified as: div#wrapper>(div#top>div.left+div.right)+(div#middle>h1+p)+(div#bottom>p)


