Posted in Apple, CSS, Tech on June 24th, 2008 1 Comment »
A recent post from David Hyatt on the www-style-list answers my question from April 15th: Will we see CSS variables next?. The short answer is yes! WebKit now has an experimental implementation of CSS variables: You can test this feature using a WebKit nightly Test cases Thanks to David Hyatt and Daniel Glazman for bringing […]
A lot has changed for the better since my post four years ago on preventing the death of SVG. Today, we have excellent SVG (and canvas) implementations in Safari, Firefox, and Opera. dojox.gfx provides a simple JavaScript API based on SVG nomenclature for abstracting away inconsistencies between implementations, and also allow VML and Silverlight support […]
Posted in Apple, CSS, JavaScript on November 25th, 2007 No Comments »
Apple has collated a list of supported CSS properties in Safari. Most notable are the list of webkit-* properties, which are implementations that are either attempts at implementing a CSS 3 draft concept, or experiments by Apple in making CSS better. On Surfin’ Safari, there’s also a new article about 10 new things with WebKit […]
Posted in CSS, Dojo, JavaScript, SVG, Tech, Work on October 27th, 2007 No Comments »
On the WebKit blog, Dave Hyatt announced that WebKit now has support for CSS Transforms. This is really interesting because it takes the matrix transformation possibilities from SVG, and moves them into CSS, allowing their application on any HTML element. I’d also bet that given WebKit and Safari 3’s solid SVG support, this was relatively […]
Posted in CSS, Tech on December 12th, 2004 No Comments »
Daniel Glazman is calling for a css revolution. Daniel, a long time member of the CSS WG, is basically making the point that many of the working groups have strayed too far away from solving the needs of their users, and need to focus more of their efforts on the problems that matter. Note that […]
Posted in CSS, JavaScript, Tech on October 8th, 2004 2 Comments »
Quirksmode.org has a great article on how to create the illusion of a styled input type=”file” element. This is a problem I tried to solve years ago, before the options presented here were really viable. This trick will probably put Michael McGrady on the map if he wasn’t already.
Posted in CSS, Tech on July 16th, 2004 No Comments »
Being the elitest that I am, I like to poke fun at people who make the statement: “I designed this site entirely in css”. Recently, the designer of the newly launched mozilla store proclaimed that it was the first site he had designed entirely in css. Sure, CSS is a language used to describe presentational […]
Posted in CSS, JavaScript, RSS, Tech on October 24th, 2003 No Comments »
a list apart, one of the better web developer web-zines, relaunches with three good articles: accessibility with css image replacement, expandable curved tabs in css, and a 4k php image roation script, as well as multiple rss feeds in multiple versions.
Posted in CSS, Tech on October 14th, 2003 No Comments »
A good first attempt at generating css layouts.
Posted in CSS, SVG, Tech, XML/XHTML on September 2nd, 2003 No Comments »
In working with xsl-fo for the first time recently, I was pleasantly surprised with fop, an Apache project for converting fo documents to common display formats such as pdf and svg. The only drawback I had brought back memories of using css a few years ago when browser support was much less than it is […]