<?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>blogfreakz.com &#187; API</title>
	<atom:link href="http://blogfreakz.com/category/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogfreakz.com</link>
	<description>Web Development, Web Trends, open source resources</description>
	<lastBuildDate>Thu, 29 Jul 2010 05:50:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create &#8220;Who is online&#8221; widget</title>
		<link>http://blogfreakz.com/tutorial/create-who-is-online-widget/</link>
		<comments>http://blogfreakz.com/tutorial/create-who-is-online-widget/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 01:55:53 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=3957</guid>
		<description><![CDATA[Tutorialzine has writen article and teach us how to create “Who is online” widget with PHP, MySQL &#38; jQuery. It will display the number of visitors, currently viewing your site, and  it will even be able to detect the country our  visitors are from and display it in a slide out panel.


All of the widget [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Tutorialzine</strong> has writen article and teach us how to create “<strong>Who is online</strong>” widget with PHP, MySQL &amp; jQuery. It will <strong>display the number of visitors</strong>, currently viewing your site, and  it will even be able to detect the country our  visitors are from and display it in a slide out panel.</p>
<p><span id="more-3957"></span></p>
<p><img class="alignnone size-full wp-image-3958" title="whoisonline" src="http://blogfreakz.com/wp-content/uploads/2010/03/whoisonline.jpg" alt="whoisonline Create Who is online widget" width="434" height="358" /></p>
<p>All of the widget data is stored into the <strong>tz_who_is_online</strong> table. It consists of six fields (or columns). The first one – ID, is a standard primary key / auto increment field. After this is the IP field which stores the visitor’s IP address (converted to a integer beforehand with the <strong>ip2long</strong> PHP function).</p>
<p>The widget features a slick slide-out panel with all the geolocation data, shown on mouse over. Having access to real time data on your site userbase is a dream to any webmaster. Tools like Google Analytics give a great perspective on your our site’s reach, but lack the real time feel a simple widget like this can provide.</p>
<p class="download"><strong>Requirements</strong>:  PHP, MySQL, jQuery Framework<br />
<strong>Demo</strong>: <a title="demo" rel="nofollow" href="http://demo.tutorialzine.com/2010/03/who-is-online-widget-php-mysql-jquery/demo.html" target="_blank">http://demo.tutorialzine.com/2010/03/who-is-online-widget…</a><br />
<strong>License</strong>:  License Free</p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/tutorial/create-who-is-online-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP Facebook plugin</title>
		<link>http://blogfreakz.com/cakephp/cakephp-facebook-plugin/</link>
		<comments>http://blogfreakz.com/cakephp/cakephp-facebook-plugin/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:29:19 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=3388</guid>
		<description><![CDATA[Facebook CakePHP plugin  created by nick on webtechnick. The purpose of this plugin is  provide a seamless way to  connect your cakePHP app to Facebook.  The goal for this plugin is to not only provide extremely  useful dynamic features but to also provide a complete interface to the  Facebook API. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Facebook CakePHP plugin </strong> created by nick on <a rel="nofollow" href="http://www.webtechnick.com" target="_blank">webtechnick.</a> The purpose of this plugin is  provide a seamless way to  <strong>connect your cakePHP app to Facebook</strong>.  The goal for this plugin is to not only provide extremely  useful dynamic features but to also provide a complete interface to the  Facebook API. This plugin is specifically for <strong>CakePHP 1.3</strong></p>
<p><strong><span id="more-3388"></span><img class="alignnone size-full wp-image-3401" title="facebook-plugin" src="http://blogfreakz.com/wp-content/uploads/2010/02/facebook-plugin.png" alt="facebook plugin CakePHP Facebook plugin" width="521" height="298" /><br />
</strong></p>
<h5>Feature List</h5>
<ul>
<li><strong>Full featured authentication via Facebook Connect.</strong> Facebook Authentication will work with or without a user login system  already in place on your site.  Works seamlessly with your already built  in user authentication system via AuthComponent -OR- Facebook Connect  can work as your primary authentication system.
<ul>
<li>Setup is as easy as dropping Facebook.Connect into your  components array.</li>
</ul>
</li>
<li><strong>Easily create dynamic and customizable Facebook content</strong>
<ul>
<li><strong>Share</strong> (let your users share what they find on your site with their friends</li>
<li><strong>Login/Logout</strong> (Facebook users can login and logout  of your site with a single click.. no registration required)</li>
<li><strong>Fan  Boxes</strong> (Allow users to become facebook fans of your site)</li>
<li><strong>Profile  Pictures</strong> (Display a facebook profile picture)</li>
<li><strong>Live  Streams</strong> (Create dynamic live stream events)</li>
<li><strong>Comments</strong> (Connect with your users by allowing them to comment on any part of  your site through Facebook</li>
</ul>
</li>
<li><strong>Access to Facebook  API anywhere in your app.</strong> Build custom content with direct  access to the full Facebook API.</li>
<li><strong>Everything is included.</strong> No need to download the  Facebook API files or create Facebook specific files like  xd_receiver.htm and the like. Everything is included in the plugin and  will be maintained.</li>
</ul>
<p>To get started you&#8217;ll first need to download and unpack the Facebook  Plugin into your <strong>app/plugins/facebook</strong> directory.  If  you plan on using any features (except the share  feature, which will work with no further configuration), you will need  to <a rel="nofollow" href="http://wiki.developers.facebook.com/index.php/Connect/Setting_Up_Your_Site">get  an api_key and secret from Facebook</a>.</p>
<p class="download"><strong>Requirements:</strong> CakePHP 1.3, PHP5+<br />
<strong>Website</strong>: <a rel="nofollow" href="http://www.webtechnick.com/blogs/view/229/CakePHP_Facebook_Plugin_Auth_Facebook_and_more" target="_blank">http://www.webtechnick.com/blogs/view/229/CakePHP_Facebook_Plugin..</a><br />
<strong>Docs:</strong> <a rel="nofollow" href="http://projects.webtechnick.com/docs/facebook" target="_blank">CakePHP Facebook Plugin API</a></p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://blogfreakz.com/cakephp/cakephp-facebook-plugin/" title="cakephp facebook">cakephp facebook</a></li><li><a href="http://blogfreakz.com/cakephp/cakephp-facebook-plugin/" title="cakephp facebook plugin">cakephp facebook plugin</a></li><li><a href="http://blogfreakz.com/cakephp/cakephp-facebook-plugin/" title="cakephp plugins">cakephp plugins</a></li><li><a href="http://blogfreakz.com/cakephp/cakephp-facebook-plugin/" title="cakephp facebook connect">cakephp facebook connect</a></li><li><a href="http://blogfreakz.com/cakephp/cakephp-facebook-plugin/" title="facebook cakephp">facebook cakephp</a></li><li><a href="http://blogfreakz.com/cakephp/cakephp-facebook-plugin/" title="cakephp plugin">cakephp plugin</a></li><li><a href="http://blogfreakz.com/cakephp/cakephp-facebook-plugin/" title="facebook cakephp plugin">facebook cakephp plugin</a></li><li><a href="http://blogfreakz.com/cakephp/cakephp-facebook-plugin/" title="cakephp facebook login">cakephp facebook login</a></li><li><a href="http://blogfreakz.com/cakephp/cakephp-facebook-plugin/" title="facebook connect cakephp">facebook connect cakephp</a></li><li><a href="http://blogfreakz.com/cakephp/cakephp-facebook-plugin/" title="cakephp facebook api">cakephp facebook api</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 3.022 ms -->]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/cakephp/cakephp-facebook-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>TweetPhoto Objective-C  &#8211; Objective-C library for TweetPhoto API</title>
		<link>http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/</link>
		<comments>http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 08:48:04 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=3212</guid>
		<description><![CDATA[The TweetPhoto Objective-C library is a set of drop in classes designed to allow developers to get up and running quickly with the TweetPhoto Photo Sharing API.This library includes every feature you&#8217;ll need to manage the entire photo sharing experience within your application &#8211; from uploading photos, commenting, favoritng, and voting to social feeds, user [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>TweetPhoto Objective-C library</strong> is a set of drop in classes designed to allow developers to get up and running quickly with the <strong>TweetPhoto Photo Sharing API</strong>.This library includes every feature you&#8217;ll need to manage the entire photo sharing experience within your application &#8211; from <strong>uploading photos</strong>, <strong>commenting</strong>, <strong>favoritng</strong>, and voting to social feeds, user feeds, and everything in between.<br />
<span id="more-3212"></span></p>
<p>Before You Start You should be familiar with the <strong>TweetPhoto REST API</strong>, found <a rel="nofollow" href="http://groups.google.com/group/tweetphoto/web">here</a>. You should also sign up and obtain a <strong>TweetPhoto API Key</strong>,  <a rel="nofollow" href="http://admin.tweetphoto.com/Api.aspx">here</a>. In order to use the TweetPhoto Objective-C library, you will need to download the <strong>TPAPITest</strong> project, and drag the Group Named <strong>TweetPhoto</strong> into your project.</p>
<p class="download"><strong>Download</strong>: <a rel="nofollow" href="http://code.google.com/p/tweetphoto-api-objective-c/" target="_blank">http://code.google.com/p/tweetphoto-api-objective-c/</a><br />
<strong>API Documentation</strong>: <a rel="nofollow" href="http://groups.google.com/group/tweetphoto/web" target="_blank">http://groups.google.com/group/tweetphoto/web</a></p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/" title="tweetphoto api">tweetphoto api</a></li><li><a href="http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/" title="objective c photo gallery">objective c photo gallery</a></li><li><a href="http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/" title="blogger add tweetphoto">blogger add tweetphoto</a></li><li><a href="http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/" title="twitter4j photo upload java">twitter4j photo upload java</a></li><li><a href="http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/" title="twitter api upload image objective-c">twitter api upload image objective-c</a></li><li><a href="http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/" title="TweetPhoto get image api">TweetPhoto get image api</a></li><li><a href="http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/" title="tweetphoto api objective-c">tweetphoto api objective-c</a></li><li><a href="http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/" title="photo gallery objective c">photo gallery objective c</a></li><li><a href="http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/" title="objective-c photo gallery">objective-c photo gallery</a></li><li><a href="http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/" title="objective-c photo album">objective-c photo album</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 2.73 ms -->]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/api/tweetphoto-objective-c-objective-c-library-for-tweetphoto-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter4J &#8211; Java library for TwitterAPI</title>
		<link>http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/</link>
		<comments>http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 10:20:18 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=3103</guid>
		<description><![CDATA[Twitter4J is a Java library for TwitterAPI. With Twitter4J, you can easily integrate your Java application with the Twitter service.

To implement this library is pretty simple ,just add twitter4j-2.1.0-core.jar to your application classpath. If you are familiar with Java language, looking at the JavaDoc should be the shortest way for you to get started.
twitter4j.Twitter class [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Twitter4J</strong> is a <strong>Java library for <a rel="&quot;nofollow&quot;" href="http://groups.google.com/group/twitter-development-talk/web/api-documentation">TwitterAPI</a></strong>. With Twitter4J, you can easily<strong> integrate your Java application with the Twitter service</strong>.</p>
<p><span id="more-3103"></span><img class="alignnone size-full wp-image-3104" title="twitter4j" src="http://blogfreakz.com/wp-content/uploads/2010/01/twitter4j.png" alt="twitter4j Twitter4J   Java library for TwitterAPI" width="600" height="176" /><br />
To implement this library is pretty simple ,just add twitter4j-2.1.0-core.jar to your application classpath. If you are familiar with Java language, looking at the <a rel="nofollow" href="http://twitter4j.org/en/javadoc/index.html">JavaDoc</a> should be the shortest way for you to get started.<br />
<a rel="nofollow" href="http://twitter4j.org/en/javadoc/twitter4j/Twitter.html">twitter4j.Twitter</a> class is the one you may want to look at first.<br />
<strong>Features</strong></p>
<ul>
<li> 100% Pure Java &#8211; works on any Java Platform version 1.4.2 or later</li>
<li>Works on <a rel="nofollow" href="http://code.google.com/android/">Android</a> platform (from Version 2.1.0)</li>
<li>Zero dependency : No additional jars required</li>
<li> Built-in OAuth support</li>
<li> Out-of-the-box gzip support for faster performance</li>
</ul>
<p class="download"><strong>Requirement</strong>: OS: Windows or any flavor of Unix that supports Java, JVM: Java 1.4.2 or late<br />
<strong>Download</strong>:<a rel="nofollow" href="http://twitter4j.org/en/index.html#download" target="_blank"> http://twitter4j.org/en/index.html#download</a><br />
<strong>Code example</strong>: <a rel="nofollow" href="http://twitter4j.org/en/code-examples.html" target="_blank">http://twitter4j.org/en/code-examples.html</a><br />
<strong>License</strong>: BSD License</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/" title="twitter4j">twitter4j</a></li><li><a href="http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/" title="twitter4j java">twitter4j java</a></li><li><a href="http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/" title="twitter4j android">twitter4j android</a></li><li><a href="http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/" title="twitter4j android example">twitter4j android example</a></li><li><a href="http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/" title="twitter java library compatible with android">twitter java library compatible with android</a></li><li><a href="http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/" title="Twitter4j examples">Twitter4j examples</a></li><li><a href="http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/" title="twitter4j library">twitter4j library</a></li><li><a href="http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/" title="java Twitter4j">java Twitter4j</a></li><li><a href="http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/" title="java twitter api">java twitter api</a></li><li><a href="http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/" title="twitter4j search example">twitter4j search example</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 2.257 ms -->]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/api/twitter4j-java-library-for-twitterapi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
