<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Chris Gaskell's Blog</title>
	<atom:link href="http://cgaskell.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cgaskell.wordpress.com</link>
	<description>My notes on computer hardware, application development &#38; the odd extra</description>
	<lastBuildDate>Sun, 22 Jan 2012 10:09:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cgaskell.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Chris Gaskell's Blog</title>
		<link>http://cgaskell.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cgaskell.wordpress.com/osd.xml" title="Chris Gaskell&#039;s Blog" />
	<atom:link rel='hub' href='http://cgaskell.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Install self cert SSL in Dev environments</title>
		<link>http://cgaskell.wordpress.com/2011/01/13/install-self-cert-ssl-in-dev-environments/</link>
		<comments>http://cgaskell.wordpress.com/2011/01/13/install-self-cert-ssl-in-dev-environments/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 11:00:54 +0000</pubDate>
		<dc:creator>Chris Gaskell</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Micorosft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Self SSL]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[SSLDiag]]></category>

		<guid isPermaLink="false">http://cgaskell.wordpress.com/?p=100</guid>
		<description><![CDATA[Recently I needed to get SSL up and running on some internal development and test environments. We know as the cert hasn&#8217;t come from a trusted source the client will recieve certificate errors  &#8211; not a problem internally. Reading round the web the tool to use is SSLDiag (which also has a 64 bit version). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=100&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I needed to get SSL up and running on some internal development and test environments. We know as the cert hasn&#8217;t come from a trusted source the client will recieve certificate errors  &#8211; not a problem internally.</p>
<p>Reading round the web the tool to use is SSLDiag (which also has a 64 bit version).</p>
<p>Get it here:</p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=cabea1d0-5a10-41bc-83d4-06c814265282&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/en/details.aspx?familyid=cabea1d0-5a10-41bc-83d4-06c814265282&amp;displaylang=en</a></p>
<p>Here&#8217;s my notes on running the app to get the cert in the dev environment.</p>
<p>You&#8217;ll need to get the ID of the website from IIS, the default site has an ID of &#8217;1&#8242; but other sites usually have a 9 character ID.</p>
<p>Consider using a VBS script or similar to enumerate your websites and get the ID,  such as the VBS here: <a href="http://blogs.msdn.com/b/david.wang/archive/2006/06/08/howto-enumerate-iis-website-and-ftpsite-configuration-vbscript-using-adsi.aspx" target="_blank">http://blogs.msdn.com/b/david.wang/archive/2006/06/08/howto-enumerate-iis-website-and-ftpsite-configuration-vbscript-using-adsi.aspx</a></p>
<p>Here&#8217;s the command line arguements:</p>
<pre>C:\Program Files\IIS Resources\SSLDiag&gt;ssldiag /selfssl /N:CN={SITEURL} /V:{DAYSTILLEXPIRE} /S:{IISSITEID}

I.E.

C:\Program Files\IIS Resources\SSLDiag&gt;ssldiag /selfssl /N:CN=dev.mysite.co.uk /V:3650 /S:777555888</pre>
<p>&#8211;After this is ran you need to add the IP and SSL port.<br />
1. Open iis manager<br />
2. Open properties for website<br />
3. Click &#8216;Advanced&#8217; at then of IP address dropdown<br />
4. Add IP and 443 to the bottom half of the dialog</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgaskell.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgaskell.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgaskell.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgaskell.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cgaskell.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cgaskell.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cgaskell.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cgaskell.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgaskell.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgaskell.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgaskell.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgaskell.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgaskell.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgaskell.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=100&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cgaskell.wordpress.com/2011/01/13/install-self-cert-ssl-in-dev-environments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c378334d503b535adc67fcfbcb15200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>HTTP Module Events</title>
		<link>http://cgaskell.wordpress.com/2011/01/13/http-module-events/</link>
		<comments>http://cgaskell.wordpress.com/2011/01/13/http-module-events/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 10:52:10 +0000</pubDate>
		<dc:creator>Chris Gaskell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET (C#)]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[HTTP Module]]></category>
		<category><![CDATA[IIS Pipeline]]></category>

		<guid isPermaLink="false">http://cgaskell.wordpress.com/?p=97</guid>
		<description><![CDATA[There&#8217;s a fair number of events you can listen for in a .NET HTTP Module. I forget most of them and certainly their order &#8211; here&#8217;s a reminder. These events are listed in sequential order: BeginRequest: Request has been started. If you need to do something at the beginning of a request (for example, display [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=97&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a fair number of events you can listen for in a .NET HTTP Module. I forget most of them and certainly their order &#8211; here&#8217;s a reminder.</p>
<p>These events are listed in sequential order:</p>
<ul>
<li><strong>BeginRequest</strong>: Request has been started. If you need to do something at the beginning of a request (for example, display advertisement banners at the top of each page), synchronize this event.</li>
<li><strong>AuthenticateRequest</strong>: If you want to plug in your own custom authentication scheme (for example, look up a user against a database to validate the password), build a module that synchronizes this event and authenticates the user how you want to.</li>
<li><strong>AuthorizeRequest</strong>: This event is used internally to implement authorization mechanisms (for example, to store your access control lists (ACLs) in a database rather than in the file system). Although you can override this event, there are not many good reasons to do so.</li>
<li><strong>ResolveRequestCache</strong>: This event determines if a page can be served from the Output cache. If you want to write your own caching module (for example, build a file-based cache rather than a memory cache), synchronize this event to determine whether to serve the page from the cache.</li>
<li><strong>AcquireRequestState</strong>: Session state is retrieved from the state store. If you want to build your own state management module, synchronize this event to grab the Session state from your state store.</li>
<li><strong>PreRequestHandlerExecute</strong>: This event occurs before the HTTP handler is executed.</li>
<li><strong>PostRequestHandlerExecute</strong>: This event occurs after the HTTP handler is executed.</li>
<li><strong>ReleaseRequestState</strong>: Session state is stored back in the state store. If you are building a custom session state module, you must store your state back in your state store.</li>
<li><strong>UpdateRequestCache</strong>: This event writes output back to the Output cache. If you are building a custom cache module, you write the output back to your cache.</li>
<li><strong>EndRequest</strong>: Request has been completed. You may want to build a debugging module that gathers information throughout the request and then writes the information to the page.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgaskell.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgaskell.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgaskell.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgaskell.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cgaskell.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cgaskell.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cgaskell.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cgaskell.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgaskell.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgaskell.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgaskell.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgaskell.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgaskell.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgaskell.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=97&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cgaskell.wordpress.com/2011/01/13/http-module-events/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c378334d503b535adc67fcfbcb15200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Perform find replace in SQL update staement</title>
		<link>http://cgaskell.wordpress.com/2011/01/04/perform-find-replace-in-sql-update-staement/</link>
		<comments>http://cgaskell.wordpress.com/2011/01/04/perform-find-replace-in-sql-update-staement/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 14:54:57 +0000</pubDate>
		<dc:creator>Chris Gaskell</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Stored Procedures]]></category>

		<guid isPermaLink="false">http://cgaskell.wordpress.com/?p=88</guid>
		<description><![CDATA[I had an interesting problem today where I needed to update strings in a database table field based on a certain criteria. A bad character had gotten into the URL field in the rhpRef table. The SQL updates and string that matches &#8216;warehouse-&#8217; with &#8216;warehouse&#8217;. Ive added the where clause just to ensure only the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=88&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had an interesting problem today where I needed to update strings in a database table field based on a certain criteria.</p>
<p>A bad character had gotten into the URL field in the rhpRef table. The SQL updates and string that matches &#8216;warehouse-&#8217; with &#8216;warehouse&#8217;. Ive added the where clause just to ensure only the correct rows are updated.</p>
<p>Here&#8217;s the code for future reference:</p>
<pre><span style="color:#ff6600;">UPDATE rhpRef</span>
<span style="color:#ff6600;">SET    url = replace(url, 'warehouse-', 'warehouse')</span>
<span style="color:#ff6600;">WHERE  url LIKE '%warehouse-%';</span></pre>
<p>Hope it might help someone else.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgaskell.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgaskell.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgaskell.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgaskell.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cgaskell.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cgaskell.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cgaskell.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cgaskell.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgaskell.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgaskell.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgaskell.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgaskell.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgaskell.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgaskell.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=88&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cgaskell.wordpress.com/2011/01/04/perform-find-replace-in-sql-update-staement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c378334d503b535adc67fcfbcb15200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting RDP session timeout auto logoff</title>
		<link>http://cgaskell.wordpress.com/2010/10/25/setting-rdp-session-timeout-auto-logoff/</link>
		<comments>http://cgaskell.wordpress.com/2010/10/25/setting-rdp-session-timeout-auto-logoff/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 08:13:54 +0000</pubDate>
		<dc:creator>Chris Gaskell</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Configuration]]></category>

		<guid isPermaLink="false">http://cgaskell.wordpress.com/?p=82</guid>
		<description><![CDATA[When sharing a dev server there is always someone who &#8216;disconnects&#8217; rather than logging off or leaves their RDP session connected and idle. You can set timeouts for these situations to auto logoff the user. I dont do it very often so thought I&#8217;d leave a reminder here&#8230;. 1. Start at Administrative Tools in Control [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=82&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When sharing a dev server there is always someone who &#8216;disconnects&#8217; rather than logging off or leaves their RDP session connected and idle.</p>
<p>You can set timeouts for these situations to auto logoff the user. I dont do it very often so thought I&#8217;d leave a reminder here&#8230;.</p>
<p>1. Start at <strong>Administrative Tools</strong> in <strong>Control Panel</strong></p>
<p>2. Select <strong>Terminal Services Configuration</strong></p>
<p><a href="http://cgaskell.files.wordpress.com/2010/10/1.png"><img class="alignnone size-medium wp-image-83" title="1" src="http://cgaskell.files.wordpress.com/2010/10/1.png?w=300&#038;h=110" alt="" width="300" height="110" /></a></p>
<p>3. Right click <strong>RDP-Tcp</strong> and select <strong>Properties</strong></p>
<p><a href="http://cgaskell.files.wordpress.com/2010/10/2.png"><img class="alignnone size-medium wp-image-85" title="2" src="http://cgaskell.files.wordpress.com/2010/10/2.png?w=300&#038;h=133" alt="" width="300" height="133" /></a></p>
<p>4.  Select the <strong>Sessions</strong> tab and set the disconnect and idle as required</p>
<p><a href="http://cgaskell.files.wordpress.com/2010/10/3.png"><img class="alignnone size-medium wp-image-84" title="3" src="http://cgaskell.files.wordpress.com/2010/10/3.png?w=259&#038;h=300" alt="" width="259" height="300" /></a></p>
<p>HTH</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgaskell.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgaskell.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgaskell.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgaskell.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cgaskell.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cgaskell.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cgaskell.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cgaskell.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgaskell.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgaskell.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgaskell.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgaskell.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgaskell.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgaskell.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=82&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cgaskell.wordpress.com/2010/10/25/setting-rdp-session-timeout-auto-logoff/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c378334d503b535adc67fcfbcb15200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://cgaskell.files.wordpress.com/2010/10/1.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://cgaskell.files.wordpress.com/2010/10/2.png?w=300" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://cgaskell.files.wordpress.com/2010/10/3.png?w=259" medium="image">
			<media:title type="html">3</media:title>
		</media:content>
	</item>
		<item>
		<title>Readonly textbox not adding values to viewsate</title>
		<link>http://cgaskell.wordpress.com/2010/02/09/readonly-textbox-not-adding-values-to-viewsate/</link>
		<comments>http://cgaskell.wordpress.com/2010/02/09/readonly-textbox-not-adding-values-to-viewsate/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 16:06:07 +0000</pubDate>
		<dc:creator>Chris Gaskell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET (C#)]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://cgaskell.wordpress.com/?p=79</guid>
		<description><![CDATA[If TextBox&#8217;s ReadOnly property is &#8220;true&#8221;, postback data won&#8217;t be loaded e.g it essentially means TextBox being readonly from server-side standpoint (client-side changes will be ignored). If you want TB to be readonly in the &#8220;old manner&#8221; use TextBox1.Attributes.Add(&#8220;readonly&#8221;,&#8221;readonly&#8221;) as that won&#8217;t affect server-side functionality. Thanks to Joteke for the help<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=79&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If TextBox&#8217;s ReadOnly property is &#8220;true&#8221;, postback data won&#8217;t be loaded e.g it essentially means TextBox being readonly from server-side standpoint (client-side changes will be ignored).</p>
<p>If you want TB to be readonly in the &#8220;old manner&#8221; use TextBox1.Attributes.Add(&#8220;readonly&#8221;,&#8221;readonly&#8221;) as that won&#8217;t affect server-side functionality.</p>
<p><a href="http://aspadvice.com/blogs/joteke/archive/2006/04/12/16409.aspx">Thanks to Joteke for the help</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgaskell.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgaskell.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgaskell.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgaskell.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cgaskell.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cgaskell.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cgaskell.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cgaskell.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgaskell.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgaskell.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgaskell.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgaskell.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgaskell.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgaskell.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=79&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cgaskell.wordpress.com/2010/02/09/readonly-textbox-not-adding-values-to-viewsate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c378334d503b535adc67fcfbcb15200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Exceptioneer &#8211; ASP.NET, Windows Forms and JavaScript Exception and Error Handling</title>
		<link>http://cgaskell.wordpress.com/2009/05/15/exceptioneer-asp-net-windows-forms-and-javascript-exception-and-error-handling/</link>
		<comments>http://cgaskell.wordpress.com/2009/05/15/exceptioneer-asp-net-windows-forms-and-javascript-exception-and-error-handling/#comments</comments>
		<pubDate>Fri, 15 May 2009 08:07:56 +0000</pubDate>
		<dc:creator>Chris Gaskell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Community News]]></category>
		<category><![CDATA[Console Applications]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[ex]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Unhandled]]></category>
		<category><![CDATA[Windows Forms]]></category>

		<guid isPermaLink="false">http://cgaskell.wordpress.com/?p=76</guid>
		<description><![CDATA[Exceptioneer is a hosted system designed for .NET folks to help identify, manage and resolve unhandled exceptions. When an Exception occurs within an Application, that exception and a range of platform specific details are transmitted securely to the Exceptioneer web portal where the data is analysed and for you to handle in your own way. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=76&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Exceptioneer is a hosted system designed for .NET folks to help identify, manage and resolve unhandled exceptions. When an Exception occurs within an Application, that exception and a range of platform specific details are transmitted securely to the Exceptioneer web portal where the data is analysed and for you to handle in your own way.</p>
<p>We’ve implemented support for: -</p>
<ul>
<li><a href="http://exceptioneer.com/Public/Demonstration.aspx" target="_blank"><span style="color:#0066cc;">ASP.NET Exception Handling</span></a></li>
<li><a href="http://blog.exceptioneer.com/blog/exceptioneer-javascript-exception-handling/" target="_blank"><span style="color:#0066cc;">JavaScript Exception Handling</span></a></li>
<li><a href="http://blog.exceptioneer.com/blog/exceptioneer-ndash-error-handling-for-windows-forms-services-and-console-applications/" target="_blank"><span style="color:#0066cc;">Windows Forms, Services and Console Application Exception Handling</span></a></li>
<li><a href="http://blog.exceptioneer.com/blog/using-twitter-to-notify-on-new-exceptions/" target="_blank"><span style="color:#0066cc;">Desktop notifications of Exceptions</span></a></li>
</ul>
<p><a href="http://exceptioneer.com/Public/RegisterInterest.aspx" target="_blank"><span style="color:#0066cc;">If you’d like a free account, fill in this form</span></a> and we’ll send you an invitation</p>
<p>Some of you will have heard of ELMAH, which is a cool open source project for collecting Exceptions, you can read how the two compare on the <a href="http://exceptioneer.com/Public/ExceptioneerAndELMAH.aspx" target="_blank"><span style="color:#0066cc;">Exceptioneer and ELMAH</span></a> page.</p>
<p> </p>
<p>Check out our blog:</p>
<p><a href="http://blog.exceptioneer.com/"><span style="color:#0066cc;">http://blog.exceptioneer.com</span></a></p>
<p> </p>
<p>Check our our twitter account:</p>
<p><a title="http://twitter.com/exceptioneer" href="http://twitter.com/exceptioneer"><span style="color:#0066cc;">http://twitter.com/exceptioneer</span></a></p>
<p> </p>
<p>Check out what other people are saying:</p>
<p><a title="http://blog.sceniceye.co.uk/2009/05/exceptioneer-wow-much-nicer-than.html" href="http://blog.sceniceye.co.uk/2009/05/exceptioneer-wow-much-nicer-than.html"><span style="color:#0066cc;">http://blog.sceniceye.co.uk/2009/05/exceptioneer-wow-much-nicer-than.html</span></a></p>
<p><a title="http://search.twitter.com/search?q=exceptioneer" href="http://search.twitter.com/search?q=exceptioneer"><span style="color:#0066cc;">http://search.twitter.com/search?q=exceptioneer</span></a></p>
<p> </p>
<p>If you want Exception Handling for another platform such as Rails checkout this page: -</p>
<p><a title="http://exceptioneer.com/Public/OtherPlatforms.aspx" href="http://exceptioneer.com/Public/OtherPlatforms.aspx"><span style="color:#0066cc;">http://exceptioneer.com/Public/OtherPlatforms.aspx</span></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgaskell.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgaskell.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgaskell.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgaskell.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cgaskell.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cgaskell.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cgaskell.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cgaskell.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgaskell.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgaskell.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgaskell.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgaskell.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgaskell.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgaskell.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=76&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cgaskell.wordpress.com/2009/05/15/exceptioneer-asp-net-windows-forms-and-javascript-exception-and-error-handling/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c378334d503b535adc67fcfbcb15200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Creative juices&#8230;.</title>
		<link>http://cgaskell.wordpress.com/2008/06/16/creative-juices/</link>
		<comments>http://cgaskell.wordpress.com/2008/06/16/creative-juices/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 12:57:19 +0000</pubDate>
		<dc:creator>Chris Gaskell</dc:creator>
				<category><![CDATA[Jokes Comic]]></category>

		<guid isPermaLink="false">http://cgaskell.wordpress.com/2008/06/16/creative-juices/</guid>
		<description><![CDATA[Good laugh&#8230; &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=74&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Good laugh&#8230; </p>
<p>&nbsp;</p>
<div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:2a2520ec-e3bf-416e-9a48-86b15cc6f236" style="display:inline;margin:0;padding:0;">
<div><span style="text-align:center; display: block;"><a href="http://cgaskell.wordpress.com/2008/06/16/creative-juices/"><img src="http://img.youtube.com/vi/hgYwTELj-fs/2.jpg" alt="" /></a></span></div>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cgaskell.wordpress.com/74/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cgaskell.wordpress.com/74/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgaskell.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgaskell.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgaskell.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgaskell.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cgaskell.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cgaskell.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cgaskell.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cgaskell.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgaskell.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgaskell.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgaskell.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgaskell.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgaskell.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgaskell.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=74&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cgaskell.wordpress.com/2008/06/16/creative-juices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c378334d503b535adc67fcfbcb15200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>What happened to the canoe trailer?</title>
		<link>http://cgaskell.wordpress.com/2008/06/16/what-happened-to-the-canoe-trailer/</link>
		<comments>http://cgaskell.wordpress.com/2008/06/16/what-happened-to-the-canoe-trailer/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 09:10:30 +0000</pubDate>
		<dc:creator>Chris Gaskell</dc:creator>
				<category><![CDATA[Canoe Trailers]]></category>
		<category><![CDATA[canoeing]]></category>
		<category><![CDATA[fabrication]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[welding]]></category>

		<guid isPermaLink="false">http://cgaskell.wordpress.com/2008/06/16/what-happened-to-the-canoe-trailer/</guid>
		<description><![CDATA[Well for all avid canoe trailer fans the trailer has been finished and has been on its first holiday Here&#8217;s a couple of pics&#8230; &#160; &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=73&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well for all avid canoe trailer fans the trailer has been finished and has been on its first holiday <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Here&#8217;s a couple of pics&#8230;</p>
<p>&nbsp;</p>
<p><a href="http://cgaskell.files.wordpress.com/2008/06/p1010161.jpg"><img style="border-width:0;" height="184" alt="P1010161" src="http://cgaskell.files.wordpress.com/2008/06/p1010161-thumb.jpg?w=244&#038;h=184" width="244" border="0"></a> </p>
<p>&nbsp;</p>
<p><a href="http://cgaskell.files.wordpress.com/2008/06/p1010197.jpg"><img style="border-width:0;" height="184" alt="P1010197" src="http://cgaskell.files.wordpress.com/2008/06/p1010197-thumb.jpg?w=244&#038;h=184" width="244" border="0"></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cgaskell.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cgaskell.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgaskell.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgaskell.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgaskell.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgaskell.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cgaskell.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cgaskell.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cgaskell.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cgaskell.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgaskell.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgaskell.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgaskell.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgaskell.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgaskell.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgaskell.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=73&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cgaskell.wordpress.com/2008/06/16/what-happened-to-the-canoe-trailer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c378334d503b535adc67fcfbcb15200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://cgaskell.files.wordpress.com/2008/06/p1010161-thumb.jpg" medium="image">
			<media:title type="html">P1010161</media:title>
		</media:content>

		<media:content url="http://cgaskell.files.wordpress.com/2008/06/p1010197-thumb.jpg" medium="image">
			<media:title type="html">P1010197</media:title>
		</media:content>
	</item>
		<item>
		<title>Frequency expansion for VX-2E</title>
		<link>http://cgaskell.wordpress.com/2008/05/21/frequency-expansion-for-vx-2e/</link>
		<comments>http://cgaskell.wordpress.com/2008/05/21/frequency-expansion-for-vx-2e/#comments</comments>
		<pubDate>Wed, 21 May 2008 22:07:47 +0000</pubDate>
		<dc:creator>Chris Gaskell</dc:creator>
				<category><![CDATA[2m]]></category>
		<category><![CDATA[70cm]]></category>
		<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Ham radio]]></category>

		<guid isPermaLink="false">http://cgaskell.wordpress.com/2008/05/21/frequency-expansion-for-vx-2e/</guid>
		<description><![CDATA[Cutting taken from web article: This is how expand RX and TX range of Yaesu VX2E. New range: TX: 120 to 220 MHz, and 300 to 500 MHz.RX: 0,5-137, 137-174, 174-420, 420-470, 470-800, 805-999 MHz. Remove the battery, and remove the adhesive under the battery. Now you can see 8 jumpers. Short only the JP2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=68&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[</p>
<p>Cutting taken from web article:</p>
<blockquote><p>This is how expand RX and TX range of Yaesu VX2E.
<p>New range: TX: 120 to 220 MHz, and 300 to 500 MHz.<br />RX: 0,5-137, 137-174, 174-420, 420-470, 470-800, 805-999 MHz.
<p>Remove the battery, and remove the adhesive under the battery.
<p>Now you can see 8 jumpers.
<p>Short only the JP2 and JP3. All other open. Replace the battery, then reset the radio by pressing simultaneously F, HM/RV and (88) (this strange button).. and power-on the radio.<br />If this procedure fail, shut down the radio, then try to reset again by pressing simultaneously BAND,H/L and V/M, then power-on again.
<p><strong>NOTE</strong> if you short also the JP4, with the same procedure as above, the new range you obtain is the following:
<p>TX: 140-174 MHz, and 420-470 MHz;<br />RX: same as above.
<p>I performed the first expansion, work well.</p>
</blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cgaskell.wordpress.com/68/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cgaskell.wordpress.com/68/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgaskell.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgaskell.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgaskell.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgaskell.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cgaskell.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cgaskell.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cgaskell.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cgaskell.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgaskell.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgaskell.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgaskell.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgaskell.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgaskell.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgaskell.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=68&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cgaskell.wordpress.com/2008/05/21/frequency-expansion-for-vx-2e/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c378334d503b535adc67fcfbcb15200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>
	</item>
		<item>
		<title>Enums dont implement IEnumerable</title>
		<link>http://cgaskell.wordpress.com/2008/05/09/enums-dont-implement-ienumerable/</link>
		<comments>http://cgaskell.wordpress.com/2008/05/09/enums-dont-implement-ienumerable/#comments</comments>
		<pubDate>Fri, 09 May 2008 13:59:03 +0000</pubDate>
		<dc:creator>Chris Gaskell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET (C#)]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Jokes Comic]]></category>
		<category><![CDATA[Micorosft]]></category>

		<guid isPermaLink="false">http://cgaskell.wordpress.com/2008/05/09/enums-dont-implement-ienumerable/</guid>
		<description><![CDATA[&#160; I know it&#8217;s obvious, but you must admit it&#8217;s still a little funny &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=67&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>I know it&#8217;s obvious, but you must admit it&#8217;s still a little funny <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p><a href="http://cgaskell.files.wordpress.com/2008/05/enum.jpg"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="258" alt="Enum" src="http://cgaskell.files.wordpress.com/2008/05/enum-thumb.jpg?w=421&#038;h=258" width="421" border="0"></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cgaskell.wordpress.com/67/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cgaskell.wordpress.com/67/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cgaskell.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cgaskell.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cgaskell.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cgaskell.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cgaskell.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cgaskell.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cgaskell.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cgaskell.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cgaskell.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cgaskell.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cgaskell.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cgaskell.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cgaskell.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cgaskell.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cgaskell.wordpress.com&amp;blog=419820&amp;post=67&amp;subd=cgaskell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cgaskell.wordpress.com/2008/05/09/enums-dont-implement-ienumerable/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5c378334d503b535adc67fcfbcb15200?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://cgaskell.files.wordpress.com/2008/05/enum-thumb.jpg" medium="image">
			<media:title type="html">Enum</media:title>
		</media:content>
	</item>
	</channel>
</rss>
