<?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 on: 5 things I wish someone had told me</title>
	<atom:link href="http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/</link>
	<description>a blog about building stuff on the web</description>
	<lastBuildDate>Mon, 09 Jan 2012 18:55:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/comment-page-1/#comment-703</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Thu, 10 Sep 2009 06:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#comment-703</guid>
		<description>Thanks for reading along.   </description>
		<content:encoded><![CDATA[<p>Thanks for reading along.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff_Adams</title>
		<link>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/comment-page-1/#comment-702</link>
		<dc:creator>Jeff_Adams</dc:creator>
		<pubDate>Thu, 10 Sep 2009 06:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#comment-702</guid>
		<description>I really enjoyed your posting.  </description>
		<content:encoded><![CDATA[<p>I really enjoyed your posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/comment-page-1/#comment-700</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Thu, 10 Sep 2009 01:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#comment-700</guid>
		<description>I think you&#039;re looking for &lt;a href=&quot;http://us.php.net/manual/en/function.set-include-path.php&quot; target=&quot;_blank&quot;&gt;http://us.php.net/manual/en/function.set-include-...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>I think you&#039;re looking for <a href="http://us.php.net/manual/en/function.set-include-path.php" target="_blank">http://us.php.net/manual/en/function.set-include-&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fractalbit</title>
		<link>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/comment-page-1/#comment-699</link>
		<dc:creator>fractalbit</dc:creator>
		<pubDate>Thu, 10 Sep 2009 01:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#comment-699</guid>
		<description>I assumed you meant that because you used &quot;index.php&quot; files in your example. So is there a solution for php code? </description>
		<content:encoded><![CDATA[<p>I assumed you meant that because you used &quot;index.php&quot; files in your example. So is there a solution for php code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fraser</title>
		<link>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/comment-page-1/#comment-698</link>
		<dc:creator>Josh Fraser</dc:creator>
		<pubDate>Thu, 10 Sep 2009 01:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#comment-698</guid>
		<description>The only time you need to use the /home/account_name/... part is if you are accessing a file on the server side.  The way to set that path depends on the server-side language you are using.  You wouldn&#039;t use that for front-facing code.   </description>
		<content:encoded><![CDATA[<p>The only time you need to use the /home/account_name/&#8230; part is if you are accessing a file on the server side.  The way to set that path depends on the server-side language you are using.  You wouldn&#039;t use that for front-facing code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fractalbit</title>
		<link>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/comment-page-1/#comment-697</link>
		<dc:creator>fractalbit</dc:creator>
		<pubDate>Wed, 09 Sep 2009 23:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#comment-697</guid>
		<description>Hi Josh, i have a question about root relative urls. In my account if i want to use them, i have to specify them like that: 
/home/account_name/public_html/forum/folder1/folder2/file.php 
Is it possible to specify without the &#039;/home/account_name/public_html&#039; part? Is there a configuration i can do so that the root is consider the public_html? .htaccess probably? </description>
		<content:encoded><![CDATA[<p>Hi Josh, i have a question about root relative urls. In my account if i want to use them, i have to specify them like that:<br />
/home/account_name/public_html/forum/folder1/folder2/file.php<br />
Is it possible to specify without the &#039;/home/account_name/public_html&#039; part? Is there a configuration i can do so that the root is consider the public_html? .htaccess probably?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Fox &#187; Blog Archive &#187; What I wish I&#8217;d known</title>
		<link>http://www.onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/comment-page-1/#comment-219</link>
		<dc:creator>Jon Fox &#187; Blog Archive &#187; What I wish I&#8217;d known</dc:creator>
		<pubDate>Thu, 24 Apr 2008 20:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://onlineaspect.com/2008/04/18/5-things-i-wish-someone-had-told-me/#comment-219</guid>
		<description>[...] instead of having to learn them on our own (later than we would&#8217;ve liked). He wrote a post here which highlights 5 specific things he wished someone would&#8217;ve told him. I&#8217;m going to [...]</description>
		<content:encoded><![CDATA[<p>[...] instead of having to learn them on our own (later than we would&#8217;ve liked). He wrote a post here which highlights 5 specific things he wished someone would&#8217;ve told him. I&#8217;m going to [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

