Umbraco Query Benchmarking Round 1

Umbraco Query Benchmarking Round 1

This is a follow-up to the Umbraco Anti-Patterns presentation we gave at uWestFest '17 where we talked about different ways to query umbraco. This includes more background and context for the benchmarking we talked about.…

Read this article

Let's Make Awesome 3D Fractals

Let's Make Awesome 3D Fractals

Mandelbulb 3D is a sweet freeware fractal program that turns fractals into 3D spaces that you can explore, tweak, build upon, render in high-resolution, and share! Have a look-see why dont'cha?…

Read this article

Changing Umbraco Back Office URL

Changing Umbraco Back Office URL

Umbraco comes out-of-the-box with the backoffice URL set to www.mywebsite.com/umbraco. We wanted to see if we could change the /umbraco part, so that we could use proworks.com/umbraco as a content page. This post walks you through what we did to make it work.…

Read this article

Changing the sort order of default Umbraco tabs

Changing the sort order of default Umbraco tabs

We have a couple of projects where we wanted to gain more control over the sort order of some of the default Umbraco tabs like "Properties" or "Child items". Although I don't know of a way to do this through the Umbraco backoffice or with configuration, it is suprisingly easy to write some custom code to handle this.…

Read this article