| Post | Author | Forum | Thread | Posted | Relevance | |
|---|---|---|---|---|---|---|
|
Post #3057715 [author] In the final part of his three-part series on keyboard accessibility, Mihai Sucan looks at how to deal with the cross-browser difficulties that arise when dealing with keyboard events. ( Read the art ...… |
robodesign | Article Discussions | Keyboard accessibility in web applications: part 3 | Jul 22 at 17:54 | ||
|
Post #3050737 [author] In this article (the second part of his three part series on making complex web applications keyboard-accessible) Mihai Sucan builds on the work already done on adding keyboard shortcuts for drawing t ...… |
robodesign | Article Discussions | Keyboard accessibility in web applications: part 2 | Jul 15 at 12:14 | ||
|
Post #3047856 Thanks for your thoughtful comments. In an article that discusses adding keyboard shortcuts to the browser for whose manufacturor the author themselves work, I expected an overview of those shortcuts ...… |
robodesign | Article Discussions | Keyboard accessibility in web applications: part 1 | Jul 12 at 15:40 | ||
|
Post #3043237 [author] One of the most important features to implement on your web sites for ensuring accessibility is keyboard controls, but this gets rapidly more complicated when the complexity increases, and you start g ...… |
robodesign | Article Discussions | Keyboard accessibility in web applications: part 1 | Jul 8 at 9:27 | ||
|
Post #2930239 [author] Looking for some practical implementations of HTML 5 canvas? Look no further. This article takes you through Mihai Sucan's first development steps at creating a canvas-powered online painting applicat ...… |
robodesign | Article Discussions | Creating an HTML 5 canvas painting application | Mar 17 at 16:10 | ||
|
Post #2856916 [author] HTML 5 canvas is a powerful, flexible way to create two dimensional graphics on web pages using scripting, and a number of previous dev.opera.com articles have demonstrated usage of it already. This a ...… |
robodesign | Article Discussions | HTML 5 canvas - the basics | Jan 8 at 13:48 | ||
|
Post #2843735 Hello! This seems to work fine for me. I have created some HTML file with: Then in my .htaccess I added a mod_rewrite rule: RewriteEngine On RewriteRule test-redirect.jpg test-redirect2.jpg [R= ...… |
robodesign | Opera browser | Image with random src redirected to another static url - shows broken image | Dec 26 2008 | ||
|
Post #2627985 Such a disappointment. Nothing near the Firefox Web Developer toolbar or Firebug, or even IE's Developer Toolbar. I was excited enough to come check it out, now I'm disappointed enough to take the tim ...… |
robodesign | Article Discussions | Introduction to Opera Dragonfly | Jun 26 2008 | ||
|
Post #2548325 Also, we are curretly working on translations to other languages. Japanese is the first one we've started. We should probably do Russian as well. Let me know your thoughts on other languages. I'm als ...… |
robodesign | Article Discussions | Introduction to Opera Dragonfly | May 11 2008 | ||
|
Post #2538494 [author] In this article, Mihai Sucan gives us the lowdown on one of his interesting new game experiments - an SVG-based game controlled using VoiceXML. ( Read the article ) … |
robodesign | Article Discussions | How to make a Voice controlled SVG game | May 2 2008 | ||
|
Post #2519853 I haven't tried colinux myself, but I'm not sure if that's the best way to really test Linux. That's certainly not a way to measure real performance. Here's what I recommend you: If you want, use a ...… |
robodesign | Opera for UNIX - Linux, Solaris, FreeBSD | scroll in unix and windows versions of 9.5 | Apr 16 2008 | ||
|
Post #2181910 Hello! You can print the list with Notepad. You only have to open the configuration INI file. If you want to see the default voice commands: go to your Opera installation folder and open standard_vo ...… |
robodesign | Accessibility and voice browsing | Opera voice commands | Aug 3 2007 | ||
|
Post #2151412 ROFL :)… |
robodesign | Desktop wish-list | DOS version | Jul 16 2007 | ||
|
Post #2101716 [author] Hello! I'm trying to construct an easy to use VoiceXML form for humans. I want the users to be able to say something like "change the red triangles to blue", "change the blue shape to circle", or "ch ...… |
robodesign | Accessibility and voice browsing | Making a semantic interpetation tag optional together with a token/rule | Jun 16 2007 | ||
|
Post #2071971 You can slow down the speech, but, as it seems, you cannot change the way it reads the given numbers. To slow down the speech you can use SSML within your VXML form: 1. Add the SSML XML name space. ...… |
robodesign | Accessibility and voice browsing | How to ....? (rate, pausing, etc) | May 31 2007 | ||
|
Post #2071168 Hello! Theoretically you can do that with SSML and CSS 3 Speech. SSML say-as: http://www.w3.org/TR/speech-synthesis/#S3.1.8 http://www.w3.org/TR/ssml-sayas/ However, Opera does not implement SSML s ...… |
robodesign | Accessibility and voice browsing | How to ....? (rate, pausing, etc) | May 31 2007 | ||
|
Post #2064085 Agreed. The "report as fraudulent" option is not really usable for those who don't want to create accounts.… |
robodesign | Opera browser | Phishing reporting unneccessarily complicated | May 27 2007 | ||
|
Post #2022136 Hello! That would certainly defeat the purpose you have, in the end. The answer is, probably, yes - but I never tried. Go to Tools > Prefeences > Advanced > Downloads and make sure you uncheck "hide ...… |
robodesign | Accessibility and voice browsing | Voice with .html file extension | Apr 28 2007 | ||
|
Post #1997809 can you please shortly explain me how i can do this? - a link to a tutorial would suffice too. thanks so far maex PS. I'm using netbeans with bundled apache Please refer to the product documentation ...… |
robodesign | Accessibility and voice browsing | XHTML+Voice with arbitrary file extensions? | Apr 13 2007 | ||
|
Post #1996569 Hello! If you load files from your local hard drive, Opera will most likely detect the file type based on the file name extension (not sure if MacOS/Linux/Windows provide any MIME type information). ...… |
robodesign | Accessibility and voice browsing | XHTML+Voice with arbitrary file extensions? | Apr 12 2007 | ||
|
Post #1984041 Hello! 4) can i change the reference to a wav file, dinamicly by unsing javascript (getElementsById('..').src='new file....') without reload the web page ? (Curently if i do that, the system repeat t ...… |
robodesign | Accessibility and voice browsing | Vocal Search Engine | Apr 6 2007 | ||
|
Post #1947501 Hello! There's a Web Accessibility Toolbar for Opera . There are quite many accessibility tools for Linux. There's the KDE Accessbility project . Personally, I like KTTS - quite cool. You can make i ...… |
robodesign | Accessibility and voice browsing | Web accessibility toolbar for Linux | Mar 11 2007 | ||
|
Post #1945492 Hello! There are many things that can go wrong. The usual problems are errors in grammars, in semantic interpretation, and/or in any JavaScript code you have in the VXML form (e.g. within the cond="" ...… |
robodesign | Accessibility and voice browsing | How do I find out what the error was? | Mar 9 2007 | ||
|
Post #1942162 Hello! I would like to know which technology for voice recognition and speech synthesis are used in opera voice plugin. Sphinx? SPRACHcore? HTK? The voice recognition, and the speech synthesis techno ...… |
robodesign | Accessibility and voice browsing | Voice Plug-in Technology used | Mar 7 2007 | ||
|
Post #1939586 Many thanks for your answer Olak, but what do you mean "by using script evaluations"? is it javascript? X+V documents can make use of JavaScript. Even the semantic interpretation tags are JS... (inte ...… |
robodesign | Accessibility and voice browsing | navigation with voice inside a vxml file | Mar 5 2007 | ||
|
Post #1910740 Hello! This would be nice indeed, however it is not possible. The Automatic Speech Recognition engine (ASR) does not have support for dictation, meaning Opera cannot recognize words not expected. Com ...… |
robodesign | Accessibility and voice browsing | Search + Voice Idea | Feb 8 2007 | ||
|
Post #1891239 sry I posted long time ago ( was doing something else ... ) well what I wanted is next: I wish to make UserJS on site that has no XML document pages on that site are in constant refresh eg: by user e ...… |
robodesign | Accessibility and voice browsing | How to: Use UserJavascript to Speak ? | Jan 20 2007 | ||
|
Post #1864299 Hello! With UserJS one can add via DOM an IFRAME which points to a very specific X+V document, containing a "voice library". Other UserJS files running in the page, or other JS files, could call voic ...… |
robodesign | Accessibility and voice browsing | How to: Use UserJavascript to Speak ? | Dec 26 2006 | ||
|
Post #1843418 Nothing in line in, but i did just try something. I have a Soundmax Integrated Digital Audio card. I recorded a few seconds using Audacity (with Line-in muted and then with it unmuted, once playing ...… |
robodesign | Accessibility and voice browsing | Opera is hearing things, but I have no mic! | Dec 4 2006 | ||
|
Post #1842578 Your sound card might be noisy in general. Is it an onboard sound card? I do not use the "no key to talk" option. But one of my onboard sound cards has an endless "hissing" sound in the background, ev ...… |
robodesign | Accessibility and voice browsing | Opera is hearing things, but I have no mic! | Dec 3 2006 | ||
|
Post #1841045 Congratulations! Even if I do not have Dragon Naturally Speaking, and even if I do not use voice control in Opera, you deserve congratulations for your effort in providing a useful script for users o ...… |
robodesign | Accessibility and voice browsing | Release: Voice browsing for Opera | Dec 1 2006 | ||
|
Post #1810575 It does look a lot more comfortable than the other one, but no profiling that I could see. So I doubt this would be useful given the problem that Mark was trying to debug, unfortunately. Or did I miss ...… |
robodesign | Article Discussions | Efficient JavaScript | Nov 6 2006 | ||
|
Post #1810478 Same here, I downloaded the extension in my favourite browser, but couldn't get the extension to do anything useful; just debug problems for its chrome.Last time I used Venkman, it was "OK". It helped ...… |
robodesign | Article Discussions | Efficient JavaScript | Nov 6 2006 | ||
|
Post #1807833 In the appropriate My.Opera.com forum: Desktop wish-list .… |
robodesign | General Web Development Discussions | Requests: | Nov 4 2006 | ||
|
Post #1806522 Yes, there have been some glitches, for which the author is not to blame, so thank you for the proof-reading, it has been very helpful. It was not my intent to blame anyone. I have pointed out the gli ...… |
robodesign | Article Discussions | SVG: Evolution, not revolution | Nov 3 2006 | ||
|
Post #1805754 Thanks for the reply. The DOM NodeList is the most important one, as I expected.… |
robodesign | Article Discussions | Efficient JavaScript | Nov 2 2006 | ||
|
Post #1805730 Great article. It's precisely what I was interested into reading. I have several questions/suggestions. In " Avoid using with ": var testObject = test.information.settings; testObject.files.primary ...… |
robodesign | Article Discussions | Efficient JavaScript | Nov 2 2006 | ||
|
Post #1805317 Hello! I am pleased to see some activity on this XHTML+Voice technology. Thanks. This is precisely why I wrote the tutorial. There are only a few tutorials about X+V. I'm also glad to see someone exp ...… |
robodesign | Article Discussions | How to add voice interactivity to your site | Nov 2 2006 | ||
|
Post #1805242 Great introductory article about SVG animations. I like the wording and I like it takes small and easy steps into the process of animating SVG, ending with something complex enough. I didn't know most ...… |
robodesign | Article Discussions | Animating your SVG | Nov 2 2006 | ||
|
Post #1805203 Hello! Great article! Congratulations to the author. However, I found several problems. Some of them also affected my tutorial (yesterday). The second page, the paragraph before the first example s ...… |
robodesign | Article Discussions | SVG: Evolution, not revolution | Nov 2 2006 | ||
|
Post #1804574 Thanks very much johnnysaucepn. I'm glad you like it.… |
robodesign | Article Discussions | How to add voice interactivity to your site | Nov 1 2006 | ||
|
Post #1804190 Congratulations guys! The site looks really good. This is something the web developers community needed.… |
robodesign | General Web Development Discussions |
|
Nov 1 2006 | ||
|
Post #1801581 No. Opera only has the english voice.… |
robodesign | Accessibility and voice browsing | french voice for opera browser | Oct 30 2006 | ||
|
Post #1801573 Did you try using a similar URL for your own blog? What's the point? No, because I already knew the result. It's the same. The point wasn't about a bug in the blog of Hallvord, but a bug in the blog ...… |
robodesign | Opera's Web sites: Feedback, questions and discussions | Showing "post reply" on many posts at once | Oct 30 2006 | ||
|
Post #1800889 [author] Hello! I have received today a bogus new feed item from Planet Opera. It seemed to be a post published by Hallvord. The content was empty, but the link pointed to: http://my.opera.com/hallvors/blog ...… |
robodesign | Opera's Web sites: Feedback, questions and discussions | Showing "post reply" on many posts at once | Oct 29 2006 | ||
|
Post #1774365 [author] Hello! There's a tiny bug with the "Whisper" option in the posts editor. If I click it, it does ask for the text I want whispered then the list of usernames to whisper the message to. However, if I c ...… |
robodesign | Opera's Web sites: Feedback, questions and discussions | Whispers JS bug | Oct 11 2006 | ||
|
Post #1732293 Hello! As far as I know, this question hasn't been asked before. You cannot disable the prompt for voice libraries installation. However, you can remove the "V" keyboard shortcut of "Speak selectio ...… |
robodesign | Accessibility and voice browsing | Disable voice hotkey | Sep 11 2006 | ||
|
Post #1731160 +1… |
robodesign | Desktop wish-list | Antispam engine enhancements proposals | Sep 10 2006 | ||
|
Post #1721270 Hello! Thanks for your interesting in Opera Voice. I'm sorry to inform you that currently Opera does not allow having a JavaScript "Speak" button, without using VoiceXML. It's a requirement your pa ...… |
robodesign | Accessibility and voice browsing | Using voice without VoiceXML | Sep 2 2006 | ||
|
Post #1710440 Just to let you know. This bug has been fixed. I am not yet sure if the vxmplugin.dll file has been updated on the server.… |
robodesign | Accessibility and voice browsing | Test speech-enabled x+v-Website: www.ridebyvoice.de.vu | Aug 25 2006 | ||
Showing search results 1 - 50 of 294.
Icon guide:
New posts
No new
Friend
You are the author
You have replied
Poll
Sticky
Locked
