<?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; Technology</title>
	<atom:link href="http://www.codefrenzy.net/category/technology/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>Traveling with your tech gadgets</title>
		<link>http://www.codefrenzy.net/2009/03/08/traveling-with-your-tech-gadgets/</link>
		<comments>http://www.codefrenzy.net/2009/03/08/traveling-with-your-tech-gadgets/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 13:54:31 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[netbook]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=324</guid>
		<description><![CDATA[	

All the gadgets I take with me on holiday&#8230; is it too much?



Technology has invaded every aspect of our lives.  I dare say that most households these days will have a computer, television, dvd player, and most people carry with them at least a cellphone and an mp3 player.  We use technology in [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2009/03/08/traveling-with-your-tech-gadgets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Girls in IT</title>
		<link>http://www.codefrenzy.net/2009/03/01/girls-in-it/</link>
		<comments>http://www.codefrenzy.net/2009/03/01/girls-in-it/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 12:03:06 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[women in IT]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=250</guid>
		<description><![CDATA[	Since I was about 5 years old and got my little hands on my first Commodore 64, I&#8217;ve been comfortable around computers.  At first it was all about the games, and then it was about the BASIC programs that my mum and I wrote after school.  Later on it was about mIRC, ICQ [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2009/03/01/girls-in-it/feed/</wfw:commentRss>
		<slash:comments>5</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>Exercise?  What exercise?</title>
		<link>http://www.codefrenzy.net/2008/11/14/exercise-what-exercise/</link>
		<comments>http://www.codefrenzy.net/2008/11/14/exercise-what-exercise/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 02:41:13 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[exercise]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/?p=75</guid>
		<description><![CDATA[	Summer is pretty much here (well, in Brisbane summer actually never really wasn&#8217;t here), and the thought of being able to cruise on up to the beach with our new car (wooohooo!) has got me thinking about just how little exercise I get on a day to day basis.  I sometimes walk to work, but [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2008/11/14/exercise-what-exercise/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>TravelStash is LIVE!</title>
		<link>http://www.codefrenzy.net/2008/08/18/travelstash-is-live/</link>
		<comments>http://www.codefrenzy.net/2008/08/18/travelstash-is-live/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 12:34:50 +0000</pubDate>
		<dc:creator>Annie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.codefrenzy.net/2008/08/18/travelstash-is-live/</guid>
		<description><![CDATA[	About a week ago, Chris and I &#8220;launched&#8221; TravelStash.  By &#8220;launched&#8221; I mean we have now opened it up for general consumption.  Anyone can join TravelStash and use it just like Rheanna and Sanjay did on their recent South Africa trip, Margaret and Alan have on their trip around the South Island of New Zealand [...]]]></description>
		<wfw:commentRss>http://www.codefrenzy.net/2008/08/18/travelstash-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
