W3C Selectors API now in WebKit

Posted on 16th February 2008 in Browsers, CSS | No Comments »

WebKit has introduced another development towards greater support of W3C initiatives – Selectors API, currently in the status of Working Draft. Read the rest of this entry »

Date formatting prototypes for ActionScript 2

Posted on 3rd January 2008 in ActionScript | No Comments »

Here are 2 prototypes that you can use to convert a regular ISO-formatted date into a Flash Date object and then, if necessary, to a regular European date format. Both for ActionScript 2. Read the rest of this entry »

String.tease method

Posted on 13th December 2007 in ActionScript | No Comments »

Ever thought of creating a teaser text of some longer string in Flash? For programmers still coding in ActionScript 2, here’s the piece of code to do it. Read the rest of this entry »

String.replace() method for ActionScript2

Posted on 23rd November 2007 in ActionScript | 4 Comments »

Another snippet for free — String.replace() prototype for Flash that can be used to replace a pattern in a String. Read the rest of this entry »