Interesting Google Technique
November 21st, 2008 By: brianAs I was browsing today, I noticed an interesting technique in use on the Google search results page. The innocent and plain logo at the top left is actually a single image file made up of multiple images which then are made visible by the CSS for each placement:
This is presumably for optimization. Every little bit counts when you serve up 20 bazillion hits a minute.



Some time ago I had a situation where a clients SQL database was about 70GB larger than they expected it to be. That is like 10 times larger than they expected.
They asked me to trouble shoot the problem; with no clue as to what the problem should be.
To begin with I decided to find out the size of each individual table to determi...
November 24th, 2008 at 10:58 am
More info about CSS sprites: http://www.alistapart.com/articles/sprites/