Posted by: junal on: August 5, 2008
Before start with Facebook connect lets be familiar with 2 things that are essential to use Facebook Connect APIs.
What is Facebook Connect?
Facebook Connect is the next evolution of Facebook Platform — enabling you to integrate the power of Facebook Platform into your own site.
With Facebook Connect, you can enable your users to:
Seamlessly “connect” their Facebook [...]
Posted by: junal on: July 22, 2008
To check if an image/file URL exist, first thing came in my mind was file_exist() function. Thought it would be the best way to find whether my parameter that is throwing an image url is right or wrong. So I had to set a default image if there was no image found from the given [...]
Posted by: junal on: February 18, 2008
Sometimes strange things happen. I write some code and it’s not working. Strange errors! Well, certainly I have done something wrong – otherwise why it would generate wrong code in live site when it works fine in the local site?
I was trying to upload files from facebook. In other way, I had to allow users [...]
Posted by: junal on: February 9, 2008
Recently, I have studied three types of PHP functions and they are: String functions, Date functions and Array functions. I have noted down some functions that were interesting. Well, PHP got thousands of built in functionality and I guess this is what makes PHP great. So, let’s have a look at some interesting functions from [...]
Posted by: junal on: December 28, 2007
Mr. Duane Moraes is a Marketing Account Executive of Packt publications who emailed me like 2 weeks ago asked me if I was interested to review 2 PHP books. Well, I was glad to receive that email from him and I emailed him back saying that I would love to review them. These 2 books [...]
Posted by: junal on: December 24, 2007
There are tons of PHP tutorials in the web. But a good tutorial depends on how easily it’s written and of course example is very vital to make a tutorial better. I have just read this tutorial from here, which are actually written for beginners. This tutorial that I’m talking about has three parts. I’m [...]
Recent Comments