Published on July 8, 2009 in tips and tricks · 1 comment
When it comes to validation, one of the most challenging areas of a blog is the sidebar. For a HTML newbie, it isn’t always self-evident that a li tag must be nested inside of a ul or ol tag. Or the default markup for the widgets is:
Published on January 11, 2009 in Wordpress · 2 comments
One of the biggest challenges one has to face when deciding to pass from the transitional xhtml validation to the strict one is certainly the recalcitrant searchform script. In this text, I present you a simple piece of code that will strict validate. The most common searchform script Currently, the most common searchform script is this one: <form [...]