<?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; Programming</title>
	<atom:link href="http://imaginekitty.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://imaginekitty.com</link>
	<description>Web Standards Discussion</description>
	<lastBuildDate>Mon, 02 Jan 2012 02:01:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Shoutcast Radio server</title>
		<link>http://imaginekitty.com/725/shoutcast-radio-server/</link>
		<comments>http://imaginekitty.com/725/shoutcast-radio-server/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 16:34:58 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=725</guid>
		<description><![CDATA[I helped a friend set up his Shoutcast server for his web site. It was a fun project and I really enjoyed it. I may have to install one for myself one of these days. Check out Polish New Castle for polka goodness 24 hours per day.]]></description>
		<wfw:commentRss>http://imaginekitty.com/725/shoutcast-radio-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Adding links to all pages on a site using CSS</title>
		<link>http://imaginekitty.com/622/adding-links-to-all-pages-on-a-site-using-css/</link>
		<comments>http://imaginekitty.com/622/adding-links-to-all-pages-on-a-site-using-css/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 02:19:13 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web standards]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=622</guid>
		<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 [...]]]></description>
		<wfw:commentRss>http://imaginekitty.com/622/adding-links-to-all-pages-on-a-site-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the current season using C#</title>
		<link>http://imaginekitty.com/599/finding-the-current-season-using-c/</link>
		<comments>http://imaginekitty.com/599/finding-the-current-season-using-c/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 20:18:48 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=599</guid>
		<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 begins [...]]]></description>
		<wfw:commentRss>http://imaginekitty.com/599/finding-the-current-season-using-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOPE_IDENTITY() with LINQ</title>
		<link>http://imaginekitty.com/576/scope_identity-with-linq/</link>
		<comments>http://imaginekitty.com/576/scope_identity-with-linq/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 15:58:59 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=576</guid>
		<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 repertoire { skill = "a new item" }; dbc.repertoires.InsertOnSubmit(newSkill); dbc.SubmitChanges(); Console.Write(newSkill.id.ToString()); } It seems that calling the [...]]]></description>
		<wfw:commentRss>http://imaginekitty.com/576/scope_identity-with-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>71.5% of screen reader users find Flash difficult to use</title>
		<link>http://imaginekitty.com/528/715-of-screen-reader-users-find-flash-difficult-to-use/</link>
		<comments>http://imaginekitty.com/528/715-of-screen-reader-users-find-flash-difficult-to-use/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 01:33:18 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web standards]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=528</guid>
		<description><![CDATA[WebAIM&#8216;s Screen Reader Survey, conducted December 2008 to January 2009, is a very interesting read. Yet another nail in the Flash coffin but surprisingly Frames are deemed easy to use by nearly 60% of screen-reader users. Give it a quick look. Comments open.]]></description>
		<wfw:commentRss>http://imaginekitty.com/528/715-of-screen-reader-users-find-flash-difficult-to-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding AJAX to an existing project that includes Routing</title>
		<link>http://imaginekitty.com/373/adding-ajax-to-an-existing-project-that-includes-routing/</link>
		<comments>http://imaginekitty.com/373/adding-ajax-to-an-existing-project-that-includes-routing/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:14:53 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=373</guid>
		<description><![CDATA[I was working on a project and just on a whim decided to try out some of .NET&#8217;s AJAX controls. I chose a random page, added a ScriptManager, tossed in a TextBox and a CalendarExtender. F5. Page shows up. Javascript error: Line: 121 Char: 1 Error: 'Sys' is undefined Code: 0 Url: http://localhost:49329/admin.aspx Hmm. Try [...]]]></description>
		<wfw:commentRss>http://imaginekitty.com/373/adding-ajax-to-an-existing-project-that-includes-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working on Bible Verse Tags for ASP.NET (C#)</title>
		<link>http://imaginekitty.com/350/working-on-bible-verse-tags-for-aspnet-c/</link>
		<comments>http://imaginekitty.com/350/working-on-bible-verse-tags-for-aspnet-c/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 05:40:58 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Bible tags]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Christianity]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Bible Tags]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=350</guid>
		<description><![CDATA[To do: build Regex to detect bible verses in tags put in named back-references find a way to choose different tables with LINQ make it work for an entire chapter add error messages move it to a class file instead of in the page run it from the filterText method if IndexOf(&#8220;[bible]&#8220;) !=-1 fix toVerse [...]]]></description>
		<wfw:commentRss>http://imaginekitty.com/350/working-on-bible-verse-tags-for-aspnet-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug primer by Hugo</title>
		<link>http://imaginekitty.com/345/firebug-primer-by-hugo/</link>
		<comments>http://imaginekitty.com/345/firebug-primer-by-hugo/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 13:19:30 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://imaginekitty.com/?p=345</guid>
		<description><![CDATA[For those that are not aware Firebug is a add-on for Firefox, and is essentially a development debugging tool, that allows you to inspect various aspects of a web page. It has become &#8211; for those that have used it for a while &#8211; one of those indispensable tools that make day to day coding [...]]]></description>
		<wfw:commentRss>http://imaginekitty.com/345/firebug-primer-by-hugo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

