April 14, 2007
HTML5, XHTML2, and the Future of the Web
Good summary of the “competing” HTML/XHTML “standards”. There’s the engineering side of my brain that loves the ‘you have to close every tag’ tidyness of XHTML, but let’s face it, the pragmatic reverse-engineered-tag-soup approach of HTML5 is going to win this one.
November 2, 2006
Yahoo! UI Library (YUI)
Wicked-nifty Javascript UI library, generously open-sourced by Yahoo. Using this with Django and Lucene, I was able to knock out a pretty decent AJAXy autocompleting search box within 24 hours of opening my big yap in a meeting and suggesting it as a feature. (The “Design Pattern Library” is also worth a read to anyone who juggles HTML)
July 25, 2006
Aptana: The Web IDE
IDE built on top of Eclipse (and available as an Eclipse plugin) that aids in the coding of HTML, CSS and JavaScript. The code-completion tooltips showing you which browsers understand which keywords looks dead handy.
May 26, 2006
Websites as graphs - an HTML DOM Visualizer Applet
Whizzy Java applet which creates a pretty map of a web page’s structure.
May 25, 2006
Beautiful Soup
Python HTML parser which doesn’t choke on malformed markup. Handy for screenscraping.