Introducing Griddle: A React.js grid
Many of the websites I have worked on have required a grid component. As I had been exploring React.js more it was made apparent that I was going to need a grid component for it…
Many of the websites I have worked on have required a grid component. As I had been exploring React.js more it was made apparent that I was going to need a grid component for it…
I've recently started looking into ReactJS (Facebook's front-end JavaScript library) for building web UIs. React has an interesting philosophy about how the UI should function and…
Coming from the .NET world, I've grown accustomed to great debugging tools. My initial Node setup didn't have a very good way to debug an application (outside of using ) and I…
There was one thing I didn't mention in my previous post about running Octopress on a Vagrant machine -- in the machine's current state (with Windows as a host machine), we cannot…
I've recently started using Vagrant for managing lightweight virtual machines for various projects. Vagrant is awesome because it allows you to: 1. Configure an environment for a…
Last fall, I won a Microsoft Surface 2 as part of the Surface Remix Project contest. I always love to win gadgets but this was a bit more exciting to me as I am a hobby music…
I was recently working on a project with AngularJS and xeditable (if you're not familiar, xeditable is an awesome library for inline editing). There is an Angular version of…
So far we've covered the basics of using AngularJS to interact with RESTful services and Filtering / Ordering views in AngularJS. Using AngularJS Routes, we are going to add a bit…
Last time I wrote about some basic AngularJS functionality for interacting with a RESTful API. We're going to continue where with left off with our food inventory app to add some…
When reviewing my recent AngularJS post, I noticed that none of my template display bindings were showing up. LiquidTags use the same {% raw %}{{ }}{% endraw %} style bindings as…