You are currently browsing the archives for October, 2008.

development a “hello world”application with facebook api

posted in: Program, Project, Research (Tags: , , , ) - 11 Comments

first of all, you need download facebook PHP Client Libraries. Extract package to you work path. open the directory, there are two sub-directory, PHP directory is libraries, you need use it to develop application. and a example directory called foodpoints. Open PHP directory, creating two PHP files – index.php and config.php.

In config.php:

< ?php
$api_key = '[API_KEY]';&amp;amp;nbsp; // your apps api key
$secret&amp;amp;nbsp; = '[SECRET_KEY]'; // your apps secret key
$backurl="http://liduan.com/fb/start";&amp;amp;nbsp; your call back web url
?>

READ MORE

building a micro blog based on wordpress.

posted in: Project, Weblog, Website, idea (Tags: , , , ) - 1 Comment

micro blog like twitter is very easy for post personal blog, share your current information with friends via sms, email or client side software. But I like to keep my own data. Twitter doesn’t support export your posts except RSS feed.

Therefore, I have built a micro blog based wordpress. It is most popular blog publishing system. it’s open source project. that mean’s wp can be developed to any content management system. My current micro blog(doing.liduan.com) is using wordpress and Prologue. I will use it to keep detail of my final year project.

Useful Links for ActionScipt tutorial

posted in: Link, Research, Website (Tags: , , ) - No Comments

McCain Vs Obama in google

posted in: Photo (Tags: , ) - 1 Comment

I just using google search engine and trends compare rate of McCain and Obama. Result is very interesting. If you search McCain or “McCain America” in google search, you can get 134 billion and 38,900 items each. On the same way, Obama and “Obama America” have and 198billion and 78,000 items. google trends can find huge differences between McCain and Obama. Screen shot is in following. READ MORE

Useful Links for Flex online tutorial.

posted in: Link, Research, Website (Tags: , , ) - 1 Comment

If you know more than above links, you can share with us in following as a comment.