VS2010 and HTML5, My little adjustment to visual studio
I believe that visual studio it's the best tool for making web content.
I was hopping that with the release of the SP1 we were going to get new updated templates with HTML5 tags but it didn’t happened,
So then i went ahead and decided to share the ones I’m using.
L3nyWebApplication
it’s just like the default ASPNET web site with master page that comes with VS2010 but with all the HTML5 tags, in other words HTML5 ready.
It will appear as @L3ny Website when creatting a new website with C#.
To add extra pages use the Aspx5_Item_master_@l3ny, It will appear as @l3ny .aspx master item.
When working with out master pages use template Aspx5_Item_@l3ny
it’s a ASPX item that will appear when adding a new item, It will appear as @l3ny .aspx item
I’ve also have modified the EmptyWeb, I added a Default.aspx and Index.html all HTML5 ready.
A Caveat on this one. It will replace the original EntyWeb template, it has nothing in it anyways.
Id also like to share Links.Ultimate.Web.xml which is the VS2010 start page with some links about HTML5, CSS3 and Jquery. ojo. this will also replace the original so make a back up.
Installation ( i am ussing 7 X64 please change [your user name]
Unzip l3ny folder to C drive and run this on powershell
Video
Copy-Item "C:\l3ny\Aspx5_Item_@l3ny.zip" "C:\Users\[your user name]\Documents\Visual Studio 2010\Templates\ItemTemplates\Visual C#\" -force
Copy-Item "C:\l3ny\Aspx5_Item_master_@l3ny.zip" "C:\Users\[your user name]\Documents\Visual Studio 2010\Templates\ItemTemplates\Visual C#\" -force
Copy-Item "C:\l3ny\html5_Item_@l3ny.zip" "C:\Users\[your user name]\Documents\Visual Studio 2010\Templates\ItemTemplates\Visual C#\" -force
Copy-Item "C:\l3ny\L3nyWebApplication.zip" "C:\Users\[your user name]\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C#\" -force
Copy-Item "C:\l3ny\EmptyWeb.zip" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplatesCache\Web\CSharp\1033\" -force
Copy-Item "C:\l3ny\Links.Ultimate.Web.xml" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en\" -force
Copy-Item "C:\l3ny\vslogo.png" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en\" -force
Copy-Item "C:\l3ny\css3_logo.jpg" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en\" -force
Copy-Item "C:\l3ny\html5_logo.jpg" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en\" -force
Copy-Item "C:\l3ny\jquery_logo.jpg" "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\en\" -force
you can always do it manualy.
get package
@l3ny
3/28/11
Subscribe to:
Posts (Atom)