<?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>Michael S. Clark &#187; Blog Add-ons</title>
	<atom:link href="http://www.ne0ge0.com/tags/blog-add-ons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ne0ge0.com</link>
	<description>When I talk, the world ignores me...</description>
	<lastBuildDate>Mon, 31 May 2010 10:51:46 +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 Permalinks in IIS6</title>
		<link>http://www.ne0ge0.com/2009/08/11/wordpress-permalinks-in-iis6/</link>
		<comments>http://www.ne0ge0.com/2009/08/11/wordpress-permalinks-in-iis6/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 07:18:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Blog Add-ons]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Interests]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=358</guid>
		<description><![CDATA[I was looking for a way to use WordPress permalinks under IIS6 without having to use a custom 404 handler, and after some searching, I came across this: This ISAPI filter removes the index.php from WordPress&#8217;s permalinks on IIS,making your permalinks more pretty and SEO friendly. Because IIS does not support mod_rewrite module for rewriting [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a way to use WordPress permalinks under IIS6 without having to use a custom 404 handler, and after some searching, I came across this:</p>
<blockquote>
<p style="max-width: 65em;">This ISAPI filter removes the index.php from WordPress&#8217;s permalinks on IIS,making your permalinks more pretty and SEO friendly.</p>
<p style="max-width: 65em;">Because IIS does not support mod_rewrite module for rewriting URLs, so whenever you try to use permalinks, you always get something like this:</p>
<p style="max-width: 65em;"><a style="color: #0000cc;" rel="nofollow" href="http://www.yourdomain.com/index.php/2006/09/02/...../">http://www.yourdomain.com/index.php/2006/09/02/&#8230;../</a></p>
<p style="max-width: 65em;">this filter can remove the index.php from url automatically.it&#8217;s easy to use,just install it and no further configuration is necessary.</p>
</blockquote>
<p>Now obviously you would need access to IIS to be able to install it, but even for hosting companies, it seems like a bit of a no-brainer.</p>
<p>[<em>Via: <a href="http://code.google.com/p/wp-url-rewriting-on-iis/">Google Code</a></em>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2009/08/11/wordpress-permalinks-in-iis6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twittering Away&#8230;</title>
		<link>http://www.ne0ge0.com/2009/02/06/twittering-away/</link>
		<comments>http://www.ne0ge0.com/2009/02/06/twittering-away/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 10:33:53 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Blog Add-ons]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Interests]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/2009/02/06/twittering-away/</guid>
		<description><![CDATA[I&#8217;ve joined Twitter and add a feed widget.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve joined Twitter and add a feed widget.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2009/02/06/twittering-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Without MySQL</title>
		<link>http://www.ne0ge0.com/2008/08/26/wordpress-without-mysql/</link>
		<comments>http://www.ne0ge0.com/2008/08/26/wordpress-without-mysql/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 09:48:40 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog Add-ons]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/2008/08/26/wordpress-without-mysql/</guid>
		<description><![CDATA[I recently came upon a situation where a client&#8217;s website was hosted by their ISP. They wanted it to be updated, so as always, I looked at using WordPress. Unfortunately, the hosting package they had chosen supported PHP, but database support was beyond their price range. That set me wondering if WordPress actually required MySQL [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came upon a situation where a client&#8217;s website was hosted by their ISP. They wanted it to be updated, so as always, I looked at using WordPress.</p>
<p>Unfortunately, the hosting package they had chosen supported PHP, but database support was beyond their price range.</p>
<p>That set me wondering if WordPress actually required MySQL to operate. I knew about SQLite as a file-based relational database, so I turned to Google and searched for &#8220;WordPress sqlite&#8221;. What I discovered was a plugin called <a href="http://wordpress.org/extend/plugins/pdo-for-wordpress/">PDO (SQLite) For WordPress</a> by <a href="http://rathercurious.net">Justin Adie</a> which abstracts the database functionality into a separate layer. At the moment, it supports the original MySQL, and SQLite.</p>
<p>This was exactly what I was looking for. It was easy to set-up and is working very well, as <a href="http://www.theroselyhotel.co.uk">you can see</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2008/08/26/wordpress-without-mysql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Permalinks on IIS7</title>
		<link>http://www.ne0ge0.com/2008/07/25/wordpress-permalinks-on-iis7/</link>
		<comments>http://www.ne0ge0.com/2008/07/25/wordpress-permalinks-on-iis7/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 07:33:15 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Blog Add-ons]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/2008/07/25/wordpress-permalinks-on-iis7/</guid>
		<description><![CDATA[Under usual circumstances, hosting WordPress on IIS7 would not normally allow permalinks to be used. There are some commercial solutions, including the ISAPI_Rewrite module (which I couldn&#8217;t get to work). Another less elegant solution was to create a replacement 404 error page that would perform the redirection. This worked, but when the redirection occurred, any [...]]]></description>
			<content:encoded><![CDATA[<p>Under usual circumstances, hosting WordPress on IIS7 would not normally allow permalinks to be used. There are some commercial solutions, including the <a href="http://www.helicontech.com/">ISAPI_Rewrite module</a> (which I couldn&#8217;t get to work).</p>
<p>Another less elegant solution was to <a href="http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/">create a replacement 404 error page</a> that would perform the redirection. This worked, but when the redirection occurred, any POSTed values were lost, so no forms could be used.</p>
<p>I thought all was lost until yesterday, I stumbled across <a href="http://learn.iis.net/page.aspx/466/enabling-pretty-permalinks-in-wordpress/">an article on Microsoft&#8217;s IIS site</a>.</p>
<blockquote><p>This walkthrough will guide you through how to enable &#8220;<a href="http://codex.wordpress.org/Using_Permalinks">Pretty Permalinks</a>&#8221; for blog posts in the <a href="http://www.wordpress.org/">WordPress</a> blog engine installed on IIS 7.0. Typically, without URL rewriting functionality on a Web server, WordPress users have to use â€œAlmost Prettyâ€ URLs (for example, <a href="http://example.com/index.php/yyyy/mm/dd/post-name/">http://example.com/index.php/yyyy/mm/dd/post-name/</a>). This was the primary option for users who chose to host WordPress on IIS. Now, with the URL rewrite module available, you can have &#8220;Pretty Permalinks&#8221; (for example, <a href="http://example.com/year/month/day/post-name/">http://example.com/year/month/day/post-name/</a>) for WordPress blogs hosted on IIS 7.0.</p></blockquote>
<p>This solved all my problems for a major project I&#8217;m involved in. It involves the URL Rewrite Technical Preview that can be found <a href="http://learn.iis.net/page.aspx/460/using-url-rewrite-module/">here</a>.</p>
<p>[<em>Via: <a href="http://learn.iis.net/page.aspx/466/enabling-pretty-permalinks-in-wordpress/">IIS.net</a></em>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2008/07/25/wordpress-permalinks-on-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supporting PicLens</title>
		<link>http://www.ne0ge0.com/2008/06/11/supporting-piclens/</link>
		<comments>http://www.ne0ge0.com/2008/06/11/supporting-piclens/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 15:40:31 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Blog Add-ons]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Galleries]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/?p=256</guid>
		<description><![CDATA[I&#8217;ve added PicLens support to all of my galleries. The required RSS feed is dynamically generated using PHP as are the thumbnails so you would only have to provide a gallery of images. I&#8217;ve zipped up the code here.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added PicLens support to all of my <a title="Galleries" href="http://www.ne0ge0.com/index.php/galleries/" target="_self">galleries</a>.</p>
<p>The required RSS feed is dynamically generated using PHP as are the thumbnails so you would only have to provide a gallery of images.</p>
<p>I&#8217;ve zipped up the code <a title="PicLens scripts" href="http://www.ne0ge0.com/files/piclens.zip" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2008/06/11/supporting-piclens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics</title>
		<link>http://www.ne0ge0.com/2007/09/03/google-analytics/</link>
		<comments>http://www.ne0ge0.com/2007/09/03/google-analytics/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 12:36:20 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog Add-ons]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Interests]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/index.php/2007/09/03/google-analytics/</guid>
		<description><![CDATA[I recently signed up for Google Analytics and added my sites and the sites created and hosted by the company I work for. The WordPress plugin I chose is this one by Semiologic. A very valuable tool if you&#8217;re interested in site usage statistics.]]></description>
			<content:encoded><![CDATA[<p>I recently signed up for Google Analytics and added my sites and the sites created and hosted by <a href="http://www.computa.co.uk">the company I work for</a>.</p>
<p>The WordPress plugin I chose is <a href="http://www.semiologic.com/software/marketing/google-analytics/">this one by Semiologic</a>.</p>
<p>A very valuable tool if you&#8217;re interested in site usage statistics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2007/09/03/google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conflict with Live Writer and WordPress</title>
		<link>http://www.ne0ge0.com/2007/06/04/conflict-with-live-writer-and-wordpress/</link>
		<comments>http://www.ne0ge0.com/2007/06/04/conflict-with-live-writer-and-wordpress/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 08:19:40 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog Add-ons]]></category>
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.ne0ge0.com/index.php/2007/06/04/conflict-with-live-writer-and-wordpress/</guid>
		<description><![CDATA[I spotted Gary&#8217;s post about the next beta release of Windows Live Writer and thought I&#8217;d give it a try, since the other one worked well. Upon launch, it detected all of my previous settings so I went to edit the settings for each of my blogs. I clicked Weblog -&#62; Edit Weblog Settings&#8230; -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>I spotted <a href="http://www.garyshort.org/?p=620">Gary&#8217;s post about the next beta release of Windows Live Writer</a> and thought I&#8217;d give it a try, since the other one worked well.</p>
<p>Upon launch, it detected all of my previous settings so I went to edit the settings for each of my blogs.</p>
<p>I clicked <em>Weblog -&gt; Edit Weblog Settings&#8230; -&gt; Update Account Information -&gt; Next &gt;</em>.</p>
<p>An&nbsp;dialog popped up stating that it had received a &#8220;(412) Precondition Failed&#8221; error.</p>
<p>After some investigation on Google, I discovered that the &#8220;Bad Behavior&#8221; plug-in was causing the problem.</p>
<p>On disabling this plug-in, Live Writer was able to update it&#8217;s settings properly.</p>
<p>So if you are using WordPress and have &#8220;Bad Behavior&#8221; enabled, disable it and your problems will go away&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2007/06/04/conflict-with-live-writer-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get Off Yer Horse And Upgrade Yer Blog</title>
		<link>http://www.ne0ge0.com/2006/01/02/get-off-yer-horse-and-upgrade-yer-blog/</link>
		<comments>http://www.ne0ge0.com/2006/01/02/get-off-yer-horse-and-upgrade-yer-blog/#comments</comments>
		<pubDate>Mon, 02 Jan 2006 10:48:09 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Blog Add-ons]]></category>
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://blog.ne0ge0.com/index.php/2006/01/02/get-off-yer-horse-and-upgrade-yer-blog/</guid>
		<description><![CDATA[I&#8217;ve just upgraded to WordPress 2.0 &#8220;Duke&#8221;, and I must say the upgrade was beautiful &#8211; 0 glitches, 0 downtime &#8211; excellent work guys!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just upgraded to <a title="WordPress" href="http://wordpress.org/download/">WordPress 2.0 &#8220;Duke&#8221;</a>, and I must say the upgrade was beautiful &#8211; 0 glitches, 0 downtime &#8211; excellent work guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2006/01/02/get-off-yer-horse-and-upgrade-yer-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Like The Backdrop?</title>
		<link>http://www.ne0ge0.com/2005/12/21/like-the-backdrop/</link>
		<comments>http://www.ne0ge0.com/2005/12/21/like-the-backdrop/#comments</comments>
		<pubDate>Wed, 21 Dec 2005 13:36:46 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Blog Add-ons]]></category>

		<guid isPermaLink="false">http://blog.ne0ge0.com/index.php/2005/12/21/like-the-backdrop/</guid>
		<description><![CDATA[I got it from SquidFingers.]]></description>
			<content:encoded><![CDATA[<p>I got it from <a href="http://squidfingers.com/patterns/">SquidFingers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2005/12/21/like-the-backdrop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop The Spamments!</title>
		<link>http://www.ne0ge0.com/2005/11/15/stop-the-spamments/</link>
		<comments>http://www.ne0ge0.com/2005/11/15/stop-the-spamments/#comments</comments>
		<pubDate>Tue, 15 Nov 2005 15:11:30 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Blog Add-ons]]></category>

		<guid isPermaLink="false">http://blog.ne0ge0.com/index.php/2005/11/15/stop-the-spamments/</guid>
		<description><![CDATA[(to the tune of Stop the Pigeon!) I&#8217;ve been getting increasing pissed off about the level of spam comments this blog has been attracting recently, so I decided to take some action. I searched on Google for WordPress spam, and the first result to come back was this one. After reading the recommendations the author [...]]]></description>
			<content:encoded><![CDATA[<p>(to the tune of Stop the Pigeon!)<br />
I&#8217;ve been getting increasing pissed off about the level of spam comments this blog has been attracting recently, so I decided to take some action.<br />
I searched on Google for WordPress spam, and the first result to come back was <a href="http://www.tamba2.org.uk/wordpress/spam/">this one</a>. After reading the recommendations the author wrote, I decided to give his suggested, namely <a href="http://www.ioerror.us/software/bad-behavior/">Bad-Behaviour</a> and <a href="http://unknowngenius.com/blog/wordpress/spam-karma/dev/">Spam-Karma</a> plugins a try.<br />
So far so good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ne0ge0.com/2005/11/15/stop-the-spamments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
