<?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>CodeFrenzy &#187; Coding</title>
	<atom:link href="http://www.codefrenzy.net/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codefrenzy.net</link>
	<description>A different dream everyday</description>
	<lastBuildDate>Tue, 22 Jun 2010 22:25:53 +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>HackCamp @ Google London</title>
		<link>http://www.codefrenzy.net/2010/06/23/hackcamp-google-london/</link>
		<comments>http://www.codefrenzy.net/2010/06/23/hackcamp-google-london/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 22:21:09 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[hackcamp]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=389</guid>
		<description><![CDATA[	A couple of weekends ago, I was lucky enough to be able to go along to HackCamp at the Google offices in London together with the mflow team.  It&#8217;s the first &#8216;hack&#8217; day/camp I&#8217;ve been to &#8211; and although I didn&#8217;t stay for the whole weekend nor did I actively participate in the hacking, [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2010/06/23/hackcamp-google-london/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET ObjectDataSource ignores culture information when inserting and updating</title>
		<link>http://www.codefrenzy.net/2010/06/17/net-objectdatasource-ignores-culture-information-when-inserting-and-updating/</link>
		<comments>http://www.codefrenzy.net/2010/06/17/net-objectdatasource-ignores-culture-information-when-inserting-and-updating/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:37:16 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[.NET development]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=378</guid>
		<description><![CDATA[	It&#8217;s been ages since I last updated my blog and I&#8217;m feeling super guilty.
	So I thought I&#8217;d get stuck into it again and start with a whinge &#8211; a whinge about something that had me stumped for way too long this morning.
	I have to say that I hardly ever use the out-of-the-box ASP.NET server controls [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2010/06/17/net-objectdatasource-ignores-culture-information-when-inserting-and-updating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a text string fit your labels in .NET</title>
		<link>http://www.codefrenzy.net/2009/03/09/how-to-make-a-text-string-fit-your-labels-in-net/</link>
		<comments>http://www.codefrenzy.net/2009/03/09/how-to-make-a-text-string-fit-your-labels-in-net/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 12:43:05 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[labels]]></category>
		<category><![CDATA[measuretext]]></category>
		<category><![CDATA[textrenderer]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=348</guid>
		<description><![CDATA[	In my chosen career, I solve problems everyday.  Sometimes the problems I&#8217;m given are small and simple to solve, and sometimes they are most definitely not.  That, I can deal with.  What annoys me is when a problem seems like it should only take five or so minutes to solve and yet [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2009/03/09/how-to-make-a-text-string-fit-your-labels-in-net/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to populate a drop down list from an XML file in .NET</title>
		<link>http://www.codefrenzy.net/2009/02/26/how-to-populate-a-drop-down-list-from-an-xml-file-in-net/</link>
		<comments>http://www.codefrenzy.net/2009/02/26/how-to-populate-a-drop-down-list-from-an-xml-file-in-net/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 07:48:10 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[datasource]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=185</guid>
		<description><![CDATA[	I know this is not rocket science but it&#8217;s actually something I&#8217;d never had to do until recently.  Normally I populate my drop down lists (and repeaters, etc etc) using data from databases, not XML.  
	However, fear not.  Using XML as a datasource in .NET is super easy.  Here is one [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2009/02/26/how-to-populate-a-drop-down-list-from-an-xml-file-in-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to develop secure .NET applications using Server SSL Certificates and Client Certificates &#8211; PART 4</title>
		<link>http://www.codefrenzy.net/2009/02/25/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-4/</link>
		<comments>http://www.codefrenzy.net/2009/02/25/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-4/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 13:07:20 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=109</guid>
		<description><![CDATA[	The following article is part 4 and therefore the last in a 4 part series of articles about developing .NET applications using SSL.  Part 1 in this series can be found here, part 2 can be found here and part 3 can be found here.
	
How to set up a web application to automatically redirect [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2009/02/25/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to develop secure .NET applications using Server SSL Certificates and Client Certificates &#8211; PART 3</title>
		<link>http://www.codefrenzy.net/2009/02/20/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-3/</link>
		<comments>http://www.codefrenzy.net/2009/02/20/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-3/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 06:43:54 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=106</guid>
		<description><![CDATA[	The following article is part 3 in a 4 part series of articles about developing .NET applications using SSL.  Part 1 in this series can be found here and part 2 can be found here.
	
Installing Certificates into the correct Certificate Stores
	Applications depend heavily on server SSL and client certificates being installed in the correct [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2009/02/20/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to develop secure .NET applications using Server SSL Certificates and Client Certificates &#8211; PART 2</title>
		<link>http://www.codefrenzy.net/2009/02/19/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-2/</link>
		<comments>http://www.codefrenzy.net/2009/02/19/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-2/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 11:56:27 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=104</guid>
		<description><![CDATA[	The following article is part 2 in a 4 part series of articles about developing .NET applications using SSL.  Part 1 in this series can be found here.
	
Setting Up Client Certificates
	Client certificates can be used to authenticate the client connecting to a web application. The client can either be a browser or a custom [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2009/02/19/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to develop secure .NET applications using Server SSL Certificates and Client Certificates &#8211; PART 1</title>
		<link>http://www.codefrenzy.net/2009/02/19/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-1/</link>
		<comments>http://www.codefrenzy.net/2009/02/19/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-1/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 14:45:06 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=63</guid>
		<description><![CDATA[	The following article is part 1 in a 4 part series of articles about developing .NET applications using SSL.  These articles are based on my experience and I hope that they will help others develop secure applications as well.
	
Setting up a Development or Test SSL Server Certificate on a Website in IIS (5.0/6.0)
	When developing [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2009/02/19/how-to-develop-secure-net-applications-using-server-ssl-certificates-and-client-certificates-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error message FAIL</title>
		<link>http://www.codefrenzy.net/2008/08/18/error-message-fail/</link>
		<comments>http://www.codefrenzy.net/2008/08/18/error-message-fail/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 11:10:08 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/2008/08/18/error-message-fail/</guid>
		<description><![CDATA[	The other day while on a bus in Brisbane, I witnessed a classic error message FAIL:

On a more serious note, error handling and the display of error messages in software development is an often discussed usability topic.  Errors occur for all sorts of reasons &#8211; user-generated, hardware failures, invalid data, and of course software bugs.  [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2008/08/18/error-message-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling &amp; Disabling ASP.NET radio buttons using code-behind and JavaScript</title>
		<link>http://www.codefrenzy.net/2008/06/19/enabling-disabling-aspnet-radio-buttons-using-code-behind-and-javascript/</link>
		<comments>http://www.codefrenzy.net/2008/06/19/enabling-disabling-aspnet-radio-buttons-using-code-behind-and-javascript/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 11:35:31 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/2008/06/19/enabling-disabling-aspnet-radio-buttons-using-code-behind-and-javascript/</guid>
		<description><![CDATA[	I have just come across a strange problem when trying to disable some radio buttons on a web page using .NET and JavaScript.  It seems to work well in Firefox but not IE, what a surprise!
	The situation:
	I have two sets of radio buttons &#8211; two RadioButtonList controls.  The first set needs to control [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2008/06/19/enabling-disabling-aspnet-radio-buttons-using-code-behind-and-javascript/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
