James A. Anderson

Results 7 comments of James A. Anderson

I can add some specs if you'd like.

Yeah that would be great!

@samccone Should I replace the banner with the buttons or have the buttons in addition to the banner?

What about using JS routing like in Backbone.js? [Davis.js](http://davisjs.com/)?

I haven't used Davis.js but by looking at their example wouldn't the following work? ``` javascript var app = Davis(function () { this.get('/download/:os', function (req) { if (req.params['os'] == 'mac')...

See http://en.wikipedia.org/wiki/Meta_refresh#Usability. It does seem like the best option though.