<?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>ss &#124; blog &#187; WordPress</title>
	<atom:link href="http://blog.siansiew.com/category/generaltech/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.siansiew.com</link>
	<description>Geeky (and non-geeky) ramblings.</description>
	<lastBuildDate>Mon, 27 Jul 2009 11:36:49 +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>A very neat WordPress plugin</title>
		<link>http://blog.siansiew.com/2007/05/17/a-very-neat-wordpress-plugin/</link>
		<comments>http://blog.siansiew.com/2007/05/17/a-very-neat-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 17 May 2007 09:40:27 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/05/17/a-very-neat-wordpress-plugin/</guid>
		<description><![CDATA[As stated in the WordPress&#8217;s Codex, one of the steps in doing a proper upgrade of WordPress is deactivating all plugins beforehand (and reactivating upon successful upgrade). Since I&#8217;m managing a number of WordPress sites, and each WordPress install has a fair bit amount of active plugins, doing this is a considerably arduous task and [...]]]></description>
			<content:encoded><![CDATA[<p>As stated in the <a href="http://codex.wordpress.org/Main_Page" target="_blank">WordPress&#8217;s Codex</a>, one of the steps in doing a proper upgrade of <a href="http://wordpress.org/" target="_blank">WordPress</a> is deactivating all plugins beforehand (and reactivating upon successful upgrade). Since I&#8217;m managing a number of WordPress sites, and each WordPress install has a fair bit amount of active plugins, doing this is a considerably arduous task and annoying (especially so since updates/upgrades get released often).</p>
<p>I was googling around for a quick fix for this and found <a href="http://www.wptextads.com/blog/2007/05/04/1-click-to-stop-start-plugins/" target="_blank">this plugin</a> which works a treat. :)</p>
<p>Now if only that can be added to my shell script which currently automatically grabs the latest.tar.gz and rsyncs all the separate installs to promote further efficiency and laziness..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/05/17/a-very-neat-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove truncation of feed feature after more tag in WordPress 2.1</title>
		<link>http://blog.siansiew.com/2007/05/13/remove-truncation-of-feed-feature-after-more-tag-in-wordpress-21/</link>
		<comments>http://blog.siansiew.com/2007/05/13/remove-truncation-of-feed-feature-after-more-tag-in-wordpress-21/#comments</comments>
		<pubDate>Sat, 12 May 2007 14:27:27 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/05/13/remove-truncation-of-feed-feature-after-more-tag-in-wordpress-21/</guid>
		<description><![CDATA[If you have already upgraded to WordPress 2.1 and have the syndication feeds options set to &#8216;full text&#8217;, you might&#8217;ve noticed that the RSS feed for your blog post gets truncated after the use of the &#60;!â€“â€“moreâ€“â€“&#62; tag. This is a change in behaviour as compared to previous version of WordPress (2.0 and below) which [...]]]></description>
			<content:encoded><![CDATA[<p>If you have already upgraded to <a href="http://wordpress.org/" target="_blank">WordPress</a> 2.1 and have the syndication feeds options set to &#8216;full text&#8217;, you might&#8217;ve noticed that the <a href="http://en.wikipedia.org/wiki/RSS" target="_blank">RSS</a> feed for your blog post gets truncated after the use of the &lt;!â€“â€“moreâ€“â€“&gt; tag. This is a change in behaviour as compared to previous version of WordPress (2.0 and below) which would show the whole post in an RSS feed if the feed option was set to full text.</p>
<p>Without going into the debate of <a href="http://www.google.com.au/search?hl=en&amp;q=full+text+vs+summary+feeds&amp;btnG=Google+Search&amp;meta=" target="_blank">full vs. partial feeds</a> (I&#8217;m on the full feeds side though ;)), there&#8217;s a WordPress plugin which does not require any additional configuration apart from just dropping it into your WordPress&#8217;s plugins directory and activating it. Get it from <a href="http://cavemonkey50.com/code/full-feed/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/05/13/remove-truncation-of-feed-feature-after-more-tag-in-wordpress-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combating comment spam</title>
		<link>http://blog.siansiew.com/2007/02/04/combating-comment-spam/</link>
		<comments>http://blog.siansiew.com/2007/02/04/combating-comment-spam/#comments</comments>
		<pubDate>Sun, 04 Feb 2007 11:05:39 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/02/04/combating-comment-spam/</guid>
		<description><![CDATA[After the major upgrade by my webhost, there was a sudden surge in spam on the blogs on spherebox, with a lot bypassing Akismet&#8216;s filtering. Apparently he did not configure the ModSecurity Apache module (which did an excellent job previously) and was too lazy to do so as the new version he had installed had [...]]]></description>
			<content:encoded><![CDATA[<p align="left">After the <a href="http://siansiew.com/2006/12/31/server-issues/" target="_blank">major upgrade</a> by my webhost, there was a sudden surge in spam on the blogs on <a href="http://spherebox.com/" target="_blank">spherebox</a>, with a lot bypassing <a href="http://akismet.com/" target="_blank">Akismet</a>&#8216;s filtering. Apparently he did not configure the <a href="http://www.modsecurity.org/" target="_blank">ModSecurity</a> <a href="http://apache.org/" target="_blank">Apache</a> module (which did an excellent job previously) and was too lazy to do so as the new version he had installed had supposedly different configuration settings. :(</p>
<p>Since I got sick of getting the incessant email notifications of spam held in moderation queue, I decided to go looking around for fixes and came across <a href="http://codex.wordpress.org/Combating_Comment_Spam/Denying_Access#Deny_Access_to_No_Referrer_Requests" target="_blank">this</a> at <a href="http://codex.wordpress.org/Main_Page" target="_blank">WordPress&#8217;s Codex</a> which helped cut down the crazy amount of spam that kept going through by heaps. Basically it adds rules to the <a href="http://en.wikipedia.org/wiki/Htaccess" target="_blank">.htaccess</a> file which will check that any comments being submitted to wp-comments-post.php come from the comments page of the WordPress installation and not directly injected by spam bots.</p>
<p>Note that this did not stop the spam completely, but managed to reduce the volume enough so that Akismet could block it off appropriately.</p>
<p>If you&#8217;re encountering the same issue as I did, try it out. The instructions are fairly simple and requires few modifications. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/02/04/combating-comment-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sites upgraded to WordPress 2.1</title>
		<link>http://blog.siansiew.com/2007/02/03/sites-upgraded-to-wordpress-21/</link>
		<comments>http://blog.siansiew.com/2007/02/03/sites-upgraded-to-wordpress-21/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 05:55:09 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/02/03/sites-upgraded-to-wordpress-21/</guid>
		<description><![CDATA[It&#8217;s been a while since my last post, unfortunately have been extremely busy with all kinds of things lately. :( Had some time this weekend, so WordPress 2.1 has been deployed to all hosted sites. Unfortunately, there are some plugins which still have not been fixed to work with 2.1 (e.g. video embedding).]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since my last post, unfortunately have been extremely busy with all kinds of things lately. :( Had some time this weekend, so <a href="http://wordpress.org/development/2007/01/ella-21/" target="_blank">WordPress 2.1</a> has been deployed to all hosted sites. Unfortunately, there are some plugins which still have not been fixed to work with 2.1 (e.g. video embedding).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/02/03/sites-upgraded-to-wordpress-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sites upgraded to WordPress 2.0.6</title>
		<link>http://blog.siansiew.com/2007/01/07/sites-upgraded-to-wordpress-206/</link>
		<comments>http://blog.siansiew.com/2007/01/07/sites-upgraded-to-wordpress-206/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 12:56:10 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/01/07/sites-upgraded-to-wordpress-206/</guid>
		<description><![CDATA[Have just upgraded all WordPress installs across spherebox sites with the latest version. :) Get the latest zip or tar.gz from here, or if you want just the changes files and/or diff, have a look here.]]></description>
			<content:encoded><![CDATA[<p>Have just upgraded all <a target="_blank" href="http://wordpress.org/">WordPress</a> installs across <a target="_blank" href="http://spherebox.com/">spherebox</a> sites with the latest version. :)</p>
<p>Get the latest zip or tar.gz from <a target="_blank" href="http://wordpress.org/download/">here</a>, or if you want just the changes files and/or diff, have a look <a target="_blank" href="http://markjaquith.wordpress.com/2007/01/06/wordpress-206-upgrade-changed-files-zip-changes-diff-changed-files-list/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/01/07/sites-upgraded-to-wordpress-206/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.0.5 released</title>
		<link>http://blog.siansiew.com/2006/10/29/wordpress-205-released/</link>
		<comments>http://blog.siansiew.com/2006/10/29/wordpress-205-released/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 14:47:04 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://siansiew.com/2006/10/29/wordpress-205-released/</guid>
		<description><![CDATA[Was released earlier today, and have just upgraded all spherebox hosted blogs. :) You can get the changed files zip only here.]]></description>
			<content:encoded><![CDATA[<p>Was <a target="_blank" href="http://wordpress.org/development/2006/10/205-ronan/">released</a> earlier today, and have just upgraded all <a target="_blank" href="http://spherebox.com/">spherebox</a> hosted blogs. :) You can get the changed files zip only <a target="_blank" href="http://markjaquith.wordpress.com/2006/10/28/wordpress-205-upgrade-changed-files-zip-changes-diff-changed-files-list/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2006/10/29/wordpress-205-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.0.4</title>
		<link>http://blog.siansiew.com/2006/07/30/wordpress-204/</link>
		<comments>http://blog.siansiew.com/2006/07/30/wordpress-204/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 15:18:17 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[General Tech]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://siansiew.spherebox.com/wordpress/2006/07/30/wordpress-204/</guid>
		<description><![CDATA[It was released earlier today and is noted to have fixed a lot of security vulnerabilities, so I those who are running WordPress blogs themselves should update soon. Have just updated blogs hosted on spherebox. :) Edit: You can get only the changed files in a zip which would save the time needed in uploading [...]]]></description>
			<content:encoded><![CDATA[<p>It was <a target="_blank" href="http://wordpress.org/development/2006/07/wordpress-204/">released</a> earlier today and is noted to have fixed a lot of security vulnerabilities, so I those who are running <a target="_blank" href="http://wordpress.org/">WordPress</a> blogs themselves should update soon.</p>
<p>Have just updated blogs hosted on spherebox. :)</p>
<p>Edit: You can get only the changed files in a zip which would save the time needed in uploading <a target="_blank" href="http://markjaquith.wordpress.com/2006/07/30/wordpress-204-upgrade-changed-files-zip-changes-diff-changed-files-list/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2006/07/30/wordpress-204/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
