Blog posts

140 results found

140 results in DevOps, Git, SQL, Umbraco

umbraco How to enable AMP in Umbraco 7 Websites

This post shows you how I set up AMP in my Umbraco 7 website

umbraco How to render the actual document type icons in the tree in Umbraco

This post gives you the code to be able to see the icons for your document types in the tree view rather than having to click through to see each one.

umbraco How to animate tree icons in Umbraco v8

This post shows you how you can change the colour and animate tree icons in Umbraco based on a property not being set in that item.

umbraco Code to help you debug an umbraco issue on a remote site

This post gives you some razor code to help you see the values of the IPublishedContent item's properties.

umbraco How to fix the 403 error on preview in Umbraco after upgrading

This post shows you how to fix the 403 error on preview after you have upgraded it.

umbraco How to restrict Content Apps by user groups in Umbraco

In this post I give you some code so you can restrict the Content Apps on your Umbraco site by user group

umbraco How to set the default page base type to UmbracoViewPage in Umbraco

In this post I share with you what Ronald Barendse taught us about setting the pageBaseType in Umbraco to save you having to type @inherits UmbracoViewPage even with a custom model.

umbraco How to create a dynamic image from multiple images using ImageProcessor

This post shows you how I created a handler to create dynamic header images for my umbraco website using ImageProcessor.

umbraco How to fix the SVG 404 error when using Umbraco and Azure Blob Storage

In this post I show you how to solve the SVG 404 error when working with Umbraco and Azure Blob Storage

umbraco Find out how my blog reached 1 million page views

In this post I will tell you how my blog reached 1 million page views.

umbraco Giphy Property Editor Package for Umbraco

All about the new Giphy Animated GIF Searxh picker I created for Umbraco 7 and 8

umbraco How to include scripts from partial views in MVC and Umbraco

This post will show you how you can include scripts from inside an MVC partial view rather than having to put them in the view.