Posted by clintcan on October 27, 2009
One of the most popular social networking sites today is facebook. As of this time, the social networking site boasts of over 300 million users, which is pretty hard to ignore, considering marketing value.
What makes facebook interesting are its applications; which are mostly user created, and add life to the social networking site.
Here’s how to submit a facebook application to the net:
1. Join as a facebook developer, and on the http://www.facebook.com/developers/ url, click on the Set up new application button

2. On the Create App page, type in the name of your application

3. Take note of the API Key and Secret; you’ll need these later. Fill up the necessary items in the Basic Page.

4. Enter the canvas url (where your application will reside in apps.facebook.com), and the content url where your application is hosted.

5. Press Save, and you’re off to start a brave new world of creating a Facebook Application!
The simplest start for a facebook application looks like this:
require_once 'php/facebook.php';
require_once 'config.php';
$facebook = new Facebook($api_key, $secret);
$user_id = $facebook->require_login();
echo "Hello, $user_id!";
facebook.php is the facebook php client which you can download in the developers site. You can learn more about the api in the http://wiki.developers.facebook.com/ site.
Have fun!
Posted in Uncategorized | Tagged: facebook, php | Leave a Comment »
Posted by clintcan on September 8, 2009
I found this sooo strangely familiar to what happened on the ISO standards committee on the OOXML approval process.

Posted in Uncategorized | Tagged: Dilbert, ISO, Microsoft | Leave a Comment »
Posted by clintcan on July 14, 2009
Working for a company that allows you to experiment with different technologies can be a very satisfying (and sometimes stressful, considering the deadlines) experience. Working in such an environment also lets you encounter people that even in your wildest imaginations would never have thought of meeting in your lifetime.
A few years ago, while we were starting out (I was in the company even before it came to be one), my boss in our talks mentioned a familiar name, Jim Everson. For those who don’t know him, he’s the guy who led in the development of several educational games including the classic Broderbund game “Where in the World is Carmen Sandiego”.
Where does this all lead to, you may ask? In a nutshell, last year, Jim was diagnosed with advanced melanoma. Which led to his ex-wife (my boss’ sister) helping him out in whatever way she can – well, she helped design a website for him.
My boss asked a favor from me, to help quickly get some open source auction software and customize it for the website’s use, which I gladly did (as I was acquainted with him, and talked with him through emails in the past).
If it was not for open source software, we would have started programming from scratch, and would have taken much longer to finish (and at that time, I was up to my neck with deadlines at work). And, since the source code was there to see and customize, it was quick enough to implement it to their needs.
To end, if you do see Jim on your travels (he’s now an independent mac consultant), ask him about his mouth watering lamb chops recipe – he makes one mean lamb chops!
Posted in Programming, php | Tagged: auction, open source, php | Leave a Comment »
Posted by clintcan on November 6, 2008
Hello World!
This would be my first blog post about Open Source and Tech stuff. This would also be my personal blog site as well (I’ll try to be figuring out how to categorize these writeups in this blogging site, so please be patient with me
)
Funny thing how this came about. I’ve been wanting to do this for years, but haven’t gotten to it until now. In the past I’ve written articles for wine-reviews like playforlinux, and some other stuff for a friend of mine Tom Wickline, and helped out on a few open source projects like aLinux and pnutproject (even was a wine applications maintainer).
To make the long story short, I landed a job in a small tech company, and got sooo busy, that I had hardly time to tinker around like I used to… until now
So here I am, running Ubuntu 8.10 on my Neo Vivid 1100 (installed through Wubi) on a SmartBro Prepaid Account (coz my internet got messed up).
Anyways, that that. I’ll be writing stuff for the next few days when I’m not that busy – starting with how to connect to smartbro prepaid – probably
Posted in Uncategorized | Tagged: aLinux, hello world, Neo Vivid 1100, pnutproject, smartbro, ubuntu, Wubi | Leave a Comment »