Build a SVG progress bar and win prizes

, , ,

Opera is a long time sponsor of Web Directions and supporter of SVG, so when I saw their latest contest, I thought it would be of interest to our readers. Our friends at Microsoft have got together with the Web Directions crew, presumably to celebrate SVG in IE9 – and boy is it worth celebrating – to create a contest to make a progress bar using SVG.

The rules are simple: you have to make an accessible progress control (Hint: use WAI-ARIA), using SVG, which works in the latest version (or upcoming in the case of IE) of all major browsers, including Opera. The control should be able to indicate to the user:

  1. when they are waiting in an indeterminant state
  2. how much a process has progressed

For a full run down of the contest and rules, go to the No Bit, Sherlock challenge web site. You might even get some free stuff out of Microsoft. We at Opera love SVG, so we hope the contest is a great success, and I look forward to seeing the entries. I might even enter myself.

On the face of it, the contest shouldn't be hugely difficult, even for those that have never looked into SVG. SVG is XML based and supports CSS for styling and JavaScript for behaviour, so you can take over many concepts you've learnt from writing XHTML web sites over to the SVG world. You can also use graphics editors like Illustrator or Inkscape to create the graphics if you wish. I'd advise you to clean up the code that is produced if you take this route, as view source works on SVG, and the markup can be less than optimal. Jeff Schiller makes available a SVG Scour tool to help with this process. The contest is a great way to start looking into technologies you might not have had the chance to look into before, such as SVG and WAI-ARIA.

One drawback is that SMIL–which is a natural candidate for the animation required by progress control–has spotty or no support in a number of browsers, so you may need to use scripting to get the control to work once you've designed it. You don’t have too long before the @Media conference where the prizes will be given out, so get your coding shoes on.

Opera 10.60 alpha: faster than a speeding browserDie Zukunft der Webstandards – Webinale 2010, Berlin

Comments

Sn3ipen Tuesday, June 1, 2010 12:55:33 PM

I have never tought about learning svg but i think i will try to make a progress bar just for fun. Who know, maybe I even win. smile

Ice ArdorIceArdor Tuesday, June 1, 2010 5:09:24 PM

<progressbar type="indeterminate|determinate" status="0 thru 1" style="progress-bar-style"></progressbar>

This should be built in to SVG.

Cutting Spoonhellspork Tuesday, June 1, 2010 6:23:15 PM

Yes, but we don't have another five years for Microsoft to support that route. For now, the goal is to develop cross-platform SVG components that can be dropped into any website's existing framework.

lucideer Wednesday, June 2, 2010 8:52:28 PM

Does it have to work in IE9? Its SVG support is fairly limited.

Rafał MiłeckiZajec Wednesday, June 2, 2010 9:37:27 PM

Originally posted by lucideer:

Does it have to work in IE9? Its SVG support is fairly limited.

Agree. Plus AFAIK I can not test it (IE9) without buying recent Windows :/

lucideer Wednesday, June 2, 2010 10:14:13 PM

Ah, I didn't realise at first it was an MS run comp. Oh well.. there's always graceful degradation I suppose.

Unregistered user Saturday, August 21, 2010 9:28:14 AM

accessories for a bar writes: Thanks! For sharing your tips!

Write a comment

New comments have been disabled for this post.