For example, if you have a parameter called Widget that currently uses the original content picker the following would return an integer node id. To convert the UDI string into an IPublishedContent object, it needs to be parsed and then … Continued
I recently started using Visual Studio Code at work. We have a size limit on our profile and VS Code’s extensions folder chews up space very quickly. So I had to work out how to move the extensions folder from … Continued
When you first install Umbraco, Models Builder is configured by default to run in PureLive models mode and generates the model classes in the ~/App_Data/Models folder in the Umbraco.Web.PublishedContentModels namespace. If you’re like me and want more control over namespacing … Continued
Last week I had to copy some files from Azure Blob Storage. Microsoft have created some new tools since the last time I had to do this. There’s now Microsoft Azure Storage Explorer and azcopy. The MS Azure Storage Explorer … Continued
Jeff Atwood posted about using Zopfli to optimise PNG images. Here’s how to set up Gulp to do it. I’m assuming you already have a project with Gulp set up that uses gulp-imagemin. Install imagemin-zopfli by running the following on … Continued