I would like to share a simple design pattern that I follow when programmatically creating custom post types in WordPress. This solution is fairly elegant.…
Web developer and open source enthusiast
I would like to share a simple design pattern that I follow when programmatically creating custom post types in WordPress. This solution is fairly elegant.…
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…
This book is a complete resource for anyone using Nginx web server. It really includes just about everything you need to know from configuration at…
I’m using Linux, and have been for over 4 years because well… I can run it on just about any hardware It seems to make…
My thoughts… I was really happy when I was given the opportunity to read and review this book. Although I have had a lot of…
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.
I describe some use case scenario for using front end frameworks such as Twitter Bootstrap and jQuery Mobile and share my biased opinion about why we should use them regularly.
The basics on getting a handle on jQuery’s Gmap3 library and how I was able to create a custom designed pop-up window using the OverlayView class