Currently Browsing "Studio"

Global Events in Meteor

Unlike template helpers which can be added globally via registerHelpers, in Meteor, global events are DIY. While adding tooltips to our upcoming web app, we needed to add click events to multiple templates and Template.body.events wasn’t going to work for our setup. So, we did a simple little workaround and used a jQuery plugin. jQuery […]
Continue Reading

Choosing a Dry Erase Whiteboard

Choosing a Dry Erase Whiteboard
A blank canvas. It’s an essential tool for any thinker, designer or planner and sometimes it’s all we need to get a new project started, or get one back on track. Sketch, make notes, flow some charts, erase…but wait, what’s all that marker crud all over my previously clean, white surface?! We’ve had a bunch […]
Continue Reading

Why We Chose to Ride a Meteor

For developers, startups and small shops placing value on the philosophies behind “Minimum Viable Product” and iterative prototyping, Meteor is worth consideration. Serious consideration. Before writing any code for our new project, we looked at a lot of frameworks (runner up was Laravel). In the end, we believe that the direction Meteor is headed is […]
Continue Reading

How to Track a QR Code

QR codes are easy to spot, give viewers a clear call-to-action and can give you a glimpse into the effectiveness of the placement of the printed material. A quick estimation from various sources is that 20-30% of the general public have scanned a QR code with only a small fraction of that using them daily. […]
Continue Reading