Tag Archives: My Personal Projects
53 CSS tutorials anyone can do

53 CSS tutorials anyone can do

Posted 24 April 2008 | By | Categories: Tutorials | No Comments

There are many advantages to designing with Cascading Style Sheets. CSS is extremely easy to learn and rework once a basic site framework has been established. Websites, or website components can easily be changed into something totally different just by swapping a single CSS file, or a line within a CSS file. CSS designers always [...]

Top 9 CSS and HTML validation services

Posted 11 April 2008 | By | Categories: CSS | No Comments

Tools and services to validate css / html / code. Walidator.com : front end to most common official validators Markup Validation Service : Markup Validation Service by W3.org CSS Validator : CSS Validation Service by W3.org CSSCheck : CSS validator at HTMLHelp Feed Atom and RSS Feed Validator : Atom and RSS Feed Validator at [...]

CSS:Auto-matic Link Icons

Posted 10 April 2008 | By | Categories: CSS | No Comments

CSS 2.1 has many new wonderful capabilities and cool tricks – automatic link icons. First, a look at the end result :- This is a normal link. This is an external link to Google. This is a link to a MS Word document. This is a .zip file. (don’t bother clicking the links though – [...]

Styling form controls

Posted 09 April 2008 | By | Categories: Developer Tools | No Comments

Roger Johansson has an in depth, 2 part look at styling form controls across the different operating systems and browsers. A worthy read if you have ever tried to wrangle submit buttons and input boxes into some form of consistency across browsers while trying to tweak their looks. Visit site