<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
   <channel>
      <title>ChrisNTR - Chris Hardy's Web Developer Weblog</title>
      <description>Just another web developer weblog...</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=zkk4IOJk3RGvKN9vrbQIDg</link>
      <pubDate>Wed, 03 Dec 2008 14:07:14 -0800</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Chrisntr" type="application/rss+xml" /><item>
         <title>DDD7 Grok Talk - Open Source and Microsoft</title>
         <link>http://feeds.feedburner.com/~r/Chrisntr/~3/465603689/ddd7-grok-talk-open-source-and-microsoft.aspx</link>
         <description>This weekend I attended DDD7 , a free community conference held at the Microsoft Reading Campus. I presented a short Grok talk during the lunch hour on Open Source and Microsoft. Since the event didn't seem to have a internet connectivity, I used Dom...(&lt;a rel="nofollow" target="_blank" href="http://weblogs.asp.net/chrishardy/archive/2008/11/25/ddd7-grok-talk-open-source-and-microsoft.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6753929" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Chrisntr?a=fgA4N"&gt;&lt;img src="http://feeds.feedburner.com/~f/Chrisntr?i=fgA4N" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Chrisntr?a=aFEmn"&gt;&lt;img src="http://feeds.feedburner.com/~f/Chrisntr?i=aFEmn" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Chrisntr/~4/465603689" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6753929</guid>
         <pubDate>Tue, 25 Nov 2008 13:05:00 -0800</pubDate>
      <feedburner:origLink>http://weblogs.asp.net/chrishardy/archive/2008/11/25/ddd7-grok-talk-open-source-and-microsoft.aspx</feedburner:origLink></item>
      <item>
         <title>Achieving Avoid Highways (Motorways) with Microsoft's Virtual Earth</title>
         <link>http://feeds.feedburner.com/~r/Chrisntr/~3/363428956/achieving-avoid-highways-motorways-with-microsofts-virtual-earth.aspx</link>
         <description>A common problem that many developers face when using the Microsoft Virtual Earth SDK is that out of the box, you cannot generate routes which avoid highways/motorways. This functionality is available on Google Maps but not via the Google Maps API. It...(&lt;a rel="nofollow" target="_blank" href="http://weblogs.asp.net/chrishardy/archive/2008/08/12/achieving-avoid-highways-motorways-with-microsofts-virtual-earth.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6506453" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Chrisntr?a=pBoTdK"&gt;&lt;img src="http://feeds.feedburner.com/~f/Chrisntr?i=pBoTdK" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Chrisntr?a=sNmy8k"&gt;&lt;img src="http://feeds.feedburner.com/~f/Chrisntr?i=sNmy8k" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Chrisntr/~4/363428956" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6506453</guid>
         <pubDate>Tue, 12 Aug 2008 00:26:00 -0700</pubDate>
      <feedburner:origLink>http://weblogs.asp.net/chrishardy/archive/2008/08/12/achieving-avoid-highways-motorways-with-microsofts-virtual-earth.aspx</feedburner:origLink></item>
      <item>
         <title>WebForm Gripe - Getting LinkButton to work without Javascript.</title>
         <link>http://feeds.feedburner.com/~r/Chrisntr/~3/358928624/webform-gripe-getting-linkbutton-to-work-without-javascript.aspx</link>
         <description>WebForms is a sort of love/hate thing for me. There are some things I love about WebForms and then there's quite a few things that really cause me a lot of pain. Sadly, the ones that cause me a lot of pain are the ones that stand out. I might turn these into a little series - depending on how many of these gripes show up and how many I can remember! Most of these gripes are probably me just not understanding WebForms correctly, I'm willing to learn so any pointers in the right direction would be good. The first one that I'm going to write about is the LinkButton control. For the most part it's a nice control, which allows a method to be called when a normal anchor link has been clicked. The problem occurs when the method is only called via a Javascript PostBack method in the href attribute. What this does is stop people who do not have Javascript running on their browser (for whatever reason that may be) from using the site. ...(&lt;a rel="nofollow" target="_blank" href="http://weblogs.asp.net/chrishardy/archive/2008/07/26/webform-gripe-getting-linkbutton-to-work-without-javascript.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6444154" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Chrisntr?a=J9xvzK"&gt;&lt;img src="http://feeds.feedburner.com/~f/Chrisntr?i=J9xvzK" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Chrisntr?a=AAItdk"&gt;&lt;img src="http://feeds.feedburner.com/~f/Chrisntr?i=AAItdk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Chrisntr/~4/358928624" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6444154</guid>
         <pubDate>Fri, 25 Jul 2008 16:25:00 -0700</pubDate>
      <feedburner:origLink>http://weblogs.asp.net/chrishardy/archive/2008/07/26/webform-gripe-getting-linkbutton-to-work-without-javascript.aspx</feedburner:origLink></item>
      <item>
         <title>First look at Monorail..</title>
         <link>http://feeds.feedburner.com/~r/Chrisntr/~3/358928631/first-look-at-monorail.aspx</link>
         <description>I might be behind the times a little bit but for various different reasons I have delved back into the world of MVC for ASP.NET with Monorail - an open source framework which runs on top of C# and ASP.NET....(&lt;a rel="nofollow" target="_blank" href="http://weblogs.asp.net/chrishardy/archive/2008/01/26/first-look-at-monorail.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5649450" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Chrisntr?a=AOAmYK"&gt;&lt;img src="http://feeds.feedburner.com/~f/Chrisntr?i=AOAmYK" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Chrisntr?a=mLFS0k"&gt;&lt;img src="http://feeds.feedburner.com/~f/Chrisntr?i=mLFS0k" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Chrisntr/~4/358928631" height="1" width="1"/&gt;</description>
         <guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5649450</guid>
         <pubDate>Sat, 26 Jan 2008 03:07:00 -0800</pubDate>
      <feedburner:origLink>http://weblogs.asp.net/chrishardy/archive/2008/01/26/first-look-at-monorail.aspx</feedburner:origLink></item>
   </channel>
</rss><!-- fe2.pipes.sp1.yahoo.com uncompressed/chunked Wed Dec  3 14:07:13 PST 2008 -->
