<?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>The Bits 2.0 &#187; Wordpress</title>
	<atom:link href="http://www.thebits.info/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thebits.info</link>
	<description>Not your everyday tech journal</description>
	<lastBuildDate>Sun, 29 Nov 2009 15:03:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix TinyMCE spellchecker failing on Gzip-ed sites</title>
		<link>http://www.thebits.info/wordpress/tinymce-spellchecker-gzip-60.htm</link>
		<comments>http://www.thebits.info/wordpress/tinymce-spellchecker-gzip-60.htm#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Litespeed]]></category>

		<guid isPermaLink="false">http://www.thebits.info/?p=60</guid>
		<description><![CDATA[Those who&#8217;d enabled Gzip through Litespeed (unconfirmed on other servers) might find that the spellchecker in Wordpress 2.5 no longer works. This is due to TinyMCE not decompressing the compressed output into plain text (my speculation).
To fix this, edit /wp-includes/js/tinymce/plugins/spellchecker/rpc.php
Change the following line:
header(&#8216;Content-Type: text/plain&#8217;);
to
header(&#8216;Content-Type: text/xml&#8217;);
or anything that Litespeed is not set to compress (Usually anything other than text/plain, [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/wordpress/tinymce-spellchecker-gzip-60.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Wordpress returning reversed posts on MySQL 5.0.5x</title>
		<link>http://www.thebits.info/mysql/mysql505x-orderby-bu-55.htm</link>
		<comments>http://www.thebits.info/mysql/mysql505x-orderby-bu-55.htm#comments</comments>
		<pubDate>Fri, 11 Apr 2008 13:24:25 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bugs]]></category>

		<guid isPermaLink="false">http://www.thebits.info/?p=55</guid>
		<description><![CDATA[Many bloggers complained that their posts begin appearing in reversed orders after their webhost upgraded to MySQL 5.0.5x. This is caused by a bug in the MySQL database server affecting versions 5.0.50, 5.0.51 and 5.0.51a  (MySQL Bug #30596).
The bug can be reproduced by any SQL Select command that couples both GROUP BY and ORDER BY clauses [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/mysql/mysql505x-orderby-bu-55.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Optimisation Part 1 &#8211; The Obvious</title>
		<link>http://www.thebits.info/wordpress/wp-optimisation-1-48.htm</link>
		<comments>http://www.thebits.info/wordpress/wp-optimisation-1-48.htm#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://www.thebits.info/?p=48</guid>
		<description><![CDATA[As promised, this is the first instalment to a 3-part Wordpress optimisation guide.
Part 1 &#8211; The Obvious
This article deals with common and easily done tweakings that don&#8217;t require root/super user access to your webserver. This article mainly targets bloggers in a shared hosting environment.

1. Deactivate those nonsense plug-ins
Poorly written plug-ins could add as much as 20 [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/wordpress/wp-optimisation-1-48.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using GZip on Wordpress 2.5</title>
		<link>http://www.thebits.info/wordpress/wp25-gzi-42.htm</link>
		<comments>http://www.thebits.info/wordpress/wp25-gzi-42.htm#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Gzip]]></category>
		<category><![CDATA[Litespeed]]></category>

		<guid isPermaLink="false">http://www.thebits.info/?p=42</guid>
		<description><![CDATA[Gzip compression is among the missing features in Wordpress 2.5. To restore the functionality, you have but not limited to the following choice:
1. Application wide using Apache/Litespeed .htaccess
2. Gzip-ing via Index.php
3. Site wide using your webserver&#8217;s modules
4. PHP wide using php.ini

1. Application Wide Using .htaccess
Edit Wordpress&#8217;s .htaccess or create it if it isn&#8217;t there and insert the following code [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/wordpress/wp25-gzi-42.htm/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Revive Object-Cache in Wordpress 2.5</title>
		<link>http://www.thebits.info/wordpress/wp25-object-cache-38.htm</link>
		<comments>http://www.thebits.info/wordpress/wp25-object-cache-38.htm#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thebits.info/?p=38</guid>
		<description><![CDATA[Users who have recently upgraded to Wordpress 2.5 might have noticed that the Wordpress object cache is disabled, or rather gone forever: define(&#8216;ENABLE_CACHE&#8217;,true) no longer has any effect.

Apparently, Wordpress decided to ditch the file system based object-cache due to some compatibility issues. But for many high traffic bloggers, no cache = no blog. Neosmart has [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/wordpress/wp25-object-cache-38.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
