Podcast 4: Your First Site
Installing your first site on a WAMP server (windows, apache, mysql, php). Making your site publically accessible.
For all your syntactical reference, http://w3schools.com
default.html source
<html>
<head>
<style type="text/css">
h1 {color: green;}
</style>
<script type="text/javascript">
function fn(){
alert("Hello World!");
}
</script>
</head>
<body>
<h1>Hello World!</h1>
<input type=button onclick="fn()" value="push me" />
</body>
</html>
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
<?php
$myVariable= date("Y/m/d");
echo $myVariable;
?>
Going Live
Domain name registration
Web Hosting
DynDNS

Love your podcast. Good
Love your podcast. Good content, easy to follow.
Tim
Hey, thank you for creating
Hey, thank you for creating this podcast! You are right, there is definitely a dearth of materials that introduce the basics to a noobie, and sometimes it is so hard to know where to start. I will definitely recommend your podcast :) Keep 'em coming, I am listening.
-Lauren
Yay! Thanks for the
Yay! Thanks for the response Lauren, ya'll are makin' me happy :) I'll have to do one in the coming weekends. Got finals in 3 weeks, but come summer I'll be cranking out episodes more often.
16 minutes = WAMP :)
16 minutes = WAMP
:)
oy! is that bad?
oy! is that bad?
no its ggggggreat! Thanks
no its ggggggreat!
Thanks for putting it up. I was just leaving myself a note to where I was in the podcast, and also for a placement holder in case someone wanted to know where it was.
While Google is a good
While Google is a good resource, most routers and hubs will contain the IP address somewhere on the device. Usually on a sticker on the bottom. So while your on the ground looking at your router's make/model to Google it, try also looking for the IP address on the device.
but router IP's are dynamic?
but router IP's are dynamic?