REM Blog
-
8/25/2013
Creating a TAR file and excluding some of the dirs
This is a real time saver!
-
7/25/2013
Some Basic and Useful Cypher Queries for Neo4J
A few queries to help in getting started with Cypher and Neo4J
-
7/15/2013
Neo4j Demo
A demo that I did on Neo4j
-
7/03/2013
Bulk Import Data in Neo4j 2
How to import data from a text file into Neo4j version 2
-
6/27/2013
A Tip For When You Do Cross Origin Requests
I stumbled into an issue in IE when doing CORS ajax calls
-
6/06/2013
Using Handlebars with Backbone and RequireJS and Precompiling templates
Here are 3 different ways of using Handlebars templates with Backbone and RequireJS
-
5/17/2013
Mobile Web Performance Optimizations
This is my summary of an excellent article that I read in Communications of the ACM (written by Nicholas Zakas) .
-
4/23/2013
Getting Google Maps To Work With RequireJS
This can be a little tricky, hopefully this post will save you some time.
-
4/23/2013
Making a JavaScript File AMD Compliant For Use With RequireJS
Quick tip
-
4/17/2013
Simple WebSocket Server in Python
Here's a simple websocket server that I found on github, which I modified very slightly.