Featured Post

CSS Arrows / Pointer Tutorial

Arrows, pointers, triangles, whatever you wish to call this technique you will end up making a pure CSS arrow; graphics are forbidden! The process is actually extremely simple, the basic idea is that you you set a nice fat border then remove the side you wish the arrow to point to. Example Code .right-arrow...

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.