Programming

How to download webpage content using PHP CURL

September 5, 2011

Thumbnail image for How to download webpage content using PHP CURL

PHP CURL-The powerful and useful library to fetch contents from websites remotely.Using Php CURL you can able to download the webpage source of any website and store it to a php variable.Curl requests to any webpage server and downloads the content.

Stackoverflow.com – Google for programmers

June 8, 2011

Thumbnail image for Stackoverflow.com – Google for programmers

Every programmer must have visited stackoverflow.com once in their life. So what is stack overflow is all about ?

How to use Facebook query language to build applications

April 10, 2011

Thumbnail image for How to use Facebook query language to build applications

Facebook query language[FQL] is the SQL styled query language used to fetch the data from the graph api which we can tweak to build an application. Before beginning you need to know the basics of graph api and facebook platform which can be explained by this article. Facebook ‘s FQL is the easy way to fetch the information needed by your application.The query language is easily understandable since it resembles the SQL. We are going to create [...]

Google new API Explorer helps newbie developers

March 9, 2011

Thumbnail image for Google new API Explorer helps newbie developers

Google announced API explorer to help new developers to get started with Google API without any programming.The latest tool from google aimed at new developers wanting to try out Google API’s right from the browser.You can execute the api calls and can analyse the response data that help you learn API’s working.

How to create facebook application using PHP and graph api

February 13, 2011

Thumbnail image for How to create facebook application using PHP and graph api

This tutorial will explain how to create a facebook application using Graph api and PHP.For those who are new to Facebook platform you need to learn the basics of Graph api.We are about to build a facebook application you can see a demo here.