<?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: Path resolution in ASP.NET</title>
	<atom:link href="http://quickduck.com/blog/2010/01/14/path-resolution-in-asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://quickduck.com/blog/2010/01/14/path-resolution-in-asp-net/</link>
	<description>Straight from the mind of geniuseseses....</description>
	<lastBuildDate>Fri, 06 Aug 2010 07:40:27 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nelson</title>
		<link>http://quickduck.com/blog/2010/01/14/path-resolution-in-asp-net/comment-page-1/#comment-11977</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Fri, 07 May 2010 20:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://quickduck.com/blog/?p=249#comment-11977</guid>
		<description>Actually, using master pages won&#039;t resolve it, because the path is still relative to the derived pages.  If you have derived pages in several subfolders it&#039;s nearly impossible to get it working.  With runat=server, I think I have had ASP.NET throw a parsing error, probably because it doesn&#039;t know what to do with the actual JavaScript/CSS/whatever content.  I may be wrong, though...</description>
		<content:encoded><![CDATA[<p>Actually, using master pages won&#8217;t resolve it, because the path is still relative to the derived pages.  If you have derived pages in several subfolders it&#8217;s nearly impossible to get it working.  With runat=server, I think I have had ASP.NET throw a parsing error, probably because it doesn&#8217;t know what to do with the actual JavaScript/CSS/whatever content.  I may be wrong, though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://quickduck.com/blog/2010/01/14/path-resolution-in-asp-net/comment-page-1/#comment-11943</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sun, 24 Jan 2010 03:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://quickduck.com/blog/?p=249#comment-11943</guid>
		<description>Ah yes I follow now. If your head tag is set to &quot;runat=server&quot; you can you the &quot;~&quot; key to resolve the path from the application root as well. Or using master pages could eliminate the need for it as well.</description>
		<content:encoded><![CDATA[<p>Ah yes I follow now. If your head tag is set to &#8220;runat=server&#8221; you can you the &#8220;~&#8221; key to resolve the path from the application root as well. Or using master pages could eliminate the need for it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerrod</title>
		<link>http://quickduck.com/blog/2010/01/14/path-resolution-in-asp-net/comment-page-1/#comment-11930</link>
		<dc:creator>Gerrod</dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://quickduck.com/blog/?p=249#comment-11930</guid>
		<description>Hey Drew - using &quot;scripts/jquery&quot; would only work if the file that is loading the script is in the root of the website. If your page was &quot;mywebsite/accounts/default.aspx&quot; it would look for a &quot;scripts&quot; folder under the &quot;accounts&quot; folder.

And yes, you&#039;re absolutely right about serving jquery from Microsoft or Google, but this can be applied for any resource - your own javascript files or images, for example...</description>
		<content:encoded><![CDATA[<p>Hey Drew &#8211; using &#8220;scripts/jquery&#8221; would only work if the file that is loading the script is in the root of the website. If your page was &#8220;mywebsite/accounts/default.aspx&#8221; it would look for a &#8220;scripts&#8221; folder under the &#8220;accounts&#8221; folder.</p>
<p>And yes, you&#8217;re absolutely right about serving jquery from Microsoft or Google, but this can be applied for any resource &#8211; your own javascript files or images, for example&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://quickduck.com/blog/2010/01/14/path-resolution-in-asp-net/comment-page-1/#comment-11929</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Thu, 14 Jan 2010 22:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://quickduck.com/blog/?p=249#comment-11929</guid>
		<description>Or you could always serve jquery from google or microsoft&#039;s CDN.</description>
		<content:encoded><![CDATA[<p>Or you could always serve jquery from google or microsoft&#8217;s CDN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://quickduck.com/blog/2010/01/14/path-resolution-in-asp-net/comment-page-1/#comment-11928</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Thu, 14 Jan 2010 21:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://quickduck.com/blog/?p=249#comment-11928</guid>
		<description>The url would work in both production and development if you changed the href to &quot;Scripts/jquery.js&quot; as well.</description>
		<content:encoded><![CDATA[<p>The url would work in both production and development if you changed the href to &#8220;Scripts/jquery.js&#8221; as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
