<?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>imaginekitty &#187; MVC</title>
	<atom:link href="http://imaginekitty.com/category/programming/aspnet/mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://imaginekitty.com</link>
	<description>Web Standards Discussion</description>
	<lastBuildDate>Fri, 20 Aug 2010 01:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dynamic Javascript using ASP.NET MVC</title>
		<link>http://imaginekitty.com/663/dynamic-javascript-using-asp-net-mvc/</link>
		<comments>http://imaginekitty.com/663/dynamic-javascript-using-asp-net-mvc/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 19:07:05 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=663</guid>
		<description><![CDATA[Create a new MVC applictaion Open /Views/Shared/Site.Master &#60;script src=&#8221;/Scripts/script.js&#8221; type=&#8221;text/javascript&#8221;>&#60;/script> This doesn&#8217;t point to anything yet Open Global.asax Add a MapRoute routes.MapRoute(&#8220;Javascript&#8221;, &#8220;Scripts/{scriptFile}.js&#8221;, new { controller = &#8220;Scripts&#8221;, action = &#8220;Index&#8221;, scriptFile = &#8220;script&#8221; }); Now /Scripts/script.js points to Script/Index Add a view for CssController/Index &#60;%= Url.Content(&#8220;~/Content/test.jpg&#8221;) %> Change contenttype in page directive of Views/Scripts/Index.aspx [...]]]></description>
		<wfw:commentRss>http://imaginekitty.com/663/dynamic-javascript-using-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic CSS using ASP.NET MVC</title>
		<link>http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/</link>
		<comments>http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 14:46:20 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=624</guid>
		<description><![CDATA[I&#8217;ve been considering the usefulness of adding a CSS management system to my CMS that I&#8217;ve been working on. Here are the steps I&#8217;ve taken to implement it. Create a new MVC applictaion Open /Views/Shared/Site.Master &#60;link href=&#8221;/Css/Site.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; /> This doesn&#8217;t point to anything yet Open Global.asax Add a MapRoute routes.MapRoute(&#8220;Css&#8221;, &#8220;Css/{cssFile}.css&#8221;, new { [...]]]></description>
		<wfw:commentRss>http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
