CSS Zen Garden reaches 10
As announced today by its creator Dave Shea, the CSS Zen Garden has reached the venerable age of ten years. When I first saw that site back in 2003, I was inspired by the possibilities of CSS.
Found 11 hits, currently showing 1-10.
As announced today by its creator Dave Shea, the CSS Zen Garden has reached the venerable age of ten years. When I first saw that site back in 2003, I was inspired by the possibilities of CSS.
There has been a lot of discussions lately in regard to vendor prefixes. It all began when some non-webkit browser representatives were considering support of the webkit prefix during a CSS Working Group meeting earlier this week.
Apart from the HTML5 bandwagon, Responsive Design was arguably the most discussed topic of last year. The term was coined by Ethan Marcotte in his article from May 2010.
Mobile development and responsive design are frequently mentioned these days. The most widely used technique for responsive design is media queries, a CSS3 extension of the media types frequently used in HTML4 and CSS2.
The @media conference, or Web Directions as it is officially called these days, was once one of the pinnacles of web development. The celebrities of the web community gathered once a year and confirmed their positions as generals in the web standards war.
The web is constantly changing and 2010 will be no different. Recently the Web Standards Project announced a change of direction, which really isn’t all that surprising. The “war for web standards” as Aaron Gustafson calls it is far from over.
The popular ASP.NET framework comes with a set of pre-defined controls, which can speed up web development. Unfortunately many of the controls will produce a result which is less than optimal when it comes to accessibility and web standards.
The release version of Internet Explorer 7 is now available for download. The final version has improved since the early CTP versions.
CSS Sprites were first introduced in 2004 by Dave Shea in the article CSS Sprites: Image Slicing’s Kiss of Death. The word “sprite” derives from the old 8-bit days where bitmaps were moved around the screen in games.
Dropdown menus are often done with a lot of JavaScript but I wanted to do one using CSS. It is reasonably cross-browser and standards compliant.