1. Modernizr

    By:

    Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it. Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level ... More information

  2. Mvc Html5 Templates

    By:

    Adds EditorTemplates for the new html5 input types (including email, tel, and url) to Mvc 3 projects. For example, Html.EditorFor(a=>a.Email) can now generate an html5 input type='email'.

  3. Bootstrap

    By:

    Sleek, intuitive, and powerful front-end framework for faster and easier web development. Issues? Please post them here https://github.com/sirkirby/twitter-bootstrap-nuget/issues

  4. AmplifyJS

    By:

    AmplifyJS solves the following problems: 1. Ajax Request Management - amplify.request provides a clean and elegant request abstraction for all types of data, even allowing for transformation prior to consumption. 2. Client Side Component Communication - amplify.publish/subscribe provides a clean, performant API for component to component communicat... More information

  5. HTML5 Setup

    By:

    HTML5 Setup adds support for video, audio and font file types used by HTML5 and CSS3

  6. Add HTML5 Boilerplate to MVC 3 (Razor)

    By:

    Add a rock-solid default for HTML5 awesome into an ASP.NET MVC 3 (Razor) Project

  7. MVCHtml5Toolkit

    By:

    The ASP.net MVC HTML5 Toolkit contains a rich set of controls that you can use to build ASP.net websites using HTML5. Harness the power of HTML5 and start using it in your applications. It's lightweight and can be a great step in getting your website up to speed with HTML5.

    5,459 downloads

  8. Bootstrap Less Source

    By:

    Sleek, intuitive, and powerful front-end framework for faster and easier web development. Issues? Please post them here https://github.com/sirkirby/twitter-bootstrap-nuget/issues less.js provided by http://lesscss.org/

  9. Add HTML5 Boilerplate to Web Forms

    By:

    Add a rock-solid default for HTML5 awesome into an ASP.NET Web Form Project

  10. HTML5 Editor Templates for MVC 3

    By:

    HTML 5 EditorTemplates for MVC 3 in Razor. A fork of skirkland's MvcHtml5Templates with additional functionality. Adds support for placeholder and required attributes among other additions.

  11. HTML5Reset

    By:

    A reset stylesheet including HTML5 elements

  12. Modernizr.full

    By:

    I created this nuget package so that there would be a version available for NuGet that has everything including yepnope.js so that Modernizr.load works. Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it. Moderni... More information

  13. Visual Studio 2010 Template HTML5 support

    By:

    A Template for HTML5 in VS2010

  14. MVC 3 Html 5 EditorFor Extensions

    By:

    Adds Html5EditorFor (it's safe to just replace EditorFor withHtml5EditorFor) which allows to add custom data-* and custom attributes and generates inputs with HTML 5 input type like number, range etc. Input type can be generated by: type (int, float etc.), DataType attribute or custom Html5XAttribute. Html5EditorFor base on EditorFor - source code... More information

  15. Add HTML5 Boilerplate to MVC 2

    By:

    Add a rock-solid default for HTML5 awesome into an ASP.NET MVC 2 Project

  16. HTML5 Input Tags for MVC

    By:

    A number of extensions to the existing HtmlHelper class, which allow a developer to directly generate HTML 5 input tags tied to a models value. Also includes additional metadata functionality to define placeholder text, validation patterns and min, max and step values. N.B. For the date-orientated controls Min, Max and Step are currently disabled ... More information

  17. Add HTML5 Boilerplate to MVC 4 (Razor)

    By:

    Add a rock-solid default for HTML5 awesome into an ASP.NET MVC 3 (Razor) Project

  18. MVC3 HTML5 Boilerplate with YUICompressor

    By:

    HTML5 Boilerplate 3.0 for the MVC3 Razor View Engine. Includes YUI Compressor Dependency and build script. HTML5Boilerplare site: http://html5boilerplate.com/ YUICompressor.NET site: http://yuicompressor.codeplex.com/

  19. yepnope.js

    By:

    yepnope is an asynchronous conditional resource loader that's super-fast, and allows you to load only the scripts that your users need.

  20. Html5 MVC3 Editor Templates

    By:

    Adds HTML5 Editor Templates (to use new input types) with HTML.EditorFor functions, and support additional html attributes (such as data-bind for knockout)