May 2013
15 posts
6 tags
Real-Time Dashboard with Node.js & NuoDB |... →
7 tags
Apache CXF vs. Apache AXIS vs. Spring WS |... →
5 tags
Search Is Eating The World | Architects Zone →
4 tags
HTML5* Playground | Intel® Developer Zone →
Provides developers with a web based code editor, a live application preview window, and a library of sample code and snippets to use as starting points.
6 tags
Steve Newcomb on 3D Physics for DOMies - Marakana →
Can you do physics at 60 frames per second controlling DOM elements on a mobile device? Steve Newcomb, founder and CEO of famo.us, is here to tell you “yes, you can.” A 50 minute presentation from HTML5DevConf.
3 tags
10 tags
Rocky Jaiswal Building HTML5 Apps with Yeoman and... →
8 tags
Keeping The Big Small — How To Avoid Duplicate... →
2 tags
The Sea of Ideas » No, HTML5 does not have a... →
Paul Bakaus, the creator of jQuery UI, riffs on the idea that the ‘performance of HTML5’ is poor.
3 tags
Creating Image Galleries with Clipped Images Using... →
Zoltan Hawryluk demonstrates how to create image galleries that sit behind a clipped image and work across browsers.
3 tags
Chromium Blog: Building efficient apps and... →
A look at using Google Cloud Messaging for Chrome, a Chrome-only mechanism for pushing messages to pages or apps being rendered in Chrome.
4 tags
Using Web Workers to improve performance of image... →
This dates from last year but is an interesting look at using Web Workers to perform key image manipulation work in the background. Also includes source code for once it was converted to a Windows 8 app.
4 tags
Automatic Figure Numbering with CSS Counters |... →
Avoid giving your figures numbers manually (e.g. “Fig 1”, “Fig 2”) and let CSS do the hard work.
3 tags
Avoiding Unnecessary Paints - HTML5 Rocks →
Over on HTML5 Rocks, Paul Lewis looks at the expense of ‘painting’ page elements, what triggers repaints, and how you can prevent unnecessary paints from taking place.
5 tags
How to build and test your Rest API with Node.js,... →
If you need to build an API, you want it done quickly and simply and you love JavaScript, then this article is for you!
April 2013
7 posts
2 tags
6 tags
Next Generation Load Balancing —... →
5 tags
Intro to Express.js: Simple REST API app with Monk... →
3 tags
Z-Index in CSS with Example - CodeProject →
This tip helps to understand CSS property “Z-Index”.
4 tags
KineticJS HTML5 Canvas Framework →
KineticJS is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications, and much more.
4 tags
CSS Media Query Snippets →
There are a number of different media queries that you can use on your design, if you don’t know where to start with media queries here is a good boilerplate to go with.
5 tags
Working with jQuery UI themes →
The jQuery UI is now the industry standard for theme implementation because of its support for widgets. Dive into the jQuery UI platform with Java architect Ken Ramirez to learn how to use jQuery UI’s native themes and design custom themes for your site.
March 2013
54 posts
4 tags
Felix's Node.js Style Guide →
2 tags
Best Practices for Fine Tuning Node.js Performance →
2 tags
Quick guide to Geolocation in JavaScript →
3 tags
Howto… Keep Value Traceability in Lean Design →
3 tags
Connecting to Database Using AngularJS -... →
4 tags
Designing A RESTful API That Doesn't Suck →
4 tags
CSS3 flexbox layout →
The CSS3 flexbox is a new option for laying out pages using CSS. It is designed to make common layout patterns like the three column layout very simple to implement.
4 tags
Breeze.js →
6 tags
Scaling Real-time Apps on Cloud Foundry Using... →
2 tags
5 tags
JSR 356: Building HTML5 WebSocket Apps in Java →
Arun Gupta explains building WebSocket applications in Java based on JSR 356 API. (Presentation)
4 tags
Building an Online Recommendation Engine with... →
4 tags
10 useful tools to simplify CSS3 development →
5 tags
grunt-spritesmith: Grunt Library for Creating... →
8 tags
Stitches - An HTML5 sprite sheet generator →
A handy online tool that lets you drag on the images you want and will then produce a sprite sheet ready for you to use.
5 tags
Writing your first Firefox OS app →
Rob Lauer shows how you can build a native application for the new Firefox OS using HTML, CSS and JavaScript.
5 tags
Font Inspector and and elements →
Firefox Nightly gets a new Font Inspector and support for the ‘time’ and ‘data’ elements.
3 tags
a n00b's look at HTML5 game development -... →
Christopher Bennage is working on a series of posts covering his progress in building his first HTML5 Canvas based game
5 tags
Using the Console - Chrome Developer Tools from... →
Chrome’s JavaScript console is used for two main purposes. For logging information via the Console APIand for interactively executing JavaScript code in the context of the currently running web application. There’s also a second feature about doing mobile emulation with the Chrome developer tools.
3 tags
Using SVG - CSS-Tricks →
A handy code-rich primer by Chris Coyier.
2 tags
Promesas: Organiza tu código... →
3 tags
Infinite Scrolling for AngularJS →
infiniteScroll allows you to specify behavior when the bottom of an element nears the bottom of the browser window.
3 tags
HTML5 code snippets to take your website to the... →
11 HTML5 Code Snippets to Take Your Website to the Next Level
6 tags
Play vs Rails →
2 tags
Epoxy.js : Elegant Data Binding for Backbone →
Adds data binding to Backbone. Key features: computed model attributes, declarative view bindings, automated dependency mapping, automatic view updates.
3 tags
mdlawson/piping · GitHub →
Piping enables live code reloading in your Node.js app by simply requiring a library (as opposed to existing solutions where you have to start Node.js from an external script).
mdlawson/piping · GitHub →
Piping enables live code reloading in your Node.js app by simply requiring a library (as opposed to existing solutions where you have to start Node.js from an external script).
6 tags
FieldState - minimise your DOM logic →
A powerful, mini, HTML5 attributes-based API for responsively controlling the required/available states of form fields.