Archive for the ‘PHP’ Category

Extracting emails from Gmail and Google Apps for Domains

Sunday, January 20th, 2008

First off, I'll get the link out of the way. If you go to http://vallery.net/gmail/ you can see this application in action. Now a little bit more about it. I discovered that over the years I haven't exactly been great about maintaining my addressbook. I've lost touch of ...

Debug your outbound POST and GET requests

Thursday, May 17th, 2007

I work a lot with different types of web services. I find when I'm building an application that has to post data off to a remote service that it can be difficult to debug where the problems are. I can't always see an exact copy of the HTTP ...