19Sep/081
New Dojo WAI-ARIA tutorial
I posted a new tutorial about writing a rating widget using Dojo. The widget supports mouse and keyboard input, can be used with CSS turned off, reports its value and bounds via WAI-ARIA to assistive technologies, and has text that can be translated. Please let me know if you find any errors or want to suggest improvements.
November 21st, 2008 - 01:22
I tried to repeat your tutorial codes with only difference: loading dojo libraries from aol in src attribute and add your widget codes in my local machine:
scripts/mindtrove/… (widget codes)
test.html
I got loading error: “uncaught exception: Could not load cross-domain resources: info.mindtrove.Rating
http://chofter.com/searcher/layer.js?v=17
Line 16″. Is there any way I can set in Test.html to load the widget locally?