September 2011

Organize your desktop with Stardock Fences
Stardock Fences is a program that helps you organize your desktop and can hide your icons when they are not in use. You can clean and organise your desktop by creating shaded areas which become movable and sizable containers for your icons. Double click blank spaces on your desktop and […]
Most Often Made CSS Mistakes
Not closing a div or adding unnecessary closing div Leaving out the ending semi colon or misplacing semi colon. Eg. .ml {float:left }; instead of .ml {float:left; } Not including “#” on color attributes.Eg: color:efefef instead of color:#efefef Typing id and class name differently in CSS file and HTML file.. […]
Lessons learned from Tetris game
“If Tetris has taught me anything, it is that errors pile up and accomplishments disappear.”
Color Combination
Color Combos is a website where you’re sure to find the perfect color combination for your project. This site was built to help web developers quickly select and test website color combinations. The heart of the site is the Combo Tester, which allows web developers to see how different color […]