Tag Archives: webdev

Grunt – for automating builds in Front End land

Grunt is a front end build tool I’ve used on the last several projects. It handles CSS / JavaScript minification, concatenation, and linting really well.  Some of my legacy projects use a combination of bash and Yahoo UI Compressor, which … Continue reading

Posted in Application Development, Code | Tagged , , , , | Comments Off on Grunt – for automating builds in Front End land

ReCaptcha getting hard to read, found streamlined substitute in FatFree

Recently implemented a Captcha field on a signup page.  So, to start with I looked around for a good plugin to handle this. ReCaptcha was the first one that popped up. ReCaptcha does support themeing, which is nice since the … Continue reading

Posted in Code | Tagged , , | Comments Off on ReCaptcha getting hard to read, found streamlined substitute in FatFree

AngularJS Review – A Sweet Client Side JavaScript Framework

AngularJS makes everything else look obsolete. I’m looking at you Backbone and Ember… It is one of those things where in hindsight the approach appears obvious because it is so elegant. However it took the web a good 15 years … Continue reading

Posted in Application Development | Tagged , , , , | Comments Off on AngularJS Review – A Sweet Client Side JavaScript Framework

A Critique of JavaScript MVC frameworks – Beware of Rampant Asynchronous JavaScript Calls

Software professionals should be aware of the limitations that come with the current trend of building asynchronous heavy web applications. We are seeing a surge in serious and large scale JavaScript applications at the enterprise level. Here is a list … Continue reading

Posted in Application Development | Tagged , , , , | Comments Off on A Critique of JavaScript MVC frameworks – Beware of Rampant Asynchronous JavaScript Calls