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 »

Free the iPhone!

Posted on 28th January 2008 in Apple, Telecom | 2 Comments »

Freedom star Join the ‘Free the iPhone’ movement! Read the rest of this entry »

obfuscatr 1.1.0 released

Posted on 25th January 2008 in Mac OS | No Comments »

New version of obfuscatr introduces support for Mac OS X Leopard. Read the rest of this entry »

Internet Explorer 8 to pass Acid2

Posted on 23rd January 2008 in Browsers | No Comments »

Good news for the developers – IE8 will pass Acid2, a test case, written to help browser vendors ensure proper support for web standards.
Read the rest of this entry »

Pollix

Posted on 5th January 2008 in Web 2.0 | 1 Comment »

Pollix is another great web application that you can use to poll your mates, prospective clients or anyone who’s opinion matters to you.
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 »

EOL for Netscape

Posted on 30th December 2007 in Browsers | No Comments »

Netscape, the greatest browser of all time, has reached its EOL.
Read the rest of this entry »

WebKit adds getElementsByClassName

Posted on 22nd December 2007 in Browsers | 2 Comments »

WebKit now natively supports getElementsByClassName, one of the most requested functions by JavaScript programmers. Read the rest of this entry »

Importance of proper exception handling

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

Too many developers cut on error handling by providing a very raw framework that is incapable of handling exceptions. It looks like it’s saving a day but in a long run it’s probably going to cost badly.
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 »