Blog
Paul Seal's personal blog
Blog posts
In this post I give you a simple template to start using for your own RSS XML feed. It's very simple and straight forward.
umbraco How to start using Dependency Injection in MVC and UmbracoThis post has the code and a video you need to help you start using Dependency Injection in MVC and Umbraco
umbraco What is so good about Umbraco?In this video I show you what I love about Umbraco. I show you how easy it is to create and edit content for my blog.
umbraco How to create a Contact Form in Umbraco using MVC and C#This post is to accompany the YouTube video tutorial I created. I will share the code I wrote for each section in the video.
umbraco How to format the pre html tag in Umbraco for code blocksA simple approach to formatting your pre tags
umbraco Automatically resize your media images in UmbracoThis post shows you how you can add a class to your umbraco project which automatically resizes any new images in Umbraco.
umbraco How to reset the Umbraco admin account passwordThis post gives you simple instructions to help you reset the Umbraco admin password.
umbraco Umbraco Site Navigation Menu Model Example in C# MVCThis post gives you the basic code to loop through the pages in your site and populate the navigation model. It also gives you the code to add it to and call it from the cache.
umbraco Umbraco HTML Sitemap Template Example Using RazorMost websites will have an HTML sitemap. There is an easy way to create one in Umbraco using razor. Just follow these simple steps.
umbraco How to get the file path of a media item in umbracoThis post shows you how to get the file path of the item so you can use it for the src of an image or as a link to a document.
umbraco Tutorial how to create member login and logout form in Umbraco MVCThis post is a step by step tutorial with instructions for creating a simple login form and logout button in Umbraco MVC.
umbraco How to create a page view hit counter in UmbracoThis post gives you a tutorial on how to create a page view hit counter in Umbraco for recording page views.