An excellent article discusses about using HTML5 canvas for building browser based games using only HTML and Javascript. The <canvas> element is used to draw graphics, on the fly, on a web page. The power of HTML5 Canvas is that you can draw any 2D or 3D content within the canvas region using powerful HTML5 […]
Read more →Category: CSS 3
Mobile Application Development
Mobile Applications are rapidly developing segment in the global mobile sector. Developing mobile applications targeting different mobile platforms such as Windows Phone, iOS, Android, Blackberry and Bada(Samsung’s Proprietary OS) is the trend setter now. Quoting from Wikipedia Mobile application development is the process by which application software is developed for small low-power handheld devices such […]
Read more →Reference links for HTML 5 and Browser’s Capabilities
While in today’s discussion by Harish Ranganathan about HTML 5, I couldn’t recollect a website name that lists out demos of all HTML 5 capabilities and browser compatibilities. It’s a typical developer brain I have and I forgot the website name that moment to voice out. http://www.html5demos.com Where you can see all demos and examples […]
Read more →HTML5 – Introduction to HTML5Shiv for Internet Explorer 6/7/8
HTML5Shiv is a JavaScript workaround, discovered by Sjoerd Visscher, to enable support styling of HTML5 elements in versions of Internet Explorer prior to version 9.0, which do not allow unknown elements to be styled without JavaScript. Means your CSS classes and attributes will not be applied to the particular HTML5 specific display element, until and […]
Read more →Web Standards Update – HTML5 Support for the Visual Studio 2010 Editor
Web Platform and Tools team announced the Visual Studio Web Standards Update. This adds better support for HTML5, CSS3 and new JavaScript features to ALL versions of Visual Studio. HTML5 moves fast, and this update will aim to keep up with it. It adds support to Visual Studio and the editor for HTML5, CSS3 and […]
Read more →Beginning HTML5 Development with Visual Studio 2010
Recently I was doing some research works on HTML5 development using ASP.NET on Visual Studio 2010. Really liked the cool features HTML5, CSS3 and Javascript API’s. Major part of my research was around building mobile web applications using jQuery Mobile and Responsive Web. Quick Intro of HTML5 HTML5 will be the new standard for HTML, […]
Read more →