28/09/2013
Automatically Translate Your Speech into Another LanguageP
The Awesome New Technology That You'll See on the Web This Year
We've been able to talk to the web for a little while now, but with a number of limitations. For the most part, voice search was as good as it gets. With the latest speech recognition abilities in Chrome, developers can make use of this technology to do much more.P
For example, what if you could say something in English and see it translated into Spanish, French, Italian, or a variety of other languages on the fly? You can. With access to the speech recognition API, developers can take what you say and use that text for a variety of purposes. Running that text through a translation service is just one of them.P
Easily Share Your ScreenP
The Awesome New Technology That You'll See on the Web This Year
Plenty of web apps allow screen sharing, but they require quite a bit of work to make it happen. Some ask you to download software, others try to make it work with plug-ins like Flash or Java. Soon you'll see screen sharing offered directly by your browser using HTML5, bypassing a lot of the heavy lifting required by other technologies. If you're running Chromium, you can try it now. Other browsers will have to wait a little while before simple screen sharing is widely supported.P
Enjoy Live-Rendered Animations with Complex ImageryP
The Awesome New Technology That You'll See on the Web This Year
Although not the most outright exciting feature for the end user, we'll all come to appreciate the complex animation possible in the browser as developers implement new possibilities. By now you might be familiar with the SVG format, which offers a way of drawing scalable vector graphics using XML code. This format not only makes it possible to create images without files that load quickly, but also scale those images to pretty much any resolution without pixelation. In its own right, SVG is amazing. When you add animated masks using clipping paths, you get some pretty cool effects. The code is easy to write and will allow developers to add compelling and interesting motion elements to their sites.P