Couple of tools i've been using more during development

Status
Not open for further replies.

shaggz

New member
Nov 29, 2006
269
10
0
Southeast US
I searched on each of these with no hits, so it looks like they've never been mentioned before.

Firebug -- this is a firefox plugin which allows inspection of all html and includes, IMHO, the best javascript debugger out there. The coolest feature for me is the 'Inspect' option. You can mouseover any DOM element on a page, and it will show/highlight it's html in the details window. Great for easily sniffing out form var names and quickly seeing how something is done on a page.

https://addons.mozilla.org/firefox/1843/


TableTools -- I just found this the other day. I was trying to get some html table data in an excel spreadsheet (think arbi data). IE has this option in the context menu, but it sometimes grabs the wrong table. Plus I don't even like opening up IE to begin with. This firefox plugin allows you to rightclick an HTML table, and then copy it to the clipboard in a tab delimited format. Then you just paste into excel. However, another COOL feature is that you can rightclick a table and sort it WITHIN the original HTML page.

https://addons.mozilla.org/firefox/2637/


FreeMind -- This is an opensource mindmapping program that is GREAT for throwing out and organizing ideas/requirements. As your ideas evolve, you can drag and drop your notes however you'd like. I have used this from the beginning of a project to the end, and it is highly recommended.

Main Page - FreeMind - free mind mapping software


Have fun!
 


too lazy to post links but

Web Developer Toolbar (firefox extension)

Add N Edit Cookies (firefox extension)

MeasureIt (firefox extension) - lets you measure dimensions

CSSViewer (firefox extension) - lets you rollover page elements and see their properties
 
TableTools -- I just found this the other day. I was trying to get some html table data in an excel spreadsheet (think arbi data). IE has this option in the context menu, but it sometimes grabs the wrong table. Plus I don't even like opening up IE to begin with. This firefox plugin allows you to rightclick an HTML table, and then copy it to the clipboard in a tab delimited format. Then you just paste into excel. However, another COOL feature is that you can rightclick a table and sort it WITHIN the original HTML page.

https://addons.mozilla.org/firefox/2637/

Forget that one, go into excel and do a a data import / web query. Excel will let you directly select the data to import. No more copy & paste.
 
Status
Not open for further replies.