|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Introduction to Firebug
Category: Web Development > Javascript
Posted: 06 May 08
Firebug is an essential Firefox extension for web designers and developers. You are able to quickly target any element on a page to see the markup, the CSS, the layout, and the DOM in an instant. Not only can you see all of this juicy information, you can edit and see the results directly in the brow...
|
|
CSS Formatting
Category: Web Development > Other
Posted: 01 Apr 08
Being organized and using good formatting in your CSS files can save you lots of time and frustration during your development process and especially during troubleshooting. The multi-line format makes it easy to browse attributes but makes your file vertically very long. The single-line format keeps ...
|
|