Converge Data Type Converter
This post describes how I implemented a data type converter for Converge, allowing a different data type to be used in the destination site, when compared to the original source site.
Continue readingThis post describes how I implemented a data type converter for Converge, allowing a different data type to be used in the destination site, when compared to the original source site.
Continue readingI think that the easiest way to explain what Converge does is to see it in action. Here I will explain how I migrated a simple Umbraco V7 site to Umbraco V8.
Continue readingBefore upgrading my current site to use Umbraco 8, I decided to revisit my experiences of moving sites from version 6 to version 7. When doing that I dabbled with the idea of starting with a brand new site and migrating the content separately. Here I take a look at applying that method to version 8 and from that my first Umbraco Package was born.
Continue readingA quick description of how to use Azure Blob storage to store your media files in Umbraco.
Continue readingBefore making a site live I tend to perform some tests to make the site as secure as possible. This usually involves using a tool like Qualys Web Application Scanning or OWASP ZAP to probe the site and then address any problems. In this entry I detail some of the more common changes that I make.
Continue readingIn this post I employ the Umbraco membership functionality to password-protect my blog entry form. A user must login before they can access certain pages.
Continue readingA quick post describing how I implemented a simple form to accept film reviews for my Cinema Cento film blog.
Continue readingIn this post I detail how I set up my code so that it automatically updates Tumblr when changes are made to the content within Umbraco. When I update a Cinema Cento post on the CMS, it now gets created or updated on my Tumblr blog.
Continue readingIn this entry I explain how I set up OAuth authentication for the Tumblr API. Eventually I want to be able to write posts to the API, but for now I explain how to retrieve user information as that also requires the extra steps.
Continue readingI have been keeping a blog on Tumblr for a number of years, and I was keen to replicate and (eventually) post to it from my Umbraco website. This post describes how I went about using the Tumblr API to retrieve the current posts on the blog and re-create them as content within Umbraco.
Continue readingA look at using Model View Controller (MVC) to implement some more complex logic when using Umbraco, keeping the code out of the view.
Continue readingThis blog entry explains how to get started with Umbraco, having installed all of the components required and being able to log into the back office.
Continue readingIn this entry, I describe how I go about initially setting up an Umbraco project, creating the local database, creating the .NET project, installing Umbraco, and adding it to a source code control system.
Continue readingMy intention is to create a new stuartmullinger.com website using Umbraco as the CMS. I have extensive experience of developing with Umbraco at work and wanted to continue that for my own personal website.
Continue reading