Posts Tagged ‘http post’
Here comes the high point of this series of articles, where all the bricks come together. During the first three parts, I’ve been banging one specific drum: whereas MiniAPI modules could be based on a multitude of inter-linked dynamic files, UWA widgets should really stick to one static file, and rely on Ajax requests to [...]
Tags: ajax, conversion, dom, http post, javascript, miniapi, uwa
Posted in Articles, Tutorials on January 11th 2008 | 1 Comment
We’ve been through a lot of things since we started this series of articles, but the part we are entering now is what will make a difference in your widget. Many widget are able to display public data, and others can display private data just fine, but being able to also publish data directly from [...]
Tags: ajax, authentication, dom, http post, javascript, request, twitter, uwa
Posted in Tutorials on June 8th 2007 | No Comments
So far, this series of articles have focused on getting and displaying public data, like Twitter public timeline in the previous part of this series of tutorials.
Public data is what most of the current web services will let you play with, but the more interesting services are those that let you manipulate your private [...]
Tags: ajax, authentication, http post, javascript, preference, request, twitter, uwa
Posted in Tutorials on June 7th 2007 | 5 Comments
The first part of this series saw us build a widget that displayed a single Twitter status. The second part built upon the first on, and expanded the widget to display the whole public timeline feed, all the while learning UWA techniques and good practices.
Techniques and best practices are the central elements of [...]
Tags: ajax, getjson, http post, javascript, pager, preference, twitter, uwa
Posted in Tutorials on June 6th 2007 | No Comments
This is part 2 of our series of articles on building a complete Twitter widget, all the while exploring the functionalities of UWA and learning some good practices of widget developing. If you haven’t already, read the first part, where we set up the basic widget code, and customize it to display a single, known [...]
Tags: ajax, dom, getjson, http post, javascript, preference, twitter, uwa
Posted in Tutorials on June 5th 2007 | No Comments
With the introduction of authentication methods in UWA (see the complete documentation) comes the ability to build some much more interesting widgets, ones that can access private data securely, both in read and write mode (HTTP GET and POST).
In order to present authentication to you, we’ve built a Twitter widget able to access your own [...]
Tags: ajax, getjson, http post, javascript, preference, twitter, uwa
Posted in Tutorials on June 4th 2007 | 3 Comments