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
JavaScript has been the only usable language for client side web development for years, but now it might get its first competitor as Google has released their new language dart.
No Comments
I’ve written a simple UserControl for writing JavaScript in the .ascx file and add it to your page header without having to use messy code behind solutions.
2 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
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
Some guys at Mozilla has been working with creating a native JavaScript library to render PDF just using HTML5 and JavaScript, that’s right no external PDF reader is necessary. Let’s have a look at that.
6 Comments
Seems like even Adobe thinks it’s time to leave Flash and Silverlight on the web to move over to the open HTML5 and CSS3 standards as they’re now releasing a HTML5 development tool called Adobe Edge.
No Comments
Normally when you need to check for new information on the server you need to poll it using AJAX. As of HTML5 and Server-Sent Events this is no longer necessary, you can now send data from your server to your client instantly. In this tutorial I will show you how.
13 Comments