Buzz Archives for July 2005
Sortable Lists
Nifty demo of drag’n'drop sortable lists using JavaScript and CSS.
By Chris Kaminski | Filed in DOM, DOM Scripting TF
- IE7 Beta 1 and Standards
-
In a must-read post on IEBlog, Chris Wilson lays out some of the web standards fixes planned for IE7. While it doesn't hit everything we might like, and we won't see most of it until Beta 2, it's a pretty impressive list for a release that by all accounts is primarily ...
By Chris Kaminski | Filed in Browsers
- JavaScript and Screenreaders
-
What do you get when you cross JavaScript with a screen reader? James Edwards, Bob Easton, Mike Stenhouse and Derek Featherstone find out.
By Derek Featherstone | Filed in Accessibility, DOM Scripting TF
- That’s why it’s Called Beta
-
I woke up this morning to find countless emails and IMs pouring into my accounts asking me about the IE 7 beta. Some developers are expressing relief at seeing some of the bug fixes and improvements, but of course as I've been expressing all along, this is a process with ...
By Molly E. Holzschlag | Filed in Browsers
- Best Practices
-
A nice round-up of best practices for using JavaScript.
By Jeremy Keith | Filed in DOM, DOM Scripting TF
- Collaborative bug squashing
-
Lucian Slatineanu is putting together a DOM script to replace the default form widgets supplied by the browser with other, more customisable elements. He calls the script Niceforms.
By Jeremy Keith | Filed in Accessibility, Bugs, DOM, DOM Scripting TF
- Accessible Event Pairs
-
In order to keep our pages accessible to non-mouse users, we must use non-mouse events like focus or keydown in addition to mouse events like mouseover and click. On QuirksMode.org I created the new Event pairs page to study this problem.
By Peter-Paul Koch | Filed in Accessibility, DOM, DOM Scripting TF
- Meeting Microsoft
-
Since the announcement of the WaSP / Microsoft Corporation Task Force we’ve had two face to face meetings. The first was held in Portland, Oregon at WebVisions ‘05. WaSP members DL Byron and myself met with Microsoft’s liaison to the Task Force, Brian Goldfarb. In this meeting, we brainstormed potential ...
By Molly E. Holzschlag | Filed in Accessibility, Authoring Tools, Browsers
- Calling all CSS-Savvy Designers
-
Kevin Lawver, AOL's representative to the CSS Working Group, is making a plea to the design community to give the Working Group feedback on the CSS3 Borders and Backgrounds module. It isn't often one gets the opportunity to help define the tools you'll be using in your job, and this is ...
By Chris Kaminski | Filed in CSS, Design, W3C/Standards Documentation
- Unobtrusive Flash Objects
-
Bobby van der Sluis just published a new article: Unobtrusive Flash Objects (or UFO). His script allows you to specify a placeholder DIV for a Flash object with a message meant for noflash browsers. The script then silently checks if the user has the proper Flash version, and if so replaces ...
By Peter-Paul Koch | Filed in DOM, DOM Scripting TF
- Image Previews with DOM and CSS (and a dash of PHP)
-
Sometimes it might be a good idea to give visitors an insight of what is lurking behind a link. Normally this is achieved via a thumbnail, but what about inline links?
By Christian Heilmann | Filed in CSS, DOM, DOM Scripting TF
- Mehr Presse
-
Jo Bager has written a short-but-oh-so-sweet blurb on our humble Task force for Heise Online. Vielen Dank, Herr Bager!
By Chris Kaminski | Filed in DOM Scripting TF, General
- Accessible Alternative vs. Direct Accessibility
-
The progressive enhancement approach, also called the ‘accessible alternative’ approach, is indeed the most common and best-understood. It’s not the whole shooting match, though. There’s a second approach to making ECMAScript-enhanced pages accessible: direct accessibility.
By Chris Kaminski | Filed in Accessibility, DOM, DOM Scripting TF
- Presentation Slides with DOM and CSS
-
Eric Meyer’s S5 standards based presentation slides system is used quite a lot by webstandardismos for their presentations. My personal challenge was to come up with something that is as cool as Eric’s system, but much easier to use and more lightweight when it comes to creating your own slides.
By Christian Heilmann | Filed in DOM, DOM Scripting TF, General
- JavaScript and WCAG2.0 progress
-
The Web Content Accessibility Guidelines (or WCAG) is a series of pointers and tips on making web content accessible to people with disabilities (with a useful side-effect of making the content more accessible to practically all devices). JavaScript has a bigger profile within the current WCAG2.0 work.
By Mike Davies | Filed in Accessibility, DOM, DOM Scripting TF
- The DOM Scripting Task Force
-
In an effort to boost the quality of scripting on the world wide web, the Web Standards Project today announced the formation of the DOM Scripting Task Force.
By Jeremy Keith | Filed in DOM, DOM Scripting TF