found 4 posts tagged css
start blog post

Easy CSS Minification on Client and Server

feb
05

2010

Learn how to easily minify your CSS stylesheets. Examples in JavaScript and PHP for client and server.

var tags = [, , ];

read(this.post); // 0 Comments

end blog post
start blog post

The Three Cs of Fast CSS and JavaScript

oct
12

2009

Drastically speed up your website by using PHP to combine and compress your CSS and JavaScript files on the fly, then automatically cache the result.

var tags = [, , , ];

read(this.post); // 5 Comments

end blog post
start blog post

Generate Social Bookmarks with PHP

nov
04

2008

Automatically populate social bookmarking links using PHP and CSS sprites.

var tags = [, ];

read(this.post); // 0 Comments

end blog post
start blog post

Specificity in CSS

oct
31

2008

Understanding specificity in CSS, and tips on using CSS selectors effectively.

var tags = [];

read(this.post); // 0 Comments

end blog post