Make A “My Latest Tweet” Widget For Your Site With PHP or JQuery

March 16, 2010

Make cool twitter widgets using the APIs that don’t require OAuth. In this post I will show you how to get a user’s last tweet using JQuery and JSON, PHP and JSON or PHP and XML.

Read the full article →

CSS Button Sprites Tutorial

March 16, 2010

Sprites can reduce the number of HTTP requests from many to one, and they are easy to use so there is no reason why you shouldn’t give this technique a try.

Read the full article →

Learn Object Oriented PHP Step by Step – Classes and Constructors

March 14, 2010

The first set to master PHP is to learn how to use its object oriented capabilities. In this post, the first post of this series, I will talk about classes, objects and constructors.

Read the full article →

Thorough PHP Functions Tutorial

March 14, 2010

Functions are the first step before getting into OOP PHP. In this tutorial you will learn about all the different types of PHP functions there are.

Read the full article →

10 Things I Wish I Had Known When I Got Started With PHP

March 11, 2010

These are a list of things I wish I had known when I got started with PHP. They aren’t hard things at all but my newbieness and fear kept me away from learning them from some time.

Read the full article →

How to Convert Address to GPS Coordinates

March 10, 2010

Google has made it easier for us to develop location based web application, check out their latest API.

Read the full article →

oEmbed Tutorial: It’s How Websites Share Content

March 6, 2010

You used to have to scrape a website to get its content but now they are making it easy for you to do that, with oEmbed. Lear more about this cool API.

Read the full article →

How To Easily Add Comments to Your Website With PHP and XML

March 4, 2010

You don’t have to know anything about MySQL or any other database to add a simple comments form to your site, all you need is PHP, XML and some JQuery.

Read the full article →

How to Scrape Meta Tags From Any Web Page With PHP

February 21, 2010

Have you ever wanted to build your own mini search engine or web analytics website? Then this tutorial is what you’ve been waiting for.

Read the full article →

Zend OAuth With Twitter: Updating A User’s Status

February 20, 2010

The last part of Zend OAuth For Twitter Series. In this post you will get to call twitter’s API method to update your status.

Read the full article →