Saturday, July 26th, 2008
A CSS framework is a simple template that may contain several CSS and HTML files which you can use as a starting point for your websites. Every web developer knows, that at some point you have to define classes and IDs you’ve already defined in your previous web-projects, so instead of defining global [...]
Saturday, July 26th, 2008
One of the most common mistakes when creating a website is not removing the default browser CSS styling. This leads to inconsistencies in the appearance of your website design across browsers, and makes a lot of coders to blame the browser. It is a misplaced blame, of course. Before you do anything else [...]
Saturday, August 4th, 2007
Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
Firebug features:
Just the way you like it
Firebug is always just a keystroke away, but it never gets in your way. You can open Firebug [...]
Saturday, August 4th, 2007
The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock, Mozilla and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux.
It is created by Chris Pederick in order to handle dozens of [...]
Saturday, October 14th, 2006
In an ideal world, properly coded CSS would work in every browser with CSS support. Unfortunately, we do not live in an ideal world, and browsers are littered with bugs and inconsistencies. To create pages that displayed the same across a variety of browsers, CSS developers had to get creative. By using bugs and unimplemented [...]