<?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>Stuff of Interest &#187; WordPress</title>
	<atom:link href="http://stuff.vhandw.com/category/blogging/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuff.vhandw.com</link>
	<description>General thoughts and discoveries on the web</description>
	<lastBuildDate>Fri, 19 Feb 2010 15:43:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing WordPress locally. MySQL and PHP problems</title>
		<link>http://stuff.vhandw.com/2006/11/05/installing-wordpress-locally-mysql-and-php-problems/</link>
		<comments>http://stuff.vhandw.com/2006/11/05/installing-wordpress-locally-mysql-and-php-problems/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 02:46:51 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2006/11/05/installing-wordpress-locally-mysql-and-php-problems/</guid>
		<description><![CDATA[Trying to install WordPress locally on my machine using Apache, PHP and MySQL. Installed Apache and PHP 5.0.2. Got the latest MySql from Mysql, and installed their connectors. WordPress wouldn&#8217;t run. Complained that MySql wasn&#8217;t configured under PHP
Did some research and finally determined that the problem was with the version of the mysql libraries I [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to install WordPress locally on my machine using Apache, PHP and MySQL. Installed Apache and PHP 5.0.2. Got the latest MySql from Mysql, and installed their connectors. WordPress wouldn&#8217;t run. Complained that MySql wasn&#8217;t configured under PHP</p>
<p>Did some research and finally determined that the problem was with the version of the mysql libraries I was trying to use. Found this out by going to the command line and typing php -m. When php tried to start, it gave me errors.</p>
<p>Once I got the latest version from the php install zip, and put them in the correct place, PHP started and showed the mysql extension. WordPress now runs correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2006/11/05/installing-wordpress-locally-mysql-and-php-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Repository</title>
		<link>http://stuff.vhandw.com/2005/01/11/wordpress-plugin-repository/</link>
		<comments>http://stuff.vhandw.com/2005/01/11/wordpress-plugin-repository/#comments</comments>
		<pubDate>Tue, 11 Jan 2005 12:40:58 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2005/01/11/wordpress-plugin-repository/</guid>
		<description><![CDATA[The beginnings of a plug-in repository. Will have to keep an eye on to see how it develops.
WordPress Plugin Repository &#8211; Trac
]]></description>
			<content:encoded><![CDATA[<p>The beginnings of a plug-in repository. Will have to keep an eye on to see how it develops.</p>
<p><a href="http://dev.wp-plugins.org/">WordPress Plugin Repository &#8211; Trac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2005/01/11/wordpress-plugin-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Online Documentation</title>
		<link>http://stuff.vhandw.com/2004/12/22/wordpress-online-documentation/</link>
		<comments>http://stuff.vhandw.com/2004/12/22/wordpress-online-documentation/#comments</comments>
		<pubDate>Wed, 22 Dec 2004 12:18:27 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/12/22/wordpress-online-documentation/</guid>
		<description><![CDATA[The &#8216;official&#8217; documentation for WordPress
WordPress Codex
]]></description>
			<content:encoded><![CDATA[<p>The &#8216;official&#8217; documentation for WordPress</p>
<p><a href="http://codex.wordpress.org/Main_Page">WordPress Codex</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/12/22/wordpress-online-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crazy But Able &#8211; Wordpress RSS bandwidth fixes</title>
		<link>http://stuff.vhandw.com/2004/12/21/crazy-but-able-wordpress-rss-bandwidth-fixes/</link>
		<comments>http://stuff.vhandw.com/2004/12/21/crazy-but-able-wordpress-rss-bandwidth-fixes/#comments</comments>
		<pubDate>Tue, 21 Dec 2004 18:55:28 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/12/21/crazy-but-able-wordpress-rss-bandwidth-fixes/</guid>
		<description><![CDATA[Two bugs in WordPress&#8217; handling of RSS feeds that caused it to send the feed even if it shouldn&#8217;t.
Wordpress RSS bandwidth fixes
]]></description>
			<content:encoded><![CDATA[<p>Two bugs in WordPress&#8217; handling of RSS feeds that caused it to send the feed even if it shouldn&#8217;t.</p>
<p><a href="http://www.crazybutable.com/weblog/archives/2004/12/20/wordpress-rss-bandwidth-fixes/">Wordpress RSS bandwidth fixes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/12/21/crazy-but-able-wordpress-rss-bandwidth-fixes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Fast Frontend</title>
		<link>http://stuff.vhandw.com/2004/12/17/wordpress-fast-frontend/</link>
		<comments>http://stuff.vhandw.com/2004/12/17/wordpress-fast-frontend/#comments</comments>
		<pubDate>Fri, 17 Dec 2004 12:11:02 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/12/17/wordpress-fast-frontend/</guid>
		<description><![CDATA[Someone fed up with the sluggishness of WordPress and the messy code. If you&#8217;re also unhappy, worth a check.
It will obviously take some time to go through the code and test it to ensure it works well enough for you. I&#8217;m not willing to invest that amount of time right now, but still want to [...]]]></description>
			<content:encoded><![CDATA[<p>Someone fed up with the sluggishness of WordPress and the messy code. If you&#8217;re also unhappy, worth a check.</p>
<p>It will obviously take some time to go through the code and test it to ensure it works well enough for you. I&#8217;m not willing to invest that amount of time right now, but still want to be aware of it later.</p>
<p><a href="http://www.qix.it/~ludo/wpff/static/wpff-features">WordPress Fast Frontend</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/12/17/wordpress-fast-frontend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stopping Wordpress comment spam in 5 minutes</title>
		<link>http://stuff.vhandw.com/2004/12/15/stopping-wordpress-comment-spam-in-5-minutes/</link>
		<comments>http://stuff.vhandw.com/2004/12/15/stopping-wordpress-comment-spam-in-5-minutes/#comments</comments>
		<pubDate>Wed, 15 Dec 2004 17:59:41 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/12/15/stopping-wordpress-comment-spam-in-5-minutes/</guid>
		<description><![CDATA[Another easy method of stopping, or at least really slowing down spammers.
The 5 min Wordpress anti comment spam hack. 
]]></description>
			<content:encoded><![CDATA[<p>Another easy method of stopping, or at least really slowing down spammers.</p>
<p><a href="http://inf7.net/index.php?p=353">The 5 min Wordpress anti comment spam hack. </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/12/15/stopping-wordpress-comment-spam-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jeff Barr&#8217;s Blog &#8211; WordPress Comment Verification (With Source Code)</title>
		<link>http://stuff.vhandw.com/2004/11/30/jeff-barrs-blog-wordpress-comment-verification-with-source-code/</link>
		<comments>http://stuff.vhandw.com/2004/11/30/jeff-barrs-blog-wordpress-comment-verification-with-source-code/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 15:28:30 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/11/30/jeff-barrs-blog-wordpress-comment-verification-with-source-code/</guid>
		<description><![CDATA[A simple item to implement, and only adds a minor task for commenters. Should eliminate all spam, as the spammers would have to create a script to search for this, and guess if they&#8217;ve hit it right.
Jeff Barr&#8217;s Blog &#8211; WordPress Comment Verification (With Source Code)
]]></description>
			<content:encoded><![CDATA[<p>A simple item to implement, and only adds a minor task for commenters. Should eliminate all spam, as the spammers would have to create a script to search for this, and guess if they&#8217;ve hit it right.</p>
<p><a href="http://www.syndic8.com/~jeff/blog/index.php?p=103">Jeff Barr&#8217;s Blog &#8211; WordPress Comment Verification (With Source Code)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/11/30/jeff-barrs-blog-wordpress-comment-verification-with-source-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tempus Fugit &#124; TxFx.net &#124; WordPress Hack: Notify Users of Moderation</title>
		<link>http://stuff.vhandw.com/2004/11/30/tempus-fugit-txfxnet-wordpress-hack-notify-users-of-moderation/</link>
		<comments>http://stuff.vhandw.com/2004/11/30/tempus-fugit-txfxnet-wordpress-hack-notify-users-of-moderation/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 14:34:16 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/11/30/tempus-fugit-txfxnet-wordpress-hack-notify-users-of-moderation/</guid>
		<description><![CDATA[By default, WordPress does not notify a user if their comment has gone into moderation. This hack will pop-up a window to let the user know their comment has been sent to moderation.
Hopefully this will eliminate cases where the user posts their comment multiple times because they think it got lost.
Tempus Fugit &#124; TxFx.net &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>By default, WordPress does not notify a user if their comment has gone into moderation. This hack will pop-up a window to let the user know their comment has been sent to moderation.</p>
<p>Hopefully this will eliminate cases where the user posts their comment multiple times because they think it got lost.</p>
<p><a href="http://txfx.net/2004/10/29/wordpress-hack-notify-users-of-moderation/">Tempus Fugit | TxFx.net | WordPress Hack: Notify Users of Moderation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/11/30/tempus-fugit-txfxnet-wordpress-hack-notify-users-of-moderation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weblog Tools Collection &#8211; WordPress 1.2 One Click Backup</title>
		<link>http://stuff.vhandw.com/2004/11/30/weblog-tools-collection-wordpress-12-one-click-backup/</link>
		<comments>http://stuff.vhandw.com/2004/11/30/weblog-tools-collection-wordpress-12-one-click-backup/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 14:21:19 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/11/30/weblog-tools-collection-wordpress-12-one-click-backup/</guid>
		<description><![CDATA[A one-click backup add-on for WordPress. With a few minor changes to one of your php files, you can do backups and restores of your database either to a file on your web server, or download it to save it locally.
Weblog Tools Collection &#8211; WordPress 1.2 One Click Backup
]]></description>
			<content:encoded><![CDATA[<p>A one-click backup add-on for WordPress. With a few minor changes to one of your php files, you can do backups and restores of your database either to a file on your web server, or download it to save it locally.</p>
<p><a href="http://weblogtoolscollection.com/archives/2004/06/20/wordpress-12-one-click-backup/">Weblog Tools Collection &#8211; WordPress 1.2 One Click Backup</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/11/30/weblog-tools-collection-wordpress-12-one-click-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kitten&#8217;s Project Blog  &#8211; Kitten&#8217;s Spaminator</title>
		<link>http://stuff.vhandw.com/2004/11/30/kittens-project-blog-kittenu2019s-spaminator/</link>
		<comments>http://stuff.vhandw.com/2004/11/30/kittens-project-blog-kittenu2019s-spaminator/#comments</comments>
		<pubDate>Tue, 30 Nov 2004 14:12:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/11/30/kittens-project-blog-kittenu2019s-spaminator/</guid>
		<description><![CDATA[A very useful addin if you&#8217;re using WordPress for your blog. Add it to your plugins, turn it on, and it does the work. A few options can be set in the script to control whether you get notification emails, and to define some explicit regex values.
The other filters are read from the WordPress options [...]]]></description>
			<content:encoded><![CDATA[<p>A very useful addin if you&#8217;re using WordPress for your blog. Add it to your plugins, turn it on, and it does the work. A few options can be set in the script to control whether you get notification emails, and to define some explicit regex values.</p>
<p>The other filters are read from the WordPress options page under Discussion (for 1.2.1).</p>
<p><a href="http://mookitty.co.uk/devblog/archives/2004/10/31/kittens-spaminator/">Kitten&#8217;s Project Blog &#8211; Kitten%u2019s Spaminator</a></p>
<p>According to comments I&#8217;ve read, this functionality has been incorporated into WordPress 1.3, so you won&#8217;t explicitly need this plugin when you upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/11/30/kittens-project-blog-kittenu2019s-spaminator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging Software</title>
		<link>http://stuff.vhandw.com/2004/05/19/blogging-software/</link>
		<comments>http://stuff.vhandw.com/2004/05/19/blogging-software/#comments</comments>
		<pubDate>Thu, 20 May 2004 02:40:15 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/05/19/blogging-software/</guid>
		<description><![CDATA[I&#8217;ve now switched to WordPress for my blogging. Allows for more customizations and also RSS feeds.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve now switched to <a href="http://www.wordpress.org">WordPress</a> for my blogging. Allows for more customizations and also RSS feeds.</p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/05/19/blogging-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
