Description: For all your syntactical reference, http://w3schools.com
default.html source
h1 {color: green;}
function fn(){
alert("Hello World!");
}
Hello World!
Installing and Accessing Your Server
Can run html locally, need a server to send it to other computers
WAMP Setup: Apache, MySQL (Linux Realty, Run Your Own Server Podcast)
LAN access using computer name
cmd->ipconfig vs. http://ipid.shat.net/, your local IP vs your public IP
off-site access using port-forwarding
index.php source
Going Live
Domain name registration
Web Hosting
DynDNS
Episode 4: Your First Site