Umbraco 9 is the new release of Umbraco and it uses .NET 5 rather than .Net Framework 4.x, and as such, most of the coding Behind the scenes has changes quite a bit, this means that you'll most likely... - read more.
14 Mar 2022
How to quickly change an Umbraco API Controller to always return response as JSON. - read more.
8 May 2020
It seems like most pages when you Google for getting the current member or a member by id in Umbraco seem to be from back in 2010 or 2012, well things have changed since the businesslogic days and we're now in the world of Umbraco Services, how do we use them? Solved! - read more.
20 Jul 2018
- 1 Comments
In this blog post, I'll describe how to protect the back office/backend of the Umbraco CMS interface by restricting it to a set of specified IP addresses. - read more.
22 May 2018
This year I spent two days in London for the 2017 Umbraco UK Festival, and although I didn't attend the hackathon (more on that later), I had some pretty unique experiences I thought I'd share. - read more.
8 Nov 2017
- 3 Comments
When calling @Html.Partial("MyPartialName", myModel), you might sometimes run into 'Cannot bind source type Umbraco.Web.Models.RenderModel to model type xx', it turns out that the solution to this issue might be a little simpler than you first thought. - read more.
7 Nov 2017
- 1 Comments
It seems many people find it difficult to understand how custom Umbraco section tree structures work and how to set custom routes to specify a different html file for different nodes, this post aims to clarify and answer any questions you might have. - read more.
30 Jul 2017
- 1 Comments
Dialog windows are an often requirement for custom datatypes in the back office of Umbraco and for beginners, they can also be quite complicated. Once you get to know how they work and when to use them, you'll find yourself created them for more clients because they're a brilliant way of allowing clients to work with your custom data in a user friendly way. - read more.
31 May 2017
So you've created a package or a custom data type and it's going pretty well, you publish your changes and that works too. But then you make a change to the js and this time it hasn't updated, console logs aren't coming through and everything you try just doesn't seem to get the updates to work on the live site. What's wrong? The good news is, it's a simple fix. - read more.
30 May 2017
It's a simple one and can be done by using a regular link with a small bit of JavaScript and you shouldn't need any dependencies. - read more.
28 May 2017
- 1 Comments