January 2012
2 posts
2 tags
OriginJS - Every Route Begins at the Origin
Get it
You can get a copy of OriginJS from my Github repository.
Getting Started
First include origin.js in your page. You can do this with a script tag in the head of your page, or you can
load it with require.js.
Using Origin is very easy. Here’s a very basic example.
Origin.bind('/', function() {
//home page logic goes here
//loaded on /#/ or...
Normalize your CSS without the "black-box" reset
I recently discovered normalize.css and I’m really quite enjoying it. I know, CSS resets aren’t the most exciting thing in the universe but they can have a serious effect on the impact of your design across various browsers.
Most CSS resets take the approach that the designer will want to start from scratch without any defaults. This solves the problem with designing across...
December 2011
10 posts
The Business Value of Open Web Technology →
Updated to iOS 5.1 and it seems to have fixed memory issues. Feels a lot smoother.
Home finally! I wrote a whole router module for UnityJS today. Only took me six hours and it’s surprisingly elegant. Time for some wine and reddit.
Unity now has a router! It supports route cascading, wildcards, and variable URIs.
3 tags
Path is excellent
Path is a great iPhone and android app for micro blogging. I’ve been using it for two days now and I’ve found it to be really effortless. The truth is I’m lazy and would rather program then write posts all day. Path allows me to quickly update my “path” with simple tweet sized posts. Anything can be cc’d to twitter, tumblr, facebook, foursquare. On top of all...
Good morning everyone!
Working on UnityJS. I can’t wait to show off the API.