<?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>Nineteen Labs &#187; Wordpress</title>
	<atom:link href="http://www.nineteenlabs.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nineteenlabs.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 Dec 2009 14:55:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bypass Firewalls : How to Access Banned WordPress.com Blogs</title>
		<link>http://www.nineteenlabs.com/2008/06/08/bypass-firewalls-how-to-access-banned-wordpresscom-blogs/</link>
		<comments>http://www.nineteenlabs.com/2008/06/08/bypass-firewalls-how-to-access-banned-wordpresscom-blogs/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 08:54:09 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nineteenlabs.com/?p=187</guid>
		<description><![CDATA[Lorelle wrote down an article on how to access banned WordPress.com with various ways, client side proxy software, online web proxy bypass sites, a peer to peer CDN, TOR. I think we can use resources in the article to access other banned sites as well
           [...]]]></description>
			<content:encoded><![CDATA[<p>Lorelle wrote down an article on <a href="http://lorelle.wordpress.com/2008/06/07/how-to-access-banned-wordpresscom-blogs/">how to access banned WordPress.com</a> with various ways, client side proxy software, online web proxy bypass sites, a peer to peer CDN, TOR. I think we can use resources in the article to access other banned sites as well</p>
                        <p><center>&copy; Kate Mag - visit the <a href="http://www.nineteenlabs.com">Nineteen Labs</a> for more great content.</center></p>                  ]]></content:encoded>
			<wfw:commentRss>http://www.nineteenlabs.com/2008/06/08/bypass-firewalls-how-to-access-banned-wordpresscom-blogs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Modify WordPress RSS2 Preview</title>
		<link>http://www.nineteenlabs.com/2008/01/29/modify-wordpress-rss2-preview/</link>
		<comments>http://www.nineteenlabs.com/2008/01/29/modify-wordpress-rss2-preview/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 05:29:43 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nineteenlabs.com/2008/01/29/modify-wordpress-rss2-preview/</guid>
		<description><![CDATA[I made an aggregator site weeks a go. One of the aggregated site got lower expectation. I think it&#8217;s because anyone prefer to read from this aggregator site than go to a &#8220;real&#8221; site. The aggreator used RSS tech, i should modify WordPress RSS. The aggregator site only read the title and author. How about [...]]]></description>
			<content:encoded><![CDATA[<p>I made an aggregator site weeks a go. One of the aggregated site got lower expectation. I think it&#8217;s because anyone prefer to read from this aggregator site than go to a &#8220;real&#8221; site. The aggreator used RSS tech, i should modify WordPress RSS. The aggregator site only read the title and author. How about the content? The idea is to make people go to a &#8220;real&#8221; site, that&#8217;s why i don&#8217;t need the content shows in RSS.</p>
<p>I choose to modify RSS2 because it is suitable with the theme.<br />
WordPress RSS2 file located inside wp-includes folder. Duplicate feed-rss2.php to avoid any mistakes in the future, you can use the duplicate file is something goes wrong. Open feed-rss2.php with notepad or other editors.</p>
<p>We don&#8217;t need the content, find this line :<br />
<code>
<pre lang="php"><guid isPermaLink="false"><?php the_guid(); ?></guid></pre>
<p></code><br />
You&#8217;ll get the content xml code.<br />
<code></p>
<pre lang="php">
<?php if (get_option('rss_use_excerpt')) : ?>
<description>
<![CDATA[<?php the_excerpt_rss() ?>]]&gt;
</description>
<?php else : ?>
<description>
<![CDATA[<?php the_excerpt_rss() ?>]]&gt;
</description>
<?php if ( strlen( $post->post_content ) > 0 ) : ?>
<content:encoded>
<![CDATA[<?php the_content() ?>]]&gt;
</content:encoded>
<?php else : ?>
<content:encoded>
<![CDATA[<?php the_excerpt_rss() ?>]]&gt;
</content:encoded>
<?php endif; ?>
<?php endif; ?>
<wfw:commentRss>
<?php echo comments_rss(); ?>
</wfw:commentRss>
</pre>
<p></code></p>
<p>Delete all. Save and upload. Test the new RSS2 feed by clicking the link from theme<br />
_________________________________________________________________<br />
Although lots of <a href="http://www.1-hit.com/ppc-advertising.htm">ppc</a> providers are there, but Google AdWords has been one of the major network operators since 2007. You can earn buks of money if you are good at <a href="http://www.1-hit.com">search engine optimization</a>. Lowest costs per click, often labeled as CPC, differ depending on the <a href="http://www.1-hit.com/advertising-info.htm">advertising</a> competition and the level of competition for a picky <a href="http://www.1-hit.com/all-in-one/php/mrwhois.php">domain names</a> or phrases which we also keyword list — with some CPCs as small as US$0.01. to increase ppc, you have to do lots of things for instance, <a href="http://www.1-hit.com/email-marketing.htm">email marketing</a>.</p>
                        <p><center>&copy; Kate Mag - visit the <a href="http://www.nineteenlabs.com">Nineteen Labs</a> for more great content.</center></p>                  ]]></content:encoded>
			<wfw:commentRss>http://www.nineteenlabs.com/2008/01/29/modify-wordpress-rss2-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting to The Future in WordPress</title>
		<link>http://www.nineteenlabs.com/2008/01/28/posting-to-the-future-in-wordpress/</link>
		<comments>http://www.nineteenlabs.com/2008/01/28/posting-to-the-future-in-wordpress/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 02:19:42 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nineteenlabs.com/2008/01/28/posting-to-the-future-in-wordpress/</guid>
		<description><![CDATA[I just got back from out of town. I visited my mom and sister, who will go to Switzerland next month. I have a tech blog and I wrote a few post before went out of town. You probably read about posting to the future in WordPress on WordPress FAQ. I used the technique. The [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.nineteenlabs.com/files/postimestamp.jpg" alt="Post Time Stamp : Posting to The Future in WordPress" align="left" />I just got back from out of town. I visited my mom and sister, who will go to Switzerland next month. I have a tech blog and I wrote a few post before went out of town. You probably read about <a href="http://faq.wordpress.com/2006/10/23/post-options-post-timestamp/">posting to the future in WordPress on WordPress FAQ</a>. I used the technique. The posts publish automatically when the day and time sets in the posts come. </p>
<p>Write post as usual. Open &#8220;Post Timestamp&#8221; on right bar. Pick the date and time when you want the post to appear automatically. Click Publish button.<br />
The post won&#8217;t show on your current view, if the date and time not same with your set.</p>
<p>This technique come handy when you are on vacation or away. </p>
                        <p><center>&copy; Kate Mag - visit the <a href="http://www.nineteenlabs.com">Nineteen Labs</a> for more great content.</center></p>                  ]]></content:encoded>
			<wfw:commentRss>http://www.nineteenlabs.com/2008/01/28/posting-to-the-future-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write and Edit WordPress content using Safari</title>
		<link>http://www.nineteenlabs.com/2008/01/22/write-and-edit-wordpress-content-using-safari/</link>
		<comments>http://www.nineteenlabs.com/2008/01/22/write-and-edit-wordpress-content-using-safari/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 07:07:03 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nineteenlabs.com/2008/01/22/write-and-edit-wordpress-content-using-safari/</guid>
		<description><![CDATA[My last post said about Safari error when we write and edit WordPress content. However there is an easy way to override this error, i turned off visual editing option on User tabs, so Easy!. This way you can write and edit WordPress content without worry about the final result, no apple span style!
_________________________________________________________________
The anhosting [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nineteenlabs.com/2008/01/10/safari-for-windows-likes-and-dislikes/">My last post said about Safari error when we write and edit WordPress content</a>. However there is an easy way to override this error, i turned off visual editing option on User tabs, so Easy!. This way you can write and edit WordPress content without worry about the final result, no apple span style!<br />
_________________________________________________________________<br />
The <a href="http://www.businesshostingprovider.com/hosting/anhosting.htm">anhosting</a> is good for ecommerce purposes, there are lots of ecommerce features, along with speedy <a href="http://www.businesshostingprovider.com/broadband.htm">dsl</a> and shopping cart that can be installed at their cpanel <a href="http://www.businesshostingprovider.com">cheap web hosting</a> plan. Principally, you can have zen cart and agora shopping cart etc. though, you can avail from these features when you buy <a href="http://www.businesshostingprovider.com/hosting/hostgator.htm">hostgator</a> or <a href="http://www.businesshostingprovider.com/hosting/startlogic.htm">startlogic</a> hosting but anhosting is particularly good for ecommerce purposes.</p>
                        <p><center>&copy; Kate Mag - visit the <a href="http://www.nineteenlabs.com">Nineteen Labs</a> for more great content.</center></p>                  ]]></content:encoded>
			<wfw:commentRss>http://www.nineteenlabs.com/2008/01/22/write-and-edit-wordpress-content-using-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing Part : Transfer accounts, blog and databases</title>
		<link>http://www.nineteenlabs.com/2007/12/14/missing-part-transfer-accounts-blog-and-databases/</link>
		<comments>http://www.nineteenlabs.com/2007/12/14/missing-part-transfer-accounts-blog-and-databases/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 01:33:22 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nineteenlabs.com/2007/12/14/missing-part-transfer-accounts-blog-and-databases/</guid>
		<description><![CDATA[I forgot to re-setup Permalinks after transferred. WOW! one mistake can drops your visitor numbers. Now the permalinks is back normal again, no more 404 pages
                        &#169; Kate Mag - visit the [...]]]></description>
			<content:encoded><![CDATA[<p>I forgot to re-setup Permalinks after transferred. WOW! one mistake can drops your visitor numbers. Now the permalinks is back normal again, no more 404 pages</p>
                        <p><center>&copy; Kate Mag - visit the <a href="http://www.nineteenlabs.com">Nineteen Labs</a> for more great content.</center></p>                  ]]></content:encoded>
			<wfw:commentRss>http://www.nineteenlabs.com/2007/12/14/missing-part-transfer-accounts-blog-and-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer accounts, blogs and databases Part 2</title>
		<link>http://www.nineteenlabs.com/2007/12/12/transfer-accounts-blogs-and-databases-part-2/</link>
		<comments>http://www.nineteenlabs.com/2007/12/12/transfer-accounts-blogs-and-databases-part-2/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 05:05:52 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nineteenlabs.com/2007/12/12/transfer-accounts-blogs-and-databases-part-2/</guid>
		<description><![CDATA[Now open blog or website, you&#8217;ll find scrambled layout and errors. Do Not worry.
It&#8217;s time to upgrade.
I put an empty index.html file on server with title, &#8220;We&#8217;re Upgrading&#8221;. The html file won&#8217;t make  conflict with WordPress&#8217; index.php file.
Why do I put an empty index.html file?
1. I want to tell my visitors that My Blog [...]]]></description>
			<content:encoded><![CDATA[<p>Now open blog or website, you&#8217;ll find scrambled layout and errors. Do Not worry.<br />
It&#8217;s time to upgrade.</p>
<p>I put an empty index.html file on server with title, &#8220;We&#8217;re Upgrading&#8221;. The html file won&#8217;t make  conflict with WordPress&#8217; index.php file.<br />
Why do I put an empty index.html file?<br />
1. I want to tell my visitors that My Blog or Website is in upgrading stages. So they can come back later<br />
2. We need to delete old WordPress files, and we don&#8217;t want your visitors see the process.</p>
<p>I learn this from my previous mistakes, when i was upgrading my blog, i just copied the new WordPress on Old Wordpress files, i got errors on WP ADMIN (these also related to Plugins compatibility). I decided to re-run the process</p>
<p>Turned off WordPress&#8217; plugins, delete all old WordPress files, except wp-content directory, wp-connfig.php (you can read <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended#Detailed_Upgrade_Instructions_for_1.5.x.2C_2.0.x.2C_1.1.x.2C_2.2.x_to_2.3.1">WordPress Upgrade Manual</a>). Upload new WordPress files, except wp-content directory, wp-config.php. Run /wp-admin/upgrade.php.</p>
<p>You must check Plugins Compatibility with <a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.3">this list from WordPress</a> before turned on the Plugins. These plugins can cause errors on WP Admin. </p>
<p>Delete index.html file from your blog/website directory. Your blog/website showed.</p>
<p>Note : Upgrade Google Sitemaps Plugin to the latest version, which is compatible with WordPress 2.3.1 </p>
                        <p><center>&copy; Kate Mag - visit the <a href="http://www.nineteenlabs.com">Nineteen Labs</a> for more great content.</center></p>                  ]]></content:encoded>
			<wfw:commentRss>http://www.nineteenlabs.com/2007/12/12/transfer-accounts-blogs-and-databases-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer accounts, blogs and databases Part 1</title>
		<link>http://www.nineteenlabs.com/2007/12/12/transfer-accounts-blogs-and-databases-part-1/</link>
		<comments>http://www.nineteenlabs.com/2007/12/12/transfer-accounts-blogs-and-databases-part-1/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 04:21:39 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nineteenlabs.com/2007/12/12/transfer-accounts-blogs-and-databases-part-1/</guid>
		<description><![CDATA[I am busy since last weekend, moving or transferring accounts from one server to another. I managed to wrote some proccess here. Moving accounts between servers is new experience for me. But I learn a lot from the process.
I wrote about transfer accounts from one cpanel server to another cpanel server, and i didn&#8217;t aware [...]]]></description>
			<content:encoded><![CDATA[<p>I am busy since last weekend, moving or transferring accounts from one server to another. I managed to wrote some proccess here. Moving accounts between servers is new experience for me. But I learn a lot from the process.</p>
<p>I wrote about transfer accounts from one cpanel server to another cpanel server, and i didn&#8217;t aware the transfer effected email system on the server. So if you use my way to transfer accounts on CPanel like the way i did, please consult your host. </p>
<p>I&#8217;m not only moving accounts, but also moving and upgrade blogs, in the case WordPress blogs.<br />
Moving and upgrade WordPress between server has same way with upgrading WordPress in one server. First step, you must copy identical blogs on both servers. If you transfer accounts like the way before and it has the same WordpPress version, it&#8217;s easy, you only upgrade WordPress, but if you can&#8217;t move your accounts like CPanel did and it has different WordPress version you must :<br />
1. Backup your WordPress database. Export yourWordPress database to sql format with options ADD DROP TABLE and COMPLETE INSERTS<br />
2. Backup your WordPress files to your local harddisk. It&#8217;s okay if you backup with your plugins all enabled.<br />
3. Import your backup database to your new server.<br />
4. Upload your backup WordPress files to your new server with wp-config.php settings to your new server&#8217;s database.</p>
<p>[Continue to Part 2]</p>
                        <p><center>&copy; Kate Mag - visit the <a href="http://www.nineteenlabs.com">Nineteen Labs</a> for more great content.</center></p>                  ]]></content:encoded>
			<wfw:commentRss>http://www.nineteenlabs.com/2007/12/12/transfer-accounts-blogs-and-databases-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a youtube video appear on WordPress?</title>
		<link>http://www.nineteenlabs.com/2007/11/22/how-to-make-a-youtube-video-appear-on-wordpress/</link>
		<comments>http://www.nineteenlabs.com/2007/11/22/how-to-make-a-youtube-video-appear-on-wordpress/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 02:37:44 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nineteenlabs.com/2007/11/22/how-to-make-a-youtube-video-appear-on-wordpress/</guid>
		<description><![CDATA[I had a problem when embedding a youtube&#8217;s code on WordPress. The video didn&#8217;t show after we did copy and paste the code inside the post, this was also happened when we did copy and paste inside html editor.   
Go to Users tabs and deactivate &#8216;Use the visual rich editor when writing&#8217;. Update [...]]]></description>
			<content:encoded><![CDATA[<p>I had a problem when embedding a youtube&#8217;s code on WordPress. The video didn&#8217;t show after we did copy and paste the code inside the post, this was also happened when we did copy and paste inside html editor.   </p>
<p>Go to Users tabs and deactivate &#8216;Use the visual rich editor when writing&#8217;. Update the profile and go back to your post where you place a youtube&#8217;s code. Copy and paste the code. You can choose to Save and Continue Editing to see if the video is working or you can choose to Publish the post. </p>
                        <p><center>&copy; Kate Mag - visit the <a href="http://www.nineteenlabs.com">Nineteen Labs</a> for more great content.</center></p>                  ]]></content:encoded>
			<wfw:commentRss>http://www.nineteenlabs.com/2007/11/22/how-to-make-a-youtube-video-appear-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News on 3D WordPress Logo</title>
		<link>http://www.nineteenlabs.com/2007/11/19/news-on-3d-wordpress-logo/</link>
		<comments>http://www.nineteenlabs.com/2007/11/19/news-on-3d-wordpress-logo/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 04:59:23 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nineteenlabs.com/2007/11/19/news-on-3d-wordpress-logo/</guid>
		<description><![CDATA[Adii, a Designer, Blogger and WordPress Rockstar has mention 3D WordPress Logo on his site. Thank you, Adii.
More about Adii : links?to?Adii&#8217;s?Mini?Interview.
                        &#169; Kate Mag - visit the Nineteen Labs for more [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adii.co.za/2007/11/19/the-weekend-resources/">Adii, a Designer, Blogger and WordPress Rockstar</a> has mention <a href="http://www.nineteenlabs.com/2007/11/12/3d-wordpress-logo-icons-yo-yo-toys/">3D WordPress Logo</a> on <a href="http://www.adii.co.za">his site</a>. Thank you, Adii.</p>
<p>More about Adii : <a href="http://www.nineteenlabs.com/2007/08/05/following-mini-interview-series-by-adriaan-pienaar/">links?to?Adii&#8217;s?Mini?Interview</a>.</p>
                        <p><center>&copy; Kate Mag - visit the <a href="http://www.nineteenlabs.com">Nineteen Labs</a> for more great content.</center></p>                  ]]></content:encoded>
			<wfw:commentRss>http://www.nineteenlabs.com/2007/11/19/news-on-3d-wordpress-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.3 to Wordpress 2.3.1</title>
		<link>http://www.nineteenlabs.com/2007/11/05/wordpress-23-to-wordpress-231/</link>
		<comments>http://www.nineteenlabs.com/2007/11/05/wordpress-23-to-wordpress-231/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 05:11:26 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nineteenlabs.com/2007/11/05/wordpress-23-to-wordpress-231/</guid>
		<description><![CDATA[When I logged on to my private blog today, dashboard showed up an announcement?that?WordPress?has?latest?update,?WordPress?2.3.1.
Download and install like previous upgrade. Just copy all folders and files, except wp-content and wp-config from Wordpress 2.3.1 to an Old Wordpress, it works like a charm.
You don&#8217;t need to runs upgrade.php (wp-admin/upgrade.php). WordPress updates itself.
      [...]]]></description>
			<content:encoded><![CDATA[<p>When I logged on to my private blog today, dashboard showed up an announcement?that?WordPress?has?latest?update,?<a href="http://www.wordpress.org">WordPress?2.3.1</a>.<br />
Download and install like previous upgrade. Just copy all folders and files, except wp-content and wp-config from Wordpress 2.3.1 to an Old Wordpress, it works like a charm.<br />
You don&#8217;t need to runs upgrade.php (wp-admin/upgrade.php). WordPress updates itself.</p>
                        <p><center>&copy; Kate Mag - visit the <a href="http://www.nineteenlabs.com">Nineteen Labs</a> for more great content.</center></p>                  ]]></content:encoded>
			<wfw:commentRss>http://www.nineteenlabs.com/2007/11/05/wordpress-23-to-wordpress-231/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
