Posted by: Forum Guy Feb 1 2009, 03:11 PM
Here's a list of recommended tools for Software development from my Web Programming Class. The professor put together a nice list that gives you a good start!
Browsers
http://opera.com/download/ - The forgotten of the top three browsers. Now available for free! This is the number one browser for cell phone users!
http://www.mozilla.com/ - Firefox is the best all around browser for Web development. It is also the fastest growing and second-most popular.
http://www.apple.com/safari/ - You already have this if you are a Mac user, but now Window's users can also download for free!
FireFox -Add-ons
All of these utilities work from within the FireFox browser:
- http://www.iosart.com/firefox/colorzilla/ - A collection of tools, including a Color Picker similar to the one found in Photoshop
- https://addons.mozilla.org/en-US/firefox/addon/573 - add, edit and delete session and saved cookies
- https://addons.mozilla.org/en-US/firefox/addon/1843 - Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any Web page - a must have.
- https://addons.mozilla.org/en-US/firefox/addon/5648 - a Firefox extension that creates screenshots of Web pages.
- https://addons.mozilla.org/en-US/firefox/addon/249 - Adds HTML and XHTML validation to your browser
- https://addons.mozilla.org/en-US/firefox/addon/35 - adds "View this page in IE" to your FireFox Menus
- https://addons.mozilla.org/en-US/firefox/addon/2076- allows you to view the source code of external files.(Javascripts/CSS)
- https://addons.mozilla.org/en-US/firefox/addon/1190 - adds "View this page in Opera" to your FireFox Menus
- https://addons.mozilla.org/en-US/firefox/addon/6438 - adds "View this page in Safari" to your FireFox Menus
- https://addons.mozilla.org/en-US/firefox/addon/532 - Checks for valid links on any given page
- http://www.kevinfreitas.net/extensions/measureit/ - a ruler to measure height/width for any page element
- https://addons.mozilla.org/en-US/firefox/addon/60 - assorted Web Developer tools for your browser - a must have.
XHTML authoring
http://www.chami.com/html-kit - Free full functioned editor with XHTML conversion utility/split screen viewing and the ability to load external plug-in utilities.
http://www.jedit.org/index.php?page=download - A cross platform programmer's text editor written in Java that is customizable with plugins (requires Java to be installed on your machine). Make sure to download the "stable version" not the "latest version" for best results.
http://www.htmlvalidator.com/lite/ - The free lightweight version of the HTML Validator software.
http://www.bradsoft.com/topstyle/download/index.asp - Free CSS editor
FTP
http://filezilla.sourceforge.net/ - FileZilla is a fast and reliable FTP client with a "Windows Explorer" type of interface, lots of useful features, the ability to resume downloads and the SSH/SFTP.
http://fireftp.mozdev.org/ - a plug-in for FireFox which gives you instant access to FTP from within your browser.
Online Resources
http://www.netmechanic.com/ - Check HTML coding/load time (up to 20 pages with registration)
http://www.tawdis.net/taw3/cms/en - A tool for the analysis of Web sites, based on the W3C - Web Content Accessibility Guidelines 1.0 (WCAG 1.0).
Server-side DownloadsWindows/Mac Users - install MySQL/PHP at once:
- http://www.apachefriends.org/en/xampp.html - XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.
- http://ampstart.ampstart.com/ - You can use this with XAMPP to allow your environment to run on a USB key!
Windows Users - install the entire package at once:
- http://www.wampserver.com/ - 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 and SQLiteManager to easily manage your databases. WampServer installs automatically (installer), and its usage is very intuitive. You will be able to tune your server without even touching the setting files.
or install all of the services separately:
- http://httpd.apache.org/ - The number one Web server in the world. (open source)
- http://www.mysql.com/downloads/index.html - MySQL database server.
- http://www.php.net/downloads.php - PHP programming language.
- http://phpmyadmin.sourceforge.net/ - Web Interface for MySQL. Eliminates the need to do command line administration.
Utilities
http://www.zonelabs.com/store/content/company/products/znalm/freeDownload.jsp - Personal firewall software. If you don't have a firewall on your machine - you should!
http://www.theill.com/fl/ - Free font viewing and printing utility. You can view the fonts on your machine both installed or in a folder
http://www.pcmag.com/article2/0,4149,21582,00.asp - Multiple Clipboard Utility