- We design and build extraordinary applications for companies looking to make the next great idea a reality.
- learn more
SOA meets Ajax - APIlitAx: an Alternative Interface for Google AdWords
In the deluge of social bookmarking, weather ticker, and notepad applications, it's always nice to see an application come along that isn't a toy. APIlitAx (ugly name, I know) is an alternative interface to the Google AdWords system. It seems to have been developed by some folks at google and has been released on Sourceforge. As an application, it is very different from most of the stuff coming out of Google these days, which seems focused around the GWT technology. This applications doesn't use an existing Javascript framework, i.e. it's all custom Javascript, and uses PHP on the back end to proxy requests to AdWords via the APIlity library (PHP API for AdWords).
The developers have been careful to make the application non-blocking, i.e. you can interact with parts of the interface while another part updates. This is probably an emerging best practice for Ajax apps: don't just make lots of small blocking requests. Design your apps so that you can make small, non-blocking requests.
Topics: Ajax Examples, Google, SOA
Comments: 1 so far
Leave a comment
About Pathfinder
Recent
- Dealing With A Legacy
- Big Changes Underway at LinkedIn for Groups
- Four blatant iPhone usability blunders (and one constant annoyance)
- Flash/Flex physics engines and examples
- A Rails Story, Or An Engine That Really Could
- Data visualization and the art of conveying information
- What’s In Your Junk Drawer?
- Selling Git on the Business End
- IE8 Beta 2 Released
- Faster JavaScript for Firefox 3.1 Thru JIT
Archives
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006



Hi Dietrich,
> APIlitAx (ugly name, I know) is an alternative
> interface to the Google AdWords system.
Sometimes one is totally wrong, but it is almost too late to react… Anyway, APIlitAx is history, the project is now called APIlity Agua which stands for APIlity GUI for AdWords. See http://google-apility.sourceforge.net/agua.html for details. In addition to that, a new mashup called Agua Biz has been released (http://google-apility.sourceforge.net/agua_biz.html), allowing ajaxified AdWords to be integrated with Google Checkout…
Thanks for the review.
Regards,
Tom
Comment by Thomas Steiner, Sunday, January 21, 2007 @ 1:32 pm