<?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>Stephen Lacy &#187; Product Review</title>
	<atom:link href="http://www.lacy.ie/category/product-review/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lacy.ie</link>
	<description>Impressions as an ASP.Net Developer</description>
	<lastBuildDate>Thu, 25 Feb 2010 16:56:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows File Hashing</title>
		<link>http://www.lacy.ie/windows-file-hashing</link>
		<comments>http://www.lacy.ie/windows-file-hashing#comments</comments>
		<pubDate>Sun, 01 Mar 2009 23:18:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Hashing]]></category>
		<category><![CDATA[MD5]]></category>

		<guid isPermaLink="false">http://lacy.ie/?p=104</guid>
		<description><![CDATA[I used to use unix a lot more than I do these days. One of the little things I miss is being able to check the integrety of a file in a single command. There is very little more annoying than finding out after hours of trying to install a large application that the reason [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I used to use unix a lot more than I do these days. One of the little things I miss is being able to check the integrety of a file in a single command. There is very little more annoying than finding out after hours of trying to install a large application that the reason its failing is not due to some software incompatibility but just a faulty download.</p>
<p>Well thinking that it should be available I went looking and found a dos app that allows you to drag your files onto the executable to md5 them. You can get the app at <a href="http://www.pc-tools.net/win32/md5sums/">http://www.pc-tools.net/win32/md5sums/</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacy.ie%2Fwindows-file-hashing&amp;linkname=Windows%20File%20Hashing"><img src="http://www.lacy.ie/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lacy.ie/windows-file-hashing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress, simple to set up, simple to maintain.</title>
		<link>http://www.lacy.ie/wordpress-simple-to-set-up-simple-to-maintain</link>
		<comments>http://www.lacy.ie/wordpress-simple-to-set-up-simple-to-maintain#comments</comments>
		<pubDate>Sun, 15 Feb 2009 18:34:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://lacy.ie/?p=81</guid>
		<description><![CDATA[I&#8217;ve returned to Wordpress after a long time of using Drupal. I have to say I&#8217;m very impressed. Drupal is a wonderful system, I&#8217;ve written before on my previous blog about how it made writing easily maintainable modules quick and simple, the problem I had with it was that for my requirments, it was far [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve returned to Wordpress after a long time of using Drupal. I have to say I&#8217;m very impressed. Drupal is a wonderful system, I&#8217;ve written before on my previous blog about how it made writing easily maintainable modules quick and simple, the problem I had with it was that for my requirments, it was far too much. I want a system that I don&#8217;t have to maintain, anymore than you have to maintian windows (upgrades and optional optimisations are fine but if I have to look under the hood then you&#8217;re really cutting into my free time.<span id="more-81"></span></p>
<p>Wordpress has as long as I&#8217;ve been blogging the defacto standard of a blog web application so I had quite large expectations, which I&#8217;m glad to say were not only met but exceeded by tremendous margin. In essense its a simple idea, you have an admin section and a blog section. You write your posts in the admin section and you and others can view the posts you&#8217;ve written in the blog section. I could go on for pages about wordpress and its features, but for brevity and relevance sake I&#8217;ll keep it to the few that I use.</p>
<ul>
<li><strong>Media Library</strong><br />
Its a simple idea, you upload a file unto your webserver, you give it a description, a caption and a title, you can find it and reuse it later.</li>
<li><strong>Full Screen Blogging</strong><br />
I have a lot of space on my monitor, I really like that wordpress allows me to make use of it. It means I can look back at the start of my post when I&#8217;m at the end trying to recap and make everything fit together.</li>
<li><strong>Plugins, Upgrading and Themes</strong><br />
I&#8217;ve never had a web application that has upgraded so easily. Installing took seconds, I didn&#8217;t have to do any FTPing or editing of php files. I&#8217;ve reached the stage where that just isn&#8217;t fun anymore. I installed Google Sitemaps which keeps google up to date about my blog posts, akismet was already installed which keeps spam away and installed wordpress stats (similar idea to google analytics) which keeps me informed of how my blog is doing in terms of web hits.</li>
<li><strong>Free Tagging</strong><br />
You can add whatever tags you like to a post, which help with Search Engine Optimization and simply searching for relevant data.</li>
<li><strong>Ajax Autosave</strong><br />
Your blog post automatically saves regularly. So if your computer crashes you can return to your last save easily.</li>
<li><strong>Usability</strong><br />
Its really very simple and easy to use, everything you&#8217;d expect to be there is, and if its not you can get a plugin to do it and almost everything is where you&#8217;d expect it to be.</li>
</ul>
<p>If you&#8217;re thinking of starting a blog I&#8217;d recommend wordpress no matter what your technical level or enthusiasm, get yourself a cheap hosting plan and you&#8217;ll have it going in no time. I won&#8217;t write a tutorial and let you google it instead but I don&#8217;t expect you&#8217;ll find problems.</p>
<p>My single complaint with it, is the firefox becomes a bit of a processor hog on my parents machine, probably due to all the javascript running.<br />
Had to switch over to google chrome just to be able to type without it stalling, although that may be a reflection on my parents computer and firefox than Wordpress.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lacy.ie%2Fwordpress-simple-to-set-up-simple-to-maintain&amp;linkname=Wordpress%2C%20simple%20to%20set%20up%2C%20simple%20to%20maintain."><img src="http://www.lacy.ie/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lacy.ie/wordpress-simple-to-set-up-simple-to-maintain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->