Monthly Archive:: May 2015
28 May 2015
Validating Start/End dates in AngularJS
In this scenario, the user is prompted for starting/ending dates. Ideally these are validated as the user is filling out the form (rather than on submit). However the co-dependence between different fields makes directive use difficult. I
28 May 2015
Angular Bootstrap Date Picker validation fix
The Angular Bootstrap date picker is very helpful for UI look/feel. But its validation is inadequate. Javascript is used to determine the date. So I enter 1/1/1, it’s parsed as a valid date even though it’s likely
15 May 2015
Why I like WordPress
Is it surprising that after years of developing and implementing web sites, that I should be singing the praises of WordPress? Not really. I first noticed WordPress as I was seeking information on a content management system
15 May 2015
Git: Merging changes from one upstream branch into another
Let’s say we have two branches, “Development” and “Testing”, in the upstream repository. Our developers push their changes to the Development branch. Periodically during the development cycle, we’ll need to update our Testing branch to bring it