<?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>funkdancer.com &#187; Programming</title>
	<atom:link href="http://funkdancer.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://funkdancer.com</link>
	<description>writings of a Norwegian living Down Under</description>
	<lastBuildDate>Sun, 17 Apr 2011 00:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>.net MVC framework</title>
		<link>http://funkdancer.com/2008/03/26/net-mvc-framework/</link>
		<comments>http://funkdancer.com/2008/03/26/net-mvc-framework/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 06:05:02 +0000</pubDate>
		<dc:creator>Funkdancer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.net mvc]]></category>

		<guid isPermaLink="false">http://funkdancer.com/2008/03/26/net-mvc-framework/</guid>
		<description><![CDATA[I am currently reading this interesting article over at MSDN on the MVC framework that is being developed by the asp.net people. To someone who has been using the ColdFusion based MachII for several years, this is pretty interesting stuff as I&#8217;m now making the transition across.]]></description>
			<content:encoded><![CDATA[<p>I am currently <a href="http://msdn2.microsoft.com/en-us/magazine/cc337884.aspx">reading this interesting article</a> over at MSDN on the MVC framework that is being developed by the asp.net people. To someone who has been using the ColdFusion based MachII for several years, this is pretty interesting stuff as I&#8217;m now making the transition across.</p>
]]></content:encoded>
			<wfw:commentRss>http://funkdancer.com/2008/03/26/net-mvc-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Heroes Happen &#8211; Microsoft&#8217;s 2008 lineup</title>
		<link>http://funkdancer.com/2008/03/07/heroes-happen-microsofts-2008-lineup/</link>
		<comments>http://funkdancer.com/2008/03/07/heroes-happen-microsofts-2008-lineup/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 03:18:46 +0000</pubDate>
		<dc:creator>Funkdancer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://funkdancer.com/2008/03/07/heroes-happen-microsofts-2008-lineup/</guid>
		<description><![CDATA[Perhaps ironically, at least from a certain point of view, the Star Wars theme song was playing as I entered the premises of Microsoft&#8217;s Heroes Happen 2008 event. I wondered, had the empire turned into rebels (in their own view)? Who is the new empire to rebel against? Or were they just blissfully aware of [...]]]></description>
			<content:encoded><![CDATA[<p>Perhaps ironically, at least from a certain point of view, the Star Wars theme song was playing as I entered the premises of Microsoft&#8217;s Heroes Happen 2008 event.</p>
<p>I wondered, had the empire turned into rebels (in their own view)? Who is the <em>new</em> empire to rebel against? Or were they just blissfully aware of this angle?<span id="more-47"></span></p>
<p>Microsoft managed to get everyone to pay to listen to their new product introduction&#8230; that was pretty neat work. Mine was paid by my employer&#8230; Now,  at display was Microsoft&#8217;s 2008 lineup &#8211; MSSQL Server, Windows Server and the Studio. All is now fantastically integrated, and if we are to use their tools, life is good &#8211; or so they say. One very cool demonstration was performed by <a href="http://jonas.follesoe.no/PermaLink,guid,9c196d23-4ef6-4986-9b6a-62991aa8a14f.aspx">a fellow Norwegian</a>, who demonstrated JSON and a win/web bridging application. This was but one example of a lot of coolness on display.</p>
<p>Being a Machi-II ColdFusion developer, taking notes with my Linux powered Nokia N810, I could not help but be in awe at the way Microsoft have embraced the hottest Internet technologies. Studio 2008 even runs fast enough, or maybe that&#8217;s just my quad pumped 3.8ghz watercooled system? Nevertheless, going to enterprise computing one feels that Microsoft and their 08 range is the path of least resistance; J2EE certainly never gets as easy as this, and staying with ColdFusion would now seem like a career limiting move.</p>
<p>So I guess I will accept their challenge of becoming one of Microsoft&#8217;s everyday heroes. However it is not without trepidation of becoming another clone.</p>
<p>Cheers,<br />
Funkdancer</p>
<p>ps. Freebies included time limited versions of Server, Studio etc, plus what the representative claimed was a non time restricted version of Vista Ultimate SP1. Opening the package, however, there was a note saying the software would expire in 365 days after installation. Has anyone confirmed which is true?</p>
]]></content:encoded>
			<wfw:commentRss>http://funkdancer.com/2008/03/07/heroes-happen-microsofts-2008-lineup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo</title>
		<link>http://funkdancer.com/2006/09/16/dojo/</link>
		<comments>http://funkdancer.com/2006/09/16/dojo/#comments</comments>
		<pubDate>Sat, 16 Sep 2006 08:15:28 +0000</pubDate>
		<dc:creator>Funkdancer</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://funkdancer.com/2006/09/16/dojo/</guid>
		<description><![CDATA[I have just discovered the Dojo DHTML and AJAX toolkit. It&#8217;s an absolutely great piece of work, and for someone who&#8217;s been hand coding the functions to perform asynchrous calls for creating dynamic web pages it looks like it can take a lot of the basic, mundane work away. At the same time, it should [...]]]></description>
			<content:encoded><![CDATA[<p>I have just discovered the Dojo DHTML and AJAX toolkit. It&#8217;s an absolutely great piece of work, and for someone who&#8217;s been hand coding the functions to perform asynchrous calls for creating dynamic web pages it looks like it can take a lot of the basic, mundane work away. At the same time, it should also increase stability which is always a good thing &#8211; lots and lots of hours have gone into testing the functions.</p>
<p>Furthermore I really like the html effects/ widgets, especially so the container functions that will allow for frames-like interface using Divs.</p>
]]></content:encoded>
			<wfw:commentRss>http://funkdancer.com/2006/09/16/dojo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.336 seconds -->

