<?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>CGarvey&#039;s Blog &#187; Software</title>
	<atom:link href="http://cgarvey.ie/blog/archive/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://cgarvey.ie/blog</link>
	<description>The personal blog of Irish mobile and web application developer, Cathal Garvey</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:49:35 +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>Beware with private file URLs in Dropbox for iPhone</title>
		<link>http://cgarvey.ie/blog/archive/2010/06/23/beware-with-private-file-urls-in-dropbox-for-iphone/</link>
		<comments>http://cgarvey.ie/blog/archive/2010/06/23/beware-with-private-file-urls-in-dropbox-for-iphone/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 20:22:34 +0000</pubDate>
		<dc:creator>cgarvey</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://m.cgarvey.ie/blog/?p=357</guid>
		<description><![CDATA[If you use DropBox and, specifically, its iPhone client, then you need to be aware of how the URL feature works, or risk exposing your private files. When you view a private file (i.e. a file not in your Public folder), you have the option to &#8220;Copy URL to Clipboard&#8221;. Normally, one would expect that [...]]]></description>
			<content:encoded><![CDATA[<p>If you use <a href="https://www.dropbox.com/referrals/NTIxNzQ5NDc5" title="Referral link to DropBox">DropBox</a> and, specifically, its iPhone client, then you need to be aware of how the URL feature works, or risk exposing your private files.</p>
<p><a href="http://cgarvey.ie/blog/wp-content/uploads/2010/06/p_480_320_D1EE82C4-FCE2-4C0A-9575-BD6C941E86CC.jpeg"><img src="http://cgarvey.ie/blog/wp-content/uploads/2010/06/p_480_320_D1EE82C4-FCE2-4C0A-9575-BD6C941E86CC-200x300.jpg" alt="" title="Screenshot of DropBox for iPhone" width="200" height="300" class="alignright size-medium wp-image-355" /></a>When you view a private file (i.e. a file not in your Public folder), you have the option to &#8220;Copy URL to Clipboard&#8221;. Normally, one would expect that to be the private URL for your private file. That is, the long URL that requires a DropBox login to view.</p>
<p>Not so in this case! What happens is, a short URL (using DropBox&#8217;s own URL shortening service, db.tt) is generated for the file. However, it&#8217;s a direct link to download the file. It&#8217;s not simply a shortened URL to point to the private URL for the file.</p>
<p>Big security risk? No, not a huge risk, but it does mean that there&#8217;s now a chance that your private file will be &#8220;brute forced&#8221;, or guessed, by someone. The private URL is as good as your password (which should be more than 6 characters! It is, right?!), but this short URL is only as good as the 6 alphanumeric characters.</p>
<p>Something to be aware of (particularly if you&#8217;re used to using DropBox outside of the iPhone client), rather than cause for panic!</p>
]]></content:encoded>
			<wfw:commentRss>http://cgarvey.ie/blog/archive/2010/06/23/beware-with-private-file-urls-in-dropbox-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PIL on Mac OS X Snow Leopard for use in Google App Engine</title>
		<link>http://cgarvey.ie/blog/archive/2010/01/27/installing-pil-on-mac-os-x-snow-leopard-for-use-in-google-app-engine/</link>
		<comments>http://cgarvey.ie/blog/archive/2010/01/27/installing-pil-on-mac-os-x-snow-leopard-for-use-in-google-app-engine/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 02:42:00 +0000</pubDate>
		<dc:creator>cgarvey</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://cgarvey.ie/blog/?p=336</guid>
		<description><![CDATA[A solution to common problems installing PIL on Mac OS X]]></description>
			<content:encoded><![CDATA[<p>Python users who use Django or Google App Engine on the Mac, will likely benefit from the <a href="http://www.pythonware.com/products/pil/" title="Link to the PIL web page">python imaging library (PIL)</a>.<br />
<span id="more-336"></span><br />
However, installing on Mac OS X (Snow Leopard) can be tricky. There are many blog posts on the issue. The most common problem is that PIL and libjpeg (a dependency) seem to install OK, but when you go to use it in your Python code, you get &#8220;_jpeg_resync_to_restart&#8221; errors.</p>
<p>A further complication is the fact that Google App Engine uses Python version 2.5 (and not the default 2.6 that comes with Snow Leopard). If you just need PIL for Django, you can ignore the 2.5 references (i.e. python2.5 becomes python).</p>
<p>Here&#8217;s how I got it working on my machine (the steps are a combination of others&#8217; blog posts, but main credit goes to <a href="http://mtrichardson.com/" title="Link to Michael Richardson's website">Michael Richardson</a>&#8216;s <a href="http://mtrichardson.com/2009/11/pil-libjpeg-snow-leopard-and-missing-_jpeg_resync_to_restart/" title="Link to Michael Richardson's PIL post">post</a>):</p>
<ol>
<li>Download the latest libjpeg .tar.gz (version v7 at time of writing): <a href="http://www.ijg.org/files/">http://www.ijg.org/files/</a>.</li>
<li>Download the latest PIL version for Python 2.5 (v1.17 at time of writing): <a href="http://www.pythonware.com/products/pil/">http://www.pythonware.com/products/pil/</a></li>
<li>Extract libjpeg and do the standard install affair:<code><br />
export CC="gcc -arch i386"<br />
./configure<br />
make<br />
sudo make install<br />
</code> from within the directory. The first line is the gem that many other blog posts leave out (and it assumes you&#8217;re using BASH)</li>
<li>Extract the PIL and change in to that directory.</li>
<li>[optional] libjpeg will have been installed in /usr/local/lib/, by default, above. Normally this directory will be picked up automatically by the PIL install below, but just for good measure (or if you have problems later in the PIL install), edit the <code>setup.py</code>, look for the line <code><br />
JPEG_ROOT = None<br />
</code>. Change that line to <code><br />
JPEG_ROOT=libinclude( "/usr/local" )<br />
</code> and save it.</li>
<li>Install PIL by running <code><br />
sudo python2.5 setup.py install<br />
</code></li>
</ol>
<p>That was enough to get it running for me. I can start App Engine (I use the Google-provided launcher), and use the Image API.</p>
]]></content:encoded>
			<wfw:commentRss>http://cgarvey.ie/blog/archive/2010/01/27/installing-pil-on-mac-os-x-snow-leopard-for-use-in-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Running dotMobi WordPress Mobile Pack on PHP 4</title>
		<link>http://cgarvey.ie/blog/archive/2009/11/02/running-dotmobi-wordpress-mobile-pack-on-php-4/</link>
		<comments>http://cgarvey.ie/blog/archive/2009/11/02/running-dotmobi-wordpress-mobile-pack-on-php-4/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:47:58 +0000</pubDate>
		<dc:creator>cgarvey</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://cgarvey.ie/blog/?p=331</guid>
		<description><![CDATA[If you, like me, are installing the dotMobi WordPress Mobile Pack on a server with PHP4 installed, and you enable the &#8220;Shrink images&#8221; feature under &#8220;Mobile Theme&#8221;, you will likely see just the header of a blog post being out put for mobile devices (and not the full content). This feature reduces the image size [...]]]></description>
			<content:encoded><![CDATA[<p>If you, like me, are installing the <a href="http://wordpress.org/extend/plugins/wordpress-mobile-pack/" title="Link to the dotMobi WordPress Mobile Pack plugin page">dotMobi WordPress Mobile Pack</a> on a server with PHP4 installed, and you enable the &#8220;Shrink images&#8221; feature under &#8220;Mobile Theme&#8221;, you will likely see just the header of a blog post being out put for mobile devices (and not the full content).<br />
<span id="more-331"></span><br />
This feature reduces the image size (of any images in your WordPress post/page) to make it more bandwidth and screen friendly for mobile users. The problem is that it uses a PHP5-only call of <code>file_put_contents(..)</code>, which fails without error, or logging, on my WordPress install.</p>
<p>To remedy the problem, I substituted the call, in 2 places, with the PHP4 equivalent calls. <code>file_put_contents(..)</code> is a shortcut convenience method which is the same as calling <code>fopen(..)</code>, <code>fwrite(..)</code> and <code>fclose(..)</code>.</p>
<p>As of version 1.1.3 of the plugin the code is under <code>wp-content/plugins/wordpress-mobile-pack/plugins/wpmp_transcoder/</code> in your WordPress install directory. The 2 occurrences are in the file <code>wpmp_transcoder.php</code> on lines 431 and 448 respectively.</p>
<p>I changed<br />
<code><br />
@file_put_contents($full_location, $data);<br />
</code><br />
.. to ..<br />
<code><br />
$fhout = @fopen($full_location, "w" );<br />
@fwrite($fhout, $data);<br />
@fclose( $fhout );<br />
</code></p>
<p>.. and ..</p>
<p><code><br />
@file_put_contents("$full_location.meta", "< ?php $"."width='$width';$"."height='$height';$"."type='$type'; ?>");<br />
</code><br />
.. to ..<br />
<code><br />
$fhmeta = @fopen( "$full_location.meta", "w" );<br />
@fwrite( $fhmeta, "< ?php $"."width='$width';$"."height='$height';$"."type='$type'; ?>");<br />
@fclose( $fhmeta );<br />
</code><br />
.. and all was well again.</p>
<p>You could also just not use the &#8220;Shrink images&#8221; feature to avoid having to mess with any code!</p>
]]></content:encoded>
			<wfw:commentRss>http://cgarvey.ie/blog/archive/2009/11/02/running-dotmobi-wordpress-mobile-pack-on-php-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting SMS delivery reports on your o2 Ireland iPhone</title>
		<link>http://cgarvey.ie/blog/archive/2009/09/22/getting-sms-delivery-reports-on-your-o2-ireland-iphone/</link>
		<comments>http://cgarvey.ie/blog/archive/2009/09/22/getting-sms-delivery-reports-on-your-o2-ireland-iphone/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 18:22:44 +0000</pubDate>
		<dc:creator>cgarvey</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[o2]]></category>
		<category><![CDATA[o2 ireland]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://cgarvey.ie/blog/?p=319</guid>
		<description><![CDATA[If you need SMS delivery reports on your iPhone, you might have read that the iPhone doesn&#8217;t suport them. It doesn&#8217;t, unfortunately! The good news is that there is a workaround! Add *R* and a space to the start of the SMS message (not the number; the message body). While this code will appear in [...]]]></description>
			<content:encoded><![CDATA[<p>If you need SMS delivery reports on your iPhone, you might have read that the iPhone doesn&#8217;t suport them. It doesn&#8217;t, unfortunately!<br />
<span id="more-319"></span><br />
<img src="http://cgarvey.ie/blog/wp-content/uploads/2009/09/p_480_320_3CA4367C-C557-42F7-97EF-C38EA886238F.jpeg" alt="iPhone screenshot" width="200" height="300" class="alignright size-full wp-image-364" /></p>
<p>The good news is that there is a workaround! Add *R* and a space to the start of the SMS message (not the number; the message body). While this code will appear in the conversation window, the recipient won&#8217;t see it. o2 will strip it out before sending.</p>
<p>When your SMS is delivered, you&#8217;ll get a message back which is the raw delivery report. It&#8217;ll appear as an SMS in your conversation window.</p>
<p>It&#8217;s not an ideal solution, but you do get notification of delivery, at least.</p>
<p>This code also works on Meteor and Tesco Mobile. For a list of codes for networks other than o2 Ireland, see <a href="http://url.ie/2hgg">url.ie/2hgg</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cgarvey.ie/blog/archive/2009/09/22/getting-sms-delivery-reports-on-your-o2-ireland-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My App School experience</title>
		<link>http://cgarvey.ie/blog/archive/2009/08/10/my-app-school-experience/</link>
		<comments>http://cgarvey.ie/blog/archive/2009/08/10/my-app-school-experience/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 16:58:53 +0000</pubDate>
		<dc:creator>cgarvey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://cgarvey.ie/blog/?p=316</guid>
		<description><![CDATA[App School I attended the first App School some weeks back and, as a staunch critic of week-long training courses, I&#8217;ve come to be convinced of the opposite. If you&#8217;re a developer, no matter how experienced, interested in iPhone development, read on! I&#8217;m a developer first, with Java being my first language. I&#8217;ve programmed in [...]]]></description>
			<content:encoded><![CDATA[<div lang='en' class='hreview'>
<div class='item'>
<span class='fn'><a href='http://www.appschool.ie/' class='url'>App School</a></span>
</div>

<div class='stars' title='5/5'><img src='http://cgarvey.ie/blog/wp-content/plugins/loudervoice/images/5outof5.gif' alt='5/5' /></div>

<div class='description'><p>I attended the first <a href="http://www.appschool.ie/" title="Link to App School website">App School</a> some weeks back and, as a staunch critic of week-long training courses, I&#8217;ve come to be convinced of the opposite.</p>
<p>If you&#8217;re a developer, no matter how experienced, interested in iPhone development, read on!<br />
<span id="more-316"></span><br />
I&#8217;m a developer first, with Java being my first language. I&#8217;ve programmed in Objective-C for about 6 months (and didn&#8217;t like it all that much at the time!). As most practical developers, I was convinced that training courses weren&#8217;t all that useful, and that online material was more than an adequate substitute. I still hold that opinion about certain types of courses, but certainly App School was an eye-opener, and I&#8217;d heartily recommend you check it out, if you&#8217;re considering starting iPhone development (and have some development experience).</p>
<h2>Content</h2>
<p>The App School course covered Objective C in enough detail to get started, but in short enough time to not get bored. That&#8217;s quite a hard thing to do. Yeah, sure, most of us were having difficulties with memory management concepts, but those difficulties were easily turned in to &#8220;oh yeah&#8221; light bulb moments by referring back to the notes. After some theory, we were quickly immersed in creating applications on the SDK. Always a crowd pleaser (to be actually doing something), and I think the mix of theory versus getting knee-deep in practical application is something that is both tricky and important to get right (so your audience is not bored/tuned out, but is equipment with the necessary knowledge to not get lost).</p>
<p>You can see, for yourself, what the <a href="http://appschool.ie/outline/" title="Link to App School course outline">course covers</a>, but we were definitely in a position to author decent iPhone applications by the end of the week. We covered using all the standard UI layouts and components, managing content, retrieving content and using the iPhone built-in features. This, within a week? Yes, really!</p>
<h2>Why my opinion on training courses changed</h2>
<p>So, my main criticism of training courses, up to this point, was that they were a doddle. Certainly any course I&#8217;ve been on (including development-related ones) was considered a holiday with some completely meaningless certificate that you got at the end (whether or not you excelled at the course). Most were geared to too wide an audience, so everyone on the course was either completely lost, or completely bored at various stages of the course.</p>
<p>App School was different in that regard. They&#8217;d already set out the minimum requirements, and with Objective-C not being one of them, you might be concerned that it&#8217;d be too wide an audience. As above, this was handled brilliantly.</p>
<p>My other main criticism of training courses is that they&#8217;re too theoretical. On programming courses, we didn&#8217;t touch an IDE or SDK, on source management courses we didn&#8217;t do a single check-in, on DBA courses there was no database server to connect to. You get the idea.</p>
<p>App School was completely different. The course was almost entirely practical exercise based. I can&#8217;t stress how valuable a way of learning this is. We were never bored (except maybe for 1 or 2 slides of Objective-C memory management!!), because we were seeing the results of our learning in real time. As 1 of us had run in to a problem, it was quickly resolved and the rest of us all learnt from that experience. That&#8217;s something no book, or online material will help with. The week was full of incidents of &#8220;what the hell does that mean&#8221; responses to generic, non-helpful SDK errors. All of us came away knowing some of the causes.</p>
<h2>Was the course well presented?</h2>
<p>The content was rockin&#8217;, the learning was good. How well was the course run? Don&#8217;t be fooled by the relative inexperience of the presenter, Daniel! We built up a good rapport with him from early on, and he was well able to answer the various questions thrown at him. It&#8217;s easy present some slides in a clear manner, the skill is being able to back that up with subject knowledge, and Daniel had that in abounds. He was able to spot the weaknesses (did I mention memory management?!) and deal with them 1-to-1, with everyone learning from that process.</p>
<p>We got great entertainment from the staff at the hotel, including the bravery of one student, John, who asked the chef if a particular dish (mince-meat looking) was beef. Even after the chef paused, muttered &#8220;Uhh&#8221;, paused again, and said &#8220;I think so&#8221;, John chose that dish. Kudos! The hotel is hard to get to, there&#8217;s no denying! I got lost only living 10 minutes down the road, armed with Google Maps. It&#8217;s a bit out of public transport&#8217;s way (though there are nearby buses). However, the facilities were top notch (the air-con actually worked, for example; bonus marks for a working projector). We were well looked after.</p>
<h2>Was I convinced?</h2>
<p>Absolutely! No longer do I hold the opinion that all training courses are a waste of time. I experienced a very valuable way of learning, and learnt lots. I&#8217;m still processing a lot of what I learnt! I came away with the ability to develop for the iPhone, and (more importantly, in my opinion) the ability to troubleshoot when things go wrong.</p>
<p>I&#8217;d heartily recommend App School, based on my experience. If you have a reasonable experience with any sort of OO programming, you&#8217;ll be an ideal candidate. You won&#8217;t be bored, and you most likely won&#8217;t be overwhelmed (not always anyway!). It&#8217;s a tough course, in that you need to be there to learn, not on a junket. But, learn you will; of that I can assure you!</p>
<p>My thanks to Daniel, and those involved behind the scenes at App School; who said you can&#8217;t teach an old dog new tricks?</p>
<p>Finally, as a disclaimer, I was given a subsidised place on the course. I&#8217;m a transparent person, if you know me at all, so while it might be easy for me to be so positive on a subsidised place, I was under no pressure to post any of the above, and certainly wasn&#8217;t paid for it.</p>
</div>

<div>Rated <span class='rating'>5</span>/5 on <span class='dtreviewed'>Aug 10 2009</span></div>
<div>Vote on <span class='reviewer vcard'><span class='fn'>cgarvey</span></span>&#8216;s reviews at <a href='http://www.loudervoice.com/people/cgarvey/'>LouderVoice</a></div>

<div class='review_tags'>LouderVoice review tags: <a href="http://www.loudervoice.com/tags/iphone" rel="tag">iphone</a>, <a href="http://www.loudervoice.com/tags/developer" rel="tag">developer</a>, <a href="http://www.loudervoice.com/tags/tuition" rel="tag">tuition</a>, <a href="http://www.loudervoice.com/tags/course" rel="tag">course</a>, <a href="http://www.loudervoice.com/tags/training" rel="tag">training</a></div>


</div>]]></content:encoded>
			<wfw:commentRss>http://cgarvey.ie/blog/archive/2009/08/10/my-app-school-experience/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Lightning review of LouderVoice for Android</title>
		<link>http://cgarvey.ie/blog/archive/2009/05/22/lightning-review-of-loudervoice-for-android/</link>
		<comments>http://cgarvey.ie/blog/archive/2009/05/22/lightning-review-of-loudervoice-for-android/#comments</comments>
		<pubDate>Fri, 22 May 2009 17:29:14 +0000</pubDate>
		<dc:creator>cgarvey</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[loudervoice]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://cgarvey.ie/blog/?p=309</guid>
		<description><![CDATA[LouderVoice for Android Below is a very brief review of the new Google Android application, by LouderVoice.com, which allows you to browse, search and write reviews, much like on the main site. They&#8217;ve included some basic location-based features, such as the ability to automatically set the location of a given review from your phone&#8217;s GPS, [...]]]></description>
			<content:encoded><![CDATA[<div lang='en' class='hreview'>
<div class='item'>
<span class='fn'><a href='http://www.loudervoice.com/' class='url'>LouderVoice for Android</a></span>
</div>

<div class='stars' title='4/5'><img src='http://cgarvey.ie/blog/wp-content/plugins/loudervoice/images/4outof5.gif' alt='4/5' /></div>

<div class='description'><p>Below is a very brief review of the new Google Android application, by <a href="http://www.LouderVoice.com/" title="Link to LouderVoice website">LouderVoice.com</a>, which allows you to browse, search and write reviews, much like on the main site. They&#8217;ve included some basic location-based features, such as the ability to automatically set the location of a given review from your phone&#8217;s GPS, and to search for reviews in your current location.</p>
<p>Here&#8217;s a quick video tour:<br />
<object width="560" height="340"><param name="movie" value="http://www.youtube-nocookie.com/v/8bbav2VwnvI&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/8bbav2VwnvI&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
</div>

<div>Rated <span class='rating'>4</span>/5 on <span class='dtreviewed'>May 22 2009</span></div>
<div>Vote on <span class='reviewer vcard'><span class='fn'>cgarvey</span></span>&#8216;s reviews at <a href='http://www.loudervoice.com/people/cgarvey/'>LouderVoice</a></div>

<div class='review_tags'>LouderVoice review tags: <a href="http://www.loudervoice.com/tags/loudervoice+for+android" rel="tag">loudervoice for android</a>, <a href="http://www.loudervoice.com/tags/loudervoice" rel="tag">loudervoice</a>, <a href="http://www.loudervoice.com/tags/android" rel="tag">android</a>, <a href="http://www.loudervoice.com/tags/g1" rel="tag">g1</a></div>


</div>]]></content:encoded>
			<wfw:commentRss>http://cgarvey.ie/blog/archive/2009/05/22/lightning-review-of-loudervoice-for-android/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>MyMunster.com Review (TuesdayPush)</title>
		<link>http://cgarvey.ie/blog/archive/2009/03/10/mymunstercom-review-tuesdaypush/</link>
		<comments>http://cgarvey.ie/blog/archive/2009/03/10/mymunstercom-review-tuesdaypush/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:37:15 +0000</pubDate>
		<dc:creator>cgarvey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mymunster]]></category>
		<category><![CDATA[tuesday push]]></category>

		<guid isPermaLink="false">http://cgarvey.ie/blog/?p=292</guid>
		<description><![CDATA[Munster Rugby is arguably the most successful club/provincial rugby brand in the northern hemisphere. You know a rugby brand is successful when you have a huge portion of followers from an opposing club or province. It&#8217;s the Man United of rugby! Munster Rugby clearly identified the need to harness new media and to try and [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://blog.clubw.tv/wp-content/uploads/mymunster-logo2.jpg" title="MyMunster.com Logo" style="text-align: center;" width="400" height="141" /><br />
Munster Rugby is arguably the most successful club/provincial rugby brand in the northern hemisphere. You know a rugby brand is successful when you have a huge portion of followers from an opposing club or province. It&#8217;s the Man United of rugby!<br />
<span id="more-292"></span><br />
Munster Rugby clearly identified the need to harness new media and to try and bring the massive following under the one roof. Have they succeeded? Not yet. Their own website used to host forums which were horrifically run, as are all IRFU forums. They finally gave up the ghost and sought to replace it with a modern social network.</p>
<p>ClubW, based in Cork, come to the rescue! It&#8217;s clearly an ongoing engagement, and anything in social networking requires time, but the first reaction when one visits MyMunster.com has to have an underbelly of &#8220;meh!&#8221;.</p>
<p>I&#8217;m writing this review wearing a number of hats, which makes it harder. I, of course, strive to be objective. MyMunster.com is clearly aimed at Munster Rugby supporters (check), and users of social networking sites (check). I&#8217;ve spent over 8 years authoring collaborative software which has taken a massive swing to the social networking side. That doesn&#8217;t make me an expert, by any means, but it does help me identify strong and weak areas.</p>
<p><strong>MyMunster Strengths</strong><br />
The site offers the basic feature of any social networking site; private messaging, public messaging, discussion forums, and areas to share your media. I.e. everything one would expect from a social networking site. We&#8217;ll look at those features in a bit more detail later. One twist on social networking that the boys in ClubW bring to the mix is monetisation, and they do that very cleverly!</p>
<p><strong>MyMunster Weaknesses</strong><br />
My biggest gripe would have to be that there is no easy way to consume the information being shared. There are no ways to filter data to suit you. There are no categories of discussion threads, no shared albums, no tagging of content, and when it comes to the news page, it&#8217;s all or nothing. The site is lacking in functionality to make it easy for its members to contribute as well as to gain from the site.</p>
<p><strong>MyMunster features:</strong></p>
<ul>
<li><strong>Membership</strong>.<br />
To get any value from the site, you must first register, as is pretty much standard these days. I&#8217;d expect alternative login methods (e.g. OpenID, Facebook Connect, etc.) on a bigger site, but I&#8217;m sure these will come as the site grows. However, I&#8217;m still waiting on a confirmation email. This is a necessity for a number of reasons including my own archives (so I know what email address I used), and my own security (so I can report anyone trying to register as me, without my authorisation). ClubW have stuck one gem in the registration, and that&#8217;s to encourage users to upload an avatar there and then. Often social networks are devoid of avatars, and this can look poor, but MyMunster have placed appropriate weighting on the value of avatars. You can still skip the step, if you&#8217;re not that way inclined, which is, in my opinion, the best way to handle avatars.</li>
<li><strong>Discussions</strong>.<br />
There is a standard discussion forum available, as you&#8217;d expect. It&#8217;s a threaded forum, so people can start a topic, or reply to an existing topic. Standard stuff. One big failing of MyMunster.com is to categorise these discussions. It&#8217;s a social network based around Munster Rugby, so you&#8217;d imagine most discussion will be based on that. However, if you&#8217;re to encourage user participation (the measurement of success of any social network), you need to cater for other discussions. MyMunster does this, but lumps all discussions in together. The result is that it&#8217;s virtually impossible for a member to focus only on topics, or categories, of discussion. They have to crawl the entire page (and subsequent pages if they are bothered, which research shows they are not!) for a discussion that suits them. MunsterFans.com, the biggest competition to MyMunster, and indeed most discussion forum sites, does do this. Possible categories for MyMunster could include a minimal &#8220;Munster Rugby&#8221;, &#8220;Ireland Rugby&#8221;, &#8220;General Sport&#8221; and &#8220;Banter&#8221;, and expand over time as patterns of discussion emerges.</li>
<li><strong>Messaging</strong>.<br />
ClubW have themselves emphasised that this was an important feature, and they&#8217;ve revamped MyMunster accordingly. There are three types of messaging available, and all easily accessed from the Messaging page. You can message everyone, in a Twitter-esque form, you can message individuals in a public way, and, finally, you can send private messages to individuals. Given the recognition of the strength of messaging, I&#8217;d expect to see further UI tweaks here to make it easier (AJAX username lookup, layout of speech bubbles to put more emphasis on the message rather than its meta data, etc.). It looks like some people are using it in a Twitter kind of way (including the &#8220;I&#8217;m going for lunch&#8221; style of updates), in which case there&#8217;s an argument for an auto-refresh of those pages.</li>
<li><strong>Media Sharing</strong>.<br />
This area, by the site&#8217;s own admission, is lacking. They have 2 separate areas for photos and video, although the latter isn&#8217;t functional yet on the site. I&#8217;m not convinced of the need to have 2 completely separate areas (Flicker, Facebook, and many other media sharing sites don&#8217;t differentiate). For now, at least, you can upload photographs and organise them in to albums. The photos are public, and can be seen by other members of MyMunster. What is absent, is the ability to tag photos, which makes it easier to search, and to display multi-member albums like &#8220;Heineken Cup Final 2008&#8243;. Right now albums are all separated. This space could be vastly improved with the addition of tags. It could also be improved by allowing import (or even just display) of albums/photos from Flickr, pix.ie, Facebook, etc. Similarly, for video, once the feature is implemented.</li>
<li><strong>News Aggregations</strong>.<br />
Again, nothing new here, but it&#8217;s handy to have news specific to the community on display. Again, organisation of the data here is lacking. All the various RSS feeds are dumped in to one big page of data. Information overload. There needs to be a way to filter out Welsh national team injuries from Munster domestic fixtures. I&#8217;m not arguing that the RSS feeds should be there, just that they need to be better categorised so that I can manage my information better. I shouldn&#8217;t have to read 50 odd headlines (including scrolling) if I&#8217;m only interested in the 10 ish Munster-specific ones.</li>
<li><strong>Blog</strong><br />
The MyMunster blog seems to be regularly updated with a nice mix of news &#038; opinion on Munster Rugby, with site news &#038; help. I&#8217;ve added it to my RSS reader anyway.</li>
<li><strong>Monetisation</strong>.<br />
This is probably MyMunster&#8217;s only unique feature that hasn&#8217;t been done to death on other social networking sites. The lads in ClubW have clearly got a grip on the commercial aspect of social networking. I&#8217;m sure they&#8217;ve experienced this feature as a deal-breaker when negotiating sales. They haven&#8217;t just gone for sticking Google Ads on the site and hope that covers hosting and development costs. The system is a credit points based system. It&#8217;s a macro currency, as it were. You can top up your credits by purchasing with a credit card, and you get credits when you join to help you get started. You also get credits when you participate (for example I got 5 credits for uploading a photo). So active members are rewarded without the need to splash any cash; a huge incentive. You get to spend your credits on entering competitions (like free tickets, etc.). Plenty of potential here, and easily MyMunster.com&#8217;s stand out unique feature.
</li>
</ul>
<p><strong>Enhancements Suggestions</strong><br />
The ClubW lads obviously have a good head start in that they have a functional social networking site with basic features, and have the backing of a huge commercial entity (worth many, many MyMunster credits in advertising!). My constructive criticism can be best summarised as follows:</p>
<ul>
<li><strong>Categorise data.</strong> Make it easier for your members to digest the information other members share. Some will be interested in what everyone says, most will not. Most will have a limited amount of time to digest information from the site. Use categories in the discussion forums. Categorise the RSS feeds &#8220;Domestic, Province, National, Other Rugby&#8221;. Yes, it might take more work to manually parse the RSS feeds, but promote some active members of the community to monitor/categorise the feeds and give &#8216;em credits!</li>
<li><strong>UI tweaks</strong>. A very personal thing for the finer detail, but there are areas that could do with enhancements that have long been acknowledged as requirements on other sites, rather than personal tweaks. Things like auto-refreshing the live updates messaging page, using a Adobe Flash-based file uploaded (to show progress, handle timeouts, support multiple uploads, support zip file uploads, etc.). There are areas of the site that are in need of a usability review. I won&#8217;t dwell on the point, just to note that it&#8217;s in need of some effort.</li>
<li><strong>Data Sharing</strong>. Right now it&#8217;s not too easy to share data between members. Yes, there is messaging, but that is limited. I&#8217;d suggest the support of groups &#8220;The crew of the Munster Red Renault 19 Ferry Trip to Cardiff &#8217;06&#8243;, or at least add multiple recipient support (so I can message Dave, Joe and Tom, and then can easily reply to all). For data/video sharing, there really is need for more than just uploading to individual albums. I&#8217;d suggest adding tagging support would be the easiest way to create shared group albums, e.g. &#8220;#cardiff08&#8243;. It would also make a nice tag cloud feature as a good starting point to offer casual browsers. Tagging support would fit nicely in with the public messaging as well.</li>
<li><strong>Data Privacy</strong>. One cause for concern when I uploaded a picture was that I wasn&#8217;t sure what rights, if any, I was giving up. Google, Facebook, etc., have all been in high-profile media criticisms over what happens to user content uploaded. You should have a clear policy on this. I had a quick, and I emphasise quick, glance over the Terms and Privacy pages, but couldn&#8217;t see anything obvious. If you&#8217;re not claiming the right to royalty-free use of my content, then brag about that, rather than say nothing at all.</li>
<li><strong>Leverage other social media</strong>.<br />
Encourage users of other established networks to share their content in to yours, or indeed to sign in to yours without the necessity for registration. There may be value in registration, but there are ways to make this easier for members of other networks (e.g. OpenID or Facebook Connect), which you should leverage. Similarly, leverage the established methods of sharing the data between those networks. &#8220;Import album from Flickr&#8221; or &#8220;Create Flickr-based album&#8221; along side &#8220;Create a new photo album&#8221; and similar options. Indeed, offer an export to Facebook/Flickr from your site, so that you are the originator of the data; an added incentive for a member to use your site. Twitter is an obvious area for integration as well. Basically, there are other sites that do messaging, discussion, media sharing and that do them better than you have done, however harsh that may seem. My suggestion is to tap in to that.</li>
</ul>
<p><strong>Summary</strong><br />
MyMunster tries to be the jack of all trades, master of none. If a corporation is looking to implement their own social network, with monetisation built right in, then ClubW can definitely deliver. However, to build a social network and make it grow, then MyMunster is lacking in too many areas to make it easy for this to happen. They don&#8217;t harness the power of external resources (APIs, other social networks, etc.), meaning it&#8217;s a very isolated network. Or, in other words, a very expensive network to build. This has been offset by monetisation, but it&#8217;s unlikely that&#8217;ll be enough, long term.</p>
<p>MyMunster are on a winner with the monetisation, and have the very valuable backing of a huge brand. However, the ability to grow a social network requires more work from the boys at ClubW in functionality. ClubW and MyMunster; off to a good start, but more needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://cgarvey.ie/blog/archive/2009/03/10/mymunstercom-review-tuesdaypush/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>1Time &#8211; Time tracking made easy (TuesdayPush)</title>
		<link>http://cgarvey.ie/blog/archive/2009/02/24/1time-time-tracking-made-easy-tuesdaypush/</link>
		<comments>http://cgarvey.ie/blog/archive/2009/02/24/1time-time-tracking-made-easy-tuesdaypush/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 18:24:18 +0000</pubDate>
		<dc:creator>cgarvey</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[tuesday push]]></category>

		<guid isPermaLink="false">http://cgarvey.ie/blog/?p=286</guid>
		<description><![CDATA[1time is an Irish time tracking site that makes tracking your project/task time across multiple clients easy. I&#8217;ve been using this service for over a year now, as a free user. I have a small number of clients, so the free service suits me down to the ground. If I grow, I can subscribe to [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin: 20xp;" src="http://1timetracking.com/images/1time-logo.gif" alt="1time Logo" /><a href="http://1timetracking.com/" title="Link to 1time time tracking website">1time</a> is an Irish time tracking site that makes tracking your project/task time across multiple clients easy.<br />
<span id="more-286"></span><br />
I&#8217;ve been using this service for over a year now, as a free user. I have a small number of clients, so the free service suits me down to the ground. If I grow, I can subscribe to <a href="http://1timetracking.com/" title="Link to 1time time tracking website">1time</a> for more features including a higher number of employees. The free service is limited to just one.</p>
<p>Having used a few similar site, most notably <a href="http://www.FreshBooks.com/" title="List to Fresh Books website">FreshBooks.com</a>, I&#8217;m drawn back to 1time because of it&#8217;s simplicity. I was able to set up my own details and a client&#8217;s details in a matter of minutes (versus at least half an hour with other similar services).</p>
<p>As a self-employed web application developer, 1time is ideal in that it allows me to track time down to granular levels and report on that time, by category, by client, or by a range of criteria. My favourite feature of 1time is its built in client reporting. I can simply give my client a (reasonably secret) URL where they can get reports on my time tracking (related to their projects, only). They can drill down and see where my time is being spent. I don&#8217;t have to worry about sending ongoing timesheets.</p>
<p>1time stands out from the rest, because of its ease of use. There are a lot of features in 1time that I don&#8217;t use, but on exploring those, I can see that they&#8217;re all as easy to configure, use, and report on, as the rest of the application that I&#8217;m more used to using.</p>
<p>The only feature missing that would really suit me, is a clock facility (where you start tracking your time, with a mouse click, and come back and stop it when you&#8217;re finished, automatically tracking the time spent). I&#8217;ve been informed that this is on the way. Great! 1time have never received money from me, but they were quick to assure me that a feature I want (again, for free) was on the way. I admire that!</p>
<p>I&#8217;d certainly recommend my peers to give <a href="http://1timetracking.com/" title="Link to 1time time tracking website">1time</a> a shot; it costs you nothing. It can automate a lot of time tracking, at let you categorise it as appropriate for your client. Your clients will thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://cgarvey.ie/blog/archive/2009/02/24/1time-time-tracking-made-easy-tuesdaypush/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tuesday Push</title>
		<link>http://cgarvey.ie/blog/archive/2009/02/24/tuesday-push/</link>
		<comments>http://cgarvey.ie/blog/archive/2009/02/24/tuesday-push/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 18:08:50 +0000</pubDate>
		<dc:creator>cgarvey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tuesday push]]></category>

		<guid isPermaLink="false">http://cgarvey.ie/blog/?p=284</guid>
		<description><![CDATA[I&#8217;ve been meaning to get on board the Tuesday Push, properly this time. The idea is that a group of Irish web based companies (or just sites!) promote each other&#8217;s products in a coordinated way. It&#8217;s a form of a leg up from your peers, as it were. I can understand the initial reaction, that [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin: 20px" src="http://s3.amazonaws.com/twitter_production/profile_images/73490681/tuesday_push_avatar.jpg" alt="(Tuseday Push Logo)" />I&#8217;ve been meaning to get on board the <a href="http://www.tuesdaypush.com/" title="Link to the Tuesday Push website">Tuesday Push</a>, properly this time. The idea is that a group of Irish web based companies (or just sites!) promote each other&#8217;s products in a coordinated way. It&#8217;s a form of a leg up from your peers, as it were.<br />
<span id="more-284"></span><br />
I can understand the initial reaction, that it seems a closed boys club, but the transparency in which it&#8217;s run quickly dispels that theory. <a href="http://mulley.net/" title="Link to Damien Mulley's website">Damien Mulley</a>, the man behind the most transparent web awards in Ireland, if not further afield, started the Tuesday Push last year and since then, bloggers have all been reviewing the companies being pushed, with documented success (for the &#8220;Pushee&#8221;).</p>
<p>I&#8217;ve <a href="http://cgarvey.ie/blog/archive/2008/08/12/toddlecom-simple-email-marketing-tuesday-push/" title="Link to my Toddle Tuesday Push blog post">blogged</a> about <a href="http://www.toddle.com/" title="Link to Toddle beautiful newsletters website">Toddle</a> in the past, as part of the Tuesday Push, as that was the only site I&#8217;d used that was being pushed. I aim to continue with that principle (only review/talk up something I&#8217;ve used). However, from now on, I&#8217;ll actually go and use the site/product so that I can review it.</p>
<p>First up, I&#8217;ll be posting about <a href="http://1timetracking.com/" title="Link to 1Time time tracking website">1Time</a>, a nifty time-tracking website. After that, I&#8217;ll aim to keep up with the Tuesday Push!</p>
<p>You can read <a href="http://www.tuesdaypush.com/about/" title="Link to the Tuesday Push about page">more about the Tuesday Push</a>, or <a href="http://www.tuesdaypush.com/request-a-tuesday-push/" title="Link to Tuesday Push registration">sign up to have your site/company pushed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cgarvey.ie/blog/archive/2009/02/24/tuesday-push/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog software of choice of the Irish Blog Awards &#8217;09 short-listed</title>
		<link>http://cgarvey.ie/blog/archive/2009/02/22/blog-software-of-choice-of-the-irish-blog-awards-09-short-listed/</link>
		<comments>http://cgarvey.ie/blog/archive/2009/02/22/blog-software-of-choice-of-the-irish-blog-awards-09-short-listed/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 05:08:07 +0000</pubDate>
		<dc:creator>cgarvey</dc:creator>
				<category><![CDATA[Social/Politics]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[iba09]]></category>
		<category><![CDATA[irish blog awards]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://cgarvey.ie/blog/?p=268</guid>
		<description><![CDATA[Update: Stats now shown for winners and short-listed (of their respective category), and the overall &#8220;Grand Prix&#8221; winner. @donncha and @micheleneylon tweeted about the stats of the blogging technology behind this year&#8217;s Irish Blog Awards, organised by Damien Mulley. It got me thinking about the stats of the software used by all those short-listed in [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Update:</strong> Stats now shown for winners and short-listed (of their respective category), and the overall &#8220;Grand Prix&#8221; winner.</em></p>
<p>@<a href="http://twitter.com/donncha" title="Link to Donncha O'Caoimh on Twitter">donncha</a> and @<a href="http://twitter.com/micheleneylon" title="Link to Michele Neylon on Twitter">micheleneylon</a> tweeted about the stats of the blogging technology behind this year&#8217;s <a href="http://awards.ie/blogawards/">Irish Blog Awards</a>, organised by <a href="http://mulley.net/" titke="Link to Damien Mulley's personal website">Damien Mulley</a>. It got me thinking about the stats of the software used by all those short-listed in the blog awards. Here they are!<br />
<span id="more-268"></span></p>
<h2>Blog Software</h2>
<p>First up are the overall stats. A resounding win for WordPress (both hosted, and self-installed). WordPress is by far the more popular choice, with Google <a href="http://blogger.com/">Blogger</a>/BlogSpot a distant 2nd. Between the 2, they&#8217;ve pretty much wrapped up Irish blogging (that are award-winning, anyway).<br />
<img width="590" src="http://spreadsheets.google.com/pub?key=puC-VadvWBaG96HcnTKrYWw&#038;oid=8&#038;output=image" /><br />
<img width="590" src="http://spreadsheets.google.com/pub?key=puC-VadvWBaG96HcnTKrYWw&#038;oid=12&#038;output=image" /></p>
<h2>Blog Hosting</h2>
<p>Next, just over one third of bloggers use free blog hosting services offered by Google&#8217;s BlogSpot/Blogger and WordPress.com, with the majority preferring to install the software on their own servers, or hosting accounts:<br />
<img width="590" src="http://spreadsheets.google.com/pub?key=puC-VadvWBaG96HcnTKrYWw&#038;oid=9&#038;output=image" /><br />
<img width="590" src="http://spreadsheets.google.com/pub?key=puC-VadvWBaG96HcnTKrYWw&#038;oid=13&#038;output=image" /></p>
<h2>Other stats</h2>
<p>Other, bordering on silly, stats include:
<ul>
<li><strong>65%</strong> of short-listed WordPress installations are <strong>out of date</strong>, not including WordPress.com hosted blogs, obviously! <strong>85% of Winners</strong> are out of date.</li>
<li><strong>15%</strong> of short-listed WordPress installations <strong>hide the version </strong>tag in the headers (that WordPress ask that you leave intact). <strong>8% of winners</strong> hide it.</li>
<li>There are no 2 same versions of <strong>MovableType </strong>installed amongst the short-listed</li>
<li>The <strong>only</strong> category where all the blogs are of the same type is <strong>Best Newcomer &#8211; Sponsored by Teamworkpm.net</strong>, and all of those blogs are out of date (with 1 having hidden version info). So the newcomers are choosing WordPress, but not keeping it up to date.</li>
<li><strong>Best Music Blog &#8211; Sponsored by DownloadMusic.ie</strong> have the best record for up-to-date WordPress versions (a WordPress.com hosted blog is automatically up-to-date), whilst <strong>Best Technology Blog/Blogger &#8211; Sponsored by Bitbuzz</strong> and <strong>Best Newcomer &#8211; Sponsored by Teamworkpm.net</strong> have the worst record.</li>
<li>Only <strong>15%</strong> of the short-listed are on <strong>.ie</strong> domains. <strong>20% of winners are on .ie</strong>.</li>
</ul>
<h2>Installed Blog Hosting</h2>
<p>Finally, Blacknight are the big winners. They&#8217;re the most popular host, by far, of self-installed blogs, amongst the short-listed. They&#8217;re also joint-favourite hosts for all of the short-listed, including free blog hosting services and self-installed blogs.<br />
<img width="590" src="http://spreadsheets.google.com/pub?key=puC-VadvWBaG96HcnTKrYWw&#038;oid=10&#038;output=image" /><br />
<img width="590" src="http://spreadsheets.google.com/pub?key=puC-VadvWBaG96HcnTKrYWw&#038;oid=14&#038;output=image" /></p>
<p>Take out free blog hosting services (like WordPress.com and Blogger/BlogSpot), and Blacknight are clear leaders:<br />
<img width="590" src="http://spreadsheets.google.com/pub?key=puC-VadvWBaG96HcnTKrYWw&#038;oid=11&#038;output=image" /><br />
<img width="590" src="http://spreadsheets.google.com/pub?key=puC-VadvWBaG96HcnTKrYWw&#038;oid=15&#038;output=image" /></p>
<h2>Summary</h2>
<p><a href="http://wordpress.com/">WordPress</a> and <a href="http://blacknight.com/">Blacknight</a> are the winners, in technology terms,  of the Irish Blog Awards &#8217;09.</p>
<p>Note: the <strong>sample size is 100</strong>. There were 19 categories plus 1 overall winner (source: <a href="http://awards.ie/blogawards/2009/02/17/2009-irish-blog-awards-finalists/">IWA Finalists Blog Post</a>).</p>
<p>The raw data is in a Google Spreadsheet <a href="http://spreadsheets.google.com/ccc?key=puC-VadvWBaG96HcnTKrYWw">here</a>.</p>
<p>Any other metrics required?</p>
]]></content:encoded>
			<wfw:commentRss>http://cgarvey.ie/blog/archive/2009/02/22/blog-software-of-choice-of-the-irish-blog-awards-09-short-listed/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
