Author: Visual Web Developer Team Blog | Posted on: 9/23/2010 8:42:58 PM | Views : 917

When you're working on a web project, there are times you wish you could have captured all of the stuff you're working on often and then re-use it later on, similar to code snippet. For example, if you work with JaveScript, HTML5 a lot, you would want to be able to create a new web project that already has a predefined set of jQuery library, or add a new page that already has references to the new HTML5 doctype and the jQuery libary, so you don't have to constantly modify the page to add those in. You can achieve this by creating your own Item Template and Project Template. Recently, Rey Bango has posted a nice blog about this topic at How to Create HTML5 Website and Page Templates for Visual Studio 2010 . Joe Cartano also had a blog about it...(read more) ...

Go to the complete details ...