Coding Dojo Show me the Code!

17Feb/10Off

Basic Tools For Web Developers

Well to keep up with a sort of introduction kind of posts, I decided to show case some of the tools I use on a day to day basis when it comes to developing web applications.

Let me just state before I continue that my de facto browser for development purposes is and will ever be Mozillas Firefox.

Having said that lets dive into the plugins I use:

  • Firebug : 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.
  • fireRainbow : Javascript syntax highlighting for Firebug
  • WebDeveloperToolbar : he Web Developer extension adds a menu and a toolbar with various web developer tools.
  • Yslow : YSlow analyzes web pages and why they're slow based on Yahoo!'s rules for high performance web sites.
  • Live HTTP headers : View HTTP headers of a page and while browsing.
  • FirePHP : FirePHP enables you to log to your Firebug Console using a simple PHP method call.
  • showIp : Show the IP address(es) of the current page in the status bar. It also allows querying custom information services by IP (right mouse button) and hostname (left mouse button), like whois, netcraft,etc.
  • colorzilla : Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies.
  • Screen Grab : Screengrab! saves webpages as images. It will capture what you can see in the window, the entire page, just a selection, a particular frame... basically it saves webpages as images - either to a file, or to the clipboard.
  • x-ray : See the tags on a page without viewing the sourcecode.

Also some very cool web apps that I commonly use:

  • Jslint : The Javascript Code Quality Tool, created by Douglas Crockfor.
  • JsonLint : A handy Json Validator.
  • CSS selector gadget : A point and click CSS selector, works as a bookmarklet, very handy tool.

That would be it any questions or comments feel free to do so.

Happy coding! :D

Comments (0) Trackbacks (0)

Sorry, the comment form is closed at this time.

Trackbacks are disabled.