Listening for validation changes in AngularJS
In some applications it can be really useful to have controllers listen for validation changes especially in more complicated AngularJS apps where ‘ng-repeat’ is used to render form controls. There’s…
In some applications it can be really useful to have controllers listen for validation changes especially in more complicated AngularJS apps where ‘ng-repeat’ is used to render form controls. There’s…
For a while I’ve been wanting to automate some reporting from our build process to show some fairly simple statistical information such as Obsoleted code Internal code planned to be made public Co…
I decided to write a quick blog post about this because much of the documentation and examples about this seems to be a bit scattered. What this achieves is the ability to upload any number of files w…
When you upload media in Umbraco it stores the absolute path to the media item in the database. By default the path will look something like: /media/12335/MyImage.jpg However, if you are running Umbra…
I’ve come across this strange issue and decided to blog about it since I can’t figure out exactly why this is happening it is clearly something to do with the DLR and interfaces. First, if you are get…
div.nuget-badge p code {background: none;background-color: #202020 !important;border: 4px solid silver !important;border-bottom-left-radius: 5px 5px !important;border-bottom-right-radius: 5px 5px !imp…
It’s been a long while since Examine got some much needed attention and I’m pleased to say it is now happening. If you didn’t know already, we’ve moved the Umbraco Examine source in to the core of Umb…
The question was asked on my post yesterday about the upcoming Umbraco 4.10.0 release with MVC support and whether it is possible to use IoC/Dependency Injection with our implementation. The answer is…
Its been a while since writing a blog post! … but that’s only because I can never find the time since I’m still gallivanting around the globe :P But this post is about something very exciting, and I’m…
After the announcement of discontinuing Umbraco v5 development during this years Code Garden 2012 conference, the biggest question seemed to be: What will happen with ASP.Net MVC and Umbraco. We held…