<?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; PHP</title>
	<atom:link href="http://www.permadi.com/blog/category/php/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>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting Started With Facebook Credits API</title>
		<link>http://www.permadi.com/blog/2011/11/getting-started-with-facebook-credits-api/</link>
		<comments>http://www.permadi.com/blog/2011/11/getting-started-with-facebook-credits-api/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 06:22:23 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Graph API]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=4230</guid>
		<description><![CDATA[This guide walks you through in getting the Facebook Credits Sample running in test mode. 1. Download the official sample code from: https://github.com/facebook/credits-api-sample 2. Read the overview. 3. Copy the files into your server into a subfolder (your server must support PHP): - callback.php - index.php - xdreceiver.html 4. Create a test application. Fill out [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/11/getting-started-with-facebook-credits-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PHP GD To Create Glossy Icons And Buttons</title>
		<link>http://www.permadi.com/blog/2011/08/using-php-gd-to-create-glossy-icons-and-buttons/</link>
		<comments>http://www.permadi.com/blog/2011/08/using-php-gd-to-create-glossy-icons-and-buttons/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 11:34:14 +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[computer]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=4034</guid>
		<description><![CDATA[One of the things that I played around several years ago was the GD library, which allows image manipulations and creations on the server-side. I have always want to automate repetitive things such as creating glossy-icons for web-pages.  Basically I want to automate the process of converting: From this To this: I wasn&#8217;t sure if [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/08/using-php-gd-to-create-glossy-icons-and-buttons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Authentication/Login Process: In Popup Or Not</title>
		<link>http://www.permadi.com/blog/2011/02/facebook-authenticationlogin-process-in-popup-or-not/</link>
		<comments>http://www.permadi.com/blog/2011/02/facebook-authenticationlogin-process-in-popup-or-not/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 05:40:38 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Graph API]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=3246</guid>
		<description><![CDATA[With the Facebook introduction of Graph API, there are several ways of authenticating (logging in user) and displaying the permission request. Before we continue, let's see an example of two of them: Popup Authentication This method spawns a new bowser window (as popup) containing the form: Same Window Authentication This methods opens a Facebook page [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/02/facebook-authenticationlogin-process-in-popup-or-not/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Loading Facebook Profile Picture Into Flash SWF Using Graph API</title>
		<link>http://www.permadi.com/blog/2010/12/loading-facebook-profile-picture-into-flash-swf-using-open-graph-api/</link>
		<comments>http://www.permadi.com/blog/2010/12/loading-facebook-profile-picture-into-flash-swf-using-open-graph-api/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:39:29 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=3066</guid>
		<description><![CDATA[The guide below is an extension of this tutorial: http://www.permadi.com/blog/2010/12/using-facebook-open-graph-api-in-flash-as3/. The function to get your profile picture is Where uid is the Facebook user id. Once you establish a Facebook connection, your user id is available at Facebook.getSession().uid. So we can call: This will give you the URL which 'theoretically' you can ask a Loader [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2010/12/loading-facebook-profile-picture-into-flash-swf-using-open-graph-api/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<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>HTML5: Saving Canvas Image Data Using PHP And Ajax</title>
		<link>http://www.permadi.com/blog/2010/10/html5-saving-canvas-image-data-using-php-and-ajax/</link>
		<comments>http://www.permadi.com/blog/2010/10/html5-saving-canvas-image-data-using-php-and-ajax/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 05:57:38 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=2722</guid>
		<description><![CDATA[In this tutorial, we will demonstrate methods of saving the content of a HTML5 Canvas object using server side scripting. PHP will be used in this example, but the technique can be applied in other languages as well. This post requires understanding of Javascript, HTML (especially forms and/or AJAX). PHP is used in the example [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2010/10/html5-saving-canvas-image-data-using-php-and-ajax/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Flash AS3: Using FileReference And PHP To Upload Files To Server</title>
		<link>http://www.permadi.com/blog/2010/06/flash-using-filereference-and-php-to-upload-files-to-server/</link>
		<comments>http://www.permadi.com/blog/2010/06/flash-using-filereference-and-php-to-upload-files-to-server/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 04:05:22 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=2569</guid>
		<description><![CDATA[FileReference.upload() function is a handy addition to Flash. In conjunction with server-side language, it can be used to upload files to the server or to a database. In this example, we will use a PHP script to retrieve the file data and save the file onto the server. Outline: Call FileReference.browse() in response to a [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2010/06/flash-using-filereference-and-php-to-upload-files-to-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using PHP GD To Add Watermark To Images</title>
		<link>http://www.permadi.com/blog/2010/03/using-php-gd-to-add-watermark-to-images/</link>
		<comments>http://www.permadi.com/blog/2010/03/using-php-gd-to-add-watermark-to-images/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 04:08:10 +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[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://permadi.com/blog/?p=2333</guid>
		<description><![CDATA[In this example, we will be adding a watermark (logo) into an image using PHP and GD library. For introduction to PHP GD, visit this post: /blog/2010/03/using-php-gd-to-create-images/ This is the logo image that I will be using: This logo is a PNG file with alpha channel. With transparent images, using PNG is better than using [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2010/03/using-php-gd-to-add-watermark-to-images/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using PHP GD To Create Images</title>
		<link>http://www.permadi.com/blog/2010/03/using-php-gd-to-create-images/</link>
		<comments>http://www.permadi.com/blog/2010/03/using-php-gd-to-create-images/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 04:16:23 +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[computer]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://permadi.com/blog/?p=2237</guid>
		<description><![CDATA[PHP is a powerful scripting language and there are many powerful plug-ins available. One of them is GD, which can be used to create images on the fly. GD, originally developed by Thomas Boutell by far is the most popular image-processing library for PHP (it is also available for other languages like Perl). GD has [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2010/03/using-php-gd-to-create-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

