Monthly Archives: September 2013

socketio_header

Building Multiplayer Games with Node.js and Socket.IO

Building Multiplayer Games with Node.js and Socket.IO

By Eric Terpstra With the release of the Ouya, Xbox One and PS4 this year, couch-based console gaming appears to be as popular as ever. Despite the proliferation of multi-player games available on mobile devices, and even the advent of multi-player experiences available on the web, sitting next to the person you’re playing a game […]

bacon_header

Functional Reactive Programming in JavaScript

By Sean Voisen If you are a front-end developer – that is, someone who builds user interfaces for a living – and you haven’t yet explored Functional Reactive Programming (FRP), perhaps now is the time to take a look. Never mind the fact that it has been labeled a hipster development trend for 2013, FRP is a time-saving, […]

try_catch_header

Rethinking JavaScript’s Try/Catch

By Ryan Morr The try/catch block is a unique construct, both in how it works and what it is capable of. Fundamentally, it is able to isolate one or more statements to capture and suppress any runtime errors that may be encountered as a result of execution. It is such a powerful construct that in […]

Best of JavaScript, HTML & CSS - Week of September 16, 2013

This was a very, very busy week. Unsurprisingly, we had a ton of mobile focused tutorials and articles with the release of iOS 7. However, there were a long list of new projects as well and lots of tutorials - with Node being an extremely popular topic lately. I know there’s a lot here, but […]

simple-api_header

Easy API Scaffolding with Simple-API and Node.js

By Joseph Wegner API’s are often a pain to build. There’s all kinds of moving pieces: routing, data parsing, serialization, database interactions, etc. For years I’ve struggled with writing web API’s in Node.js - there’s just so much complexity required in an API boilerplate. That’s why I wrote Simple API. Simple API is an incredibly easy […]

Best of JavaScript, HTML & CSS - Week of September 9, 2013

A wide variety of tutorials and projects this week as well as updates to Edge Reflow and Photoshop (including the Node.js-based Photoshop Generator). Tutorials Structure and Interpretation of Computer Programs with programs written in JavaScript that can be executed inline. Structure and Interpretation of Computer Programs Horia Olaru announces a CSS Blend Modes Support Matrix […]

fruitjs_header

A Taste of FruitJS

By Andrew Hushbeck FruitJS (pronounced Fruit Juice) is a new Node.js utility for writing your technical documentation in Markdown and compiling to an easy to use HTML site. You can install and use FruitJS through npm and the command line utility, or by grabbing the source yourself at https://github.com/ktsashes/fruitjs. The project was built with the […]

Top