Archive for 'CSS'
CSS Frameworks, cut down on your development time.

CSS Frameworks, cut down on your development time.

Posted 05 October 2009 | By Vidal | Categories: CSS | No Comments

A CSS framework, also known as a web design framework is a pre-prepared library that is meant to allow for easier, more standards-compliant styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks (usually packaged as external .css sheets inserted into the header) package a number [...]

Modernizr: start implementing CSS 3 and HTML5 features now

Modernizr: start implementing CSS 3 and HTML5 features now

Posted 06 July 2009 | By Vidal | Categories: CSS | No Comments

So, you’re a front-end developer, and you want to start taking advantage of new features in CSS 3 and HTML5. That’s great, but you know that most of your users aren’t running browsers that support these new standards. You could just wait for browsers to get with the times, or you could check out Modernizr.

Modernizr [...]

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 [...]

Top 17 CSS Tutorials

Posted 11 April 2008 | By Vidal | Categories: CSS, Tutorials | No Comments

Sites with long, multiple tutorials on CSS.

CSS Basics.com : Learn everything you ever wanted to know about the basics of CSS CSS Tutorials : at EchoEcho CSS Tutorials : Eric Meyer / Meyerweb CSS Tutorials : at Tizag CSS [...]

Top 17 CSS Lightbox Variations

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

CSS techniques to overlay images on a webpage.

Lightbox JS : Original; a simple, unobtrusive script used to overlay images on the current page. Greased Lightbox : Greasemonkey/Creammonkey/Opera user script designed to enhance browsing on websites that link to images such as Google Image Search, Flickr, Wikipedia, Facebook, MySpace, [...]

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]