You are on page 1of 10

WEB DEVELOPMENT

ESSENTIAL TOOL KIT CD

PlanetW3.Com. We acknowledge Copyrights, Trademarks, Logos of respective owners.

Web Development Workshop Essential Tool Kit CD

Contents
CD contents ............................................................................................................................................. 3 The Executables and other files................................................................................................................ 3 VC++ Runtime executable ........................................................................................................................ 4 Wampserver ............................................................................................................................................ 4 PSPAD Editor ........................................................................................................................................... 5 TopStyle CSS Editor .................................................................................................................................. 6 FastStone Image Viewer .......................................................................................................................... 6 IcoFX ....................................................................................................................................................... 6 InkScape .................................................................................................................................................. 7 Tugzip ..................................................................................................................................................... 7 FreeCommander ...................................................................................................................................... 7 WinHTTrack............................................................................................................................................. 8 FileZilla .................................................................................................................................................... 8 VirtuaWin ................................................................................................................................................ 9 Oracle Virtualbox..................................................................................................................................... 9 TeamViewer ............................................................................................................................................ 9 WordPress ............................................................................................................................................. 10

PlanetW3.Com. We acknowledge Copyrights, Trademarks, Logos of respective owners.

Web Development Workshop Essential Tool Kit CD

CD contents
This CD contains software applications for use in web development. All applications are for Windows Operating System only. You must acknowledge the copyright of the owners and use the applications as per the respective terms and conditions.

The CD does not contain bloatware and unnecessary applications.

The Executables and other files


The files are in the Downloads section in the CD. We hope you find the applications useful to learn and master web development techniques. If you encounter any difficulties in installation or in using the applications, please write to us at support@planetw3.com. We'll try to help.

Best, PlanetW3 Team

PlanetW3.Com. We acknowledge Copyrights, Trademarks, Logos of respective owners.

Web Development Workshop Essential Tool Kit CD

VC++ Runtime executable


Category: Runtime support VC++ runtime executable is required to run certain applications. Wampserver requires VC++ runtime. Before installing Wampserver, please install VC++ runtime executable.

Version
Depending on your OS, you have to install either the 32bit or the 64bit runtime. If your OS is 32bit, then you must only install the 32bit version. If your OS is 64bit and if you wish to install Wampserver 64bit version,then install the 64bit VC++ runtime.

Filename:
vcredist_x86.exe (32bit) vcredist_x64.exe (64bit)

Wampserver
Category: Web development Wampserver is an application that enables to set up a web development environment in your Windows PC. Wampserver installs Apache Web server MYSQL DB server PHP PHPMyAdmin to manage your MYSQL databases

We have included two versions of Wampserver application.

32 bit
wampserver2.2e-php5.3.13-httpd2.2.22-mysql5.5.24-32b.exe

64 bit
wampserver2.2e-php5.3.13-httpd2.2.22-mysql5.5.24-x64.exe Install the one that is appropriate for your Operating System. Once installed, your system becomes a Web server capable of processing HTML and PHP web pages. For more information on Wampserver, please visit the website: www.wampserver.com

PlanetW3.Com. We acknowledge Copyrights, Trademarks, Logos of respective owners.

Web Development Workshop Essential Tool Kit CD

PSPAD Editor
Category: Web development PSPad is a leading programmers editor with great features. This program is our preferred application to write HTML, Javascript, PHP and other code. It is a freeware. Some features of the Program are listed below:

Projects. Create project files to organise your work that can include multiple sub-folders and automatic file name sorting. Create projects based on all of the files in directory. Work with files of unlimited length. Work on several documents at the same time. Multiple document interface (MDI) and/or tabbed document interface (TDI). Save desktop session so you can resume your work exactly where you left off. Built-in FTP client so you can edit your files directly over the Internet. Search and replace not just in your active file, but also in all open files, all project files, or any folder. View file differences with color highlighting. Clips. Using clips you can have snippets of code at your fingertips. Create your own clips and never forget the syntax of the function call again. Clips can be interactive allowing you to generate code quickly and efficiently. Installation contains clip files for HTML, PHP, Pascal, JScript, VBScript, MySQL, MS-Dos, Perl, and many more. Syntax highlight. Highlighting can be set by file type. Highlighting is user-configurable. Auto correction. Spell checking.

PSPad is very useful with writing HTML pages, PHP, Javascript code etc. We recommend PSPad very highly.

Filename:
pspad454inst_en.exe Website: www.pspad.com

PlanetW3.Com. We acknowledge Copyrights, Trademarks, Logos of respective owners.

Web Development Workshop Essential Tool Kit CD

TopStyle CSS Editor


Category: Web development TopStyle Lite is a free CSS editor. If you dont want to hardcode CSS and dont want to pay $$$ to buy a CSS editor, then this application is your best choice. The features of the program are enough for everyday CSS related work.

Filename:
ts3lite.exe

FastStone Image Viewer


Category: Image manipulation FastStone Image viewer is a nifty application that can help you work with images. One special feature that we like is the batch processing capability, which lets you add watermark or resize many images at one go. This application is a must-have for any web developer. It is a freeware.

Filename:
FSViewerSetup42.exe

IcoFX
Category: Image manipulation IcoFX is an image manipulation software that has one use that we like. It helps you create .ICO files which you can use as the favicon.ico for your website. It is a freeware.

Filename:
Icofxsetup.exe

PlanetW3.Com. We acknowledge Copyrights, Trademarks, Logos of respective owners.

Web Development Workshop Essential Tool Kit CD

InkScape
Category: Image manipulation Inkscape is a vector drawing application. It is a freeware. It is a very powerful alternative to Adobe Illustrator. It can create files in all popular graphic formats. When designing websites, working in a vector program becomes necessary. Inkscape can help you learn vector art easily.

Filename:
Inkscape-0.48.2-1-win32.exe

Tugzip
Category: File compression Perhaps you already have a file compression program. Tugzip is a freeware and one feature that we like is the ability to create .TGZ file which is TAR Gzipped files. Compressing your files in .TGZ format is very useful when it comes to uploading them to your Web server. Most Web server Control Panels support decompressing .TGZ files. So, it will make your life easy to upload files to your web server and then decompress them.

Filename:
Tugzip35.exe

FreeCommander
Category: File manipulation FreeCommander is a must-have program if you work with files regularly. It has advanced features that Windows Explorer lacks. One feature that we like is the ability to open two panels to inspect folder contents and the ability to filter files on the basis of condition(s). This is a must-have application and once you start using it, youll wonder how you managed without it.

Filename:
fcxe_setup.exe

PlanetW3.Com. We acknowledge Copyrights, Trademarks, Logos of respective owners.

Web Development Workshop Essential Tool Kit CD

WinHTTrack
Category: Offline browsing / website inspection If you want to browse an entire website offline or if you want to inspect a website to learn how it is structured and built, then this is the program you need. This is not an application that you use everyday. But it is an essential application that is a must-have for any web developer. Note: WinHTTrack will pull in entire websites and linked content. Therefore, if you do not use it with caution, you can burn your bandwidth and your IP can even get banned. So, use with CARE.

We have included two versions, a 32bit and 64bit version.

Filename:
httrack-3.33.exe (32bit) httrack_x64-3.44.5.exe (64bit)

FileZilla
Category: FTP (Client/Server interaction) FileZilla is our highly recommended FTP software to upload/download files between your system and your server. It is a very powerful and easy to use application. Note: You will need this application only when you host your website on a web server. Therefore, this application need not be installed if you do not have immediate use for it.

Filename:
FileZilla_3.3.3_win32-setup.exe

PlanetW3.Com. We acknowledge Copyrights, Trademarks, Logos of respective owners.

Web Development Workshop Essential Tool Kit CD

VirtuaWin
Category: Desktop management This is one of our favourite applications. It is small, it is nifty, it is powerful and it is a must-have! One of the advantages of the Unix/Linux Operating systems is the ability to have multiple desktops and running different applications in those desktops. Windows OS sadly lacks this ability. But with Virtuawin installed, the power and utility of multiple desktops comes to your Windows OS. The utility of VirtuaWin will be realized only when you start using it.

Filename:
VirtuaWin_setup_4.3.exe

Oracle Virtualbox
Category: Virtual Machines Our preferred application to run multiple Operating systems in a single PC is VirtualBox from Oracle. Once the application is installed and up & running, you can install, say, Ubuntu and run it along with your regular OS. Obviously, the advantage is the ability to install, learn and play with different OSes without having to tinker with a new hardware box.

Filename:
VirtualBox-4.1.10-76836-Win.exe

TeamViewer
Category: Remote Desktop TeamViewer is a great application that you can install to remotely access your system from another location using another system. A great utility of this application is the ability to take control of a guest system and trouble-shoot from a remote location. Imagine your friend is facing an issue with his system and you wish to help him. If both of you have TeamViewer installed and the application is running, then you can take control of his system remotely, trouble-shoot and fix the problem. TeamViewer is free for personal use.

Filename:
TeamViewer_Setup.exe

PlanetW3.Com. We acknowledge Copyrights, Trademarks, Logos of respective owners.

Web Development Workshop Essential Tool Kit CD

WordPress
Category: Website We dont have to say anything about WordPress. This software powers millions of websites. We have included Wordpress version 3.4.1 to help you install and learn WordPress.

Filename:
wordpress-3.4.1.zip

PlanetW3.Com. We acknowledge Copyrights, Trademarks, Logos of respective owners.

Web Development Workshop Essential Tool Kit CD

You might also like