<?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; JavaScript</title>
	<atom:link href="http://www.permadi.com/blog/category/javascript/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>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>Finding Your Numeric Facebook User Id</title>
		<link>http://www.permadi.com/blog/2011/08/finding-your-numeric-facebook-user-id/</link>
		<comments>http://www.permadi.com/blog/2011/08/finding-your-numeric-facebook-user-id/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 05:08:37 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[JavaScript]]></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=4091</guid>
		<description><![CDATA[It is quite annoying for us developers that getting the user numeric id. For user&#8217;s that hasn&#8217;t set their own URL names, this is easy, just get the https://www.facebook.com/profile.php?id=NUMERIC_ID, but for user that has something like this: https://www.facebook.com/fpermadi1, then you might have to go through hoops to get the number. You might be wondering why [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/08/finding-your-numeric-facebook-user-id/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Glossy Icons Creator</title>
		<link>http://www.permadi.com/blog/2011/08/glossy-icons-creator/</link>
		<comments>http://www.permadi.com/blog/2011/08/glossy-icons-creator/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 11:47:49 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=4072</guid>
		<description><![CDATA[Convert your icons into glossy version, instantly! Javascript must be enabled in your browser to use this tool. Please upload one image only at a time, JPG, PNG and GIF are supported. For best result, use square images. To save the result, right-click on the image and do &#8220;Save As&#8221; (rename the php extension with [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/08/glossy-icons-creator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Graph API: Posting Feed To App Page As Page Revisited</title>
		<link>http://www.permadi.com/blog/2011/08/facebook-graph-api-posting-feed-to-app-page-as-page-revisited/</link>
		<comments>http://www.permadi.com/blog/2011/08/facebook-graph-api-posting-feed-to-app-page-as-page-revisited/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 05:34:20 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Graph API]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=4000</guid>
		<description><![CDATA[If you have read my previous post about this subject here, then consider this a bug-fix or an update. Posting to user&#8217;s wall is easy enough but what about if you want an application to post, say user accomplishment (such as High Scores or user achievements) onto the application page? The process is actually straightforward. [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/08/facebook-graph-api-posting-feed-to-app-page-as-page-revisited/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Graph API: Posting Feed To App Page As Page</title>
		<link>http://www.permadi.com/blog/2011/06/facebook-graph-api-posting-feed-to-app-page-as-page/</link>
		<comments>http://www.permadi.com/blog/2011/06/facebook-graph-api-posting-feed-to-app-page-as-page/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 07:05:11 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Graph API]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=3276</guid>
		<description><![CDATA[NOTE: This method appears to be broken at this time (7/28/2011). I don't know if and what has changed on the Facebook side, it just stopped working. Will update this post if it works again. UPDATE (8/9/2011): The method has slightly changed but works again now. Please see this post for the update. Posting to [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/06/facebook-graph-api-posting-feed-to-app-page-as-page/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Javascript Facebook Graph API: Posting SWF To Wall/Feed</title>
		<link>http://www.permadi.com/blog/2011/04/javascript-facebook-graph-api-posting-swf-to-wall/</link>
		<comments>http://www.permadi.com/blog/2011/04/javascript-facebook-graph-api-posting-swf-to-wall/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 08:46:53 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></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=3601</guid>
		<description><![CDATA[As explained in the previous article, you can post to user walls with or without dialog. Which method to use depends on your need. If you want user to enter a message, then you need the dialog. At other times, you might want predefined messages so why bother prompting the user? (Note that Facebook has [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/04/javascript-facebook-graph-api-posting-swf-to-wall/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>JavaScript Facebook Graph API: Posting Feed With Picture To Wall</title>
		<link>http://www.permadi.com/blog/2011/04/javascript-facebook-graph-api-posting-feed-with-picture-to-walls/</link>
		<comments>http://www.permadi.com/blog/2011/04/javascript-facebook-graph-api-posting-feed-with-picture-to-walls/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 01:52:07 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></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=3620</guid>
		<description><![CDATA[As mentioned in the previous post (http://www.permadi.com/blog/2011/04/javascript-facebook-graph-api-posting-to-walls/), you can post feed with or without a dialog with the main difference being the obvious one that user cannot edit the message being posted without a dialog. By the way, Facebook has some policies of what kind of message you can put in the message field, read [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/04/javascript-facebook-graph-api-posting-feed-with-picture-to-walls/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>JavaScript Facebook Graph API: Posting To Walls</title>
		<link>http://www.permadi.com/blog/2011/04/javascript-facebook-graph-api-posting-to-walls/</link>
		<comments>http://www.permadi.com/blog/2011/04/javascript-facebook-graph-api-posting-to-walls/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 06:31:26 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></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=3547</guid>
		<description><![CDATA[Examples Here are examples of posting to Facebook well feed using the Javascript Graph API: http://www.permadi.com/tutorial/facebook-js-graph-api-post-to-wall/index.html There are two examples there, one using the FB.ui (to show dialog) and the other using FB.api.  The difference is that the FB.api method does not display any user-interface (dialog), so this is best used for canned messages.   [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/04/javascript-facebook-graph-api-posting-to-walls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centering Facebook OAUTH Login Popup Dialog</title>
		<link>http://www.permadi.com/blog/2011/04/centering-facebook-oath-login-popup-dialog/</link>
		<comments>http://www.permadi.com/blog/2011/04/centering-facebook-oath-login-popup-dialog/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 06:28:16 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[computer]]></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=3566</guid>
		<description><![CDATA[You can try the example for this guide at: http://www.permadi.com/tutorial/facebook-js-oauth-popup-centered/index.html Background The normal way to open the OAUTH dialog is as described here, by calling: You can open the dialog in the same window, like this: More details can be read here.   The normal route if you want to show the dialog as a [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/04/centering-facebook-oath-login-popup-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Map API Example: Using Geolocator To Find And Put Markers On Map</title>
		<link>http://www.permadi.com/blog/2011/04/google-map-api-example-using-geolocator-to-find-and-put-markers-on-map/</link>
		<comments>http://www.permadi.com/blog/2011/04/google-map-api-example-using-geolocator-to-find-and-put-markers-on-map/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 06:07:37 +0000</pubDate>
		<dc:creator>permadi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.permadi.com/blog/?p=3411</guid>
		<description><![CDATA[This tutorial demonstrates how to use Google MAP API version 3 to find a location and puts a marker on the MAP. For information about setting up the map, see here: /blog/2011/04/using-google-map-api-3-for-javascript-beginner-how-to-and-example/. &#160; New to Version 3 of the API is the Geolocation service, which enables you to retrieve the location information (including longitude and [...]]]></description>
		<wfw:commentRss>http://www.permadi.com/blog/2011/04/google-map-api-example-using-geolocator-to-find-and-put-markers-on-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

