Senthamizh Chel...04/26/13
2438 views
0 replies
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
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
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
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
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
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
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 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
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
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
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
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
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
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
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
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 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” 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
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
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
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
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
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 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
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.