<?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>Kevin Castle .Net</title>
	<atom:link href="http://kevincastle.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevincastle.net</link>
	<description>Musings on Software Development</description>
	<lastBuildDate>Mon, 01 Mar 2010 06:02:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Viewing Generated Source in IE7</title>
		<link>http://kevincastle.net/2010/03/01/viewing-generated-source-in-ie7/</link>
		<comments>http://kevincastle.net/2010/03/01/viewing-generated-source-in-ie7/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 01:30:39 +0000</pubDate>
		<dc:creator>Kevin Castle</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://kevincastle.net/2010/03/01/viewing-generated-source-in-ie7/</guid>
		<description><![CDATA[One of the most frustrating things that I&#8217;ve found in developing/debugging in IE is that you can only view the page source which was initially rendered with the first page load. This was acceptable a couple of years ago, but is really a huge limitation utilizing AJAX (and I&#8217;m not just referring to UpdatePanel&#8217;s).
Of course [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most frustrating things that I&#8217;ve found in developing/debugging in IE is that you can only view the page source which was initially rendered with the first page load. This was acceptable a couple of years ago, but is really a huge limitation utilizing AJAX (and I&#8217;m not just referring to UpdatePanel&#8217;s).</p>
<p>Of course you can <a href="http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/">view generated source with Firefox</a> but what are you supposed to do when debugging any newly inserted client side script and/or viewing dynamically added markup? After searching around I found that you can simply copy and past the following script into the browsers address bar and it will open a new window with the pages currently generated source.</p>
<p>javascript:void(window.open(&#8220;javascript:document.open(\&#8221;text/plain\&#8221;);document.write(opener.document.body.parentNode.outerHTML)&#8221;))</p>
<p><a href="http://weblogs.asp.net/blogs/kevincastle/WindowsLiveWriter/ViewingGeneratedSourceinIE7_C804/image_6.png" rel="lightbox[15]"><img src="http://weblogs.asp.net/blogs/kevincastle/WindowsLiveWriter/ViewingGeneratedSourceinIE7_C804/image_thumb_2.png" border="0" alt="image" width="498" height="25" /></a></p>
<p>You can also add this to your IE favorites or add it to your Links toolbar so that its always one click away.</p>
<p><a href="http://weblogs.asp.net/blogs/kevincastle/WindowsLiveWriter/ViewingGeneratedSourceinIE7_C804/image_2.png" rel="lightbox[15]"><img src="http://weblogs.asp.net/blogs/kevincastle/WindowsLiveWriter/ViewingGeneratedSourceinIE7_C804/image_thumb.png" border="0" alt="image" width="184" height="66" /></a></p>
<p>I cannot tell you how much this saved me this last week when I was using eval() to dynamically add script elements to the page&#8217;s header.</p>
<p><a href="http://weblogs.asp.net/blogs/kevincastle/WindowsLiveWriter/ViewingGeneratedSourceinIE7_C804/image_8.png" rel="lightbox[15]"><img src="http://weblogs.asp.net/blogs/kevincastle/WindowsLiveWriter/ViewingGeneratedSourceinIE7_C804/image_thumb_3.png" border="0" alt="image" width="244" height="128" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kevincastle.net/2010/03/01/viewing-generated-source-in-ie7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Moved from dasBlog to BlogEngine.Net and now to WordPress</title>
		<link>http://kevincastle.net/2010/03/01/moved-from-dasblog-to-blogengine-net-and-now-to-wordpress/</link>
		<comments>http://kevincastle.net/2010/03/01/moved-from-dasblog-to-blogengine-net-and-now-to-wordpress/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 01:15:45 +0000</pubDate>
		<dc:creator>Kevin Castle</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://kevincastle.net/?p=10</guid>
		<description><![CDATA[Finally moved to WordPress. I always wanted to stay on the .Net platform for my blog but figured that it would be much easier and nicer to focus on producing content (which would be a challenge in-itself) rather than trying to tinker around and get one of the .Net blog engines to have all the [...]]]></description>
			<content:encoded><![CDATA[<p>Finally moved to <a href="http://wordpress.com" target="_blank">WordPress</a>. I always wanted to stay on the .Net platform for my blog but figured that it would be much easier and nicer to focus on producing content (which would be a challenge in-itself) rather than trying to tinker around and get one of the .Net blog engines to have all the cool bells and whistles that WordPress has.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevincastle.net/2010/03/01/moved-from-dasblog-to-blogengine-net-and-now-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
