Will Work for Talkupation
Posts: 579
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
I thought this would be an interesting discussion to have. Although most of us are hand-coders, we still use several tools to aid us in making HTML, CSS documents, etc.
Personally, I love the combination of Firebug/Web Developer/Dreamweaver (and Photoshop, but this is a coding forum). The first two, for those of you who are brand new, are Firefox extensions, and they make my life so much easier that I cannot imagine life without them now.
Especially useful is Firebug, which allows us to do live testing of HTML, CSS, and Javascript, to adjust margins, for example, in real time, and watch the element move across the screen until it is positioned perfectly, then enter the result into the HTML editor. Because of how useful this is, I spend more time in Firebug than I do in Dreamweaver, which I only use as a text editor anyway.
Also useful is the Web Developer Toolbar, which as a ton of great keyboard shortcuts to view the source, disable Javascript, disable CSS, view the CSS (sometimes this is preferrable to Firebug because of the ability to find things on the page). It has many, many other features, most of which I never use.
Dreamweaver is, of course, the industry standard, and I use it because its code highlighting is so excellent, and I know its keyboard shortcuts well. It is also excellent for project organization, has top-level features for interacting with an FTP server, and is extensionable.
Besides Photoshop, those are my big three (I'm more of a coder anyway). What tools do you all use?
|