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 »

Internet Explorer dumping CSS hacks to comply with standards

Posted on 18th October 2008 in Browsers, Open Standards | 6 Comments »

Years ago, for Internet Explorer 5, Microsoft took a shortcut to ‘extended CSS support’ that they called the Dynamic Properties. Despite the fancy name it had nothing to do with W3C Cascading Style Sheet standards nor was it available cross-platform. Now, as the software giant has realized the impact of open standards, they are giving up on these non-standard developments. 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 »

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 »

Benefits of tableless design

Posted on 31st October 2007 in CSS, Open Standards | 2 Comments »

To emphasize greater use of Cascading Style Sheets — there are few very good reasons to dump endless HTML table structures in favour of CSS.
Read the rest of this entry »