Browse by Tags

All Tags » HTML5 (RSS)

Building an HTML5 Web Sockets Server with ASP.NET 4.5 by dwahlin

ASP.NET 4.5 now includes support for HTML5 Web Sockets which can provide a great way to add real-time communication to a Web app where a server can actually push data live to one or more clients. In this video from the New Features in ASP.NET 4.5 Pluralsight...

Video Tutorial: AngularJS Fundamentals in 60-ish Minutes by dwahlin

The term "Single Page Application" ( SPA ) is one of the biggest buzz words out there right now especially when it comes to building client-centric applications. SPAs provide a great way to load different views into a screen without reloading...

Getting Started Managing Client-Side Data with the Breeze JavaScript Library by dwahlin

If you work with JavaScript a lot then you know that there’s no shortage of script libraries being released. New scripts come out on a daily basis providing UI functionality, data binding support, form validation, framework functionality and more. With...

New Features in ASP.NET 4.5 Web Forms Course Released on Pluralsight.com by dwahlin

I've been hard at work the past few months filming a new course for Pluralsight covering some of the great new features in ASP.NET 4.5 Web Forms. I'm excited to announce that the new course is titled New Features in ASP.NET 4.5 Web Forms and is now available...

What's Hot in the World of JavaScript and SPAs? by dwahlin

Client-side development continues to be more and more popular which is both good and bad for developers. It's good (great!) because we have more power than ever at our fingertips. It's bad because it can be challenging to stay up-to-speed with all of...

Code and Slides from my Fall 2012 DevConnections Talks by dwahlin

Thanks to everyone who attended my sessions at the Fall 2012 DevConnections conference in Las Vegas. There was a ton of interest in different JavaScript and HTML5 topics. Here’s a picture taken after finishing up my first talk. The second one was packed...

Getting Started with TypeScript – Classes, Static Types and Interfaces by dwahlin

I had the opportunity to speak on different JavaScript topics at DevConnections in Las Vegas this fall and heard a lot of interesting comments about JavaScript as I talked with people. The most frequent comment I heard from people was, “I guess it’s time...

Working with Tile Notifications in Windows 8 Store Apps – Part I by dwahlin

One of the features that really makes Windows 8 apps stand out from others is the tile functionality on the start screen. While icons allow a user to start an application, tiles provide a more engaging way to engage the user and draw them into an application...

JavaScript Data Binding with AngularJS Part II – Binding a View to a Controller/ViewModel by dwahlin

Related Posts: JavaScript Data Binding Frameworks The JavaScript Cheese is Moving: Data-Oriented vs. Control-Oriented Programming JavaScript Data Binding with AngularJS Part I – Getting Started   In my previous post I showed how the AngularJS framework...

JavaScript Data Binding with AngularJS Part I – Getting Started by dwahlin

Related Posts: JavaScript Data Binding Frameworks The JavaScript Cheese is Moving: Data-Oriented vs. Control-Oriented Programming In a previous post I talked about where I see things moving when it comes to the world of client-side JavaScript development...
More Posts Next page »