<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>imaginekitty</title>
	<link>http://imaginekitty.com</link>
	<description>Web Standards Discussion</description>
	<lastBuildDate>Mon, 01 Mar 2010 04:06:47 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Dynamic CSS using ASP.NET MVC</title>
		<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 { controller = &#8220;Css&#8221;, action = &#8220;Index&#8221;, [...]]]></description>
		<link>http://imaginekitty.com/624/dynamic-css-using-asp-net-mvc/</link>
			</item>
	<item>
		<title>Adding links to all pages on a site using CSS</title>
		<description><![CDATA[OK, I named this post that so that perhaps google will pick it up and those new to CSS will find this post.
There is a really good reason that there are no tutorials on the internet concerning how to add content (a site menu is the most common request) to all the pages on your [...]]]></description>
		<link>http://imaginekitty.com/622/adding-links-to-all-pages-on-a-site-using-css/</link>
			</item>
	<item>
		<title>Finding the current season using C#</title>
		<description><![CDATA[Recently someone challenged me to write a server-side method for finding the current season and changing a style sheet accordingly.
The first step is deciding how to differentiate the seasons.  I figured to use the day of the year so that astronomically Spring begins on March 21st, the 80th day of the year.  Summer [...]]]></description>
		<link>http://imaginekitty.com/599/finding-the-current-season-using-c/</link>
			</item>
	<item>
		<title>SCOPE_IDENTITY() with LINQ</title>
		<description><![CDATA[While reading about a recent question concerning @@Identity and the reasons to use SCOPE_IDENTITY() instead I experimented with LINQ to get the SCOPE_IDENTITY() results.
 using (var dbc = new siteDataContext())
    {
        dbc.Log = Console.Out;
        repertoire newSkill = new [...]]]></description>
		<link>http://imaginekitty.com/576/scope_identity-with-linq/</link>
			</item>
	<item>
		<title>Sweet rhythm section</title>
		<description><![CDATA[http://www.youtube.com/watch?v=jbN-jO11vKg 
]]></description>
		<link>http://imaginekitty.com/570/sweet-rhythm-section/</link>
			</item>
</channel>
</rss>
