Archive for the ‘Php’ Category

We have seen in Part one of LinkedIn API tutorial how to connect to LinkedIn API via OAuth protocol and how to retreive users profile.
In Part 2 we will enrich our PHP LinkedIn Class with:

An Update Status Capability
A Clear Status Capability
A Read Status Capability

Here is the Screencast followed by a written tutorial:

You want to access linkedIn API using OAuth Protocol handshake?
Here is a Screencast and a written tutorial showing you how to access linkedIn API in PHP using Zend_Oauth Zend module.

In this screencast you will be taught how to generate a simple XML file using PHP class DomDocument.
The XML Creation Screencast
The XML Creation Source Code

PHP – IP Address Geolocation

Howto figure ou where my visitors come from?
Howto broadcast a certain kind of advertisement based on my web visitor geographical location?
Howto block visitors coming from a given country? …

Here are the questions that most webmasters have asked themselves at least once. All these questions have one thing in common, the need to figure out where [...]