HTML5 History API and Geolocation API
HTML5 History API It was very difficult to manipulate or control session history of particular browsing context before HTML5. Some workarounds like location.hash or page reloads are there which is not...
View ArticleExam 70-480 CSS3
The article is targeted for Microsoft Certification exam 70-480, the CSS3 described in the article is limited to the exam point of view only. Selectors Element Selector: li { color: red; } Class...
View ArticleExam 70-480 Javascript
The article is intended for Microsoft Certification Exam 70-480 aspirants. All the points covered in this article is described from exam 70-480 point of view only. Some advanced topics like Promises,...
View ArticleExam 70-480 Advanced Javascript
The article is shortly describing some advanced HTML5 topics like Promises, Web Workers and Web Sockets. Rather than to re-writing from scratch about the details, I write the fundamentals about the...
View ArticleExam Ref 70-486: Developing ASP.NET MVC 4 Web Applications
Microsoft Exam 70-486: Developing ASP.NET MVC 4 Web Applications intended to test candidate’s ability to design and develop ASP.NET MVC Web Application. It also coveres surrounding things like...
View ArticleExam 70-480 HTML5 Notes
HTML5 introduces elements and attributes that reflect typical usage on modern websites. Some of them are semantic replacements for common uses of generic block (<div>) and inline (<span>)...
View ArticleAPIs in HTML5
Storage APIs in HTML5 Storage APIs are HTML5 answers to browser cookies limitations. These APIs allows developers to store some basic information and values that can be user specific and tame cookies...
View Article