| Link | Description |
|---|---|
| http://www.pic.ucla.edu/piclab/winnt/ | How to log in to your PIC Windows account for the first time. |
| http://www.pic.ucla.edu/piclab/unix/ | How to create and login to your PIC Unix account. |
| http://www.math.ucla.edu/ssh/index.html http://computing.sscnet.ucla.edu/public/security/ssh.aspx |
SSH Client for PC |
| cyberduck.html | CyberDuck: A File Transfer Client for MAC |
| http://www.deitel.com/books/iw3htp4/ | Internet and WWW How to Program 4e Homepage (sample code download) |
| w3schools.com | Good tutorials on internet programming |
| Notepad++ | An excellent free text editor for programmers |
| HTML tidy | An online resource that cleans up and correctly indents your XHTML |
| href="http://www.theshulers.com/whitepapers/internet_whitepaper/index.html | Slightly technical paper on how internet works |
| Link | Description |
|---|---|
| http://validator.w3.org | W3C Markup Validator: This is what you use to validate your Web documents in formats such as HTML, XML, XHTML, SVG, or MathML. |
| http://validator.w3.org/feed/ | W3C RSS or Atom Feed Validator: This is what you use to validate an RSS or Atom feed. |
| http://www.w3.org/2001/03/webdata/xsv/ | W3C XML Schema Validator: This is what you use to validate an XML Schema (.xsd file) |
| http://jigsaw.w3.org/css-validator/ | W3C CSS Validator: This is what you use to validate your Cascading Style Sheets. You should first run the W3C Markup Validator on your Web document before using this |
| http://www.w3.org/QA/Tools/ | W3C Toolkit: A helpful set of validators and tools for designing Web pages. |
| Link | Description |
|---|---|
| Examples/PHP/entities.html | XHTML Character Entities |
| http://unicode//orgcharts | XHTML Character Entities |
| http://www1.tip.nl/~t876506/EntitiesXHTML1.html | XHTML Character Entities |
| http://www.w3.org/QA/2002/04/valid-dtd-list.html | W3C List of Recommended DTD's: For use in your Web documents |
| http://www.w3.org/TR/xmlschema-0/ | W3C XML Schema Part 0: Primer |
| http://www.w3.org/TR/REC-xml-names/ | W3C Recommendation: Namespaces in XML 1.0 |
| Link | Description |
|---|---|
| http://www.w3.org/TR/CSS21/cover.html/ | CSS 2.1 W3C Specification |
| http://www.web-source.net/216_color_chart.htm | CSS Web-Safe Color Chart |
| http://www.w3.org/Style/styling-XML/ | How to add style to XML |
| http://www.w3.org/Style/XSL/ | XSL W3C Specifications |
| Link | Description |
|---|---|
| http://www.w3schools.com/jsref/default.asp | JavaScript Reference (Has many good examples!) |
| http://www.w3schools.com/ajax/default.asp | AJAX Reference (Has many good examples!) |
| http://www.php.net | Official PHP Documentation |
| http://us3.php.net/manual/en/index.php | PHP Manual |
| http://www.z-host.com/scripts/ipasswd/ | Apache .htaccess Password Generator |