<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Ryan Tan</title>
	<atom:link href="http://blog.ryantan.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ryantan.net</link>
	<description>Exploring new media as art and science</description>
	<lastBuildDate>Tue, 20 Jul 2010 09:57:27 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Netizens Illustrated by ryan</title>
		<link>http://blog.ryantan.net/2010/07/netizens-illustrated/comment-page-1/#comment-5436</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Tue, 20 Jul 2010 09:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantan.net/?p=675#comment-5436</guid>
		<description>Hey DC, I gave it a go again and found this link: http://geekpadshow.com/2009/08/19/websites-as-people/ which pointed to this: http://www.reddit.com/r/pics/comments/9bp8s/if_websites_were_people_pic/</description>
		<content:encoded><![CDATA[<p>Hey DC, I gave it a go again and found this link: <a href="http://geekpadshow.com/2009/08/19/websites-as-people/" rel="nofollow">http://geekpadshow.com/2009/08/19/websites-as-people/</a> which pointed to this: <a href="http://www.reddit.com/r/pics/comments/9bp8s/if_websites_were_people_pic/" rel="nofollow">http://www.reddit.com/r/pics/comments/9bp8s/if_websites_were_people_pic/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netizens Illustrated by ryan</title>
		<link>http://blog.ryantan.net/2010/07/netizens-illustrated/comment-page-1/#comment-5435</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Tue, 20 Jul 2010 09:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantan.net/?p=675#comment-5435</guid>
		<description>Hi DC, nope these are not from me, I&#039;m trying to locate the source as well.</description>
		<content:encoded><![CDATA[<p>Hi DC, nope these are not from me, I&#8217;m trying to locate the source as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netizens Illustrated by The Design Critic</title>
		<link>http://blog.ryantan.net/2010/07/netizens-illustrated/comment-page-1/#comment-5434</link>
		<dc:creator>The Design Critic</dc:creator>
		<pubDate>Tue, 20 Jul 2010 09:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantan.net/?p=675#comment-5434</guid>
		<description>Hi Ryan,

are these your original illustrations?

We would like to feature them on our website.

Cheers,
The Design Critic.</description>
		<content:encoded><![CDATA[<p>Hi Ryan,</p>
<p>are these your original illustrations?</p>
<p>We would like to feature them on our website.</p>
<p>Cheers,<br />
The Design Critic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up WAMP for Zend Framework Projects by ryan</title>
		<link>http://blog.ryantan.net/2010/03/setting-up-wamp-for-zend-framework-projects/comment-page-1/#comment-5421</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Mon, 19 Jul 2010 03:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantan.net/?p=598#comment-5421</guid>
		<description>Thanks Fernando, overlooked them back slashes and host file =)</description>
		<content:encoded><![CDATA[<p>Thanks Fernando, overlooked them back slashes and host file =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up WAMP for Zend Framework Projects by Fernando</title>
		<link>http://blog.ryantan.net/2010/03/setting-up-wamp-for-zend-framework-projects/comment-page-1/#comment-5420</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Sun, 18 Jul 2010 23:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantan.net/?p=598#comment-5420</guid>
		<description>Hi Ryan, good tutorial. I have two comments to do.

1- If you are under windows, you have to put the paths with this &quot;/&quot; bar.

For example, in this lines:

DocumentRoot &quot;c:\wamp\www&quot;
ErrorLog &quot;C:\wamp\logs\apache_error.log&quot;
CustomLog &quot;C:\wamp\logs\access.log&quot; common

change it like this:

DocumentRoot &quot;c:/wamp/www&quot;
ErrorLog &quot;C:/wamp/logs/apache_error.log&quot;
CustomLog &quot;C:/wamp/logs/access.log&quot; common

Otherwise, the apache server won&#039;t start.

2- For virtualhosts, apart of changing &quot;httpd-vhosts.conf&quot;, you have to set the hosts file of the OS.

Path -&gt; C:\Windows\System32\drivers\etc\hosts

something like this:

127.0.0.1    customurl    # customurl ZF project


See you,
Fernando.</description>
		<content:encoded><![CDATA[<p>Hi Ryan, good tutorial. I have two comments to do.</p>
<p>1- If you are under windows, you have to put the paths with this &#8220;/&#8221; bar.</p>
<p>For example, in this lines:</p>
<p>DocumentRoot &#8220;c:\wamp\www&#8221;<br />
ErrorLog &#8220;C:\wamp\logs\apache_error.log&#8221;<br />
CustomLog &#8220;C:\wamp\logs\access.log&#8221; common</p>
<p>change it like this:</p>
<p>DocumentRoot &#8220;c:/wamp/www&#8221;<br />
ErrorLog &#8220;C:/wamp/logs/apache_error.log&#8221;<br />
CustomLog &#8220;C:/wamp/logs/access.log&#8221; common</p>
<p>Otherwise, the apache server won&#8217;t start.</p>
<p>2- For virtualhosts, apart of changing &#8220;httpd-vhosts.conf&#8221;, you have to set the hosts file of the OS.</p>
<p>Path -&gt; C:\Windows\System32\drivers\etc\hosts</p>
<p>something like this:</p>
<p>127.0.0.1    customurl    # customurl ZF project</p>
<p>See you,<br />
Fernando.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Humor at work by Introduction to Web Development &#187; Last weekend of the semester</title>
		<link>http://blog.ryantan.net/2009/07/humor-at-work/comment-page-1/#comment-5195</link>
		<dc:creator>Introduction to Web Development &#187; Last weekend of the semester</dc:creator>
		<pubDate>Fri, 25 Jun 2010 22:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantan.net/?p=395#comment-5195</guid>
		<description>[...] Here are some humorous images to relax for a minute (thanks Ken for the chart). [...]</description>
		<content:encoded><![CDATA[<p>[...] Here are some humorous images to relax for a minute (thanks Ken for the chart). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up WAMP for Zend Framework Projects by Zend Framework News &#187; Blog Archive &#187; WAMP einrichten für das Zend Framework</title>
		<link>http://blog.ryantan.net/2010/03/setting-up-wamp-for-zend-framework-projects/comment-page-1/#comment-4068</link>
		<dc:creator>Zend Framework News &#187; Blog Archive &#187; WAMP einrichten für das Zend Framework</dc:creator>
		<pubDate>Sat, 20 Mar 2010 13:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantan.net/?p=598#comment-4068</guid>
		<description>[...] http://blog.ryantan.net/2010/03/setting-up-wamp-for-zend-framework-projects/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.ryantan.net/2010/03/setting-up-wamp-for-zend-framework-projects/" rel="nofollow">http://blog.ryantan.net/2010/03/setting-up-wamp-for-zend-framework-projects/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Google Chrome OS? by Marc Henessy</title>
		<link>http://blog.ryantan.net/2009/11/what-is-google-chrome-os/comment-page-1/#comment-3196</link>
		<dc:creator>Marc Henessy</dc:creator>
		<pubDate>Wed, 03 Feb 2010 11:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantan.net/?p=501#comment-3196</guid>
		<description>i installed Chrome OS on two of my netbooks.            the Chrome OS works great and its loading time is very fast too.</description>
		<content:encoded><![CDATA[<p>i installed Chrome OS on two of my netbooks.            the Chrome OS works great and its loading time is very fast too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Third and the Seventh by ryan</title>
		<link>http://blog.ryantan.net/2010/01/the-third-and-the-seventh/comment-page-1/#comment-3053</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Sun, 24 Jan 2010 18:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantan.net/?p=553#comment-3053</guid>
		<description>haha best let the audience discover that themselves. By the time it gets to the indoor clouds or floating water globes it should be pretty obvious.</description>
		<content:encoded><![CDATA[<p>haha best let the audience discover that themselves. By the time it gets to the indoor clouds or floating water globes it should be pretty obvious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Third and the Seventh by roperior</title>
		<link>http://blog.ryantan.net/2010/01/the-third-and-the-seventh/comment-page-1/#comment-3052</link>
		<dc:creator>roperior</dc:creator>
		<pubDate>Sun, 24 Jan 2010 18:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantan.net/?p=553#comment-3052</guid>
		<description>this piece is fully CGed, btw..</description>
		<content:encoded><![CDATA[<p>this piece is fully CGed, btw..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
