A List Apart 258 - Half A Convincing Issue

An inspiring article by Flickr’s core team member George Oates is well worth a read if you are planning on growing your online community, while you should probably steer clear and wisely avoid the filler article.

WCAG 2 Live By The End Of The Year

The W3C announced today that the WCAG2 Candidate Recommendation is likely to go live by the end of the year. With their words, “Candidate Recommendation means that we think the technical content is stable and we want developers and designers to start using WCAG 2.0, to test it out in every-day situations.”

If you are interested to help them, you are warmly welcome to do so by building your content following the recommended guidelines outlined here.

WSD+D LinkedIn Group

Hey fellow web developers and designers, there is a new LinkedIn group available for your collaborating and stay-in-touch necessities called “Web Standards Design + Development“, enstablished by Greg Storey from airbagindustries.com. The membership is free, but you’ll have to be approved to join in.

And you are waiting for… what? Sign in.

Crafting Ourselves

In response to the recent dust cloud caused by Jonathan Snook admitting he doesn’t use a reset style sheet, Eric Meyer responds with a serious and non-sarcastic “Good for you.“.

Seriously guys, this isn’t interesting anymore.

CSS Gradients Support in WebKit

WebKit, the development version of Apple’s Safari web browser now supports another advanced CSS feature, which keeps blowing it way ahead of the competition…

Competition?

For more info on the subject, visit Surfin’ Safari Blog.

A List Apart - Issue 256

“Bring your data to visual life with web standards, and roll you own Google-style maps.” is the theme for the latest issue of ALA.

The first article by Wilson Miner shares us techniques for incorporating data visualization into standards-based web navigation patterns, while Paul Smith teaches us how to build our own mapping application using open-source software and how to integrate it into our web site.

Enjoy the read!

Google App Engine

Google App Engine is a new fully-integrated development environment, which offers you to run your web applications inside the Google infrastructure, which means you have their software framework, processing and storage power to work with. In this preview release you can sign-up for a free account with 500MB of persistent storage and enough bandwidth and CPU for 5 million monthly page views. For now you are limited to python-based web applications, but they promise to support more languages in the future.

The Highly Extensible CSS interface

There are tutorials and there are Tutorials coming from great web authors like Cameron Moll. The Highly Extensible CSS interface is a great collection of resources divided into four distinct parts, which guide you into creating a neat and sophisticated web page. Each part provides you with a working online demo, downloadable files, and links to articles and books related to each step of the tutorial.

  • Part one builds a resolution-dependent page layout and demonstrates the use or a reset style sheet.
  • Part two demos the use of CSS selectors and dives into the realm of scripting and adds some neat effects using the jquery library.
  • Part three covers the integration of ajax technology and starts up with a shout-out on resolution dependence.
  • The fourth and last part in this series is about testing for extensibility with 8 benchmarks to thoroughly bulletproof your site.

Overall this is a carefully written Tutorial worth spending time on. Thumbs up!

Wordpress 2.5 is here!

Finally, the shiny new Wordpress 2.5 is here folks! As stated on the Wordpress Blog, version 2.5 is packed with new features like multi-file uploading, automatic plugin upgrades, built-in galleries, customizable dashboard, a code-friendly WYSIWYG editor and full-screen writing to name a few.

The question is, are you folks upgrading now?

WebKit achieves Acid3 100/100 in public build

It seems webkit is the first one to obtain a 100/100 mark on the Acid3 test. They claim it passes the test, albeit they haven’t beat the smoothness animation test yet. Read more on the r31342 nightly build that passed the test here. You can get the latest nightly build here, if you are interested to test the thing, or if you simply want to be on the edge.

Wordpress 2.5 RC2 Screencast

Matthew Mullenweg created a short screencast covering the new dashboard and uploader in Release Candidate 2 of Wordpress 2.5. I can’t wait to see the final version released, because of the huge improvements over the 2.3.3, which I have currently installed.

The new version was redesigned from the ground up in collaboration with the guys over at Happy Cog — Jeffrey Zeldman, Jason Santa Maria, and Liz Danzico, which pretty much guarantees a quality product, so my mind is at peace.

Safari 3.1 Update Released

Apple released an update to the Safari browser today, bringing the version number to 3.1. The new release includes support for CSS3 web fonts, CSS transforms and transitions, support for the new video and audio HTML 5 elements, and support for SQL database offline storage of web apps. The update also seems to increase javascript performance, site compatibility (time for the Acid 3 test, folks?) and improve stability.
Finally web developers can easily turn on a Develop menu with various tools of the trade. Now you can access the Web Inspector, the Network Timeline, and you can edit CSS in the Web Inspector as well.

More detailed information on this update is available on this website, and security details of the update are available here.

Happy browsing!

Development Diary: 4 Tips on Working With Fluid Layouts

Recently at my daily job I had the opportunity to work on a 100% fluid layout for a project management web application. During the process of cutting it up in XHTML and CSS, I learned a lot and definitely had a lot of fun moments while making it backwards-compatible with IE6. This article is a collection of insightful ideas and those moments I collected through the development of the project.

Read the rest of this entry »

Microsoft’s Interoperability Principles and IE8

“We’ve decided that IE8 will, by default, interpret web content in the most standards compliant way it can. This decision is a change from what we’ve posted previously.”
– Dean Hachamovitch, General Manager Internet Explorer

So the flames have extinguished? Read more on the subject.

The WCAG Samurai Errata v.1.0 Are Now Available

After nearly two years of development, the WCAG Samurai Errata - corrections to the Web Content Accessibility Guidelines (WCAG) 1.0 - were finally released to the web development community three days ago.

The reason for the update is because version 1.0 was originally published back in 1999 and in that time both web browsers and assisting technologies have evolved considerably.

Note that the WCAG Samurai Errata is not a standalone document, you should really use it as an update along the original WCAG 1.0 guidelines.

Also note that there is a Web Content Accessibility Guidelines 2.0 working draft available, lastly updated in December 2007, which you should consider to use over the 1.0 counterpart.