<?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>Noffke.com</title>
	<atom:link href="http://www.noffke.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.noffke.com</link>
	<description>... the life and times of Chris Noffke</description>
	<lastBuildDate>Sat, 19 May 2012 03:51:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Which WSDL</title>
		<link>http://www.noffke.com/software-development/which-wsdl</link>
		<comments>http://www.noffke.com/software-development/which-wsdl#comments</comments>
		<pubDate>Sat, 19 May 2012 03:51:08 +0000</pubDate>
		<dc:creator>Noffer</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.noffke.com/?p=195</guid>
		<description><![CDATA[Is this article timeless or what???  And still people don&#8217;t understand why document style binding is the way to go. Which style of WSDL should I use?]]></description>
			<content:encoded><![CDATA[<p>Is this article timeless or what???  And still people don&#8217;t understand why document style binding is the way to go.<br />
<a href="http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/">Which style of WSDL should I use?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noffke.com/software-development/which-wsdl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>qTip</title>
		<link>http://www.noffke.com/software-development/qtip</link>
		<comments>http://www.noffke.com/software-development/qtip#comments</comments>
		<pubDate>Wed, 08 Feb 2012 04:27:55 +0000</pubDate>
		<dc:creator>Noffer</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.noffke.com/?p=193</guid>
		<description><![CDATA[Very cool popup jQuery plugin.  Check it out!]]></description>
			<content:encoded><![CDATA[<p>Very cool popup jQuery plugin.  <a href="http://craigsworks.com/projects/qtip/" target="_blank">Check it out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noffke.com/software-development/qtip/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Glimmer</title>
		<link>http://www.noffke.com/software-development/glimmer</link>
		<comments>http://www.noffke.com/software-development/glimmer#comments</comments>
		<pubDate>Fri, 02 Dec 2011 05:52:16 +0000</pubDate>
		<dc:creator>Noffer</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.noffke.com/?p=191</guid>
		<description><![CDATA[Anyone ever use Glimmer?]]></description>
			<content:encoded><![CDATA[<p>Anyone ever use <a href="http://visitmix.com/labs/glimmer/" target="_blank">Glimmer</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noffke.com/software-development/glimmer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick References for writing ASP.NET Web Pages with Razor syntax</title>
		<link>http://www.noffke.com/software-development/razor</link>
		<comments>http://www.noffke.com/software-development/razor#comments</comments>
		<pubDate>Mon, 28 Nov 2011 05:01:16 +0000</pubDate>
		<dc:creator>Noffer</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.noffke.com/?p=185</guid>
		<description><![CDATA[There&#8217;s a lot of good books out there on MVC, but what about a reference?  You tell me the best, so far, here&#8217;s my hitlist of reference resources&#8230; ASP.NET MVC 3: Implicit and Explicit code nuggets with Razor - all of the series from Scott Guthrie are nice Understanding the ASP.NET MVC Execution Process &#8211; asp.net [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of good books out there on MVC, but what about a reference?  You tell me the best, so far, here&#8217;s my hitlist of reference resources&#8230;</p>
<ul>
<li><a href="http://weblogs.asp.net/scottgu/archive/2010/12/16/asp-net-mvc-3-implicit-and-explicit-code-nuggets-with-razor.aspx" target="_blank">ASP.NET MVC 3: Implicit and Explicit code nuggets with Razor</a> - all of the series from Scott Guthrie are nice</li>
<li><a href="http://www.asp.net/mvc/tutorials/understanding-the-asp-net-mvc-execution-process-cs" target="_blank">Understanding the ASP.NET MVC Execution Process</a> &#8211; asp.net references/tutorials linked from the <a href="http://www.asp.net/mvc/mvc3" target="_blank">main</a> mvc content</li>
<li><a href="http://www.asp.net/webmatrix/tutorials/asp-net-web-pages-api-reference" target="_blank">ASP.NET Razor Pages / API Quick References</a> &#8211; some more good content at asp.net</li>
<li><a href="http://msdn.microsoft.com/en-us/library/gg549171(v=VS.99).aspx" target="_blank">MSDN ASP.NET Web Pages Reference</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.noffke.com/software-development/razor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Singleton</title>
		<link>http://www.noffke.com/software-development/singleton</link>
		<comments>http://www.noffke.com/software-development/singleton#comments</comments>
		<pubDate>Wed, 09 Nov 2011 04:53:09 +0000</pubDate>
		<dc:creator>Noffer</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://www.noffke.com/?p=179</guid>
		<description><![CDATA[Saw a new twist on the Singleton pattern. Here it is&#8230; class ThreadSafeSingleton { // typical pattern: private constructor and property to return the instance private ThreadSafeSingleton() { } public static ThreadSafeSingleton Instance { get { return Nested.instance; } } // using this pattern helps make a simple, fast thread-safe singleton that doesn't use a [...]]]></description>
			<content:encoded><![CDATA[<p>Saw a new twist on the Singleton pattern.  Here it is&#8230;</p>
<p><code><br />
    class ThreadSafeSingleton<br />
    {<br />
        // typical pattern: private constructor and property to return the instance<br />
        private ThreadSafeSingleton() { }</p>
<p>        public static ThreadSafeSingleton Instance<br />
        {<br />
            get { return Nested.instance; }<br />
        }</p>
<p>        // using this pattern helps make a simple, fast thread-safe singleton that doesn't use a lock<br />
        private class Nested<br />
        {<br />
            static Nested() { }</p>
<p>            internal static readonly ThreadSafeSingleton instance = new ThreadSafeSingleton();<br />
        }<br />
    }<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noffke.com/software-development/singleton/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My First Android App</title>
		<link>http://www.noffke.com/software-development/my-first-android-app</link>
		<comments>http://www.noffke.com/software-development/my-first-android-app#comments</comments>
		<pubDate>Mon, 31 Oct 2011 17:09:21 +0000</pubDate>
		<dc:creator>Noffer</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.noffke.com/?p=167</guid>
		<description><![CDATA[Well, Here&#8217;s my first Andorid App. Not in the Market yet, but its stable for 2.2 and 2.3 phones&#8230; Mortgage Calculator &#8230; Its on a Skydrive folder that will open in a new window.]]></description>
			<content:encoded><![CDATA[<p>Well, Here&#8217;s my first Andorid App.  Not in the Market yet, but its stable for 2.2 and 2.3 phones&#8230;</p>
<p><a href="https://skydrive.live.com/?cid=92c9b9ceaddf9af1&#038;id=92C9B9CEADDF9AF1%21116#cid=92C9B9CEADDF9AF1&#038;id=92C9B9CEADDF9AF1%21140" title="Mortgage Calculator" target="blank">Mortgage Calculator</a>  &#8230; Its on a Skydrive folder that will open in a new window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noffke.com/software-development/my-first-android-app/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTML5</title>
		<link>http://www.noffke.com/software-development/html5</link>
		<comments>http://www.noffke.com/software-development/html5#comments</comments>
		<pubDate>Mon, 31 Oct 2011 17:05:21 +0000</pubDate>
		<dc:creator>Noffer</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.noffke.com/?p=164</guid>
		<description><![CDATA[What is HTML 5? In a nut shell, its a set of new html tags, CSS enhancements and Script APIs Want to learn about it? Try here&#8230; w3schools Want to check for compatibility? Check Here. Want to fine tune your user experience? Use Modernizr]]></description>
			<content:encoded><![CDATA[<p>What is HTML 5?  </p>
<p>In a nut shell, its a set of new <a href="http://www.w3schools.com/html5/html5_new_elements.asp">html tags</a>, <a href="http://www.alistapart.com/articles/forward-thinking-form-validation">CSS enhancements</a> and <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#webappapis">Script APIs</a></p>
<p>Want to learn about it?  Try here&#8230; <a href="http://www.w3schools.com/html5/">w3schools</a></p>
<p>Want to check for compatibility?  Check <a href="http://html5test.com/">Here</a>.</p>
<p>Want to fine tune your user experience?  Use <a href="http://www.modernizr.com/">Modernizr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noffke.com/software-development/html5/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Android Application Development</title>
		<link>http://www.noffke.com/software-development/android-appdev</link>
		<comments>http://www.noffke.com/software-development/android-appdev#comments</comments>
		<pubDate>Sun, 30 Oct 2011 18:23:33 +0000</pubDate>
		<dc:creator>Noffer</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.noffke.com/?p=151</guid>
		<description><![CDATA[So, I&#8217;ve been looking into what it takes to develop Applications for Android Devices. Here&#8217;s a quick list of links that I have needed along the way. Get Eclipse setup &#8230; Download Get the Android SDK &#8230; Download Here Review Android Fundamentals &#8230; Here or wherever you prefer Check out other applications, here or the [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been looking into what it takes to develop Applications for Android Devices.  Here&#8217;s a quick list of links that I have needed along the way.  </p>
<ul>Get Eclipse setup &#8230; <a href="http://www.eclipse.org/downloads/ ">Download</a></ul>
<ul>Get the Android SDK  &#8230; <a href="http://developer.android.com/sdk/index.html">Download Here</a></ul>
<ul>Review Android Fundamentals &#8230; <a href="http://developer.android.com/guide/topics/fundamentals.html">Here or wherever you prefer</a></ul>
<ul>Check out other applications, here or the Marketplace&#8230;  <a href="http://www.appbrain.com/">AppBrain</a></ul>
<ul>Read some cool articles&#8230; <a href="http://mobiforge.com/Designing/article-listing">Mobiforge is a good site</a></ul>
<ul>Want to make money?  Try here&#8230; <a href="http://www.admob.com/">Admob</a></ul>
<ul>Now that your app is ready to roll, get an account on the <a href="https://market.android.com">Android Marketplace</a> (costs $25)</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.noffke.com/software-development/android-appdev/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nice Agile Blog</title>
		<link>http://www.noffke.com/software-development/nice-agile-blog</link>
		<comments>http://www.noffke.com/software-development/nice-agile-blog#comments</comments>
		<pubDate>Sat, 09 Jul 2011 03:46:33 +0000</pubDate>
		<dc:creator>Noffer</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Agile]]></category>

		<guid isPermaLink="false">http://www.noffke.com/?p=137</guid>
		<description><![CDATA[Check out this guy. He&#8217;s got some great, simple, straight forward articles and super nice videos too!! Agile Helpline]]></description>
			<content:encoded><![CDATA[<p>Check out this guy.  He&#8217;s got some great, simple, straight forward articles and super nice videos too!!</p>
<p><a href="http://www.agilehelpline.com/2011/07/beware-of-scrum.html">Agile Helpline</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noffke.com/software-development/nice-agile-blog/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Agile and TFS</title>
		<link>http://www.noffke.com/software-development/agile-and-tfs</link>
		<comments>http://www.noffke.com/software-development/agile-and-tfs#comments</comments>
		<pubDate>Tue, 28 Jun 2011 04:36:22 +0000</pubDate>
		<dc:creator>Noffer</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Agile]]></category>

		<guid isPermaLink="false">http://www.noffke.com/?p=142</guid>
		<description><![CDATA[Looking for a bit more integration of Agile methodologies into your Microsoft development environment? Read this&#8230;]]></description>
			<content:encoded><![CDATA[<p>Looking for a bit more integration of Agile methodologies into your Microsoft development environment?  Read this&#8230;<br />
<a href="http://msdn.microsoft.com/en-us/magazine/hh205635.aspx"><img src="http://www.noffke.com/wp-content/uploads/2011/06/agile_hires-300x184.jpg" alt="" title="agile_hires" width="300" height="184" class="aligncenter size-medium wp-image-143" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noffke.com/software-development/agile-and-tfs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

