Change Browser-URL Without Refreshing Page
Posted on November 27th, 2011 in category: Tips and Tricks
Add or modify the browser’s address bar and history using the new and amazing HTML5 pushState and replaceState functions.
3 Comments
Add or modify the browser’s address bar and history using the new and amazing HTML5 pushState and replaceState functions.
3 Comments
Witivi is an interesting project from Collabora, it’s a real time HTML5 video editor. It’s currently in a pretty early development stage but there’s plans on supporting transitions and other cool effects you’d expect from a video editor.
No Comments
Gnome 3.2 with GTK+ 3.2 will be released this Wednesday with a lot of fixes and new features. One of these new features is the HTML5 Broadway backend which allows you to render GTK+ applications directly in your browser using HTML5.
No Comments
It seems like flash is getting more and more legacy by the day, and that even Adobe them self know that. Check out their cool HTML5/CSS3 showcase site.
No Comments
Now you can find out which HTML5 tags are used on the web sites out in the wild using this cool periodic table of HTML5 elements.
No Comments
Custom attributes are often a great way to set and retrieve data from JavaScript which is specific to the HTML element. You have been able to get away with using custom attributes but not without upsetting the validators, in HTML5 this is possible.
1 Comment
A problem with HTML5 is the time it takes to implement it, there’s a lot of cool HTML5 stuff which isn’t very widely supported yet and some which you actually already can use. Caniuse.com is a site where you can search for HTML tags to find out if they’re supported.
No Comments
In today’s mobile world where the your users are gets more and more interesting when developing interactive web sites. W3C has realized this and thanks to HTML5 it’s now easier than ever to retrieve your users’ position.
7 Comments
Sometimes it might be useful to play an alert message when something happens on you site, for example when a message arrives in your web based chat application. This is quite easy to implement thanks to HTML5, in this short tutorial I will show you how.
2 Comments
Convert your audio files from OGG to MP3 or vice versa for usage with the HTML5 audio tag with my new HTML5 audio converter.
2 Comments