Yearly Archives: 2009

Tweetie for Mac: OSX-Native Twitter Client

I’ve been trying out Tweetie for Mac lately. It’s a Mac OSX-native Twitter client with a very nice, polished interface. It has many of the features of Nambu, but it lacks the instability that Nambu tends to have from its current “beta” status.

Tweetie supports multiple Twitter accounts, and let’s you switch between them with a cool vertical slide effect. It offers the usual basic Twitter functions (friends timeline, mentions, direct messages) as well as some streamlined search abilities, including the ability to save favorite searches that you frequently track.

Continue reading →

40+ Invaluable PHP Tutorials and Resources

My newest post on Net.Tuts+ was published yesterday: 40+ Invaluable PHP Tutorials and Resources It is a roundup of articles, tutorials and tools of interest to PHP coders, on topics such as security, OOP, frameworks, and WordPress. PHP is one of the most popular…

Transforming Capital Letters With PHP

PHP has some useful functions for dealing with capital letters in string variables. You can make a string all uppercase or lowercase. You can make only the first letter a capital, as in a name, or every other letter a capital for a title…

Twitter: The RSS Reader for the Masses

I have about twice the number of Twitter followers as I do RSS subscribers. RSS is an open standard built from the ground up to serve-up new content as it is released. It excells at delivering information and making it readable in a quick…

WordPress 2.8 Beta 2 Released

The second beta of WordPress 2.8 has been released. If you develop plugins or themes, it’s about time to do some testing. From the looks of things, I project that the final release should be available sometime this June. We may see another beta…

Securing PHP Web Forms

Chris Coyier has written an interesting article on securing form scripts. Serious Form Security talks about token matching, hack logging, and a few other useful techniques to apply to a form processing script. Token matching is definitely a trick worth learning, since it will…

BlogBuzz May 23, 2009

Getting the Number of Words or Characters With PHP

Need to check the number of characters in a string, perhaps for sending user input to Twitter via the API? It can be done easily by using the strlen() function, which simply returns the number of characters in the string passed to it. $phrase…

It’s Time for PHP 4 to Be Retired

On December 31, 2007 the PHP Group discountinued support for PHP 4. Since then, there have been no updates to the branch, security or otherwise. PHP 5 is the currently supported branch, and it is far superior to its predecessor. Web hosts have, for…

Why Validation isn’t All That Important…

Jeffrey Way (editor of Net.Tuts+) has a new article on his personal blog that brings up a topic that I think deserves some attention. He writes: I woke up this morning to a rude email from a reader today. “Jeff,” he said, “I’m sorry,…