<?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>FergoFrog&#039;s Home &#187; FergoFrog</title>
	<atom:link href="http://fergofrog.com/index.php/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://fergofrog.com</link>
	<description></description>
	<lastBuildDate>Sun, 04 Apr 2010 14:05:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Whirlpool Daily Roundup RSS Feed</title>
		<link>http://fergofrog.com/index.php/2010/04/05/whirlpool-daily-roundup-rss/</link>
		<comments>http://fergofrog.com/index.php/2010/04/05/whirlpool-daily-roundup-rss/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 14:01:38 +0000</pubDate>
		<dc:creator>FergoFrog</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[daily roundup]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[whirlpool]]></category>

		<guid isPermaLink="false">http://fergofrog.com/?p=32</guid>
		<description><![CDATA[I found myself a few months ago annoyed at having to remember to go to the Whirlpool website for their daily roundup every day and I found myself wanting an RSS feed for it. With a quick google search I found this post: http://forums.whirlpool.net.au/forum-replies-archive.cfm/1196861.html on the whirlpool forums. I have used tarka&#8217;s feed since then, [...]]]></description>
			<content:encoded><![CDATA[<p>I found myself a few months ago annoyed at having to remember to go to the <a href="http://whirlpool.net.au/" target="_blank">Whirlpool</a> website for their daily roundup every day and I found myself wanting an RSS feed for it. With a quick google search I found this post: <a href="http://forums.whirlpool.net.au/forum-replies-archive.cfm/1196861.html" target="_blank">http://forums.whirlpool.net.au/forum-replies-archive.cfm/1196861.html</a> on the whirlpool forums. I have used tarka&#8217;s feed since then, however I found myself wanting each article to have it&#8217;s own item in thunderbird, so I wrote my own roundup2rss and I am now generating my own feed which I find suits my needs better.</p>
<p>My greatest problem was that the pubDate field requires a RFC 2822 formatted time stamp. Whirlpool not providing that on their page I began writing up a parser module that could handle each website and parse the date from there; however I found that whirlpool had many sources, many of which don&#8217;t provide the time their article was published. My final solution was simply to set each article to be published at 10am AEST, which isn&#8217;t great but it was better than any other method I could think of (including stuff with databases and a mixture of database + parser).</p>
<p>I have put the source code up here: <a href="http://fergofrog.com/wproundup/roundup2rss.py">http://fergofrog.com/wproundup/roundup2rss.py</a>. It is released under GPL 2.0, if you want a copy of the license you can find it at <a href="http://fergofrog.com/wproundup/gpl-2.0.txt" target="_blank">http://fergofrog.com/wproundup/gpl-2.0.txt</a>. Feel free to adapt it to your needs, or to another website, that&#8217;s why it is released under GPL and if you do then feel free to leave a comment about it, I&#8217;ll be interested to see what you have done.</p>
<p>If you just want the feed I generate it every hour and it is at <a href="http://fergofrog.com/wproundup/wproundup.rss" target="_blank">http://fergofrog.com/wproundup/wproundup.rss</a>. If you do use this feed please go easy on me and set your reader to check it at a minimum of 20 minutes, it is hosted on my home internet connection and if I get pounded every minute by someone I am going to have to take it down. As I said it is generated every hour (at one minute past the hour) so even at 20 minutes per. check you aren&#8217;t going to see anything new until after 3 checks.</p>
<p>If you notice any problems with the feed please let me know in the comments, or my email address is in the source code.</p>
]]></content:encoded>
			<wfw:commentRss>http://fergofrog.com/index.php/2010/04/05/whirlpool-daily-roundup-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WeeChat 0.3.x parser module for pisg 0.72</title>
		<link>http://fergofrog.com/index.php/2010/03/14/weechatparsermodulepisg/</link>
		<comments>http://fergofrog.com/index.php/2010/03/14/weechatparsermodulepisg/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 05:50:10 +0000</pubDate>
		<dc:creator>FergoFrog</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[pisg]]></category>
		<category><![CDATA[weechat]]></category>

		<guid isPermaLink="false">http://fergofrog.com/?p=27</guid>
		<description><![CDATA[About a week ago I attempted to set-up pisg for an IRC channel. My IRC client of choice is WeeChat (0.3.1.1), which received a major update (Version 0.3.0) back in September 2009. Pisg&#8217;s latest update (0.72) was back in February 2008; hence, if you are running this version you will be aware that there is [...]]]></description>
			<content:encoded><![CDATA[<p>About a week ago I attempted to set-up <a href="http://pisg.sourceforge.net/" target="_blank">pisg</a> for an IRC channel. My IRC client of choice is <a href="http://www.weechat.org/">WeeChat</a> (0.3.1.1), which received a major update (Version 0.3.0) back in September 2009. Pisg&#8217;s latest update (0.72) was back in February 2008; hence, if you are running this version you will be aware that there is no parser for WeeChat 0.3.x.</p>
<p>So I went ahead and wrote one, this was strange for me as I had never touched perl before, and I am not a huge fan of regex &#8211; but I quickly read up on some basic perl and found <a href="http://www.troubleshooters.com/codecorn/littperl/perlreg.htm" target="_blank">this</a> excellent reference to regex in perl, copied the template (and referenced the old module in places) and got to work. I realise that if you go into pisg&#8217;s repository you will see that 6 months ago weechat3.pm was committed (I only learnt this a few hours ago), but I feel my module is more superior as it returns the kick reason and mode changes (which is not done by weechat3.pm).</p>
<p>I have put up an example of the generated output from the #linux4nano channel on freenode (this won&#8217;t be frequently updated, it is just an example) at <a href="http://fergofrog.com/pisg-weechat/">http://fergofrog.com/pisg-weechat/</a> and a copy of the module is available at <a href="http://fergofrog.com/pisg-weechat/weechat.pm">http://fergofrog.com/pisg-weechat/weechat.pm</a>. Feel free to do what you want with it and if you find any bugs just leave a comment here with some way of contacting you and I&#8217;ll try to get it fixed as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://fergofrog.com/index.php/2010/03/14/weechatparsermodulepisg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HostMonster Review</title>
		<link>http://fergofrog.com/index.php/2010/02/25/hostmonster-review/</link>
		<comments>http://fergofrog.com/index.php/2010/02/25/hostmonster-review/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 07:54:11 +0000</pubDate>
		<dc:creator>FergoFrog</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[hostmonster]]></category>

		<guid isPermaLink="false">http://fergofrog.com/?p=13</guid>
		<description><![CDATA[Here is my promised review of HostMonster, based on my 4 years of experience with them. I have had no experience with any other hosting companies so I can not provide any comparisons, only information on my experiences with HostMonster. If I haven&#8217;t covered anything here then feel free to comment and I&#8217;ll get around [...]]]></description>
			<content:encoded><![CDATA[<p>Here is my promised review of <a href="http://www.hostmonster.com/">HostMonster</a>, based on my 4 years of experience with them. I have had no experience with any other hosting companies so I can not provide any comparisons, only information on my experiences with HostMonster. If I haven&#8217;t covered anything here then feel free to comment and I&#8217;ll get around to answering the question when I can.</p>
<h3>Support</h3>
<p>First I&#8217;ll start off with their support, which I had experience with several times. Living in Australia means that calling a support line isn&#8217;t very feasible, when I initially chose my host (back in 2005) support was a key deciding factor and HostMonster&#8217;s support was (in my experience) a very professional and helpful one. The live chat service was the best support I have ever experienced &#8211; often it took less than two minutes to be connected to someone, who more often-than-not could promptly answer my question, or solve my problem. Additionally, for those typical accounting questions, and other common questions their <a href="http://helpdesk.hostmonster.com/">Support Centre</a> had the answer.</p>
<h3>Pricing</h3>
<p>You can see on their <a href="http://www.hostmonster.com/hosting_features.html">Hosting Features</a> page a breakdown of their service. I would like to point out that all those unlimited services are truly (or as close as it gets, while still having a numeric value) unlimited (yes storage, transfers, domains, sub-domains and email addresses are unlimited). Here is a breakdown of pricing (accurate at time of writing &#8211; it appears that they have a special on at the moment, I will update this when it is over):<br />
12 Months: $5.95 (per month) * 12 = $71.40<br />
24 Months: $5.95 (per month) * 24 = $142.80<br />
36 Months: $5.95 (per month) * 36 = $214.20<br />
There is only one plan offered so that is a flat price that includes everything shown on the <a href="http://www.hostmonster.com/hosting_features.html">Hosting Features</a> page, one free domain (for as long as you have hosting with them), free whois privacy and no set-up fee. HostMonster also provides several <a href="http://helpdesk.hostmonster.com/index.php/kb/article/141">addon services</a>:</p>
<ul>
<li> Additional Domain Names = $10.00 each year</li>
<li> Dedicated IP = $30.00 each year [$2.50 mo.]</li>
<li> SSL Certificates = $45.00 each year</li>
<li> Postini Mail Filtering = $1.00/mo per e-mail address [prorated]</li>
</ul>
<p>I only had experience with the additional domain name, which was a very convenient service allowing me to manage two domains through the one interface (additionally if you already own a domain then you can point it to HostMonster&#8217;s DNS servers for free, or transfer it at $10 per year).</p>
<address>All pricing is in US Dollars.</address>
<address> </address>
<h3>Service</h3>
<p>Overall HostMonster&#8217;s service was fantastic. The unlimited disk space and transfers was one of the greatest services around. The transfer speeds was often very good, averaging ~2mbps from their servers. The script processing time was speedy and really what you would expect (nothing too special, or too slow). However, being on a shared server if you hog the server&#8217;s resources you will find your account being suspended until you can prove that the issue has been resolved (often it&#8217;s an overly popular file, or a buggy script).</p>
<p>They run the latest version of cPanel (11.25.0 &#8211; at time of writing), which has a very nice customisable UI, and some very advanced controls &#8211; allowing for some very advanced options to be changed. The best demonstration of their control panel is their <a href="http://www.hostmonster.com/cgi/demo">Demo Panel</a>, which is exactly what a real customer gets.</p>
<p>They provide 100 MySQL and PostgreSQL databases respectively, which makes hosting forums, blogs, etc very easy to do. They additionally provide PHP5, Perl, Python, Ruby and Ruby on Rails; I however only have experience with their support for PHP, which was as you would expect from any top host. They allow access to your files through FTP, SSH (although you have no send in photo ID to enable) and through the control panel. Finally they allow access to email through POP3, IMAP, RoundCube, SquirrelMail and Horde, and the ability to send emails through SMTP and the aforementioned webmail clients.</p>
<h3>Summary</h3>
<p>Overall I was extremely happy with HostMonster&#8217;s service, support and pricing. I have moved over to self hosting, but this isn&#8217;t due to HostMonster &#8211; I changed primarily because I wanted more flexibility in how I run my domain, and to have full control on what services I run through my domain. I would highly recommend HostMonster too everyone with any level of experience, their exceptional support, impressive pricing and features and their overall professional and functional service makes HostMonster a brilliant host.</p>
<address>I am in no way affiliated with HostMonster. I will strive to keep this information accurate, however I can not guarantee the accuracy of this information &#8211; it was accurate to HostMonster&#8217;s website at the time of writing (25th February 2010). You should always research further in order to get all the information you can before making a decision.</address>
]]></content:encoded>
			<wfw:commentRss>http://fergofrog.com/index.php/2010/02/25/hostmonster-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lack of activity</title>
		<link>http://fergofrog.com/index.php/2010/02/19/lack-of-activity/</link>
		<comments>http://fergofrog.com/index.php/2010/02/19/lack-of-activity/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:02:50 +0000</pubDate>
		<dc:creator>FergoFrog</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[plans]]></category>

		<guid isPermaLink="false">http://fergofrog.com/?p=5</guid>
		<description><![CDATA[Well, I&#8217;ve done what I predicted.. I haven&#8217;t used the blog at all. I think I&#8217;ll make an attempt at it again. I think this weekend I&#8217;ll post up a review of my old host (HostMonster), however I shall begin tonight by doing up some info on the about page and sorting out some categories [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve done what I predicted.. I haven&#8217;t used the blog at all. I think I&#8217;ll make an attempt at it again. I think this weekend I&#8217;ll post up a review of my old host (HostMonster), however I shall begin tonight by doing up some info on the about page and sorting out some categories for these posts.</p>
<p>My aim for the blog is to document some things I&#8217;m doing, hopefully provide some help to someone and also maybe post up some interesting news that I hear around the places. Well that&#8217;s the aim anyway, but knowing my track record I&#8217;ll fail soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://fergofrog.com/index.php/2010/02/19/lack-of-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://fergofrog.com/index.php/2009/11/07/welcome/</link>
		<comments>http://fergofrog.com/index.php/2009/11/07/welcome/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 10:06:42 +0000</pubDate>
		<dc:creator>FergoFrog</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://192.168.0.1/?p=3</guid>
		<description><![CDATA[I have now changed to self-hosting my blog and site. It costs much less, gives me more flexibility however it doesn&#8217;t give me as much storage or bandwidth, but sacrifices have to be made!]]></description>
			<content:encoded><![CDATA[<p>I have now changed to self-hosting my blog and site. It costs much less, gives me more flexibility however it doesn&#8217;t give me as much storage or bandwidth, but sacrifices have to be made!</p>
]]></content:encoded>
			<wfw:commentRss>http://fergofrog.com/index.php/2009/11/07/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
