built on AIR - - - - so it runs on Win, Mac and Linux:

Category Archives: Code snippets

Retrieve images from RSS – all of them

One of the things that I really wanted the Telexer to be good at, was the ability to show thumbnail images from as much feeds as possible. As there are now so many flavors of RSS, you’ll need to try several options to retrieve images from a feed. In this three-part article I’ll describe how I tackled this.

read on »
Posted in category Code snippetsTagged , 1 Comment

Activation process: e-mail validation with RegExp in AS3

The technical part of the “activation” process in the .telexer application – making the call from the .telexer to the Plimus API to see if the license key is valid – was really easy. Just an xml-request to a secure url – wait for the response, and take it from there. But I wanted the [...]

read on »
Posted in category Code snippetsTagged Leave a comment