Browsing All Posts published on »April, 2015«

Orchard CMS now on Github

April 24, 2015

Comments Off on Orchard CMS now on Github

It is pretty cool that Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform and now hosted on github. From the Orchard Committee: As a result of the huge problems that Codeplex has had in the last few weeks and the popularity GitHub has gained, Orchard CMS decided […]

AngularJS: Preventing form submission

April 22, 2015

Comments Off on AngularJS: Preventing form submission

I don’t know about you but I have found that I often want to do validation on a form before that form is submitted. I know I don’t like server side validation and love the responsiveness of client side validation. So often I need to prevent the form from submitting after a “submit” button is […]