My Top 5 Web Developing Tools

Top 5This month Daron Rowse announced his ProBlogger Group Writing Project. He tasked his readers to come up with a top 5 list of any kind. Lists are my specialty, and so is web development, so I offer the top 5 web developing tools that I use everyday.

#1 Dreamweaver 8

Macromedia’s Adobe’s Dreamweaver product is my essential tool for managing and developing all my products. The toolbar wizards for medial tasks cut down on my development time as well as file management to keep my files current. Dreamweaver is the preferred IDE for ColdFusion developers. There are many features that create robust functionality a few short actions.

#2 Firefox

All of your hard work needs to be seen, and that’s in the browser. Firefox is my pick because of the ability to customize the browser to your liking with add-ons. I use many of these add-ons to diagnose and discover areas of improvement in my display or coding. Here are my recommended add-ons from a previous post:

  • Web Developer Extension: A suite of tools that tell you almost anything you need about the page you are on.
  • Firebug: Awesome add-on that allows you debug your JavaScript, CSS, and HTML live on the page. The CSS inspector feature is great for finding those troublesome div tags.
  • IE Tabs: Toggle between IE and Firefox rendered pages without having to fire up Internet Explorer.
  • ColorZilla: What color is that on the page? Now you can see the hex and RGB of colors with an eyedropper that save the color to the clipboard. Great for web designers.
  • MeasureIt: Get the height and width in pixels of anything on a web page. This handy add-on is essential for web designers and developers alike.

#3 SQL Query Analyzer

We run our major sites with Microsoft SQL as our database. The built-in query analyzer allows you to create on-the-fly queries and executing SQL statements. The drag and drop interface makes it easy to get the data I need. I build the queries there and past them into my ColdFusion component pages.

#4 Microsoft Excel

This may seem like an odd thing to include in a list about developer tools, but I have saved hours by using Microsoft’s Excel. An example is coding a set of CFPARAMs. The statement is as follows. <cfparam name="FORM.FirstName" default="Jason">. I will break up the first part <cfparam name="FORM. into one cell, skip a cell, then " default=", skip a cell, and finally ">. Use Excel to repeat the rows for as many variables that you have. Type in your variables into the first blank column. The next logical variable would be LastName, then the other blank column, you would put the default value. This saves me time of cutting an pasting the IF statement over and over.

#5 ColdFusion MX 7 Web Application Construction Kit

The CFWACK is an essential resource for us ColdFusion developers. The book is always within arms reach of me throughout the day. This is the first place I look for solutions to problems I encounter while coding.

Related Resources

Are you looking to start an affiliate business? Well, you need to establish a website. For this you need to get any shared hosting plan with good web hosting bandwidth. Nowadays most of the companies are offering free ecommerce web site design with their hosting package. In order to ensure your success in this field you need to have basic IT skills for which oracle certification is considered the best. Another good option ion this regard can be Microsoft certifications.


RSS feed | Trackback URI

36 Comments »

Comment by Mjuboy
2007-05-09 03:58:35

I’ve never used Excel for Web Developing but I might try it.

 
Comment by Ali
2007-05-09 06:57:38

Thanks for letting us know about the Measure it plugin, haven’t heard of it before.

Have a look at my Top5 blog post on my blog if you have the time.

 
Comment by carl
2007-05-09 11:21:46

Thanks for the list, partucularly the firefox add-ins and adobe dreamweaver.

 
Comment by carmelyne Subscribed to comments via email
2007-05-09 12:21:19

Looks the same as mine except for the excel sheet.

 
Comment by Jason Bartholme
2007-05-09 13:02:27

@ carmelyne: I need to do a full-blown tutorial on saving time with Excel. You can use spreadsheets to line up your columns to do an insert in . It takes out some guess work when it throws an error.

 
Comment by carmelyne Subscribed to comments via email
2007-05-09 13:05:45

I’ll look forward to it then :)

 
Comment by Addsiteonline.com
2007-05-09 13:42:32

Great post.

I use all of them :)

Cheers

 
Comment by Laurie Harshbarger
2007-05-11 09:45:23

I added a link to your list in my Useful Links page. I’m sure it’ll come in handy for a lot of folks.

 
Comment by Basil Vandegriend
2007-05-13 09:00:24

Great list! I liked how you listed 5 extensions for Firefox - where they your top 5 extensions? Anyways, I haven’t heard of Firebug before so I’ll be checking that one out.

Check out my Problogger submission, which I think you’ll find relevant: Top Five Essential Practices for Developing Software

 
2007-11-29 09:40:40

Very good tools

 
Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line=""> in your comment.

Trackback responses to this post


Warning: stristr() [function.stristr]: Empty delimiter. in /nfs/c02/h04/mnt/40765/domains/jasonbartholme.com/html/wp-content/plugins/wassup/wassup.php on line 2093