You don’t need many tools to be a great web designer. Only 8 awesome tools are necessary. With these tools, you’ll be able to design, code, upload and debug any website!

Unlike many unorganized and unhelpful huge lists of tools, here is a special list for beginners, with only the best tools chosen!

“How to make a website” series

This article is the second of a series untitled “How to make a website”. In this series, I show you step by step how to make simple, effective, and standard compliant websites.

All the articles are short so that they are easy to digest and memorize. With a little commitment, you’ll soon be able to call yourself a web designer!

Here are the articles of the “How to make a website” series:

  1. The nature of web design
  2. The only 8 tools you need to make websites

Coding tools

Notepad++

snap_3

Notepad++ is a free source code editor and Notepad replacement that supports several languages.

It’s one of the best software to write code: it’s powerful, fast, free and can be extended with many awesome plugins! (I write half of my code with Notepad++ and I really love it!)

Please also note that all my “How to make a website” series tutorials will use Notepad++, so be sure to download it.

Aptana Studio

snap_10

Aptana Studio is a complete web development environment that combines powerful authoring tools for HTML, CSS, and JavaScript, along with thousands of additional plugins created by the community.

Once in a while, Notepad++ shows its limits (for instance when you need to work several hours on a big project, debug your code, or use advanced coding functions…), that’s when Aptana Studio shines!

The main problem of Aptana Studio is that it is very very slow to launch. On my computer, it takes almost 2 minutes to start this software… But, beside that, it’s an awesome (free) tool!

Design tools

Adobe Photoshop

snap_1

Photoshop is the professional standard in digital imaging. Basically, Photoshop is the only tool you need to create and edit images (except vectors).

Photoshop is very powerful and easy to learn. But it is really expensive too. If you can’t afford this software you can consider using Gimp, a free alternative (powerful too, but not user-friendly at all).

Adobe Illustrator

snap_2

Adobe Illustrator is the best vector editor (to make it simple a vector is an image that doesn’t lose its quality when you resize it). It will be your tool of choice when creating logo, illustrations and most of your print designs.

As for Photoshop, Illustrator is awesome but expensive. If you don’t have enough cash to buy it, you can try Inkscape, a free and nice vector editor software.

Other Tools

Wampserver 2

snap_4

WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin to easily manage your databases.

You will need Wampserver 2 every time you need to work with PHP, and/or a MySQL database. It’s a great and free tool to make your website perfect before you put it online!

FileZilla

snap_5

FileZilla is the best free FTP client. (FTP is what you use to upload your files and put your website online).

(Once you know Web Design a little more, you can also try WinSCP, an open source free SFTP client and FTP client for Windows. It offers more functionalities than FileZilla, but is also more difficult to use).

Firefox 3

snap_6

Firefox 3 is the best internet browser. It is free, fast and can be extended with many add-ons.

Once you have installed Firefox 3, you should at least add the 2 following add-ons: Firebug and Web Developer.

Please note that you should NOT use Internet Explorer as your main internet browser. It is full of bugs and not standard compliant.

IE Tester

snap_7

IETester is a free WebBrowser that allows you to have the rendering and JavaScript engines of IE8, IE7 IE 6 and IE5.5 on Windows 7, Vista and XP, as well as the installed IE in the same process.

As I just told you, IE (Internet Explorer) is full of bugs. IETester will help you to discover these bugs so that you can IE-proof your website.

What now?

You should download and install these 8 great tools. Then use them enough to learn their basic functions. After that, don’t miss the next “How to make a website” article.

Do you use any other tool on a daily basis? Did I miss any important tool?

Any advice welcome!