<?xml version="1.0"?>
<metadata>
  <upload_application appid="SpinXpress2" version="1.00.1169"/>
  <uploadLibrary name="com.outhink.publisher" version="0.0.20"/>
  <mediatype>Audio</mediatype>
  <is_clip>false</is_clip>
  <uploader>tylerrenelle@gmail.com</uploader>
  <licenseurl>http://creativecommons.org/licenses/by/2.5/</licenseurl>
  <intended_purpose>educational</intended_purpose>
  <audio_type>Spoken Word(interviews, reading, etc)</audio_type>
  <title>Episode 4: Your First Site</title>
  <adder>tylerrenelle@gmail.com</adder>
  <more_info>http://ocdevel.com</more_info>
  <other_copyright_holders>false</other_copyright_holders>
  <mature_content>false</mature_content>
  <creator>Web Development Podcast | OCDevel</creator>
  <description>For all your syntactical reference, http://w3schools.com&#xD;
&#xD;
default.html source&#xD;
&#xD;
    &lt;html&gt;&#xD;
       &lt;head&gt;&#xD;
          &lt;style type="text/css"&gt;&#xD;
             h1 {color: green;}&#xD;
          &lt;/style&gt;&#xD;
          &lt;script type="text/javascript"&gt;&#xD;
             function fn(){&#xD;
                alert("Hello World!");&#xD;
             }&#xD;
          &lt;/script&gt;&#xD;
       &lt;/head&gt;&#xD;
       &lt;body&gt;&#xD;
          &lt;h1&gt;Hello World!&lt;/h1&gt;&#xD;
             &lt;input type=button onclick="fn()" value="push me" /&gt;&#xD;
          &lt;/body&gt;&#xD;
    &lt;/html&gt;&#xD;
&#xD;
&#xD;
Installing and Accessing Your Server&#xD;
Can run html locally, need a server to send it to other computers&#xD;
WAMP Setup: Apache, MySQL (Linux Realty, Run Your Own Server Podcast)&#xD;
&#xD;
LAN access using computer name&#xD;
cmd-&gt;ipconfig vs. http://ipid.shat.net/, your local IP vs your public IP&#xD;
off-site access using port-forwarding&#xD;
&#xD;
index.php source&#xD;
&#xD;
    &lt;?php&#xD;
    $myVariable= date("Y/m/d");&#xD;
    echo $myVariable;&#xD;
    ?&gt;&#xD;
&#xD;
Going Live&#xD;
Domain name registration&#xD;
Web Hosting&#xD;
DynDNS </description>
  <subject>Installing your first site on a WAMP server</subject>
  <subject> windows</subject>
  <subject> apache</subject>
  <subject> mysql</subject>
  <subject> php</subject>
  <subject> Making your site publically accessible</subject>
  <collection>ourmedia</collection>
  <publicdate>2008-02-23 00:24:04</publicdate>
  <identifier>WebDevelopmentPodcast_OCDevelEpisode4_YourFirstSite</identifier>
</metadata>
