+++ WEB DESIGN UPDATE. - Volume 9, Issue 26, December 24, 2010. An email newsletter to distribute news and information about web design and development. ++ISSUE 26 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: DREAMWEAVER. 05: EVENTS. 06: INFORMATION ARCHITECTURE. 07: NAVIGATION. 08: PHP. 09: STANDARDS, GUIDELINES & PATTERNS. 10: TOOLS. 11: TYPOGRAPHY. 12: XML. SECTION TWO: 13: What Can You Find at the Web Design Reference Site? [Contents ends.] ++ SECTION ONE: New references. +01: ACCESSIBILITY. Missouri State University (MSU) Website Recognized for Accessibility to Blind By Didi Tang. "The official website of Missouri State University gained special ...The key is to make the web pages text-based, Clark said. That allows the visually impaired students to use a reader -- a device that translates text into sound. If the university web site has a photo, it has a description of the image in text so the blind can learn about the photo, Clark said. The university is making its web pages not only accessible to the visually impaired but also those with other disabilities, Clark said. For example, video clips posted online for the public have captions for the hearing impaired, she said. The web site also is designed to allow for navigation through a keyboard, so those challenged to use a mouse can still use the site, Clark said...." http://www.news-leader.com/article/20101218/NEWS04/12180353/1007/NEWS01/MSU-website-recognized-for-accessibility-to-blind Accessibility First-for a Better User Experience for All By Whitney Quesenbery. "Focusing an application's user experience on users' key tasks is good advice for design on any platform. It's also good advice for usable accessibility." http://www.uxmatters.com/mt/archives/2010/12/accessibility-firstfor-a-better-user-experience-for-all.php HTML Accessible Emails By Royal National Institute of Blind People. "The following is a guide to techniques that can be used to make HTML emails as accessible as possible..." http://www.rnib.org.uk/professionals/webaccessibility/articles/Pages/html_emails.aspx +02: CASCADING STYLE SHEETS. Vendor Prefixes and Web Standards By Alen Grakalic. "...In it's original idea, standards should be a unique set of rules and coding recommendations applicable to all platforms, devices, browsers... Vendor prefixes couldn't be further away from that. Applying a vendor prefix you target specific browser, so if you want to target another one, you either can't or have to use another line of code with another 'vendor prefixed' CSS property..." http://cssglobe.com/post/9364/vendor-prefixes-and-web-standards CSS Railroad Diagrams By Stoyan Stefanov. "...railroad diagrams to help visualize how/when the tokens make sense forming valid CSS code..." http://www.phpied.com/css-railroad-diagrams/ Everything You Wanted To Know About Gradients (And a Few Things You Didn't) By Ethan Marcotte. "Let's take a quick look at how to create CSS gradientsÑhopefully we can make them seem a bit more accessible, and bring a bit more art into the browser..." http://24ways.org/2010/everything-you-wanted-to-know-about-gradients +03: COLOR. Calculating Color Contrast By Brian Suda. "...In this article I will walk you through two simple equations to determine if you should be using white or black text depending on the color of the background. The equations are both easy to implement and produce similar results. It isnÕt a matter of which is better, but more the fact that you are using one at all! That way, even with the craziest of Geocities color schemes that your customers choose, at least your text will still be readable..." http://24ways.org/2010/calculating-color-contrast Color Contrast Tests for System Color FieldText with Opacity:0.54 By Steve Faulkner. "All text/background combinations have a default contrast ratio that passes the minimum threshold of 4.5:1..." http://www.html5accessibility.com/tests/placeholder-color.html +04: DREAMWEAVER. Video and HTML5 Part 2 By Stephanie Sullivan Rewis. "Learn the ins and outs of embedding video on the web." (Video 10:31) http://tv.adobe.com/watch/adc-presents/videoandhtml5part2gettingstarted/ +05: EVENTS. Webstock 2011 February 14-18, 2011. Wellington, New Zealand http://www.webstock.org.nz/ Breaking Development 2011: Design and Development for the Mobile Web April 11-12, 2011. Dallas, Texas U.S.A. http://www.breakingdc.com +06: INFORMATION ARCHITECTURE. From Wireframes to Code, Part I By Bill Schmidt. "This first part in a two-part series takes an in-depth look at the process of converting wireframes to code." http://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php +07: NAVIGATION. SEO - Keep it Simple Stupid! By Blake Acheson. "...Sometimes you need to step back and just focus on the basics. Keeping tabs on all these abstract, "flavor of the week" techniques will drive you crazy. The basics worked in '98 and still work today..." http://thinkvitamin.com/design/seo-keep-it-simple-stupid/ +08: PHP. The New PHP 5 Features for Constructors and Destructors By Octavia Andreea Anghel. "The article starts with a short overview of PHP 5 constructors, compared with the old fashion PHP 4. It continues with an explanation of writing constructors with or without parameters, restrictive constructors, overloading and PHP 5 destructors. At the end, you will be able to write almost any kind of constructor for your PHP 5 classes." http://www.phpbuilder.com/columns/PHP5-constructors-destructors/Octavia_Anghel122110.php3 +09: STANDARDS, GUIDELINES & PATTERNS.