The reason I got started with topic is that, there were some buzz around Visual Studio 2015 RC support for HTTP/2 and Windows 8 – IIS support for HTTP/2. I was curious to learn further about the HTTP/2 and sharing my findings in this article. About HTTP/2. HTTP/2 is the first new version of HTTP… Continue reading
Category: CSS
Visual Studio Tools for Apache Cordova in Visual Studio 2015 RC
Microsoft has announced that with Visual Studio 2015 – Apache Cordova tools will be integrated within the main install bundle. Using Apache Cordova Tools for Visual Studio you will be able to develop cross-platform mobile applications using single codebase for iOS, Android and Windows Phone. With support for native device capabilities (e.g. camera, accelerometer, contact),… Continue reading
Introducing Visual Studio Code
As part of Microsoft’s focused approach to bring in more value to Cross platform & Open Source based initiatives Microsoft has released Visual Studio Code IDE along with .NET Core runtime for Mac, Linux and Windows. Visual Studio Code, a new, free, cross-platform code editor for building modern web and cloud applications on Mac OS… Continue reading
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… Continue reading
HTML5 Definition Complete, W3C Moves to Interoperability Testing and Performance
The World Wide Web Consortium (W3C) has published — the complete definition of the HTML5 and Canvas 2D specifications on 17 December 2012. Quoting from the announcement here Though not yet W3C standards, these specifications are now feature complete, meaning businesses and developers have a stable target for implementation and planning. HTML5 is the cornerstone… Continue reading
HTML5 – Bye Bye ‘WebSQL’/’SQLite’ – Welcome ‘IndexedDB’
Since November 18, 2010, the W3C announced that Web SQL database(Sqlite) is a deprecated specification. This is a recommendation for web developers to no longer use the technology as effectively, the spec will receive no new updates and browser vendors aren’t encouraged to support this technology. The new alternative is IndexedDB which is already available… Continue reading
Free HTML5 Certification and Training Offer from Microsoft–Prove your HTML5 Programming Skills for free
Microsoft few month back launched a free HTML5 Certification program for exam – 070-480 – Programming in HTML5, CSS3 and JavaScript. To prepare for this exam you have set of nice Training materials also available through http://www.microsoftvirtualacademy.com. Lets go through in detail How you can utilize this exam. When you pass Exam 70-480: Programming in… Continue reading
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,… Continue reading
CSSCop for Visual Studio – FxCop for StyleSheet
CSSCop makes it easy to adhere to best practices for writing stylesheets. It catches common errors that affect browser compatibility and much more. You can think of it as FxCop for stylesheets. CSSCop for Visual Studio tries to help us write better CSS, by making sure we remember all the right vendor specific properties or that… Continue reading