Currently Browsing "Meteor"

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

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