Featured Post

Javascript href Voids and More

- If you are a web developer raise your hand. *raises hand* - If you have ever referenced Javascript for a link address raise your hand. *raises hand* I'm sure there are many guilty developers out in the wild who use the age old classic <a href="javascript:function();">Click Here</a> A...

Read More

CSS Sprites or How to make your pages load faster

Posted by chelfers | Posted in CSS, HTML, Web | Posted on 28-07-2009

Tags: , , , ,

0

Regurgitating old web techniques seems to be somewhat of a trend I've fallen into recently, but as I see questions and non-existent usage of these important and basic techniques I feel obligated to help spread the word once again.

Here are a couple of great articles explaining what CSS sprites are, their purpose, makeup, and why no site has a reason to NOT be using this technique aside from laziness ( which is why my blog doesn't use them, <3 Wordpress ).

- http://www.alistapart.com/articles/sprites
- http://css-tricks.com/css-sprites/

Save the Pandas, take the bus, stick to w3 standards! Ah, who am I kidding.