HTML5 Zone is brought to you in partnership with:
  • submit to reddit
Senthamizh Chel...04/26/13
2438 views
0 replies

Handlebars.js in a Nutshell

Handlebars.js is a logic-less semantic web template framework. The 3 main parts of Handlebars are Handlebars template, data/context in JSON format and Handlebars compile function.

Matt Raible04/26/13
2350 views
0 replies

My Bootstrap Presentation from HTML5 Denver

Speaking at HTML5 Denver was a real treat. That speaking engagement was the other night and you can view my presentation here as an HTML5 app or on SlideShare.

Gil Fink04/25/13
1515 views
0 replies

Quick Tip – JavaScript Statement Count Do Count

One of the things that we as developers don’t seem to mind about is the amount of statements that we write in our code. This post include some examples of places to decrease the amount of statements.

Martin Fowler04/25/13
1710 views
0 replies

JavascriptPromise

In Javascript, promises are objects which represent the pending result of an asynchronous operation. You can use these to schedule further activity after the asynchronous operation has completed by supplying a callback.

Paul Underwood04/25/13
2883 views
0 replies

Recreate The GitHub Search Box

In this tutorial we are going to recreate a slide out search box just like what you will find on Github.

Gareth Rushgrove04/25/13
1817 views
0 replies

Web Application Security Tools

I’ve become increasingly interested in web application security issues over the last year or so. And I’ve come to the conclusion that a) there are lots of good open source security tools, b) many of them are terribly packaged and c) most developers don’t use any of them.

Senthamizh Chel...04/24/13
820 views
0 replies

How to make jQuery UI Spinner-Map Example Responsive

A responsive web design, built with HTML5 and CSS3, allows a website to 'just work' across multiple devices and screens.

Senthil Kumar04/24/13
1178 views
0 replies

DHTMLX v3.6 Released

DHTMLX Suite is a JavaScript Component Library that lets the developers build Rich Web Applications . The DHTMLX suite provides the developers with a complete set of Ajax powered UI components.

Mikko Ohtamaa04/24/13
1954 views
0 replies

Charming social media icons with Font Awesome and CSS3

In this blog post I’ll show you how to create and style social media icons (Facebook, Twitter, Google Plus, etc.) easily for your site using Font Awesome font icons.

Gil Fink04/24/13
1615 views
0 replies

Quick Tip – HTML5 classList Element Property

HTML5 classList property can help you avoid string manipulations on the className property. It is using a new list type, the DOMTokenList, in order to expose its functionality.

Gil Fink04/24/13
1615 views
0 replies

Quick Tip – HTML5 classList Element Property

HTML5 classList property can help you avoid string manipulations on the className property. It is using a new list type, the DOMTokenList, in order to expose its functionality.

Phillip Haydon04/24/13
611 views
0 replies

NancyFX - Revisiting Content Negotiation & APIs (Part 1)

I thought I would revisit this topic since I don’t believe I did it enough justice last time around, and I believe it really is important when creating an API that is going to be consumed not only by the public or client, but by you also!

Brian Rinaldi04/23/13
1825 views
1 replies

Best of JavaScript, HTML & CSS - Week of April 15, 2013

This week was filled with articles and tutorials around any number of libraries, tools and frameworks including jQuery, Grunt, Ember, Node and more. New releases include jQuery 2.0 which drops legacy IE support and hand.js, a polyfill for pointer events. Enjoy!

Paul Underwood04/23/13
1030 views
0 replies

Creating A Custom Taxonomy In WordPress

Since WordPress 2.3 developers have been able to create their own custom taxonomies by using the function register_taxonomy(). This function will take 3 parameters, the name of the taxonomy, the post type to assign the taxonomy and arguments to define the taxonomy.

Derik Whittaker04/23/13
1288 views
0 replies

Validating all observables w/ Knockout validation and Typescript

Knockout js is an awesome MVVM framework for HTML/Javascript development and there is an extension library which performs data validation called Knockout.Validation which is an equally awesome library.

Gil Fink04/23/13
1061 views
0 replies

Quick Tip – HTML5 classList Element Property

When we want to change the style or display of an HTML element most of the times we update it’s class name. The main way to change the class name is using the element’s className property. This raises a little problem.

Remy Sharp04/22/13
1021 views
0 replies

I know jQuery. Now what?

I gave this talk: I know jQuery. What now? at jQuery UK 2013, but instead of my usual approach of post-it explosion on my desk, I wrote a post first, and created the slides from the post. So here is my (fairly unedited) quasi-ramble on how I used jQuery, and how I’m looking at where I’m using native browser technology.

Gary Sieling04/22/13
1352 views
0 replies

“Learning ExtJS 4″ Review

“Learning ExtJS 4” is a good, practical introduction to ExtJS for beginner ExtJS developers who haven’t used the library, or who have used prior Ext versions.

Raymond Camden04/22/13
857 views
0 replies

Another reason to attend MAX - Hack on Brackets and PhoneGap

Attending MAX? Or going to be in LA at the same time? Use Brackets or PhoneGap? Both teams will be hosting a hackathon on Monday and Tuesday from 1 to 6PM.

Jerry Andrews04/22/13
1085 views
0 replies

Sometimes You've Just Gotta Draw a Line

I needed a short line in my HTML UI. Turns out, you can do it with CSS. Here's the code that draws the specific line I needed:

Claus Ibsen04/21/13
1487 views
0 replies

Apache Camel web dashboard with hawtio

I have been waiting patiently for James Strachan to write a blog to introduce us to his latest project - hawtio. This project surely has the potential to become as great or even greater than Apache Camel.

Jos Dirksen04/21/13
1959 views
0 replies

The Truth About HTML5

This presentation, with a very pretentious title ;), tries to provide a more level perspective about what HTML5 really is, what it's strengths are, and where it, at this moment, is still lacking.

Andrew Trice04/20/13
656 views
0 replies

Enabling Gestures in Edge Animate Compositions

I leveraged the hammer.js JavaScript library to handle gesture detection since these gestures aren’t supported by default.

David Pollak04/20/13
2407 views
0 replies

Angular JS, Lift 3, and Streaming Promises

Angular JS is a very exciting UI package that makes building dynamic single-page applications a snap because there's a 2-way binding between the model and the UI so that changes in the model are correctly reflected in the UI.

Ben Forta04/19/13
756 views
0 replies

jQuery Mobile 1.3.1 Released

I completely missed this one last week (hey, MAX is just weeks away, that's my excuse!). jQuery Mobile 1.3.1 was released with about 50 fixes and improvements to the library.