This post is about how to implement Umbraco MVC forms with Unobtrusive bootstrap validation and use knockout js to perform data binding. It also covers adding additional functions and properties to mapped observables without having to add them to your c# view models.
Tag Archives: bootstrap
Using SASS for mobile first design AND having old IE behave properly
This post is about how SASS @content blocks can be used to do mobile first responsive design and having IE < 8 fallback to a default desktop site without doing loads of copying and pasting. Its based on jake archibalds excellent idea for doing this.
Continue reading “Using SASS for mobile first design AND having old IE behave properly” »
WordPress, netbeans, bootstrap, less
This post is all about me trying to set up this wordpress site using bootstrap and the core less files, with netbeans as the IDE. I’m using Netbeans 7.4, WordPress 3.7 and LESS.