<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ardamis &#187; 2005</title>
	<atom:link href="http://www.ardamis.com/2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ardamis.com</link>
	<description>Ardamis is a blog about web development and technology in general.</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google PageRank &#8211; The Needle Moved!</title>
		<link>http://www.ardamis.com/2005/11/04/google-pagerank-the-needle-moved/</link>
		<comments>http://www.ardamis.com/2005/11/04/google-pagerank-the-needle-moved/#comments</comments>
		<pubDate>Fri, 04 Nov 2005 07:31:34 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Web Site Dev]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/2005/11/04/google-pagerank-the-needle-moved/</guid>
		<description><![CDATA[I&#8217;m finally somebody My arm hurts from patting myself on the back. Today I noticed that my Google PageRank has moved from 0 to 1. And, while playing around the Technorati site, I noticed this interesting page: How Much Is Your Blog Worth? Well, as it turns out, my blog is worth a bit over [...]]]></description>
			<content:encoded><![CDATA[<h6>I&#8217;m finally somebody</h6>
<p>My arm hurts from patting myself on the back.  Today I noticed that my Google PageRank has moved from 0 to 1.</p>
<p>And, while playing around the Technorati site, I noticed this interesting page: <a href="http://www.technorati.com/weblog/2005/10/55.html">How Much Is Your Blog Worth?</a>  Well, as it turns out, my blog is worth a bit over $550.  I guess that can only go up, seeing as Google itself finds me 10 times more important now than just a few hours ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2005/11/04/google-pagerank-the-needle-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Talk Beta</title>
		<link>http://www.ardamis.com/2005/08/24/google-talk-beta/</link>
		<comments>http://www.ardamis.com/2005/08/24/google-talk-beta/#comments</comments>
		<pubDate>Wed, 24 Aug 2005 15:55:59 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/2005/08/24/google-talk-beta/</guid>
		<description><![CDATA[Modestly appointed, but the price is right Google has released a beta version of Google Talk, a text and voice instant messenger application. Still in its infancy, the program is very light on features, offering text and voice messaging and little else. Frankly, I hope it remains this way, rather than adding dozens of non-messaging [...]]]></description>
			<content:encoded><![CDATA[<h6>Modestly appointed, but the price is right</h6>
<p>Google has released a beta version of <a href="http://www.google.com/talk/">Google Talk</a>, a text and voice instant messenger application. Still in its infancy, the program is very light on features, offering text and voice messaging and little else. Frankly, I hope it remains this way, rather than adding dozens of non-messaging features ala MSN Messenger.</p>
<p>Google Talk is compatible with any Jabber-based IM, meaning that you can communicate (via text only at this time) with Mac and Linux friends who use Apple&#8217;s iChat, GAIM or Psi.</p>
<p>Currently, voice chat is possible only if both parties are using Google Chat. Reportedly, this function works well even on a 56k connection.</p>
<p>Your contact list is populated by your Gmail address book. Google Talk requires a Gmail username and password to login. Inviting a contact from your Gmail address book who does not have a Gmail account will result in that person being offered one of your Gmail invites.</p>
<p>The program is free of any ads, at the moment. Here&#8217;s hoping it will stay that way. It does not currently encrypt text or voice messages, but Google claims that the release version will.</p>
<p>You are prompted to uninstall Gmail Notifier during installation, as that functionality is replaced by Google Talk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2005/08/24/google-talk-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Configure NameVirtualHost in XAMPP&#8217;s Apache Server</title>
		<link>http://www.ardamis.com/2005/08/11/xampp-apache-namevirtualhost/</link>
		<comments>http://www.ardamis.com/2005/08/11/xampp-apache-namevirtualhost/#comments</comments>
		<pubDate>Thu, 11 Aug 2005 19:20:38 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Site Dev]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/2005/08/11/xampp-apache-namevirtualhost/</guid>
		<description><![CDATA[How to configure Apache's VirtualHost feature to allow you to run multiple web sites on a single machine.]]></description>
			<content:encoded><![CDATA[<p><strong>Updated for XAMPP version 1.6.5</strong></p>
<p>Some time ago, I decided to start phasing out static xhtml in favor of pages using PHP includes. To test these new pages, I used apachefriends.org&#8217;s wonderful <a href="http://www.apachefriends.org/en/xampp-windows.html">XAMPP</a> (which I really can&#8217;t recommend highly enough) to install Apache, MySQL, and PHP (among other things). Once I had my local server running, I put each dev site into its own folder in \htdocs\ and navigated to them by <strong>http://127.0.0.1/<em>foldername</em>/</strong>.</p>
<p>This setup was functional but far from ideal, as the index pages for these local sites weren&#8217;t in what could be considered a root directory, which lead to some tip-toeing around when creating links.</p>
<p>Then I discovered the NameVirtualHost feature in Apache. NameVirtualHost allows the server admin to set up multiple domains/hostnames on a single Apache installation by using VirtualHost containers. In other words, you can run more than one web site on a single machine.  This means that each dev site (or domain) can then consider itself to have a root directory. You will be able to access each local site as a subdomain of &#8220;localhost&#8221; by making a change to the <a href="http://www.mvps.org/winhelp2002/hosts.htm">HOSTS file</a>. For example, I access the local dev version of this site at <strong>http://ardamis.localhost/</strong>.</p>
<p>This works great for all sorts of applications that rely on the site having a discernible root directory, such as WordPress.</p>
<p>Unfortunately, setting up NameVirtualHost can be kind of tricky. If you are having problems configuring your Apache installation to use the NameVirtualHost feature, you&#8217;re in good company. Here&#8217;s how I managed to get it working:</p>
<h2>For XAMPP version 1.6.5</h2>
<ol>
<li>Create a folder in <em>drive</em>:\xampp\htdocs\ for each dev site (adjust for your directory structure).  For example, if I&#8217;m creating a development site for ardamis.com on my d: drive, I&#8217;d create a folder at:<br />
    d:\xampp\htdocs\ardamis\ </li>
<li>Edit your HOSTS file (in Windows XP, the HOSTS file is located in C:\WINDOWS\system32\drivers\etc\) to add the following line, where <em>sitename</em> is the name of the folder you created in step 1. <strong>Don&#8217;t change or delete the existing &#8220;127.0.0.1 localhost&#8221; line.</strong>
<pre class="brush: plain; title: ; notranslate">127.0.0.1 sitename.localhost
</pre>
<p>
  Add a new line for each dev site folder you create. </p>
<p>    Continuing with the example, I&#8217;ve added the line:<br />
    <code>127.0.0.1 ardamis.localhost</code> </li>
<li>Open your <i>drive</i>:\xampp\apache\conf\extra\httpd-vhosts.conf file and add the following lines to the end of the file, using the appropriate letter in place of <em>drive</em>.  Do this step only once.  We&#8217;ll add code for each dev site&#8217;s folder in the next step. (Yes, keep the asterisk.) 
<pre class="brush: plain; title: ; notranslate">NameVirtualHost *:80
&lt;VirtualHost *:80&gt;
    DocumentRoot &quot;drive:/xampp/htdocs&quot;
ServerName localhost
&lt;/VirtualHost&gt;
</pre>
<p>    My DocumentRoot line would be:<br />
    <code>DocumentRoot "d:/xampp/htdocs"</code> </li>
<li>Immediately after that, add the following lines, changing <em>sitename</em> to the name of the new dev site&#8217;s folder, again using the appropriate letter in place of <em>drive</em>. Repeat this step for every folder you&#8217;ve created.
<pre class="brush: plain; title: ; notranslate">&lt;VirtualHost *:80&gt;
    DocumentRoot &quot;drive:/xampp/htdocs/sitename&quot;
    ServerName sitename.localhost
&lt;/VirtualHost&gt;
</pre>
<p>    My DocumentRoot line would be:<br />
    <code>DocumentRoot "d:/xampp/htdocs/ardamis"</code><br />
	My ServerName line would be:<br />
	<code>ServerName ardamis.localhost</code> </li>
<li>Reboot your computer to be sure it&#8217;s using the new HOSTS file (you&#8217;ll have to at least restart Apache). You should now be able to access each dev domain by way of:<br />
    <strong>http://<em>sitename</em>.localhost/</strong> </li>
</ol>
<h2>For XAMPP version 1.4</h2>
<p>If you are using an older version of XAMPP (like XAMPP version 1.4) without the httpd-vhosts.conf file, use the instructions below.</p>
<ol>
<li>Create a folder in your <em>drive</em>:\apachefriends\xampp\htdocs\ for each local version of your site.  For example, if I&#8217;m creating a development site for ardamis.com on my f: drive, I&#8217;d create a folder at:<br />
    f:\apachefriends\xampp\htdocs\ardamis\ </li>
<li>Open your <a href="http://www.mvps.org/winhelp2002/hosts.htm">HOSTS file</a> (in Windows XP, the HOSTS file is located in C:\WINDOWS\system32\drivers\etc\) and add the following line, where <em>sitename</em> is the name of the folder you created in step 1. Repeat this step, as necessary, for each folder you create. <strong>Don&#8217;t change or delete the existing &#8220;127.0.0.1 localhost&#8221; line.</strong>
<pre class="brush: plain; title: ; notranslate">127.0.0.1 sitename.localhost
</pre>
<p>    Continuing with the example, I&#8217;ve added the line:<br />
    <code>127.0.0.1 ardamis.localhost</code> </li>
<li>Open your <i>drive</i>:\apachefriends\xampp\apache\conf\httpd.conf file and add the following lines to the end of the file, using the appropriate letter for <em>drive</em>.  Do this step only once.  We&#8217;ll add code for each dev site&#8217;s folder in the next step. (Yes, keep the asterisk.) 
<pre class="brush: plain; title: ; notranslate">NameVirtualHost *:80
&lt;VirtualHost *:80&gt;
    DocumentRoot &quot;drive:/apachefriends/xampp/htdocs&quot;
ServerName localhost
&lt;/VirtualHost&gt;
</pre>
<p>    My DocumentRoot line would be:<br />
    <code>DocumentRoot "f:/apachefriends/xampp/htdocs"</code> </li>
<li>Immediately after that, add the following lines, changing <em>sitename</em> to the name of the new folder, using the appropriate letter for <em>drive</em> and repeating this step for every folder you&#8217;ve created.
<pre class="brush: plain; title: ; notranslate">&lt;VirtualHost *:80&gt;
    DocumentRoot &quot;drive:/apachefriends/xampp/htdocs/sitename&quot;
    ServerName sitename.localhost
&lt;/VirtualHost&gt;
</pre>
<p>    My DocumentRoot line would be:<br />
    <code>DocumentRoot "f:/apachefriends/xampp/htdocs/ardamis"</code> </li>
<li>Reboot and restart Apache. Open a browser; you should now be able to access each folder by way of:<br />
    <strong>http://<em>sitename</em>.localhost</strong> </li>
</ol>
<p>I&#8217;m assuming that you could change the DocumentRoot line to point to any folder on any drive. I&#8217;ll experiment with pointing this at a folder on another drive later.</p>
<p>The official Apache.org documentation for VirtualHost is at <a href="http://httpd.apache.org/docs/2.2/vhosts/">http://httpd.apache.org/docs/2.2/vhosts/</a>.  You may want to read that for further details before you try to set up virtual hosts.</p>
<p>If you have any questions about the above instructions, the Apache NameVirtualHost function, XAMPP, or anything in between, post a comment, but I can&#8217;t promise that I&#8217;ll be able to help.  I&#8217;m learning as I go along, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2005/08/11/xampp-apache-namevirtualhost/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>ardamis.com exists</title>
		<link>http://www.ardamis.com/2005/07/27/ardamiscom-exists/</link>
		<comments>http://www.ardamis.com/2005/07/27/ardamiscom-exists/#comments</comments>
		<pubDate>Wed, 27 Jul 2005 17:34:43 +0000</pubDate>
		<dc:creator>ardamis</dc:creator>
				<category><![CDATA[Nonsense]]></category>

		<guid isPermaLink="false">http://www.ardamis.com/2005/07/27/ardamiscom-exists/</guid>
		<description><![CDATA[Fanfare lacking; it&#8217;s just me. I&#8217;ve carved out a little place for myself. This web site primarily serves as a testing ground for internet-related technologies that I am toying with or considering implementing. Over the last few days, I&#8217;ve changed the structure of this site from static xhtml to a WordPress blog. All in all, [...]]]></description>
			<content:encoded><![CDATA[<h6>Fanfare lacking; it&#8217;s just me.</h6>
<p>I&#8217;ve carved out a little place for myself. This web site primarily serves as a testing ground for internet-related technologies that I am toying with or considering implementing.</p>
<p>Over the last few days, I&#8217;ve changed the structure of this site from static xhtml to a WordPress blog.  All in all, I&#8217;m very happy with WordPress as a CMS.  The template structure is very easy to customize, and for things beyond my ability, there are a vast number of plugins that provide pretty much any functionality one could want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ardamis.com/2005/07/27/ardamiscom-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

