Tags
404 aron avi blogging bose burnout paradise cake call of duty craft defective detective dial m for murder error featured ganesha Gears Of War godaddy Halo 3 hyderabad ipod iPod touch isquint january software update javascript jessica jquery jsp kittens linux monk mrs fletcher murder national treasure peas photo pigen cipher pohe portable Pulihora rice Tamarind tomcat trim whitespace wordpress xbox 360Categories
-
Category Archives: HTML/CSS
calculate div position
After trying out loads of ways to find out the position of div in web page I found this be the best code function getPosition(obj){ var topValue= 0,leftValue= 0; while(obj){ leftValue+= obj.offsetLeft; topValue+= obj.offsetTop; obj= obj.offsetParent; } finalvalue = {‘left’: … Continue reading
very nice article on color theory
Color in design is very subjective. What evokes one reaction in one person may evoke a very different reaction in somone else. Sometimes this is due to personal preference, and other times due to cultural background. Color theory is a … Continue reading
CSS Differences in Internet Explorer 6, 7 and 8
One of the most bizarre statistical facts in relation to browser use has to be the virtual widespread numbers that currently exist in the use of Internet Explorer versions 6, 7 and 8. As of this writing, Internet Explorer holds … Continue reading
Date Display Technique with Sprites
http://css-tricks.com/date-display-with-sprites/
Cufón – Another sIFR alternative for Font Embedding
Cufón is similar to Typeface.js which aims to become a worthy alternative to sIFR, and despite its merits still remains painfully tricky to set up and use. Cufón consists of two individual parts as well – a font generator, which … Continue reading
