Archive for the ‘PHP’ Category
December 13th, 2007 by Rich Zygler
tags: Application Design, Google, Google API, LAMP, PHP, REST, Web Services | 2 Comments »
I'd love to give ws02 a fair shake because they have an open source business model. They have a web services framework for PHP which seems interesting from an academic standpoint. But I think WS-* web services are WAY too complicated when compared to REST.
Just look at this ...
October 31st, 2007 by Rich Zygler
tags: PHP, Python, jabber, twitter | 8 Comments »
Does anyone know of an open source twitter clone? Preferably in PHP or Python. Not a client mind you, but the server guts of receiving IMs and doing something with them, enabling followers, public viewing, etc. I want to implement this on an intranet inside a corp network and obviously ...
October 25th, 2007 by Rich Zygler
tags: .NET, Facebook, Microsoft, PHP | 15 Comments »
Microsoft is buying a piece of Facebook. What do we all think this means for PHP since Facebook is one of the "web 2.0" leaders built on PHP? The way I see it, here are the options:
Facebook continues on its merry path, taking only funding from Microsoft
Facebook ...
October 10th, 2007 by Rich Zygler
tags: PHP, Zend IDE | 2 Comments »
As my part time job (for no pay) is spent being a shill for Zend, I thought I'd mention that the new Zend Studio for Eclipse Beta is out and ready to be test driven. I've got a few deadlines both professional and personal to take care of over ...
August 22nd, 2007 by Rich Zygler
tags: PHP, PHPUnit, Pear | 1 Comment »
Odd Pear error today. Trying to install PHPUnit3 on a newish server. Following the instructions at the PHPUnit Pocketguide. Here's the steps I did and the error I received. I'm not sure at this point if this is a bug in the Pear installer or if ...
August 14th, 2007 by Rich Zygler
tags: .NET, ASP.NET, Frameworks, PHP, Prado | No Comments »
For Drew, the .NET fanboy who is just dying to release his app without having to shell out the big bucks for .NET hosting. The PRADO framework for PHP is almost like ASP.NET. From the homepage:
PRADO is a component-based and event-driven framework.
Look at that example on the homepage. That's ...
July 24th, 2007 by Rich Zygler
tags: Google API, Google Reader, PHP, Zend Framework | 1 Comment »
I've been playing around with the Zend Framework and the Google API. I'm pretty bummed out that there doesn't seem to be any API for Google Reader. I was hoping to use Zend_GData_Query to suck in my starred and/or shared feeds. You can do this using ...
July 20th, 2007 by Rich Zygler
tags: OpenSSL, PHP | 4 Comments »
Ran into this error recently... here's how to fix it, assuming you have OpenSSL already installed on your system. For OpenSSL your PHP config values look like this:
--with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.6)
So, if you've compiled from scratch, you can just recompile adding this flag to your configure ...