Demon Slushy just asked a question about minor alterations to a theme so I figured a list of useful web dev add-ons would be worth having. I once said that, knowing what I know now, if I was writing SMF docs I'd start with a list of software to download and tell the n00bs to get that first before installing SMF and TP.
Here's my personal favourite list of software I wouldn't be without.
These are all free downloads.
1/ Get
Firefox. It leaves Internet Explorer for dead.
It's free. It's stable. It's secure. It has an awesome range of add-ons.
2/ Get the
Web Developer add-on. This thing will do everything except make coffee and give you orgasms, and I'm not sure about the latter. Seriously it is an extremely useful tool for site and theme work.
3/ Install the
ColorZilla colour picker. It'll give you the hex code for any coloured pixel on your screen, as well as having palettes and a few other handy things. Hovering the pointer over any element on your screen will give you the css class for it.
4/
MeasureIt - Allows you to measure stuff on websites to the pixel. Very useful for checking alignment and dimensions.
5/
FireBug - Another good Firefox web developer tool. I don't use this one much myself as I find it rather intractable, but some people swear by it and it is very good.
6/ For file editing
Notepad++ is indispensable. It's a far better format than the live editing in your SMF admin centre. The direct link to the download page is
here.5/ Another good file editing tool is
WinMerge. Unlike Notepad, Winmerge allows you to display two files side by side. It's useful for comparisons and for editing the same code blocks into different files when installing mods.
6/ Once you've edited your files you'll need to transfer them. My weapon of choice is
CoreFTP. It's easy to use and does everything that needs to be done.
7/ If you don't have access to Photoshop try
GIMP. Although it isn't perfect it is very capable and you can do a lot with it. It's also less fussy than Photoshop in some ways. It'll happily process some files that Photoshop wont touch. I have both and use one or the other depending one which is more convenient at the time.
If you install this lot you'll be well on your way to achieving anything you want.