<?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>patembe dot com &#187; wordpress</title>
	<atom:link href="http://patembe.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://patembe.com</link>
	<description>Just Another WordPress Blog</description>
	<lastBuildDate>Wed, 28 Jul 2010 04:18:17 +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>Add nofollow Attribute Value to Read More Link</title>
		<link>http://patembe.com/add-nofollow-attribute-value-to-read-more-link/</link>
		<comments>http://patembe.com/add-nofollow-attribute-value-to-read-more-link/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 17:00:54 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=65</guid>
		<description><![CDATA[Sometimes if you write article in your wordpress blog, you might using more tag to separate the teaser and the main content. If you check to the source of your read more link, automatically it doesn&#8217;t have a rel attribute. The left picture show you the appear of the more tag on wordpress. This tag [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-66" title="Example read more link" src="http://patembe.com/wp-content/uploads/2010/07/read-more-link.png" alt="" width="280" height="188" />Sometimes if you write article in your wordpress blog, you might using <a title="Expalanation about more tag" rel="external" href="http://en.support.wordpress.com/splitting-content/more-tag/">more tag</a> to separate the teaser and the main content. If you check to the source of your read more link, automatically it doesn&#8217;t have a rel attribute. The left picture show you the appear of the more tag on wordpress. This tag is called by the <code>the_content('Read more...')</code> function.</p>
<p>I have search how to insert additional rel attribute from the theme&#8217;s file, but didn&#8217;t found any solution. So the alternative way is to hack the core file of the wordpress engine. <img src='http://patembe.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  For your information when you call more tag actually you also call the function <code>get_the_content</code> that actually is stored in <code>post-template.php</code> located in<strong> wp-includes</strong> directory.<span id="more-65"></span></p>
<p>After you find and open your <code>post-template.php</code> file, search for the <code>get_the_content</code> function, there you&#8217;ll see this line:</p>
<div style="border: 1px solid gray; padding: 4px; font-size: 8pt; margin: 20px 0px 10px; overflow: auto; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;">
<div style="padding: 0px; font-size: 8pt; overflow: visible; width: 100%; color: black; border-style: none; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;">
<pre style="padding: 0px; font-size: 8pt; margin: 0em; overflow: visible; width: 100%; color: black; border-style: none; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;">$output .= <span style="color: #006080;">' &lt;a href="'</span>. get_permalink() . <span style="color: #006080;">"#more-$id\"&gt;$more_link_text&lt;/a&gt;"</span>;</pre>
</div>
</div>
<p>Edit that line by adding a rel attribute:</p>
<div style="border: 1px solid gray; padding: 4px; font-size: 8pt; margin: 20px 0px 10px; overflow: auto; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;">
<div style="padding: 0px; font-size: 8pt; overflow: visible; width: 100%; color: black; border-style: none; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4;">
<pre style="padding: 0px; font-size: 8pt; margin: 0em; overflow: visible; width: 100%; color: black; border-style: none; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white;">$output .= <span style="color: #006080;">' &lt;a href="'</span>. get_permalink() . <span style="color: #006080;">"#more-$id\" class=\"more-link\"  rel=\"nofollow</span><span style="color: #006080;">\"&gt;$more_link_text&lt;/a&gt;"</span>;</pre>
</div>
</div>
<p>Save it and done. I believe this is one of the many ways to <strong>add a nofollow attribe value to the read more link </strong>on WordPress engine</p>
<h3  class="related_post_title">Another Posts that May be Related</h3><ul class="related_post"><li><a href="http://patembe.com/quick-comments-wordpress-plugins/" title="Quick Comments WordPress Plugins">Quick Comments WordPress Plugins</a></li><li><a href="http://patembe.com/just-begining-2/" title="Just Begining 2 [End]">Just Begining 2 [End]</a></li><li><a href="http://patembe.com/just-the-begining/" title="Just The Begining 1">Just The Begining 1</a></li><li><a href="http://patembe.com/bagaimana-membuat-blog-dengan-dua-bahasa-atau-lebih/" title="Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?">Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?</a></li><li><a href="http://patembe.com/difference-between-pingbacks-and-trackbacks/" title="Difference Between Pingbacks and Trackbacks">Difference Between Pingbacks and Trackbacks</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/add-nofollow-attribute-value-to-read-more-link/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick Comments WordPress Plugins</title>
		<link>http://patembe.com/quick-comments-wordpress-plugins/</link>
		<comments>http://patembe.com/quick-comments-wordpress-plugins/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 10:10:58 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=28</guid>
		<description><![CDATA[This is the one of most important plugin that I recomended to use, like I have done to this blog. Actually there are many commenting plugins that you can use, take the example of this one called WDP AJAX Comments. This plugin will integrate AJAX commenting feature into your WordPress Blog. It uses the powerful [...]]]></description>
			<content:encoded><![CDATA[<p>This is the one of most important plugin that I recomended to use, like I have done to this blog. <img src='http://patembe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Actually there are many commenting plugins that you can use, take the example of this one called <a title="Download WDP AJAX Comments for free" href="http://wordpress.org/extend/plugins/wdp-ajax-comments/">WDP AJAX Comments</a>. This plugin will integrate <abbr title="Asynchronous, JavaScript, And XML">AJAX</abbr> commenting feature into your WordPress  Blog. It uses the powerful JavaScript Framework jQuery to handle AJAX  requests and jQuery Validation plugin by bassitance.de to validate  comment form on the client side.</p>
<p>For those that been  wondering how my blog commenting system is submitting comment without  reloading the whole page, the answer is AJAX commenting.<span id="more-28"></span> I prefer to use <strong>Quick Comments</strong> plugins, this plugins also can be use to integrate AJAX commenting feature in your WordPress Blog. This plugins easy to use, it post comments quickly without leaving or refreshing the page. If you use this plugin, you can also set if you want to allow user to edit their comment or not. Another feature is it will reject the spam automatically. (IP Address is registered in the DNSBL &#8220;<a href="http://spam-champuru.livedoor.com/dnsbl/">SPAM Champuru</a>&#8220;).</p>
<p>The main purpose I use this plugin is to reduce http request from my blog (include saving bandwidth) <img src='http://patembe.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' />  How about your blog? Hmm.. You may check this out a &#8216;simple&#8217; tutorial about how to implementing AJAX commenting to your blog <a title="WordPress Ajax Commenting revisited" href="http://zeo.unic.net.my/wordpress-ajax-commenting-revisited/">WordPress Ajax Commenting revisited</a>. Doesn&#8217;t enough? So why don&#8217;t you see <a title="How to Create Ajax Comment" href="http://www.kandar.info/index.php/ajax/how-to-create-ajax-comment">How to Create Ajax Comment</a> here.</p>
<p><a title="Download Quick Comments plugins for free" href="http://wppluginsj.sourceforge.jp/quick-comments/">Quick Comments plugins</a></p>
<h3  class="related_post_title">Another Posts that May be Related</h3><ul class="related_post"><li><a href="http://patembe.com/just-begining-2/" title="Just Begining 2 [End]">Just Begining 2 [End]</a></li><li><a href="http://patembe.com/bagaimana-membuat-blog-dengan-dua-bahasa-atau-lebih/" title="Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?">Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?</a></li><li><a href="http://patembe.com/add-nofollow-attribute-value-to-read-more-link/" title="Add nofollow Attribute Value to Read More Link">Add nofollow Attribute Value to Read More Link</a></li><li><a href="http://patembe.com/just-the-begining/" title="Just The Begining 1">Just The Begining 1</a></li><li><a href="http://patembe.com/difference-between-pingbacks-and-trackbacks/" title="Difference Between Pingbacks and Trackbacks">Difference Between Pingbacks and Trackbacks</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/quick-comments-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Just Begining 2 [End]</title>
		<link>http://patembe.com/just-begining-2/</link>
		<comments>http://patembe.com/just-begining-2/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 08:08:36 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=24</guid>
		<description><![CDATA[This post is the continue from the first one. After configuring the option I installed some additional plugins. Here the listed plugin that I think more useful to be used in first after intalling wordpress, check it out! 1. Akismet (default plugin) Akismet checks your comments against the Akismet web service to see if they [...]]]></description>
			<content:encoded><![CDATA[<p>This post is the continue from <a title="Just Begining 1" href="http://patembe.com/just-the-begining/">the first one</a>. After configuring the option I installed some additional plugins. Here the listed plugin that I think more useful to be used in first after intalling wordpress, check it out!</p>
<p>1. <strong>Akismet</strong> (default plugin)</p>
<blockquote><p>Akismet checks your comments against the Akismet web service to see if  they look like spam or not. You need an <a title="Akismet API key" href="http://akismet.com/get/">API key</a> to use it. You can review the  spam it catches under &#8220;Comments&#8221;. To show off your Akismet stats just  put <code>&lt;?php akismet_counter(); ?&gt;</code> in your template.</p></blockquote>
<p>If you&#8217;re a wordpress.com user you can get the API key for free <img src='http://patembe.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  take your <a title="your API key on WordPress.com" href="http://dashboard.wordpress.com/wp-admin/users.php?page=grofiles-user-settings">API key on your WordPress.com profile</a>.<span id="more-24"></span></p>
<p>2. <a title="Download Platinum SEO Pack Plugins for free" href="wordpress.org/extend/plugins/platinum-seo-pack/"><strong>Platinum SEO Pack</strong></a></p>
<blockquote><p>Complete SEO solution for your WordPress blog.</p></blockquote>
<p>This plugin to help you costumize the SEO for your blog, usually I prefer to use the most popular one called <a title="WordPress All In One SEO Pack Plugins" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All In One SEO Pack</a>, but for this new blog I prefer and use the Platinum SEO Pack as it  <a title="The Differences AIOSP and PSP via Google" href="http://gog.is/all,in,one,seo,pack,vs,platinum,seo,pack">has a few more options</a>, I just want to explore the feature of this plugin that many people say AIOSP don&#8217;t have.</p>
<p>3. <a title="Download Google XML Sitemaps Plugins for free" href="http://wordpress.org/extend/plugins/google-sitemap-generator/"><strong>Google XML Sitemaps</strong></a></p>
<blockquote><p>This plugin will generate a special XML sitemap which will help search  engines like Google, Yahoo, Bing and Ask.com to better index your blog.</p></blockquote>
<p>Sitemaps are an easy way for webmasters to inform search engines about  pages on                 their sites that are available for crawling. In its  simplest form, a Sitemap is                 an XML file that lists URLs for a site along with  additional metadata about each                 URL (when it was last updated, how often it usually  changes, and how important it                 is, relative to other URLs in the site) so that search  engines can more intelligently                 crawl the site. More detail on <a title="sitemaps.org - Home" href="http://www.sitemaps.org/index.php">sitemaps.org</a></p>
<p>4. <a title="Download WP-PageNavi Plugins for free" href="http://wordpress.org/extend/plugins/wp-pagenavi/"><strong>WP-PageNavi</strong></a></p>
<blockquote><p>Adds a more advanced paging navigation to your WordPress blog</p></blockquote>
<p>This plugin will help us to paginate our blog easily. <img src='http://patembe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>5. <a title="Explanation via maseko.com" href="http://maseko.com/2008/10/26/membuat-database-dengan-blist/#comment-65714"><strong>WP Prevent author impersonation</strong></a></p>
<blockquote><p>Prevent author impersonation in WordPress comments, base on  <code>http://www.dagondesign.com/articles/prevent-author-impersonation-in-wordpress-comments/</code>.</p></blockquote>
<p>This modification to WordPress prevents unregistered comment authors  from using the names or email addresses of the registered authors on  your site.</p>
<p><abbr title="In My Humble Opinion">IMHO</abbr> that&#8217;s all the plugins that most important to be used for your first wordpress intalling. For the next additional plugin why don&#8217;t you check it on <a title="WordPress Plugins Directory" href="http://wordpress.org/extend/plugins/">WordPress Plugins directory</a>. <img src='http://patembe.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>One more optional plugins that I found from maseko is <a href="http://maseko.com/2010/04/26/likebutton-me-apa-yang-disuka-pengguna-facebook/">LikeButton.me</a>, and should be there&#8217;s one plugin that work fine for it called <a title="Donwload JP-Facebook for free" href="http://wordpress.org/extend/plugins/jp-facebook/">JP-Facebook</a> (Adds a Facebook &#8216;Like&#8217; button to any page on your blog).</p>
<h3  class="related_post_title">Another Posts that May be Related</h3><ul class="related_post"><li><a href="http://patembe.com/quick-comments-wordpress-plugins/" title="Quick Comments WordPress Plugins">Quick Comments WordPress Plugins</a></li><li><a href="http://patembe.com/bagaimana-membuat-blog-dengan-dua-bahasa-atau-lebih/" title="Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?">Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?</a></li><li><a href="http://patembe.com/add-nofollow-attribute-value-to-read-more-link/" title="Add nofollow Attribute Value to Read More Link">Add nofollow Attribute Value to Read More Link</a></li><li><a href="http://patembe.com/just-the-begining/" title="Just The Begining 1">Just The Begining 1</a></li><li><a href="http://patembe.com/difference-between-pingbacks-and-trackbacks/" title="Difference Between Pingbacks and Trackbacks">Difference Between Pingbacks and Trackbacks</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/just-begining-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just The Begining 1</title>
		<link>http://patembe.com/just-the-begining/</link>
		<comments>http://patembe.com/just-the-begining/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 20:39:13 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=18</guid>
		<description><![CDATA[According to the title, in this post I just want to share, how am I starting this blog (again). But the first let me say thanks to Arie Putranto, that has give me some help to run this blog (again). As you know several days months ago this blog has suspended by the web hosting [...]]]></description>
			<content:encoded><![CDATA[<p>According to the title, in this post I just want to share, how am I starting this blog (again). But the first let me say thanks to <a title="Arie Putranto" href="http://arie.putranto.com">Arie Putranto</a>, that has give me some help to run this blog (again). <img src='http://patembe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  As you know several <span style="text-decoration: line-through;">days</span> months ago this blog has suspended by the web hosting provider.</p>
<p>Ok then &#8220;just let it flow&#8221;.:lol: As usual, I use fantastico installer from cpanel to create this blog, although there the WordPress version still 2.9.2 I&#8217;ve upgrade it to version 3.0 automatically via dashboard administrator, then for the <span style="text-decoration: line-through;">first</span> new launching of this blog, I prefer to use a simple theme (called <a title="iNove themes on WordPress" href="http://wordpress.org/extend/themes/inove">iNove</a>) that you can get it for free in the <a title="WordPress Themes Directory" href="http://wordpress.org/extend/themes/">WordPress theme directory</a>. I like this theme because, it&#8217;s not only simple but also stylish <img src='http://patembe.com/wp-includes/images/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' />  believe it or not, explore it then.</p>
<p>I have done some modification of core file of this theme, just to make better than default. Hmm.. before I forget, I will share my experience about how I set up wordpress configuration for the first use.<span id="more-18"></span></p>
<p>After installing wordpress, the first thing I do is check the <strong>Settings</strong> menu, start from general until the last one permalink. In <strong>General</strong> option I didn&#8217;t change anything. In the <strong>Writing</strong> option I prefer to change the value of <strong>Size of the post box</strong> to 50 lines (default: 10) to prepare for the next when I write new post, the width of post box (where we write the post) will expand, so I can view more detail for the long post. Also in the writing option we could add some url of <strong>Update Services</strong> (I&#8217;ll do it later).</p>
<p>Next in the <strong>Reading</strong> menu (use for set up how our blog show for the reader), I also didn&#8217;t change anything here.The next option is <strong>Media</strong>, I change the value of the menu <strong>Image sizes</strong>, I give <strong>uncheck</strong> value for the option thumbnail size, set max height and max width = <strong>0</strong>. <img src='http://patembe.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  this is to prevent wordpress make a thumbnail for the post that contain image (to save the disk space on web server). I just let the <strong>Privacy</strong> option by default, but in the <strong>Permalinks</strong> option, I prefer to use constum structure <code>/%postname%/</code> (as you know the permalink structure will give affect to the SEO).</p>
<p>One of the important tips is to hack the wp-config.php file in the root directory, add some code</p>
<blockquote><p><code>define('WP_POST_REVISIONS', false);</code></p></blockquote>
<p>To <strong>disable post revisions</strong> in WordPress, as you know since  version 2.6 WordPress introduced  Wikipedia style document revisions where you have access to all previous version of the document making it easy to revert incase you make any mistakes. This may be a great feature for blogs where multiple authors work on the same blog post but 99% of WordPress users don’t need it. Post revisions also increase the size of WordPress wp_posts table as each revision means an additional row. <img src='http://patembe.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  (waste our mysql disk space).</p>
<p>Exactly there are still many more tips for blogging with WordPress stand alone engine that actually that I will share to you, but for the next post.  <img src='http://patembe.com/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<h3  class="related_post_title">Another Posts that May be Related</h3><ul class="related_post"><li><a href="http://patembe.com/add-nofollow-attribute-value-to-read-more-link/" title="Add nofollow Attribute Value to Read More Link">Add nofollow Attribute Value to Read More Link</a></li><li><a href="http://patembe.com/quick-comments-wordpress-plugins/" title="Quick Comments WordPress Plugins">Quick Comments WordPress Plugins</a></li><li><a href="http://patembe.com/just-begining-2/" title="Just Begining 2 [End]">Just Begining 2 [End]</a></li><li><a href="http://patembe.com/bagaimana-membuat-blog-dengan-dua-bahasa-atau-lebih/" title="Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?">Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?</a></li><li><a href="http://patembe.com/difference-between-pingbacks-and-trackbacks/" title="Difference Between Pingbacks and Trackbacks">Difference Between Pingbacks and Trackbacks</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/just-the-begining/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://patembe.com/hello-world/</link>
		<comments>http://patembe.com/hello-world/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 13:56:46 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Another Posts that May be RelatedAdd nofollow Attribute Value to Read More LinkQuick Comments WordPress PluginsJust Begining 2 [End]Just The Begining 1Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
<h3  class="related_post_title">Another Posts that May be Related</h3><ul class="related_post"><li><a href="http://patembe.com/add-nofollow-attribute-value-to-read-more-link/" title="Add nofollow Attribute Value to Read More Link">Add nofollow Attribute Value to Read More Link</a></li><li><a href="http://patembe.com/quick-comments-wordpress-plugins/" title="Quick Comments WordPress Plugins">Quick Comments WordPress Plugins</a></li><li><a href="http://patembe.com/just-begining-2/" title="Just Begining 2 [End]">Just Begining 2 [End]</a></li><li><a href="http://patembe.com/just-the-begining/" title="Just The Begining 1">Just The Begining 1</a></li><li><a href="http://patembe.com/bagaimana-membuat-blog-dengan-dua-bahasa-atau-lebih/" title="Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?">Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bagaimana Membuat Blog dengan Dua Bahasa atau Lebih?</title>
		<link>http://patembe.com/bagaimana-membuat-blog-dengan-dua-bahasa-atau-lebih/</link>
		<comments>http://patembe.com/bagaimana-membuat-blog-dengan-dua-bahasa-atau-lebih/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:44:08 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=95</guid>
		<description><![CDATA[Bagaimana cara membuat pengunjung asing menyukai blog Anda jika mereka tidak mengerti bahasa yang Anda gunakan? Solusinya adalah dengan menambahkan fitur penerjemah bahasa ke dalam website atau blog Anda. Berikut ini adalah langkah-langkah mudah yang dapat Anda gunakan untuk menyediakan fitur penerjemah instant pada website Anda. Sehingga pengunjung blog/website dapat dengan mudah menerjemahkan halaman web [...]]]></description>
			<content:encoded><![CDATA[<p>Bagaimana cara membuat pengunjung asing menyukai blog Anda jika  mereka tidak mengerti bahasa yang Anda gunakan? Solusinya adalah dengan <strong>menambahkan  fitur penerjemah bahasa ke dalam website atau blog Anda</strong>.  Berikut ini adalah langkah-langkah mudah yang dapat Anda gunakan untuk  menyediakan fitur penerjemah instant pada website Anda. Sehingga  pengunjung blog/website dapat dengan mudah menerjemahkan halaman web  Anda ke dalam bahasa mereka, hanya dengan menekan tautan atau gambar  bendera negara mereka yang telah Anda sediakan.</p>
<p>Menggunakan mesin  penerjemah pada blog atau website adalah cara yang paling mudah untuk  membantu pembaca dari negara lain sehingga dapat terjalin komunikasi.  Baik blogger menulis dalam bahasa Indonesia dan pembaca menggunakan  bahasa Inggris, maupun sebaiknya, keduanya masih dapat memahami satu  sama lain. <img src='http://patembe.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <span id="more-95"></span></p>
<p>Zaman sekarang, kebanyakan orang sudah memulai blogging  dengan beberapa bahasa, untuk dapat menjalin komunikasi dengan  pengunjung diluar blogshpere Indonesia. Beberapa layanan penerjemah  gratis memungkinkan blogger untuk menulis artikel baik itu dalam bahasa  Indonesia, Inggris, Jerman, Prancis, Spanyol, dan bahasa lainnya secara  simultan.</p>
<p>Layanan penerjemah bahasa yang paling terkenal adalah  yang ditawarkan oleh <strong>Google, AltaVista Babelfish and WorldLingo</strong>.  Dengan menggunakan layanan ini, pembaca yang berbahasa Inggris,  Prancis, Spanyol, Jerman, Itali, Portugal, Belanda, China, Jepang,  Korea, atau Rusia akan dapat menerjemahkan suatu halaman web ke dalam  bahasa yang mereka pakai.</p>
<p>Di atas 65% pengguna internet  menggunkan bahasa selain bahasa Inggris, sehingga dengan menyediakan  fitur penerjemah pada blog Anda adalah hal yang bisa dibilang penting.  Dengan website multi bahasa, website Anda akan lebih mudah diakses dan  popular, jika pengguna dapat menerjemahkan isi dari halaman web ke dalam  bahasa mereka sendiri.</p>
<p>Kebanyakan pengguna Blogger ataupun  WordPress Self Hosted, menyediakan sebuah kotak penerjemah ke dalam  website atau blog mereka. Sehingga untuk menerjemahkan sebuah halaman  web, pengunjung hanya tinggal memilih bahasa apa yang ingin mereka baca,  dengan menekan tombol translate yang disediakan tadi. [<a title="http://www.worldlingo.com/en/websites/url_translator.html" rel="external nofollow" href="http://www.worldlingo.com/en/websites/url_translator.html">World  Lingo</a>, <a title="http://www.google.com/language_tools?hl=en" rel="external nofollow" href="http://www.google.com/language_tools?hl=en">Google  Translate</a>, <a title="http://www.altavista.com/help/free/free_searchbox_transl" rel="external nofollow" href="http://www.altavista.com/help/free/free_searchbox_transl">BabelFish  Translate</a>]. Ini adalah cara termudah untuk membuat website multi  bahasa, walaupun penerjemahan konten dari halaman web tersebut masih  diterjemahkan secara “kasar”.</p>
<p>Khusus bagi pengguna WordPress Self  Hosted, ada beberapa plugin yang telah dikembangkan, dan bisa Anda  gunakan untuk membuat blog dengan dua bahasa atau lebih, lihat:</p>
<ul>
<li><a title="http://www.fredfred.net/skriker/index.php/polyglot" rel="external nofollow" href="http://www.fredfred.net/skriker/index.php/polyglot">Polyglot</a> oleh Martin Chlupac</li>
<li><a title="http://www.poplarware.com/languageplugin.html" rel="external nofollow" href="http://www.poplarware.com/languageplugin.html">Language  Switcher</a> oleh Jennifer Hodgdon</li>
<li><a title="http://jamietalbot.com/wp-hacks/gengo/" rel="external nofollow" href="http://jamietalbot.com/wp-hacks/gengo/">Gengo</a> oleh Jamie Talbot</li>
<li><a title="http://hellosam.net/project/xlanguage/" rel="external nofollow" href="http://hellosam.net/project/xlanguage/">xLanguage</a> oleh Sam Wong, atau</li>
<li><a title="http://dev.xiligroup.com/xili-language/" rel="external nofollow" href="http://dev.xiligroup.com/xili-language/">xili-language</a> oleh MS xiligroup</li>
</ul>
<p>Sedangkan yang saya gunakan untuk blog  ini, adalah plugin dengan nama <a title="http://www.qianqin.de/qtranslate/download/" rel="external nofollow" href="http://www.qianqin.de/qtranslate/download/"><strong>qTranslate</strong></a>,  karena setelah saya coba, dengan qTranslate dapat membuat artikel  dengan dua bahasa atau lebih, semudah bekerja dengan hanya menggunakan  satu bahasa. Untuk informasi lebih lanjut mengenai fitur-fitur dari  plugin qTranslate silahkan kunjungi <a title="http://www.qianqin.de/qtranslate/" rel="external nofollow" href="http://www.qianqin.de/qtranslate/">halaman  dokumentasinya</a>. <img src='http://patembe.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Bagaimana dengan Anda?</p>
<p><a title="http://downloads.wordpress.org/plugin/qtranslate.2.3.4.zip" rel="nofollow" href="http://downloads.wordpress.org/plugin/qtranslate.2.3.4.zip">Download  qTranslate</a> | silahkan baca <a title="http://www.qianqin.de/qtranslate/installation-guide/" rel="external nofollow" href="http://www.qianqin.de/qtranslate/installation-guide/">Petunjuk  Instalasi</a> untuk informasi lebih lanjut</p>
<h3  class="related_post_title">Another Posts that May be Related</h3><ul class="related_post"><li><a href="http://patembe.com/quick-comments-wordpress-plugins/" title="Quick Comments WordPress Plugins">Quick Comments WordPress Plugins</a></li><li><a href="http://patembe.com/just-begining-2/" title="Just Begining 2 [End]">Just Begining 2 [End]</a></li><li><a href="http://patembe.com/mengontrol-font-size-blog-anda-dengan-javascript/" title="Mengontrol Font Size Blog Anda dengan Javascript">Mengontrol Font Size Blog Anda dengan Javascript</a></li><li><a href="http://patembe.com/blogupp-layanan-promosi-web-gratis/" title="BlogUpp! &#8211; Layanan Promosi Web Gratis">BlogUpp! &#8211; Layanan Promosi Web Gratis</a></li><li><a href="http://patembe.com/difference-between-pingbacks-and-trackbacks/" title="Difference Between Pingbacks and Trackbacks">Difference Between Pingbacks and Trackbacks</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/bagaimana-membuat-blog-dengan-dua-bahasa-atau-lebih/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
