» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with accessibility + JavaScript

deconcept " Using alternate content as content in Flash

Load in the alternate flash content as XML into flash.

XML: del.icio.us/tag/xml

栞をみて来ましたか? - (Japanese Translation) - WaSP Street Team

web制作関連の良書まとめ。持っているものがちらほら。九天社つぶれたから、「実践Web Standards Design」ほしい人は早めに買ったほうがいいよ。良書です。

XML: del.icio.us/tag/xml

27 Not to be Missed Web Development Articles - Web Builder Zone - May 2008

This is the first edition of the monthly post that collects not to be missed articles from around the web that relates to web development. The amount of articles may vary from month to month but the quality will never. This month we cover topics such a

RIA: del.icio.us/tag/RIA

Personal Website of Martin Ivanov | The Dev Page | Skinnable Checkboxes

<sep/>html code again when using that script! All you have to do is to edit a simple checkboxlist xml file (stored in the Sk

XML: del.icio.us/tag/xml

An easier and more accessibe YouTube player

We’ve covered the YouTube JavaScript API here before and especially the chance to write your own players in HTML and JavaScript with it. Especially the ext.js based one to one copy of the YouTube interface was of interest.

At the Accessibility2.0 conference in London earlier this year, Antonia Hyde of United Response gave a talk about rich media and web apps for people with learning disabilities and outlined a perfect media player for the needs of this group of disabled web users.

Whilst not ticking all the boxes, I took the YouTube API and created an easy interface for YouTube videos that has big friendly buttons and easy to use volume controls:

Easy YouTube player showing a video

You can just add a YouTube URL to the end of the player URL to play the video or download the whole player to host it yourself and style it any way you want.

Check out the blog post about Easy YouTube player to get all the information and try it out.

What I found was that neither mine, nor the extJS nor the demo pages on the YouTube API page work in Opera, which means there is a bug in the API itself.

Ajax: Ajaxian

Is easy implementation the same as good code?

I've just come across a solution for badges on web sites that makes it terribly easy for implementers. The idea is that the implementer could add a badge wherever they want in an HTML document, choose the look and feel and add a message to be shown. The implementation code is the following:

HTML:
<script src="badge.js" size="small" skin="blue">Brandname</script>
 

The badge script then replaces the script node with the badge using the settings defined for each script include. Clever, right? Well, almost. Security concerns and invalid HTML aside (the attributes - content inside a script is valid and should be ignored according to the W3C when a src attribute is present) there are many more issues with this:

  • you need to loop through all script nodes, read the info and create the correct badge - this can get slow
  • the badge.js script gets called over and over again, even if it is only needed once (granted, it will be cached)
  • every script inside a body makes the rendering engine stop, pull the src and try to execute either that or the content of the node - this makes for terrible performance.

I've written up an example of how the above works and three alternative solutions that work around these issues.

What do you think? Should the ease of implementation be the success factor or the performance for the end user?

Ajax: Ajaxian

AJAX can make Web pages feel like full-fledged applications but beware weaknesses in security and accessibility

Great article on the state of accessibility and AJAX on government development platforms.

W3C: Del.icio.us W3C Tags

LIS 4910 IT Project: Project Introduction - Making Habitat for Humanity Web Site Accessible

This is the start of a project by Michael Anthony Chacon. Follow his blog and progress. A Good Deed!

W3C: Del.icio.us W3C Tags

Healthcare headlines - Disabled people 'locked out' of social networking

Now you know why I believe the first step is Social Search via Mahalo. If I can make this work...

W3C: Del.icio.us W3C Tags

Page 1 | Next >>