HTML5 Clinic: Make Your Browser Talk via The Speech Synthesis API
Navigation devices do it since forever. Now browsers are learning to do it, too. I’m talking about speech synthesis. HTML5’s new Speech Synthesis API allows your website to ...
Navigation devices do it since forever. Now browsers are learning to do it, too. I’m talking about speech synthesis. HTML5’s new Speech Synthesis API allows your website to ...
It is almost a year ago, that Christian Pucci from Italy introduced his stylesheet-project Magic.css. Magic.css lets you build CSS3 animations with special effects. Last year, ...
Even experienced designers are not constantly keeping CSS vocabulary in sight. Or are you permanently rattling off commands with your eyes closed? If so, people might start to avoid ...
SVG is the new standard for vector images in the browser. Vector editors such as Adobe Illustrator allow to directly save to that format and modern browsers have no problems to properly ...
The FileSystem-API allows the creation of files and folders as well as their local storage using JavaScript. Files can be simple text files, but even more complex files such as images ...
A straightforward navigation structure can increase the usability of your site, and make information easy to find. By using basic HTML and CSS, you can build a horizontal nav bar that ...
Autocompletion is a pattern that all web users are familiar with. When you do a search, your search engine suggests terms. When you type a new email message, your mail client suggest ...