<?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>permadi.com &#187; WordPress</title>
	<atom:link href="http://www.permadi.com/blog/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.permadi.com/blog</link>
	<description>development, web, and programming stuff</description>
	<lastBuildDate>Thu, 02 Feb 2012 09:00:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introduction To Custom Post Type In WordPress 3 &#8211; Part 2</title>
		<link>http://www.permadi.com/blog/2010/11/introduction-to-custom-post-type-in-wordpress-3-part-2/</link>
		<comments>http://www.permadi.com/blog/2010/11/introduction-to-custom-post-type-in-wordpress-3-part-2/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 09:06:26 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=2916</guid>
		<description><![CDATA[In this part of the turorial, we will explore how to extend WordPress forms to show new fields in Custom Post Types that we created in the previous part of the tutorial. The previous part of this tutorial can be read here: http://www.permadi.com/blog/2010/11/introduction-to-custom-post-types-in-wordpress-3-part-1/. This part of the tutorial will show you how to create custom [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2010/11/introduction-to-custom-post-type-in-wordpress-3-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introduction To Custom Post Types in WordPress 3 &#8211; Part 1</title>
		<link>http://www.permadi.com/blog/2010/11/introduction-to-custom-post-types-in-wordpress-3-part-1/</link>
		<comments>http://www.permadi.com/blog/2010/11/introduction-to-custom-post-types-in-wordpress-3-part-1/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 06:22:48 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=2770</guid>
		<description><![CDATA[Custom Post Types functionality is added in WordPress 3 (it was present in 2.9 but with limited featrues). Broadly speaking, with Custom Post Types, your Posts (also commonly referred as blog-enty" or "blog-post") are no longer limited to the two predefined types of Post and Page and most likely you end up with the standard [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2010/11/introduction-to-custom-post-types-in-wordpress-3-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Facebook Like Button To WordPress And Drupal Pages</title>
		<link>http://www.permadi.com/blog/2010/10/adding-facebook-like-button-to-wordpress-and-drupal-pages/</link>
		<comments>http://www.permadi.com/blog/2010/10/adding-facebook-like-button-to-wordpress-and-drupal-pages/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 08:13:34 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=2686</guid>
		<description><![CDATA[First, get the Facebook code that you'd like to use. There are several variations described here: http://www.permadi.com/blog/2010/10/adding-facebook-like-widget-button-to-your-web-pages/ An example code is shown below (depending on which options you chose, the code may look slightly different: The section to pay attention to is This contains the URL to 'like,' and we will modify the value depending [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2010/10/adding-facebook-like-button-to-wordpress-and-drupal-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Customizing Category Pages</title>
		<link>http://www.permadi.com/blog/2010/03/wordpress-customizing-category-pages/</link>
		<comments>http://www.permadi.com/blog/2010/03/wordpress-customizing-category-pages/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 05:45:27 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://permadi.com/blog/?p=2073</guid>
		<description><![CDATA[I am using WordPress 2.9 for this example: Open Appearance -&#62; Editor. Locate the php file that is being used to display categories.  It&#8217;s either Archieves.php or Categories.php.  You can echo something and open up a category page in the browser to see which one is being used. You can also edit the file in [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2010/03/wordpress-customizing-category-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Executing PHP Code In WordPress Posts</title>
		<link>http://www.permadi.com/blog/2010/01/executing-php-code-in-wordpress-posts/</link>
		<comments>http://www.permadi.com/blog/2010/01/executing-php-code-in-wordpress-posts/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:28:36 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://permadi.com/blog/?p=1450</guid>
		<description><![CDATA[Here are some plug-ins that enables execution of PHP code within a WordPress post (I am using WordPress 2). http://wordpress.org/extend/plugins/exec-php/ Read this if it doesn't work: http://permadi.com/wordpress2/wp-content/plugins/exec-php/docs/readme.html#execute_php http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/ http://www.hongkiat.com/blog/execute-php-in-wordpress-post-page-and-widget-sidebar/ For these to work, it's best to use the HTML editor when editing posts, not the Visual editor.  I also find that toggling ftom HTML to [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2010/01/executing-php-code-in-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for iPhone Beta 3</title>
		<link>http://www.permadi.com/blog/2009/06/1300/</link>
		<comments>http://www.permadi.com/blog/2009/06/1300/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 22:22:48 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://permadi.com/blog/?p=1300</guid>
		<description><![CDATA[New version of WordPress for iPhone Beta is available at http://iphone.wordpress.org/2009/06/05/os-3-0-beta-available-for-testing/ Note: Clicking image below will take you to the WordPres for iPhone page. Related Posts From Permadi.com:Windows 7 on MacBook ProExecuting PHP Code In WordPress PostsUsing Embed IFrame To Add Frames Into WordPress PostsiPhone Game Programming &#8211; Some Useful LinksGetting XCode and iPhone SDK [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2009/06/1300/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Embed IFrame To Add Frames Into WordPress Posts</title>
		<link>http://www.permadi.com/blog/2009/06/using-embed-iframe-to-add-frames-into-wordpress-posts/</link>
		<comments>http://www.permadi.com/blog/2009/06/using-embed-iframe-to-add-frames-into-wordpress-posts/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 22:06:12 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://permadi.com/blog/?p=1253</guid>
		<description><![CDATA[If you use WordPress (I am using 2.7), you may have experienced the WordPress formatting quirks and annoyances.  It is annoying it is to include JavaScript or Flash into WordPress posts. The code you entered kept getting reformatted, even when using html editing mode. Plus, when using the build-in uploader, the Javascript and SWF filenames [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2009/06/using-embed-iframe-to-add-frames-into-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Tech Posts</title>
		<link>http://www.permadi.com/blog/2009/05/random-tech-posts/</link>
		<comments>http://www.permadi.com/blog/2009/05/random-tech-posts/#comments</comments>
		<pubDate>Sat, 16 May 2009 06:51:55 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone programming]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://permadi.com/blog/?p=1068</guid>
		<description><![CDATA[Running Mac OS X Leopard on Netbooks (Mini Laptops). Yes, I know it can be done but I wasn&#8217;t brave enough to try it.  Mac OS was built to handle some set of hardware, which Apple know for sure are on their Macs.   And when Mac OS is run on a machine where it&#8217;s not [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2009/05/random-tech-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tips: Alternating Page Element</title>
		<link>http://www.permadi.com/blog/2009/05/wordpress-tips-alternating-page-element/</link>
		<comments>http://www.permadi.com/blog/2009/05/wordpress-tips-alternating-page-element/#comments</comments>
		<pubDate>Mon, 04 May 2009 02:43:45 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://permadi.com/blog/?p=784</guid>
		<description><![CDATA[Showing A Page Element Sometimes Only I am facing a situation where when an user opens and ad, I wanted to show an interstitial advertisement sometimes, but not all the times, say only 50 percent of the time.   This is actually quite easy to do, but you should at least know PHP and be comfortable [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2009/05/wordpress-tips-alternating-page-element/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

