Blog
Paul Seal's personal blog
Blog posts
In this post Marcin Zajkowski shares some of his pro tips for improving your public speaking, based on his experiences.
umbraco How to set up Raygun on your .NET websiteThis post shows you how to set up Raygun on your .NET website. It gives you step by step instructions on how to get started.
umbraco CodeShare Starter Kit for UmbracoCodeShare Starter Kit was built for Umbraco version 7.7.6 and above. It uses Nested Content which is now built into Umbraco. It allows you you create lists of things in a single property.
umbraco How to create a Carousel in Umbraco using Nested Content and BootstrapThis post will show you how to build a carousel in umbraco using Nested Content and Bootstrap
umbraco HTML Extension method for returning formatted HTML from a string in C#This post shows you how to create an extension method for returning formatted HTML from a string input
umbraco Is it right to charge money for Umbraco packages when Umbraco itself is free?This post talks about whether or not people should be charging for an Umbraco package when Umbraco itself is free.
dotnet A simple C# LINQ method to put an address on one line separated by commasThis post gives you a simple way of getting an address on one line, separated by commas and it ignores any blank lines.
umbraco How to get a Published Content item from a Content Picker Macro Parameter in UmbracoThis post shows you how you can get to the IPublishedContent item from a Content Pick Macro Parameter in Umbraco. It is a guest post by Nisreen Almasri from Sweden.
umbraco Diary of my visit to the Umbraco UK Festival 2017This blog post will act as a diary for my experiences throughout the 2 day Umbraco UK Festival in London on 2nd and 3rd November 2017.
dev An open letter to people who write open lettersI've seen lots of open letters on the internet lately, so this letter is addressed to all of those people who write open letters.
umbraco How to render the grid html in UmbracoThis is a quick post to give you the code for rendering the Grid Html in Umbraco.
dotnet How to show UTC time relative to the user's local time on a .NET websiteThis post gives you the code I found to help you get a user's country and culture code and display a UTC date and time relative to the user who is viewing in their browser.