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:

http://blip.tv/file/get/Formatix-LinkedInAPIPhpZendOAuthUpdateStatus851.mp4

Read the rest of this entry »

diagram-oauth-handshake

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.

Read the rest of this entry »

PHP – How to Create an XML file

In this screencast you will be taught how to generate a simple XML file using PHP class DomDocument.

The XML Creation Screencast

http://blip.tv/file/get/Formatix-GenerationXmlDomdocumenteng886.flv

The XML Creation Source Code

Read the rest of this entry »

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 a Cybernaut is located. I’ll show you in this Screencast a way to localize a web user based on his IP address.

Enjoy!

http://blip.tv/file/get/Formatix-phplocatingIPaddressengdivx488.flv

Read the rest of this entry »