In this example I am going to demonstrate the MVC 4 Device detection libraries. ASP.NET MVC 4 introduces Display Modes to which allows you to write device specific application. This is a newly introduced feature of ASP.NET MVC 4. This selects a view depending on the browser making the request, which...
Wednesday, 24 April 2013
Monday, 15 April 2013
Play Notification Sound using Jquery.
I received lots tutorial requests from my readers that asked to me, how to play a notification sound on website chat?. We implemented this in a simple chat box application using Jquery and HTML5 audio tag, it is just five lines of code. Use Modernizer library for Internet Explorer HTML5 support, please...
Thursday, 4 April 2013
AngularJS 1.0.6 universal-irreversibility and 1.1.4 quantum-manipulation released!
Today we are announcing two sweet AngularJS releases!Just as with previous 1.0.x releases, AngularJS 1.0.6 universal-irreversibility brings a bunch of bug fixes and lots of documentation improvements.AngularJS 1.1.4 quantum-manipulation is a beast packed with highly requested features like animation support, more flexible (and faster) ngRepeat directive, powerful promise-based http request interceptors,...
Tuesday, 2 April 2013
HTML5 Template Design for Blog.
This is right time to adopt HTML5 semantic markup tags into your website design. W3C has conducted a study of over billion websites and found that the most of common div IDs and classes are footer, header, menu, content, title and nav. HTML5 semantic markup elements that can convey the purpose of the...