You are currently browsing the archives for the “Project” category.

My first facebook application

posted in: Project (Tags: , , ) - 6 Comments

I just finish a very simple facebook application. it is used to show a Chinese Calender in your facebook profile page as a box. You can clearly see Chinese Calender system in this application. If anyone want to try it. Just open http://liduan.com/fb/start

This application is a practice for facebook API. My finial year project is development application base facebook API.

my first facebook application - Chinese Calender system

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.

Unix Time Stamp Convert

posted in: Project, Research (Tags: ) - 2 Comments

This is a nice program for convert unix time stamp and system time to each other. the program just use command line without GUI. User can easy convert 10 time stamps to system time, and just one system time to unix time stamp.


open your command line interface(in MSwindows open “RUN..” input “cmd”)
command utsconv like:

utsconv [OPTION -t, /t, -u, /u, -h, /h, .....] [TimeStamp/SystemTime]

READ MORE

A good project

posted in: Project, Research (Tags: ) - No Comments

eye web operation system. this is a good project for online web project. the official web site is http://www.eyeos.org. i just build a simple web for myself. you can go to http://os.goodays.com.

READ MORE