Recently my agency had a need to develop a simple content ticker that rotates rows of content set by the content administrator. Content tickers are a bit more scarce now than they used to be. The old days of the ‘Marquee’ tag are long gone and it’s just not cool to have scrolling content anymore.
In Meteor.JS we can make use of a protocol called DDP (Distributed Data Protocol) which allows us to connect a Meteor app to another Meteor app and share…
How to set up and use Grunt.js to reload the browser when filesystem changes are made. This article gives an overview of Grunt.js and it’s ecosystem along with how to manage the NPM dependencies.
Here is a very simple Backbone.js Model -> View <- Model example. The end result is a square that moves to the position of the wrapper where the mouse click event is fired.