Tutorial - Google Analytics (Event) Tracking for Flash / Flex

Hi Everyone,
as of sometime in November, Google has released a AS3 module that enables communication directly with Google Analytics, w/o the constraints of passing through Javascript. This combined with the imminent public deployment of Event Tracking, makes for a very exciting combination indeed!
This post is a follow-up to a previous post: Using Google Analytics [...]

Tutorial - AS3 & REST web services with RESTProxy - Part 1

Hi Everyone,
[UPDATE Jan 19th, 2008]
I’ve just modified RESTProxy.php to handle gzip encoding from the client-side. It was quite simple. I was trying to consume web services on Discogs.com and it requires that you accept gzip encoding..
a while back, almost a year ago now, I published a little package of code called RESTProxy. This proxy is [...]