 <?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>jason white &#187; Software Development</title>
	<atom:link href="http://www.jasonwhite.co.uk/category/functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonwhite.co.uk</link>
	<description>the ramblings of...</description>
	<lastBuildDate>Sat, 04 Sep 2010 13:05:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress Twitter Followers Widget</title>
		<link>http://www.jasonwhite.co.uk/wordpress-twitter-followers-widget/</link>
		<comments>http://www.jasonwhite.co.uk/wordpress-twitter-followers-widget/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 12:42:38 +0000</pubDate>
		<dc:creator>jason.white</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jasonwhite.co.uk/?p=129</guid>
		<description><![CDATA[I was using a plugin form another developer that inextricably stopped working, not sure why or how. After contacting the author and getting zero response I decided to write my own twitter widget plugin for WordPress.  All I need are [x] number of profile pictures to display in my template sidebar, below is my crude [...]]]></description>
		<wfw:commentRss>http://www.jasonwhite.co.uk/wordpress-twitter-followers-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a date and time stamped folder from dos cmd prompt</title>
		<link>http://www.jasonwhite.co.uk/create-a-date-and-time-stamped-folder-from-dos-cmd-prompt/</link>
		<comments>http://www.jasonwhite.co.uk/create-a-date-and-time-stamped-folder-from-dos-cmd-prompt/#comments</comments>
		<pubDate>Tue, 06 May 2008 10:29:12 +0000</pubDate>
		<dc:creator>jason.white</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.jasonwhite.co.uk/index.php/2008/05/06/create-a-date-and-time-stamped-folder-from-dos-cmd-prompt/</guid>
		<description><![CDATA[ok so you need to create a directory based on the current time and date, a timestamp if you will. its easy, type this into your cmd window &#8230; mkdir %date:~-4,4%%date:~-7,2%%date:~0,2%-%time:~0,2%%time:~3,2%%time:~6,2% this will give you a directory named like YYYYMMDD-HHMMSS Enjoy. Digg this! Share this on Facebook Share this on FriendFeed Share this on LinkedIn Share [...]]]></description>
		<wfw:commentRss>http://www.jasonwhite.co.uk/create-a-date-and-time-stamped-folder-from-dos-cmd-prompt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Session_OnEnd not being called in your global.asa ( kb 934903 )</title>
		<link>http://www.jasonwhite.co.uk/session_onend-not-being-called-in-your-globalasa/</link>
		<comments>http://www.jasonwhite.co.uk/session_onend-not-being-called-in-your-globalasa/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 14:18:46 +0000</pubDate>
		<dc:creator>jason.white</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[934903]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[IIS6]]></category>
		<category><![CDATA[kb934903]]></category>
		<category><![CDATA[Session_OnEnd]]></category>
		<category><![CDATA[Windows server 2003]]></category>

		<guid isPermaLink="false">http://www.jasonwhite.co.uk/index.php/2007/12/16/session_onend-not-being-called-in-your-globalasa/</guid>
		<description><![CDATA[You and me both, well at least me until i discovered that Microsoft had released IIS6 with a big bug in the ASP.dll and then installed the Hotfix. For some reason the bug simply causes the session to end without calling the sub routine Session_OnEnd in your global.asa file.Why and how they missed this, and [...]]]></description>
		<wfw:commentRss>http://www.jasonwhite.co.uk/session_onend-not-being-called-in-your-globalasa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delphi explode() function like PHP explode()</title>
		<link>http://www.jasonwhite.co.uk/delphi-explode-function-like-php-explode/</link>
		<comments>http://www.jasonwhite.co.uk/delphi-explode-function-like-php-explode/#comments</comments>
		<pubDate>Sun, 30 Jul 2006 13:58:05 +0000</pubDate>
		<dc:creator>jason.white</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.jasonwhite.co.uk/?p=31</guid>
		<description><![CDATA[type     TArray = array of string; function explode(cDelimiter,  sValue : string; iCount : integer) : TArray; var s : string; i,p : integer; begin         s := sValue; i := 0;         while length(s) > 0 do         begin                 inc(i);                 SetLength(result, i);                 p := pos(cDelimiter,s);                 if ( p > 0 [...]]]></description>
		<wfw:commentRss>http://www.jasonwhite.co.uk/delphi-explode-function-like-php-explode/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
