With HTML5, you can set any of your Web page text elements to be editable by users. Using the “contenteditable” attribute, you can instruct the browser to allow users to insert, delete and alter the text your page contains as they view it. There are many possible uses for this technique, such as allowing users to customize the way your pages appear to them each time they visit. In this tutorial, we will run through the basics of letting users edit your text content, including saving their edits for future reference using the HTML5 storage model.
Tag: html5
Manipulating HTML5′s native audio with JavaScript
HTML5’s native audio element will be a great way to avoid having to rely on third party plug-ins like QuickTime and Flash. The latest web browsers like Chrome 10+ and Firefox 3.6+ are already there with imbedded javascript libraries which provide methods and properties for manipulating the
Creating Inline SVGs with HTML5
With HTML5 you can embed SVG (Scalable Vector Graphics) markup directly into your pages. In this tutorial we go through the process of including a simple SVG element in an HTML page. We will also run through the technique for altering SVGs in JavaScript in cases where this is preferable to using the HTML5 canvas element.
HTML5 Websites: 10 Flash Killing Examples
Animations can help make a website much more attractive and interactive. As the technology is progressing, animations too evolved to a great extent. Websites with a balanced level of animation are successful in attracting more visitors than other websites.
35 Best HTML5 CSS3 and jQuery Tutorials of 2012 (So Far)
Nowadays websites are relying more on HTML5, CSS3 and JQuery for animation. Today we’ll also discuss on these hot web design and development topics: HTML5, CSS3, and jQuery to cover some new features.