Contents tagged with HTML5
-
The Web Weekly Newsletter - Edition 3
Edition 3 of the Web Weekly newsletter has been published (sign-up to the right to receive it)! Here’s what’s in this latest edition.
-
The Web Weekly Newsletter – Edition 2
The latest version of the Web Weekly newsletter has been published (sign-up to the right to receive it)! Here’s what’s in this latest edition.
-
The Web Weekly Newsletter
Check out an example of the Web Weekly newsletter here.
-
Web Development Trends: Mobile First, Data-Oriented Development, and Single Page Applications
I recently had the opportunity to give a keynote talk at an Intel conference about key trends in the world of Web development that I feel teams should be taking into account with projects. It was a lot of fun and I had the opportunity to talk with a lot of different people about projects they’re working on.
-
The JavaScript and HTML5 Magazine – What's New this Week?
-
The JavaScript Cheese is Moving: Data-Oriented vs. Control-Oriented Programming
In a previous post I listed several of the JavaScript data binding frameworks that are available and talked about why they’re essential as applications move more and more functionality to the client. Data binding is a key aspect of client-centric programming that can significantly minimize the amount of code written, simplify maintenance, and ultimately reduce the number of bugs that crop up in an application. Without data binding you have to locate each control in a page with code and then assign or extract a value to/from it – something I call “control-oriented” programming. Here’s an example of control-oriented programming:
-
More FlipBoard Magazines: Azure, XAML, ASP.NET MVC & Web API
In a previous post I introduced two new FlipBoard magazines that I put together including The AngularJS Magazine and The JavaScript & HTML5 Magazine. FlipBoard magazines provide a great way to keep content organized using a magazine-style format as opposed to trudging through multiple unorganized bookmarks or boring pages full of links. I think they’re really fun to read through as well.
-
Two New FlipBoard Magazines for AngularJS and JavaScript/HTML5
I’ve been a fan of FlipBoard for quite some time since it provides a quick and easy way to access different posts, articles, pictures and more from a magazine-style layout. If you haven’t used it before it’s definitely a fun application that’s quite unique. It runs as an app on iOS and Android and will soon be available on Windows Phone 8. You can also view magazines with any Web browser as well. For example, here’s a magazine running in the browser that has some amazing landscape-related photos (click to view it):
-
Building an HTML5 Web Sockets Server with ASP.NET 4.5
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 course I walk through getting started with creating a Web Sockets server using a Nuget package from Microsoft called Microsoft.WebSockets.
-
Video Tutorial: AngularJS Fundamentals in 60-ish Minutes