Back to my page

Developer Blog



Posts Tagged ‘miniapi’

Converting a MiniAPI module to a UWA widget (part 7)

We’ve seen how to switch to UWA pretty all available MiniAPI functionalities in this series’ previous articles. Now is the time to touch on functionalities that cannot be switch as-is, or simply put, that are not available in the stricter, more portable Universal Widget API.
One of the toughest of these is preferences. Sure, we’ve […]

Preparing for Ginger (part 2)

Most of you must have received an invitation code to the Ginger beta now, wether thanks to your Ecosystem widget submission, or through any other general codes that could be found on various website in the past few weeks.
Finding the UWA Test module
Using the UWA Test module to test how a widget is doing […]

Converting a MiniAPI module to a UWA widget (part 6)

One question keeps coming up from people who have taken the dive and converted their module to a widget. It’s pretty simple, and represents an essential part of such conversion. This post will therefore be suitably short.
I’m done converting. It works. What’s next?
The “what’s next?” part implies a lot of questions, but mostly they are […]

Preparing for Ginger (part 1)

The gates are opening up, and a few thousand of people now have access to the beta version of Ginger, thanks to invite codes given out by many online publications and blogs (to name a few: Techcrunch, Wired, Facebook, GigaOm and others…).
If you are not one of the lucky guys, fret not: you are […]

Converting a MiniAPI module to a UWA widget (part 5)

The main idea behind this series of articles is, as you’d have guessed by now, to take over the MiniAPI tutorial and push it into the 21st century, kicking and screaming show how easy it can be to get the same effects in UWA. The most acute readers among you would have noticed that we […]

Converting a MiniAPI module to a UWA widget (part 4)

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 […]

Converting a MiniAPI module to a UWA widget (part 3)

We’ve seen a lot already: now you should be familiar with the differences between a MiniAPI file and a UWA one, and you should know how to convert a MiniAPI configuration form into a UWA preferences form. Now is the time to dive into a more advanced feature, one that will be of use to […]

Converting a MiniAPI module to a UWA widget (part 2)

It takes more than just updating the emulation files’ URLs to turn a MiniAPI module into a fully working UWA widget. In the first part of this series of articles, we saw that many others section of the HTML code itself need to be upgraded, and the documentation already indicates which MiniAPI function calls have […]

Converting a MiniAPI module to a UWA widget (part 1)

The Universal Widget API has been available since March 9th, 2007 now, and it was released roughly one year after we launched MiniAPI. MiniAPI has been a huge success, but it was superseded by UWA, and got deprecated on July 9th, 2007 - that is, it is no longer possible to submit a MiniAPI module […]