Given that this has overtures of a religious debate, sarcasm tends to get misunderstood. So, fakesteve.net is of course sarcasm.
In regards to key input: With the appropriate jQuery plugin most keys are trivial to capture. A few are a pain in the tusch, and you lose rather a lot of case if you disregard any key that has a function in any popular webbrowser. However, if your user is working with your app which runs in, say, Chrome, and the user hits "ctrl+D", then the user is perhaps expecting the chrome add bookmark dialog to pop up, and not whatever your app does. So, keyboard shortcuts are a complicated issue anytime you include an app-in-an-app like that, be it HTML5 or be it flash. On May 6, 4:04 pm, Moandji Ezana <[email protected]> wrote: > And now it's being removed from OSX: > fakesteve.net/2010/04/we-are-removing-flash-support-from-os-x.html > > Moandji > > On 6 May 2010 15:15, "Casper Bang" <[email protected]> wrote: > > That goes both ways though. Even worked on high-input corporate > intranet sites where there needs to be keyboard access to everything? > It's just down right impossible across browsers and with frames > involved. At least with a Flash app, you can run entirely in your own > container context and ignore the browser. > > On May 6, 2:55 pm, Eddie <[email protected]> wrote: > > > Another point is, flash feels like a h... > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/javaposse?hl=en. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
