<?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>Aaron's Blog &#187; Downloads</title>
	<atom:link href="http://www.aaronreynolds.co.uk/category/downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronreynolds.co.uk</link>
	<description>Aaron Reynolds - The ramblings of a tek 'ed</description>
	<lastBuildDate>Thu, 08 Jul 2010 17:41:58 +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>Send Email with attachments in PHP</title>
		<link>http://www.aaronreynolds.co.uk/send-email-with-attachments-in-php/</link>
		<comments>http://www.aaronreynolds.co.uk/send-email-with-attachments-in-php/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 18:18:33 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email attachments]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=118</guid>
		<description><![CDATA[Although there are ways to send email in PHP using PEAR and other libraries, sometimes you&#8217;ll get stuck in a situation where that either isn&#8217;t possible or just too much of a faff. The other day I decided to create a function for this purpose that I can use in my own library of code. [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/send-email-with-attachments-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PageRank tool walkthrough</title>
		<link>http://www.aaronreynolds.co.uk/pagerank-tool-walkthrough/</link>
		<comments>http://www.aaronreynolds.co.uk/pagerank-tool-walkthrough/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 20:24:15 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO/SEM/SEP]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[PageRank]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=114</guid>
		<description><![CDATA[I&#8217;ve added a video on YouTube to walkthrough using the PageRank checking DLL you can download from my website.  (by the way, there is no audio).  ]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/pagerank-tool-walkthrough/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using the PageRank DLL in your applications (VB.NET)</title>
		<link>http://www.aaronreynolds.co.uk/using-the-pagerank-dll-in-your-applications-vbnet/</link>
		<comments>http://www.aaronreynolds.co.uk/using-the-pagerank-dll-in-your-applications-vbnet/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 19:58:03 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=103</guid>
		<description><![CDATA[To complete this walkthrough you&#8217;ll need to download the PageRank DLL.  This is included in the PageRank Checker download on the downloads page. Extract the ZIP file.  The DLL file is in the path: GetPageRank.zip\PageRank\bin\Debug Make a note of the path as you&#8217;ll need it later.   Start by opening up Visual Studio (or Developer [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/using-the-pagerank-dll-in-your-applications-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recover FileZilla FTP Passwords</title>
		<link>http://www.aaronreynolds.co.uk/recover-filezilla-ftp-passwords/</link>
		<comments>http://www.aaronreynolds.co.uk/recover-filezilla-ftp-passwords/#comments</comments>
		<pubDate>Tue, 27 May 2008 15:03:16 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[Password Recovery]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=51</guid>
		<description><![CDATA[I needed to recover my FTP passwords from a copy of FileZilla today but I either didn&#8217;t trust the various downloads or didn&#8217;t want to pay to use them. So here is the free-to-use code for recovering your FileZilla FTP passwords. You will need to copy the &#8220;Pass&#8221; variable from the FileZilla.xml file or registry [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/recover-filezilla-ftp-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Rank tool in VB.Net and C#</title>
		<link>http://www.aaronreynolds.co.uk/page-rank-tool-in-vbnet-and-c/</link>
		<comments>http://www.aaronreynolds.co.uk/page-rank-tool-in-vbnet-and-c/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 16:00:56 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[PageRank C#]]></category>
		<category><![CDATA[PageRank VB]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=95</guid>
		<description><![CDATA[A couple of weeks ago another chap named Aaron asked me if I had done a copy of the PageRank code but this time in VB.Net I said I&#8217;d take a look because the versions out on the Internet that he had seen didn&#8217;t work. Well this evening I found the time to do the [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/page-rank-tool-in-vbnet-and-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Full code for PageRank tool in C#</title>
		<link>http://www.aaronreynolds.co.uk/full-code-for-pagerank-tool-in-c/</link>
		<comments>http://www.aaronreynolds.co.uk/full-code-for-pagerank-tool-in-c/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 15:52:59 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google PageRank]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=87</guid>
		<description><![CDATA[I&#8217;ve uploaded a copy of the code in a demo website for the pagerank tool in C#. You can download it from: Full PageRank code with demo site I&#8217;ve tried out a few websites and URLs that people have posted to me and got mixed results. I will be updating it if I can find [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/full-code-for-pagerank-tool-in-c/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>C# Google PR Checker</title>
		<link>http://www.aaronreynolds.co.uk/c-google-pr-checker/</link>
		<comments>http://www.aaronreynolds.co.uk/c-google-pr-checker/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 16:08:15 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PageRank C#]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=99</guid>
		<description><![CDATA[I&#8217;ve had some feedback about the google PR checker I have written in C#. Basically I will be adding a property that allows you to select the datacentre to query and I will be randomising the PR requests where this property is not set. Additionally I will be adding an automatic double-check facility so if [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/c-google-pr-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# PageRank Tool</title>
		<link>http://www.aaronreynolds.co.uk/c-pagerank-tool/</link>
		<comments>http://www.aaronreynolds.co.uk/c-pagerank-tool/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 15:17:59 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google PageRank]]></category>

		<guid isPermaLink="false">http://www.aaronreynolds.co.uk/?p=63</guid>
		<description><![CDATA[After much trawling of the Internet all I could find for automated PageRank gathering was a PHP script or two. Now since I don&#8217;t like to write in PHP, I wrote a version in C#. I haven&#8217;t included the source code but I have created a downloadable ZIP containing the C# dll and a test [...]]]></description>
		<wfw:commentRss>http://www.aaronreynolds.co.uk/c-pagerank-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
