Matt Raible04/26/13
2361 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.
Raymond Camden04/26/13
1497 views
0 replies
I'm currently working on my MAX Advanced PhoneGap Build presentation and ran into an interesting issue. Using a splash screen is rather easy via the PhoneGap Build config.xml file. To test this feature, I used Placekitten.com to quickly create an image sizes 320x480.
Allen Coin04/26/13
1708 views
0 replies
We will discuss pros and cons of implementing your application as a Web application vs. a native mobile application. The talk presents Open Web Platform / HTML5 features of Chrome on Android, as well as remote debugging capabilities.
Alexander Beletsky04/26/13
4535 views
0 replies
This Saturday I was doing my first Backbone.js class. It went really fine, except one fact. I wanted to show the aspects of creating Single Pages Application running on Backbone. Started the application from scratch, we had to spend a lot of time writing some infrastructure code before we even jump to Backbone.
Martin Fowler04/25/13
1711 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.
Gil Fink04/25/13
1517 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.
Paul Underwood04/25/13
2898 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
1822 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
829 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
1179 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
1985 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
1621 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
1621 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
613 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
1829 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
1033 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
1306 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
1066 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.
Gary Sieling04/22/13
1356 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
859 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
1088 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:
Remy Sharp04/22/13
1023 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.
Claus Ibsen04/21/13
1489 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
1963 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
664 views
0 replies
I leveraged the hammer.js JavaScript library to handle gesture detection since these gestures aren’t supported by default.