Wed, Mar 19, 2008 @ 7:22 pm4 comments
Theres’ been a bit of news recently about the ‘semantic web‘ (or data web) with Yahoo! announcing that their new Search Open Ecosystem will support semantic web standards, thereby providing a far richer and more useful search experience. Tim Berners-Lee, the founder of the Internet, even believes that the rise of the semantic web could see the wane of Google.
More on Will the ‘semantic web’ see XHTML finally supercede HTML?

Posted in Semantic web | Web Development
Sat, Mar 1, 2008 @ 3:49 pm17 comments
When I wrote the original article on how to achieve cross-browser consistency when styling form legends, I noted that there was a bug in the way Firefox handled legends which required an additional div to be wrapped around the fieldset with positioning and other styling applied to the div rather than the fieldset. The bug appears to still have not been resolved, but as Thierry Koblenz pointed out in the comments on the original article, there is a way to achieve the same effect across browsers that doesn’t require the additional div.
More on Legends of Style Revised

Posted in CSS | HTML