EXCLUSIVE: The Code Change That Was Needed To Increase Facebook Friends Limit

Today Michael Arrington announced that Facebook lifted their 5000 friends limit. As a tech blogger, I bring you the “behind the scenes” view: the code change that was needed to be done to increase this limit:

For the non techies:

line 3: commented out - the previous friends limit defined
line 4 - the new friends limit

Shocking. […]

Handling RSS Feeds with PHP using Zend_Feed

Zend Framework is becoming a very comprehensive set of widely needed components for PHP development. As other frameworks offer similar components, one of Zend’s Framework greatest strengthens is the fact that you can use its components as stand alone components and not only as part of the MVC structure. In this post I will show […]