Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
50 performance tricks to make your HTML5 apps and sites faster
Nov 04, 2012 at 7:22 PMI found the tips very useful.
I was however surprised to see the usage of the "all" non-standard property in a snippet (slide 183) in a presentation that teaches best practices -
var leftSide = document.body.all.lSide.value;
How does "Standardize file capitalization convention" help performance? Does a consistent file name help in the file getting cached?
w.r.t "Asynchronously Download Script using the async attribute", is the async property for the script tag available in IE10? W3Schools says the async property is "supported in all major browsers, except Internet Explorer" while the MSDN HTML/XHTML Reference doesn't mention it.
@ratige check these links on why it is good to place scripts at the bottom
Deploying PHP Applications to Windows Azure without Visual Studio
Apr 19, 2011 at 8:50 PMIs it possible to deploy ASP.NET apps without using Visual Studio? I'm a Azure newbie & a casual web search didn't fetch me any results.