Resources
Validators
- HTML Validator http://validator.w3.org/#validate-by-upload
- CSS Validator http://jigsaw.w3.org/css-validator/
- Link Checkerhttp://validator.w3.org/checklink/
HTML/CSS References
- http://www.htmldog.com/
- http://www.webdesignerwall.com/
- http://www.ilovejackdaniels.com/cheat-sheets/css-cheat-sheet/
- http://www.w3schools.com/xhtml/
- http://www.w3schools.com/css/
HTML/CSS Editors
PHP References
- PHP Net → http://www.php.net/
- PHP Manual → http://www.php.net/manual/en/
- PHP Function Index→ http://www.php.net/manual/en/indexes.php
- PHP Tutorials → http://www.thescripts.com/serversidescripting/php/index.html
- W3schools.com PHP Tutorial → http://www.w3schools.com/php/default.asp
- Onlamp → http://www.onlamp.com/
WAMP(Windows, Apache, MySql, and PHP
MAMP(Macintosh, Apache, MySql, and PHP
PHP Editors
Zend's PDT (PHP Development Tools)and the Executable Debugger Eclipse Plug-in.
For convenience we have provided zip files with Eclipse (and the PHP plug-in). Just download the appropriate zip file, and uncompress (no installation required). If you already have Eclipse you can add the PHP plug-in by following the instructions below.
Eclipse/PHP Plug-in Distributions
- For Windows (Vista/XP) → eclipse-sdk-3.4-win32-PHPPlugin.zip
- For Mac → eclipse-sdk-3.4-macosx-PHPPlugin.zip
Adding the PHP Plug-in to an Existing Eclipse Distribution
You can add PHP support (including debugging) to Eclipse as follows:
- Make sure you have Eclipse in your system (See http://www.cs.umd.edu/eclipse/EclipseTutorial/install.html for additional information).
- Open Eclipse and go to "Help" → "Software Updates"
- Add the http://downloads.zend.com/pdt remote site by
- Select "Available Software" → "Add Site"
- Enter the following location: http://downloads.zend.com/pdt
- Check (select) the entry for the above location (the Install button will be enabled)
- Select install
- Select Next
- Select install
- Read the license
- Restart Eclipse
- To access the PHP perspective "Window" → "Open Perspective" → "Other..." → "PHP". Notice you also have a "PHP Debug" perspective
- To create a project use "File" → "New" → "PHP Project".
- To create a php file use "File" → "New" → "PHP File".
- To run a php script use "Run As" → "PHP Script"
- Additional information about this plugin can be found at: Eclipse PHP Development Tools