HTML5 Video Support in IE9 Mobile
Here is a summary of the blog post “HTML5 Video Support in IE9 Mobile“ on Windows Phone Developer blog. HTML5 video is one of the most visible and easily adoptable features of the HTML5 standard. With...
View ArticleLaying out HTML with CSS Grids
Grid Layout contains features targeted at web application authors. The Grid can be used to achieve many different layouts. It excels at dividing up space for major regions of an application, or...
View ArticleHTML5 on IE8
Many of you must have read that older browsers like IE7 and IE8 do not support HTML5. Well, there is a workaround for this purpose. Add the following code to your HTML5 website to get it working on...
View ArticleResponsive Web Design using HTML 5
It all started with Responsive Web Design, an article by Ethan Marcotte on A List Apart. Essentially, the article proposed addressing the ever-changing landscape of devices, browsers, screen sizes and...
View ArticleBest practices for writing HTML and CSS
We can write a CSS Stylesheet and HTML markup in many different ways. Sergio Jasinski explains How ‘not’ to write a Stylesheet ! No ‘!important’ Avoid ‘@import’ No ‘expressions’ Avoid Inline Codes No...
View ArticleHTML 5: Playing MP3 using Audio Tag
HTML 5 supports a new Audio tag, which allows you to play music. Here’s a sample HTML Audio Tag: <audio controls="controls"> <source src="song.ogg" type="audio/ogg" /> <source...
View ArticleIntroducing “Razor” – a new view engine for ASP.NET
This is a old post that I recently found on ScottGu’s Blog. This a great article giving basics of the writing a ASP.Net MVC Application using the new Razor syntax. Introducing “Razor” – a new view...
View Article