+++ WEB DESIGN UPDATE. - Volume 10, Issue 32, January 31, 2013. An email newsletter to distribute news and information about web design and development. ++ISSUE 32 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: EVENTS. 04: INFORMATION ARCHITECTURE. 05: JAVASCRIPT. 06: MISCELLANEOUS. 07: NAVIGATION. 08: PHP. 09: STANDARDS, GUIDELINES & PATTERNS. 10: TOOLS. 11: USABILITY. SECTION TWO: 12: What Can You Find at the Web Design Reference Site? [Contents ends.] ++ SECTION ONE: New references. +01: ACCESSIBILITY. What do You Want to Know About Accessibility? By Karl Groves. "As teachers, we are always on the hunt for more insight into what people want to know more about -- in part, to see what the current state of industry understanding is about accessibility and how we might help everyone create more accessible sites and applications. What better way than to ask? Here's the results of some recent research and a clear question--what do you want to know more about?" http://simplyaccessible.com/article/want-to-know/ Accessible Data Tables with Static Headers By Gez Lemon. "There are several techniques for creating tables with static header rows, but very few of the examples I have come across are accessible or do not work cross-browser. This post looks at some of the current solutions, and outlines a method using WAI-ARIA to fix the accessibility issues of the more popular techniques..." http://juicystudio.com/article/accessible_data_tables_static_headers.php Labels in Input Fields Aren't Such a Good Idea By Laura Kalbag. "There's something that's been bothering me lately. It seems to be some kind of form interface trend where the labels for text inputs are placed inside the fields themselves..." http://laurakalbag.com/labels-in-input-fields-arent-such-a-good-idea/ ARIA-label, labelledby, describedby By Rakesh Paladugula. "ARIA-label, ARIA-labelledby and ARIA-describedby properties defines accessible ways of providing labels for form fields when straight way is not possible. In certain situations general