User Experience, Interaction Design, Prototyping, Usability, Accessibility, Design, CSS

Archives Posts

Accessibility Means to Always Use Alt Text ?

June 30th, 2006 by admin

The meaning of alt text is to serve as replacement (hence, “alternative”) when the image the HTML intends to serve cannot be seen. There’s a variety of reasons for that to happen; the user is blind, the medium doesn’t support images, the user disabled images on purpose so she can browse on low-bandwidth, or the Googlebot comes around to visit.

For example, when your image is a mere illustration to a point you’re repeating elsewhere in the text, there’s no need at all to use the alt text. Because the image is not crucial to understanding the point. Most people however at this point heard some rumors that the “alt tag” is increasing accessibility; and possibly, they’ve heard somewhere else that accessibility is professional these days. And they also might want to see a tool-tip, not knowing that the title attribute would come in handy for that. (Wordpress in typical installations even creates an alt text based on the image’s file name; tools like Frontpage have committed similar silliness in the past.)

So, let’s say our blog post is titled “New AJAX Flavor Discovered” and the illustration following the headline is a shrink-wrap box with the shiny colorful letters “AJAX,” then repeating the letters AJAX in the alt text will result in something like this within alternative browsing contexts:

New AJAX Flavor Discovered
AJAX

Is this useful? No – the point of the illustration was to use a recognizable catchy visual, or to suggest that AJAX is hyped as a shrink-wrapped shiny product; the point was not to clarify (in text) that the article is about AJAX, as the headline already did a good job at that.

In XHTML2, by the way, some of us may be able to get rid of the alt attribute altogether. Why? In XHTML2 you can use the “src” attribute on anything, including e.g. a paragraph. It’s a bit like longdesc (today’s link to a longer image description) done right.

Misunderstand Web Standards

Archives Posts

New UI Design Project

June 19th, 2006 by admin

logothree.jpg
www.three.com.au

Started working on the three.com.au sales extranet UI developement

Filed under resources, design, CSS having No Comments »

Archives Posts

How Well Do You Understand Design?

June 14th, 2006 by admin

Take a design Quiz 

Filed under resources, design having No Comments »

Archives Posts

XBOX 360 UI Design

June 13th, 2006 by admin

XBOX 360 UI

The Making of A Video Game Console Interface

Filed under Usability, design having No Comments »

Archives Posts

What is design ?

June 13th, 2006 by admin

Learn the basics of DESIGN from these online guides

http://daphne.palomar.edu/design/Default.htm
http://char.txa.cornell.edu/

Filed under resources, design having No Comments »

Archives Posts

Evaluating Web Sites for Accessibility with Firefox

June 13th, 2006 by admin

FireFox
Download the web developer toolbar extention here..
and read the complete tutorial

Archives Posts

The first CSS World Awards…. Nomination shortlist released!!

June 12th, 2006 by admin

CSS Word

Winners to be announced by end of July !!

Filed under Others, design having No Comments »

Archives Posts

CSS / Markup Renderer

June 12th, 2006 by admin

Greg has developed a Nice Ajax Tool! it will render your CSS and Mark up code as you type in. I can save lot of time..

Filed under Tools having No Comments »

Archives Posts

Accessible web pages for the color blind

June 12th, 2006 by admin

Have you ever thought about how many people are visiting your website and can’t use it for one reason or another? Well, this number might be higher than you think. If you are truly looking to create a web accessible site, then you need to take color impaired visitors into consideration. For colorblind individuals, the wrong color combinations on a website can make navigation and interaction impossible. However, don’t panic, there are a few simple rules that you can follow to design a website that is functional for the colorblind without giving up any of your website’s favorite design aspects. read more..

Filed under Web design having 1 Comment »

Archives Posts

UI for GOOGLE Image Search

June 9th, 2006 by admin


it search images quick, has a nice UI, Zoom in & out..

Filed under resources, design having No Comments »

« Previous Entries