Contents tagged with Modernizr
-
Building an HTML5 Web Sockets Server with Node.js
In a previous post I discussed how an HTML5 Web Sockets server could be created using ASP.NET 4.5. In this post I’m going to walk through the process of getting a socket server up and running using Node.js.
-
Detecting HTML5/CSS3 Features using Modernizr
HTML5, CSS3, and related technologies such as canvas
and web sockets bring a lot of useful new features to
the table that can take Web applications to the next
level. These new technologies allow applications to be
built using only HTML, CSS, and JavaScript allowing them
to be viewed on a variety of form factors including
tablets and phones. Although HTML5 features offer a lot
of promise, it’s not realistic to develop applications
using the latest technologies without worrying about
supporting older browsers in the process. If history has
taught us anything it’s that old browsers stick around
for years and years which means developers have to deal
with backward compatibility issues. This is especially
true when deploying applications to the Internet that
target the general public. This begs the question, “How
do you move forward with HTML5 and CSS3 technologies
while gracefully handling unsupported features in older
browsers?”
-
Code and Slides: Building the Account at a Glance ASP.NET MVC, EF Code First, HTML5, and jQuery Application
This presentation was given at the spring 2012 DevConnections conference in Las Vegas and is based on my Pluralsight course. The presentation shows how several different technologies including ASP.NET MVC, EF Code First, HTML5, jQuery, Canvas, SVG, JavaScript patterns, Ajax, and more can be integrated together to build a robust application. An example of the application in action is shown next:
-
New Pluralsight Course: Building ASP.NET MVC Apps with EF Code First, HTML5, and jQuery
-
Upcoming Pluralsight Course - Web Development with ASP.NET MVC, EF Code First, jQuery, and HTML5
Update: This course is now available here!

