<?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>{ Code: Impossible } &#187; links</title>
	<atom:link href="http://codeimpossible.com/tag/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeimpossible.com</link>
	<description>this = HowI.Roll();</description>
	<lastBuildDate>Thu, 29 Jul 2010 02:58:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Link post for June</title>
		<link>http://codeimpossible.com/2009/07/02/link-post-for-june/</link>
		<comments>http://codeimpossible.com/2009/07/02/link-post-for-june/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 02:09:21 +0000</pubDate>
		<dc:creator>Jared</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://codeimpossible.com/?p=490</guid>
		<description><![CDATA[
jQuery Docking
Javascript Beautifier
Google Diff-Match-Patch library ported to C#

This months list of devs to follow (the GAC pack edition)

Chad Moran blog / twitter
Scott C Reynolds blog / twitter
Jeremy D Miller blog / twitter
Sara Chipps blog / twitter
Scott Galloway blog / twitter
Erik Porter blog / twitter
Tim Barcz blog / twitter
Tobin Titus blog / twitter

]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.jankoatwarpspeed.com/examples/AdvancedDocking/#" target="_blank">jQuery Docking</a></li>
<li><a href="http://jsbeautifier.org/" target="_blank">Javascript Beautifier</a></li>
<li><a href="http://code.google.com/p/google-diff-match-patch/">Google Diff-Match-Patch library ported to C#</a></li>
</ul>
<p>This months list of devs to follow (the GAC pack edition)</p>
<ul>
<li>Chad Moran <a href="http://www.chadmoran.com/">blog</a> / <a href="http://twitter.com/chadmoran">twitter</a></li>
<li>Scott C Reynolds <a href="http://www.scottcreynolds.com/">blog</a> / <a href="http://twitter.com/scottcreynolds">twitter</a></li>
<li>Jeremy D Miller <a href="http://codebetter.com/blogs/jeremy.miller/">blog</a> / <a href="http://twitter.com/jeremydmiller">twitter</a></li>
<li>Sara Chipps <a href="http://girldeveloper.com/">blog</a> / <a href="http://twitter.com/SaraJChipps">twitter</a></li>
<li>Scott Galloway <a href="http://www.mostlylucid.net/">blog</a> / <a href="http://twitter.com/scottgal">twitter</a></li>
<li>Erik Porter <a href="http://erikporter.com/">blog</a> / <a href="http://twitter.com/humancompiler">twitter</a></li>
<li>Tim Barcz <a href="http://devlicio.us/blogs/tim_barcz/">blog</a> / <a href="http://twitter.com/timbarcz">twitter</a></li>
<li>Tobin Titus <a href="http://www.tobint.com/">blog</a> / <a href="http://twitter.com/tobint">twitter</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://codeimpossible.com/2009/07/02/link-post-for-june/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Post for April</title>
		<link>http://codeimpossible.com/2009/04/30/link-post-for-april/</link>
		<comments>http://codeimpossible.com/2009/04/30/link-post-for-april/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 14:22:05 +0000</pubDate>
		<dc:creator>Jared</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://codeimpossible.com/?p=417</guid>
		<description><![CDATA[So here it is, the end of another month and I wanted to post some interesting, and helpful links (mostly so I can find them again) as well as point out some interesting bloggers/twitterers (tweeters?) that you should be following if you aren&#8217;t already.

The easy way to install Windows Azure SDK and Tools
Street View Fun: [...]]]></description>
			<content:encoded><![CDATA[<p>So here it is, the end of another month and I wanted to post some interesting, and helpful links (mostly so I can find them again) as well as point out some interesting bloggers/twitterers (tweeters?) that you should be following if you aren&#8217;t already.</p>
<ul>
<li><a href="http://blogs.msdn.com/jnak/archive/2009/04/20/installing-the-windows-azure-tools-and-sdk-the-easy-way.aspx">The easy way to install Windows Azure SDK and Tools</a></li>
<li><a href="http://www.streetviewfun.com/2009/star-wars-graffiti/" target="_blank">Street View Fun: Star Wars graffiti</a></li>
<li><a href="http://blogs.msdn.com/irenak/archive/2006/11/03/sysk-233-how-to-decrypt-an-asp-net-encrypted-data.aspx" target="_blank">Decrypting Asp .Net Encrypted Data</a></li>
<li><a href="http://community.bartdesmet.net/blogs/bart/archive/2009/04/23/linq-to-objects-debugging.aspx" target="_blank">Debugging Linq To Objects</a></li>
<li>Get ELMAH going in your MVC app via (<a href="http://haacked.com/archive/2007/07/24/securely-implement-elmah-for-plug-and-play-error-logging.aspx" target="_blank">Phil Haack</a>, <a href="http://www.hanselman.com/blog/ELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx" target="_blank">Scott Hanselman</a>, and <a href="http://danswatik.com/index.php/2009/04/23/how-to-get-elmah-to-work-with-aspnet-mvc-handleerror-attribute/" target="_blank">Dan Swatik</a>)</li>
<li><a href="http://rentzsch.com/notes/programmersDontLikeToCode" target="_blank">Programmers Don&#8217;t Like To Write Code</a></li>
<li><a href="http://haacked.com/archive/2009/04/22/scripted-db-views.aspx" target="_blank">Use IronRuby to script your MVC Views</a></li>
<li><a href="http://msdn.krugle.com/" target="_blank">Search MSDN with Krugle</a></li>
</ul>
<p>Bloggers you should read / follow if you aren&#8217;t already:</p>
<ul>
<li>Steve Harman &#8211;  <a href="http://stevenharman.net/" target="_blank">blog</a> / <a href="http://twitter.com/stevenharman" target="_blank">twitter</a></li>
<li>Scott C Reynolds -  <a href="http://scottcreynolds.com/" target="_blank">blog</a> / <a href="http://twitter.com/scottcreynolds" target="_blank">twitter</a></li>
<li>Brad Wilson -  <a href="http://bradwilson.typepad.com/" target="_blank">blog</a> / <a href="http://twitter.com/bradwilson" target="_blank">twitter</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://codeimpossible.com/2009/04/30/link-post-for-april/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
