Replacement for deprecated OL/LI start/value HTML attributes

Posted on 7th September 2009 in CSS, Open Standards | 1 Comment »

As by the HTML 4.01 specification, all attribute definitions of lists, such as ordered lists and unordered lists, are deprecated, meaning that you can’t make a list purely in HTML that would skip some numbers, e.g. 1, 2, 3, 5 skipping 4. Previously you could use start or value attribute to set a value for the list item. Now, as the attributes have became deprecated, any self-respecting coder would expect CSS to kick in with the alternative. Unfortunately, this is not the case. Read the rest of this entry »

Edit your site with Typeroom

Posted on 15th March 2008 in Web 2.0 | 5 Comments »

Typeroom icon Most web sites on the web are static. They have no CMS and their owners lack skills to do the editing properly. That’s the niche for Typeroom. Read the rest of this entry »

WebKit adds getElementsByClassName

Posted on 22nd December 2007 in Browsers, Open Source Software, Open Standards | 2 Comments »

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