<?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>Halfzerocan &#187; Wordpress</title>
	<atom:link href="http://www.halfzerocan.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.halfzerocan.com</link>
	<description>Technology</description>
	<lastBuildDate>Tue, 20 Apr 2010 02:44:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress 2.6.3 Released</title>
		<link>http://www.halfzerocan.com/wordpress-263-released/2008/10/24/</link>
		<comments>http://www.halfzerocan.com/wordpress-263-released/2008/10/24/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 02:02:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=234</guid>
		<description><![CDATA[WordPress just released version 2.6.3 of their blogging platform. It fixes a vulnerability in the Snoopy library, used to fetch the feeds shown in the Dashboard. It is considered to be a low risk vulnerability though. Nevertheless you can download the latest version of WordPress from http://wordpress.org/download/. a<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>WordPress just released version 2.6.3 of their blogging platform.</p>
<p><span id="more-234"></span></p>
<p>It fixes a vulnerability in the Snoopy library, used to fetch the feeds shown in the Dashboard. It is considered to be a low risk vulnerability though. Nevertheless you can download the latest version of WordPress from http://wordpress.org/download/.</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/wordpress-263-released/2008/10/24/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6.2 Released</title>
		<link>http://www.halfzerocan.com/wordpress-262-released/2008/09/09/</link>
		<comments>http://www.halfzerocan.com/wordpress-262-released/2008/09/09/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 11:57:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=216</guid>
		<description><![CDATA[The WordPress Team has just release WordPress version 2.6.2. This is a security release especially for those who have open registration on their blogs. The attack is complex and is dependent on open registration being turned on in your blog but can be executed in theory and turns out to be more of an annoyance [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>The WordPress Team has just release WordPress version 2.6.2.</p>
<p><span id="more-216"></span></p>
<p>This is a security release especially for those who have open registration on their blogs. The attack is complex and is dependent on open registration being turned on in your blog but can be executed in theory and turns out to be more of an annoyance than an actual exploit.</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/wordpress-262-released/2008/09/09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to post FLV in WordPress; Convert mov to flv (for mac)</title>
		<link>http://www.halfzerocan.com/how-to-post-flv-wordpress-convert-mov-to-flv-mac/2008/08/25/</link>
		<comments>http://www.halfzerocan.com/how-to-post-flv-wordpress-convert-mov-to-flv-mac/2008/08/25/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 12:56:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=204</guid>
		<description><![CDATA[If you have a video that you want to host yourself and you don&#8217;t want to use sites like YouTube, DailyMotion, etc. then follow this tutorial. Ok the scenario is that you have a movie file let&#8217;s say with a mov extension (.mov) and you&#8217;re using a Mac computer and you have a wordpress blog. [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>If you have a video that you want to host yourself and you don&#8217;t want to use sites like YouTube, DailyMotion, etc. then follow this tutorial.</p>
<p><span id="more-204"></span></p>
<p>Ok the scenario is that you have a movie file let&#8217;s say with a mov extension (.mov) and you&#8217;re using a Mac computer and you have a wordpress blog. You don&#8217;t want to upload the file to YouTube and you would rather host it yourself.</p>
<p>First is you need a file converter to convert the mov file to flv. Download ffmpegX from <a rel="nofollow" href="http://homepage.mac.com/major4/">http://homepage.mac.com/major4/</a></p>
<p>Install ffmpegX. Now that you have the converter, convert the mov file and the output should be flv.</p>
<p>Upload the flv file to your server and take note of its URL.</p>
<p>Now on to WordPress, when you go on writing a post, choose the html tab, and place this code to where you want your video to appear</p>
<p><code>&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="flashvars" value="file=http://walkernewsdownload.googlepages.com/Lion-hug-Rescuer.flv" /&gt;&lt;param name="src" value="http://walkernewsdownload.googlepages.com/mediaplayer.swf" /&gt;&lt;embed type="application/x-shockwave-flash" width="480" height="360" src="http://walkernewsdownload.googlepages.com/mediaplayer.swf" flashvars="file=http://walkernewsdownload.googlepages.com/Lion-hug-Rescuer.flv"&gt;&lt;/embed&gt;&lt;/object&gt;<br />
</code></p>
<p>Now replace the URL with the flv (<code>http://walkernewsdownload.googlepages.com/Lion-hug-Rescuer.flv) </code>in that code with the URL of your uploaded flv. There will be two instances of that and make sure that it&#8217;s correct. Publish and see your video in action.</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/how-to-post-flv-wordpress-convert-mov-to-flv-mac/2008/08/25/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6.1 released</title>
		<link>http://www.halfzerocan.com/wordpress-261-released/2008/08/15/</link>
		<comments>http://www.halfzerocan.com/wordpress-261-released/2008/08/15/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 13:53:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=202</guid>
		<description><![CDATA[The WordPress team has released 2.6.1, which is basically a maintenance update to the WordPress 2.6 branch. An update to this version is not mandatory so you can continue using WordPress 2.6 if you are happy with it, although you may want to upgrade to this release if you have been facing any of the [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>The WordPress team has released 2.6.1, which is basically a maintenance update to the WordPress 2.6 branch.</p>
<p><span id="more-202"></span></p>
<p>An update to this version is not mandatory so you can continue using WordPress 2.6 if you are happy with it, although you may want to upgrade to this release if you have been facing any of the bugs that were fixed in this version.</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/wordpress-261-released/2008/08/15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Released</title>
		<link>http://www.halfzerocan.com/wordpress-26-released/2008/07/15/</link>
		<comments>http://www.halfzerocan.com/wordpress-26-released/2008/07/15/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 10:04:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=176</guid>
		<description><![CDATA[WordPress 2.6 codenamed Tyner is now available for download from wordpress.org. It contains a number of new features, which include the ability to track changes to every post and page and easily post from wherever you are on the web with Press This. It also incorporates Google Gears to speed up the loading of your [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.6 codenamed Tyner is now available for download from wordpress.org.</p>
<p><span id="more-176"></span></p>
<p>It contains a number of new features, which include the ability to track changes to every post and page and easily post from wherever you are on the web with Press This. It also incorporates Google Gears to speed up the loading of your blog as it caches the contents into your computer. You just need to click on Turbo located at the upper left of your WordPress dashboard.</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/wordpress-26-released/2008/07/15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Super Cache WordPress Plugin and LiteSpeed Web Server</title>
		<link>http://www.halfzerocan.com/wp-super-cache-wordpress-plugin-litespeed-web-server/2008/06/24/</link>
		<comments>http://www.halfzerocan.com/wp-super-cache-wordpress-plugin-litespeed-web-server/2008/06/24/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 09:38:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=137</guid>
		<description><![CDATA[Do not enable compression in WP Super Cache if you&#8217;re using LiteSpeed web server. If you do, your blog will display strange symbols and characters instead of the usual texts. So do not enable compression for it to work as it should. a<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Do not enable compression in <a href="http://ocaoimh.ie/wp-super-cache/" rel="nofollow">WP Super Cache</a> if you&#8217;re using LiteSpeed web server.</p>
<p><span id="more-137"></span></p>
<p>If you do, your blog will display strange symbols and characters instead of the usual texts. So do not enable compression for it to work as it should.</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/wp-super-cache-wordpress-plugin-litespeed-web-server/2008/06/24/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress releases 2.5.1</title>
		<link>http://www.halfzerocan.com/wordpress-releases-251/2008/04/26/</link>
		<comments>http://www.halfzerocan.com/wordpress-releases-251/2008/04/26/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 23:05:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=8</guid>
		<description><![CDATA[WordPress 2.5.1 is now available for download at wordpress.org. It includes a number of bug fixes, performance enhancements, and one very important security fix. It is therefore important to update immediately, particularly if your blog has open registration. The vulnerability is not yet public but it will be shortly. a<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.5.1 is now available for download at wordpress.org.</p>
<p><span id="more-8"></span></p>
<p>It includes a number of bug fixes, performance enhancements, and one very important security fix. It is therefore important to update immediately, particularly if your blog has open registration. The vulnerability is not yet public but it will be shortly.</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/wordpress-releases-251/2008/04/26/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
