Tag Archives: Resources
53 CSS tutorials anyone can do

53 CSS tutorials anyone can do

Posted 24 April 2008 | By Vidal | 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 Vidal | 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 [...]

CSS:Auto-matic Link Icons

Posted 10 April 2008 | By Vidal | 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 – they’re empty) Via [psyked.co.uk]

Styling form controls

Posted 09 April 2008 | By Vidal | 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