recoverize.com - a bootstrap & ajax web application
Very excited to finally launch my project recoverize.com. It's a web application focused on mobile use across different devices. The websites front end is powered by Twitter Bootstrap, the backend by...
View ArticleEasy parallax scrolling for Foundation 5
I sure do enjoy a good front-end web framework. It makes designing a nice looking website much easier and quicker. I'm starting to work with the new Foundation 5 framework and I wanted to add a nice...
View Articlepm2 a great alternative to forever for node js
I was having some trouble with the forever module failing on some of my node applications and was getting quite frustrated. Granted I am probably ignorant to the real issue but I am very impatient and...
View ArticleShipping deadline timer & delivery date estimator for eCommerce
I work with a locked down version of Magento that you can't install any extensions with and it gives me no flexibility at all. So when I see a feature I would like on my website I think to myself......
View ArticleBootstrap 3 navigation bar for Magento
I've been working on a Magento theme for an eCommerce project �and I wanted a solid Bootstrap 3 boilerplate theme to build my project and future Magento themes on. Theres a lot of jQuery hacks out...
View ArticleDetecting Android's native browser with JavaScript
Like usual I googled this and figured I would have a nice and simple copy and paste for my project. To my dismay there was nothing of the sort... The answers I did find did not alienate just the...
View ArticleThis blog is now powered by Ghost!
I've been quite interested in Ghost since before it's release last year. Shortly after its release I designed a theme and wrote a couple of tutorials on how to get it set up for people that didn't have...
View ArticleImprove your page titles on Ghost
Ghost is great. With that being said I know that I'm not the only one who isn't happy with the page titles provided by {{meta_title}} The Problem On the homepage it outputs only the name of your blog....
View ArticleRelated Posts jQuery Plugin for Ghost
Pushed my related posts plugin to GitHub today. Still a lot of work to be done on it, but it functions and gets the job done, for now. Download Here Here's the README: jquery.ghostrelated This jQuery...
View Articlehapi-seq - a plugin for using sequelize with hapi
http://hapijs.com/ http://sequelizejs.com/ This plugin is a port of the example of using sequelize with express from: http://sequelizejs.com/articles/express Installation npm install for the hoek...
View ArticleHow I use fluxible with Hapi
Here's a quick introduction to fluxible and Hapi for those whom aren't familiar with either or. What is fluxible? Great question! fluxible is an open source library created by Yahoo to assist in...
View ArticleUse MongoDB Node.JS Driver with Hapi & Express
This is just a prettier and easier way to utilize the default node.js mongo db driver with a node web framework like Hapi or Express. We are setting up our database connection, getting our db object,...
View Article