Posts Tagged ‘accessibility’

Accessibility worth it for businesses

Tuesday, August 26th, 2008

Bruce Lawson from Opera is right, the gap between web worker working on “traditionnal” agency and on the edge consultant isn’t going to narrow anytime soon. Web workers need to really get their hand (and their directors and the upper management team) on accessibility.

Web Accessibility and Web Standards are good for SEO

You need to get those upper managment people that web standars and accessibility are good for their business. Name it whatever you want but get the CEO buy-in as he’s going to push it down afer for you. Web standars and accessibility aren’t only a geeky dream about a better web, they are real asset for entreprise. As a UK financial services company learned from a web site redesign with accessibility in mind, you get great business benefits :

  • huge increase in traffic
  • doubled conversion rates and online revenues
  • all ROI in 5 months

Some accessibility is better than nothing

The Web Accessibility fanatical advocates are too often blocking the progess in suit and ties corporate environment as this can be see as been only for the IT and techy people. Of course the change won’t be made without those upper managment buy-in, so for all of you as much as I personnaly need to refrain my fanboyism and better get some real key benefits for businesses. Money always talk.

Silverlight, the Microsoft RIA, Keynote at the W3Québec meetup

Thursday, May 29th, 2008

This monday, my friend at the W3Qc association, Benoit Piette invited Laurent Duveau from the GUVSM to give a keynote about the Microsoft Rich Internet Application product; Silverlight.

Here’s my little recap of the entire keynote

Silverlight is a RIA brought by Microsoft. Its a plugin, like Flash that users can install in their browser. However it’s still a beta, version 2 will be release in 2008 and a mobile version is under development. The current beta, version 2 beta came out in April 2008.

How Silverlight work

Silverlight use the .Net framework ACL directly inside the browser client. This way .Net programmers can use the languages they are already use to, #C, VB, Ruby, etc. The user on his side just receive Html/Javascript the same way JSP technology works.

Silverlight use the XAML a declarative XML based language by Microsoft.
About the accessibility, Silverlight can tell screen readers the site architecture. For SEO purposes, Silverlight follow the same rules as Flash and use progressive enhancement for the end users. We can think that somehow Google can crawl the XML content underneath the Silverlight application. Like Flash, Silverlight can offer an alternate HTML version for screen readers and search engines.

Many features already in Flash

  • browser plug-in
  • cross browser and cross platform

Useful features of Silverlight 2

  • complete DOM access
  • all the code managed with the CLR .Net
  • networking : SOAP, REST, RSS
  • built-in controls, textbox, calendar, date picker, etc
  • light plug-in of 4.3 MB

Silverlight or Ajax

  • ajax is and will be valid
  • ajax offer less rich user experience than silverlight
  • silverlight can be integrated in curent ajax applications

Silverlight or Flex

  • silverlight and flex are both using a virtual machine
  • actionScript versus .Net code
  • flex builder the IDE built on Eclipse and Visual Studio for silverlight

Open-source Implementation

There’s an upcoming Open-source implementation of the Microsoft Silverlight runtime under development, Moonlight by the Mono team.

Personal thought

Microsoft seem to have done a pretty good job with silverlight, a few years late on Adobe tho. For me it can be useful for .Net programmers to do web application. For sure, its not perfect, it wont replace Html, especially with the Html 5 version comming in the next few years. However Silverlight can gain major ground for intranet applications where you have a complete control over the end users.