statuses

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP...

PHPDeveloper.org  Wed, 01/05/2011 - 13:13

From the SitePoint PHP blog today there's a new tutorial from Craig Buckler (part one of a series) on how to create your own Twitter widget you can drop in anywhere on your site (main content or sidebar).

It uses cURL to make the requests to the Twitter servers, so you'll need that installed on your PHP instance.


 

5 Things to Do While Gmail is Down

Mashable!  Tue, 09/01/2009 - 14:54

Ruh roh — what to do when the tubes are clogged and Gmail is down?

First: breathe.


 

DevShed: Enhancing Dynamic Twitter Signature Images with PHP

PHPDeveloper.org  Fri, 08/14/2009 - 07:27

In this second part of their "dynamic twitter signature" series DevShed expands on the previous part and adds in code to work with the GD libraries to make the image.


 

How to Display Twitter Statuses/Updates on Conky

Linux Today  Thu, 07/16/2009 - 00:02

Tech Source From Bohol: "Do you want to display your friends' Twitter statuses/updates on your conky desktop system monitor?

If you want to then I'll show the way to easily do it without having to install additional modules. Here's how:"


 

Lorna Mitchell's Blog: Status Codes for Web Services

PHPDeveloper.org  Fri, 07/03/2009 - 14:44

Lorna Mitchell has posted the last article in her look at web services - a focus on status codes.