+++ WEB DESIGN UPDATE.
- Volume 10, Issue 01, July 1, 2012.
An email newsletter to distribute news and information about web design and development.
++ISSUE 01 CONTENTS.
SECTION ONE: New references.
What's new at the Web Design Reference site?
http://www.d.umn.edu/itss/training/online/webdesign/
New links in these categories:
01: ACCESSIBILITY.
02: CASCADING STYLE SHEETS.
03: COLOR.
04: EVENTS.
05: JAVASCRIPT.
06: MISCELLANEOUS.
07: NAVIGATION.
08: STANDARDS, GUIDELINES & PATTERNS.
09: TYPOGRAPHY.
10: USABILITY.
SECTION TWO:
11: What Can You Find at the Web Design Reference Site?
[Contents ends.]
++ SECTION ONE: New references.
+01: ACCESSIBILITY.
Four Keys to System-wide Web Accessibility
By Jon Whiting.
"The main focus of the GOALS project (a partner of WebAIM) is to help institutions of higher education develop a system-wide approach to web accessibility. At the beginning of the GOALS project, we analyzed several exemplary post-secondary institutions to identify what sets these institutions apart from schools that have been less successful in implementing web accessibility. These findings helped form Recommended Practice Indicators for Institutional Web Accessibility. This document is targeted to higher education, but I think the four principles at its foundation are universal. They are (in less academic terms)..."
http://webaim.org/blog/four-keys-to-accessibility/
How do You Solve the Accessible Video and Audio Challenge?
By Glenda Sims.
"After a decade of working in the field of web accessibility, I still hear people who think that creating accessibile multimedia for the web is too expensive and too hard to do. I'll admit, I was initially overwhelmed by the challenges. But today, I know that accessible multimedia is doable and smart business. You just need to know how to be super efficient with your resources and how to prioritize. And while I know a lot about this topic, it is evolving and I can always learn more from the accessibility tribe..."
http://www.glendathegood.com/blog/?p=718
Federal Judge Rules that ADA Covers Web-only Businesses
By Lainey Feingold.
"Those who believe that web content should be available to everyone regardless of disability received welcomed news on Tuesday, June 19. On that day, a federal district court judge in Massachusetts held that the Americans with Disabilities Act (ADA) applies to web-only businesses. The ruling came in a case brought by the National Association of the Deaf (NAD) against Netflix for the streaming video giant's failure to provide closed captioning on most of its 'Watch Instantly' programming streamed on the Internet. Netflix had tried to get the case thrown out of court, arguing that the ADA only applies to physical places, and not to a web-only operation like Netflix' streaming video service..."
http://lflegal.com/2012/06/netflix/
Ruling on Accessibility and the ADA
By Andrew Kirkpatrick.
"The United States District Court in Massachusetts ruled June 19 on a motion to dismiss a suit brought against Netflix by the National Association of the Deaf (NAD) and others. The suit is about Netflix not providing enough captions for videos delivered via the 'Watch Instantly' site, but the ruling addresses the applicability of the Americans with Disabilities Act (ADA) for electronic accessibility in general, not just limited to access issues for users who are deaf or hard of hearing..."
http://blogs.adobe.com/accessibility/2012/06/ruling-on-accessibility-and-the-ada.html
Let's Put Down the Pitchforks and Get Some Perspective
By Karl Groves.
"...As a community, I think it is important that we remember to take into consideration the way we deliver our message. The single best trait that is universal among the people I've encountered in this community is our shared passion for making things better for others and it is the closest thing to true altruism I've ever experienced. We must remember, however, that we're running a marathon and not a sprint..."
http://www.karlgroves.com/2012/06/21/lets-put-down-the-pitchforks-and-get-some-perspective/
+02: CASCADING STYLE SHEETS.
Using Media Queries to Hide CSS3 from Older Browsers
By Roger Johansson.
"When working around bugs and different levels of support in various browsers, a common approach is using conditional comments to target certain versions of Internet Explorer. Come to think of it, it's pretty rare to need to fix something for an older version of any other browser. People who do not use IE tend to upgrade quicker and CSS-related bugs in other browsers tend to be less severe than in IE, especially compared to IE7 and older..."
http://www.456bereastreet.com/archive/201206/using_media_queries_to_hide_css3_from_older_browsers/
Powerful New CSS- and JavaScript Techniques
By Smashing.
"Since the release of the previous post, we've been collecting, sorting, filtering and preparing a compact overview of powerful new CSS techniques. Today we finally present some of these techniques. Use them right away or save them for future reference..."
http://coding.smashingmagazine.com/2012/06/21/powerful-new-cssjavascript-techniques/
Using Min/Max Width and Height in CSS
By Louis Lazaris.
"Even if you're just getting started with CSS, you've likely used the height and width properties quite a bit already. But you've probably noticed that those properties can put unnecessary constraints on your page elements. So you might benefit from knowing and using related properties that use the 'min' and 'max' prefixes..."
http://www.impressivewebs.com/min-max-width-height-css/
Working with CSS Regions and Shadow DOM
By Razvan Caliman.
"When we set out to develop CSS Regions we knew that most innovative applications of the technology would come from creative integrations with other web standards. Shadow DOM is one such example of a web standard just itching to be experimented with..."
http://blogs.adobe.com/webplatform/2012/06/25/working-with-css-regions-and-shadow-dom/
+03: COLOR.
F-M 100 Hue Test - Compare Your Result with Others
By Daniel Fluck.
"A few days ago I released the F-M 100 Hue Color Vision Deficiency Test on Colblindor. Since then many people have taken the test which makes it possible to give you some added value on the test. From today on you can also compare your result with 'the rest of the world'..."
http://www.colblindor.com/2012/06/25/f-m-100-hue-test-compare-your-result-with-others/
+04: EVENTS.
The Future Of Web Design
October 22-24, 2012.
New York, New York, U.S.A.
http://futureofwebdesign.com/new-york-2012/
User Interface 17 Conference
November 5-7, 2012.
Boston, Massachusetts, U.S.A.
http://www.uie.com/events/uiconf/2012/
Full Frontal 2012
November 9, 2012.
Brighton, England, United Kingdom
http://2012.full-frontal.org/
+05: JAVASCRIPT.
JavaScript Closures Demystified
By Colin Ihrig.
"Closures are a somewhat advanced, and often misunderstood feature of the JavaScript language. Simply put, closures are objects that contain a function and a reference to the environment in which the function was created. However, in order to fully understand closures, there are two other features of the JavaScript language that must first be understood―first-class functions and inner functions..."
http://www.sitepoint.com/javascript-closures-demystified/
ARIA role=alert Browser Support
By Steve Faulkner.
"ARIA role=alert is supported across modern browsers and assistive technology, but implementation in browsers differ, which can lead to role=alert appearing to be unsupported..."
http://www.paciellogroup.com/blog/2012/06/html5-accessibility-chops-aria-rolealert-browser-support/
Notes on Using ARIA
By Steve Faulkner.
"I have jotted down some notes on ARIA concepts and usage that may be useful for developers. The first rule of ARIA use: If you can use a native HTML element or attribute instead of an ARIA role, state or property, then do so..."
http://www.paciellogroup.com/blog/2012/06/html5-accessibility-chops-using-aria-notes/
+06: MISCELLANEOUS.
Why HTML5 Urgently Needs an HTML Adaptive Images Mechanism
By Bruce Lawson.
"...Webkit has implemented a new non-standard CSS function called -webkit-image-set...I bet it's 0.03 nanoseconds before developers convert into an empty