Web Development Tools I can’t do without

Found in Channel : Code Lab, Random Talks, Web Development — Damilare @ 9:46 am 1 Comment »

There are five web development tools I live by everyday and night. They are Firebug, Web Developer Toolbar, ColorZilla, PHP Designer and Adobe Fireworks. Good news is they are all free except the last two (there are open source alternatives).

Firebug

I’d say firebug is the most exciting of them all, making JavaScript debugging a lot easier. Firebug is a Mozilla Addon that explains the CSS, XHTML and JavaScript components on a web page.

Firebug is developed by Joe Hewitt of facebook. Read more on firebug on getfirebug.com

Web Developer Toolbar

Web Developer toolbar is a useful toolbar developed by Chris Pederick. WDT adds a menu to the firefox browser that gives you access to various tools like page Ruler to measure any dimension on your page, image information, edit any website’s XHTML and preview changes instantly, view style information and edit CSS files, and much more.

See more information on Web Development Toolbar on Chrispederick.com

Continue reading the post…