Difference between revisions of "Coding"
From esoterum.org
Line 37: | Line 37: | ||
*[http://www.w3schools.com/tags/default.asp HTML 4.01/XHTML reference page] | *[http://www.w3schools.com/tags/default.asp HTML 4.01/XHTML reference page] | ||
*[http://www.hypergurl.com/span.html Span formats (including mouse hover)] | *[http://www.hypergurl.com/span.html Span formats (including mouse hover)] | ||
− | *[http://www.w3schools.com/tags/ref_ascii.asp HTML ASCII | + | *[http://www.w3schools.com/tags/ref_ascii.asp HTML ASCII quick reference] |
+ | *[http://www.w3schools.com/tags/ref_urlencode.asp HTML URL encoding quick reference] | ||
== Interfaces == | == Interfaces == | ||
*[http://electrosofts.com/links/port_programming.html List of articles on port programming] | *[http://electrosofts.com/links/port_programming.html List of articles on port programming] |
Revision as of 20:18, 12 August 2007
GNU
Unix/Linux
- Basic unix commands
- Basic unix commands
- Linux command reference
- Emacs manual
- Gawk manual
- GNU awk manual
- GNU manuals from University of Utah
Java
Scripting
CGI
PHP
- PHP Tutoial
- PHP vs. Pearl scripting
- Installing PHP on Windows
- PHP.net
- Installing Apache server on Windows
- Function for loading the contents of web pages into a variable
- Regular Expressions Quick Reference
Assembly
- > Assembly programming tutorial
- Unix assembly programming
- Assembly programming tutor from U Akron
- List of assembly tutorials (Linux)
HTML
- HTML 4.01/XHTML reference page
- Span formats (including mouse hover)
- HTML ASCII quick reference
- HTML URL encoding quick reference