<?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>you.arenot.me &#187; Websites</title>
	<atom:link href="http://you.arenot.me/category/websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://you.arenot.me</link>
	<description>A blog by Colin Wiseman</description>
	<lastBuildDate>Thu, 24 Nov 2011 13:14:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Bureaucratic nonsense &#8211; or how cookies are going to end the internet</title>
		<link>http://you.arenot.me/2011/05/26/bureaucratic-nonsense-or-how-cookies-are-going-to-end-the-internet/</link>
		<comments>http://you.arenot.me/2011/05/26/bureaucratic-nonsense-or-how-cookies-are-going-to-end-the-internet/#comments</comments>
		<pubDate>Thu, 26 May 2011 13:11:30 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[General Rants]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://you.arenot.me/?p=436</guid>
		<description><![CDATA[Today website developers in the EU (not including UK for the time being) have to inform users explicitly that they are about to place a cookie on their machine.  They will then need to inform the user that they need to set another cookie on their machine to remember that they have given permission to [...]]]></description>
		<wfw:commentRss>http://you.arenot.me/2011/05/26/bureaucratic-nonsense-or-how-cookies-are-going-to-end-the-internet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Depude and randomise 2 lists</title>
		<link>http://you.arenot.me/2011/04/01/depude-and-randomise-2-lists/</link>
		<comments>http://you.arenot.me/2011/04/01/depude-and-randomise-2-lists/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 09:18:30 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://you.arenot.me/?p=429</guid>
		<description><![CDATA[I was asked to take 2 lists of names and dedupe the newer list with the names in the older list, so we only had a list of new names in a specific period (no dates here to help out!).  Turned out to be a lot simpler than I thought.  At first I thought Excel [...]]]></description>
		<wfw:commentRss>http://you.arenot.me/2011/04/01/depude-and-randomise-2-lists/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>customErrors, ResponseRewrite, aspxerrorpath</title>
		<link>http://you.arenot.me/2011/03/22/customerrors-responserewrite-aspxerrorpath/</link>
		<comments>http://you.arenot.me/2011/03/22/customerrors-responserewrite-aspxerrorpath/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 13:26:11 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[General Rants]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://you.arenot.me/?p=419</guid>
		<description><![CDATA[I had the pleasure today to be dealing with another pain in the arse issue with asp.net.  I do love .net, I will not become a PHP programmer as I feel it is more robust, in most areas!  But just sometimes you wish Microsoft would think before they add a feature! &#60;customerrors mode="On" defaultredirect="/error.html"&#62; &#60;error [...]]]></description>
		<wfw:commentRss>http://you.arenot.me/2011/03/22/customerrors-responserewrite-aspxerrorpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft.Web.Administration.dll Scripting IIS 7.0 on Vista</title>
		<link>http://you.arenot.me/2010/11/09/microsoft-web-administration-scripting-iis-7-0-on-vista/</link>
		<comments>http://you.arenot.me/2010/11/09/microsoft-web-administration-scripting-iis-7-0-on-vista/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 13:32:56 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[General Rants]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://you.arenot.me/?p=403</guid>
		<description><![CDATA[This is not a full article on how to script IIS7.0.  It&#8217;s about getting to that point on how to do it.  And as per usual the internet was full of incomplete information.  Here&#8217;s my complete solution when I faced problems. Firstly the namespace Microsoft.Web.Administration was not available, nor was it in the .NET of [...]]]></description>
		<wfw:commentRss>http://you.arenot.me/2010/11/09/microsoft-web-administration-scripting-iis-7-0-on-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET __doPostBack is not defined</title>
		<link>http://you.arenot.me/2010/11/03/asp-net-__dopostback-is-not-defined/</link>
		<comments>http://you.arenot.me/2010/11/03/asp-net-__dopostback-is-not-defined/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 08:59:12 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[General Rants]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://you.arenot.me/?p=390</guid>
		<description><![CDATA[Wow! What a fucking morning! I came into work today to get something working. That something should have been real easy to do (you don&#8217;t need to know what it is, just that it was going to be real easy). I exported a copy of the core code, associated it to my website so that [...]]]></description>
		<wfw:commentRss>http://you.arenot.me/2010/11/03/asp-net-__dopostback-is-not-defined/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Elphants never forget</title>
		<link>http://you.arenot.me/2010/10/19/elphants-never-forget/</link>
		<comments>http://you.arenot.me/2010/10/19/elphants-never-forget/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 12:31:01 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[General Rants]]></category>
		<category><![CDATA[Meditation]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Yoga]]></category>

		<guid isPermaLink="false">http://you.arenot.me/?p=382</guid>
		<description><![CDATA[For the past 6 months I have been helping a complete stranger to me fix his website.  And I wasn&#8217;t even asking for money!  WTF?!?  I got more in return &#8211; I have been learning about WordPress and how to break it, and fix it, oh and break it again! The website in question is [...]]]></description>
		<wfw:commentRss>http://you.arenot.me/2010/10/19/elphants-never-forget/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ASP.NET ValidationSummary &#8211; Stopping the scroll back to top</title>
		<link>http://you.arenot.me/2010/10/07/asp-net-validationsummary-stopping-the-scroll-back-to-top/</link>
		<comments>http://you.arenot.me/2010/10/07/asp-net-validationsummary-stopping-the-scroll-back-to-top/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 11:56:50 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://you.arenot.me/?p=371</guid>
		<description><![CDATA[I came across an issue today with a validation summary form on a sign up form.  The form was at the bottom of a page containing much text&#8230;well that&#8217;s what was in the design and it will probably turn into &#8220;Please sign up here&#8221; once the client get&#8217;s their hands on it.  But that&#8217;s par [...]]]></description>
		<wfw:commentRss>http://you.arenot.me/2010/10/07/asp-net-validationsummary-stopping-the-scroll-back-to-top/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Uploadify your large files in .NET</title>
		<link>http://you.arenot.me/2010/10/01/uploadify-your-large-files-in-net/</link>
		<comments>http://you.arenot.me/2010/10/01/uploadify-your-large-files-in-net/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 12:13:33 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[General Rants]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://you.arenot.me/?p=366</guid>
		<description><![CDATA[With the increase in memory for servers and the subsequent decrease in price, you&#8217;d have thought .net would have had a better way to upload files of a larger persuasion built in.  Nope! So when I found Uploadify I thought, ooh that&#8217;s nice!  And I have to thank William Duffy (again!!) for this find.  It [...]]]></description>
		<wfw:commentRss>http://you.arenot.me/2010/10/01/uploadify-your-large-files-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook&#8217;s Graph API and ASP.net</title>
		<link>http://you.arenot.me/2010/09/28/facebooks-graph-api-and-asp-net/</link>
		<comments>http://you.arenot.me/2010/09/28/facebooks-graph-api-and-asp-net/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 18:57:20 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[General Rants]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://you.arenot.me/?p=352</guid>
		<description><![CDATA[Am enthralled with the new Facebook API. It&#8217;s awesomely simple to use. I mean really simple to use. They have changed the authentication process as well, and fuck me it&#8217;s so so much simpler than before. Previously I integrated Facebook Connect with iMapFlickr, to allow uses to post to their own wall automatically, saying that [...]]]></description>
		<wfw:commentRss>http://you.arenot.me/2010/09/28/facebooks-graph-api-and-asp-net/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>File uploader with javascript extension validation</title>
		<link>http://you.arenot.me/2010/09/15/file-uploader-with-javascript-extension-validation/</link>
		<comments>http://you.arenot.me/2010/09/15/file-uploader-with-javascript-extension-validation/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 11:21:49 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
				<category><![CDATA[General Rants]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://you.arenot.me/?p=346</guid>
		<description><![CDATA[I was recently creating a form that needed to upload an image only to an email handler.  The file would then get emailed to the client. The way that we have always worked this, is the asp.net fileupload control posted back to the server and checked the fuImage.HasFile and then fuImage.FileName, maybe even using the [...]]]></description>
		<wfw:commentRss>http://you.arenot.me/2010/09/15/file-uploader-with-javascript-extension-validation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

