Serving XHTML Properly

Ian Hickson authored the very helpful article Sending XHTML as text/html Considered Harmful. It details many of the things that occur when the wrong mime type is sent to the UA. Keystone Websites provides a very useful summary of Hicksons article while providing a way to server XHTML with the correct mime type. Serving up [...]

What you should know about XHTML 1.1

Great article listed on Dionidium that tells you, it nice list form, Everything you need to know about xHTML 1.1. With convenient links to the more info, this is a great resource.

XPath – a lesson in usefulness

This morning Simon Willison published the article
Using XPath to mine XHTML
. Therein he gives an example of using Python with XPath to retrieve data from his blog easily. Of course the example is trivial, but it does highlight the possiblities for easy retrieval, re-use and integration of data. All made possible by the power of [...]