How to make a proper website

Sunday, 27. September 2009

The term web standards can mean different things to different people. For some, it is ‘table-free sites’, for others it is ‘using valid code’. However, web standards are much broader than that. A site built to web standards should adhere to standards (HTML, XHTML, XML, CSS, XSLT, DOM, MathML, SVG etc) and pursue best practices (valid code, accessible code, semantically correct code, user-friendly URLs etc).

Read more >>

CSS Menu Generator

Monday, 21. September 2009

While ago I was searching for some drop down menu examples using only html and css. I found plenty of them, but all had a single problem in common: compatibility with IE.

Read more >>