Blog
Paul Seal's personal blog
Blog posts
This post teaches you about the 4 stages of feedback, and uses an example of a code review. Once you have read this you will be able to identify these stages in your working life, and sometimes in your home life too.
umbraco How to search by document type and property in UmbracoThis post shows you how to search by specific document types and fields in umbraco, using Examine.
sql How to convert SQL Server Compact Edition .sdf to Full SQL and speed up UmbracoThis post shows you how to convert a SQL Compact Edition database to full SQL and speed up Umbraco
dev Podcast Interview about Umbraco. Paul Seal on The Cynical DeveloperListen to my podcast interview about Umbraco talking with James Suddart from The Cynical Developer
dev 5 Common Developer problems and how to overcome themThis post gives you a list of 5 common problems you might face as a developer and how you can overcome them.
umbraco How to find the Home page in UmbracoThis post shows you how to find the home page (root node) in Umbraco. It shows you how to do it in a View, and in a Controller.
umbraco Umbraco Related Links into C# Class ObjectsThis post gives you a handy little helper method to turn your related links property into a C# class object to make it easier to work with.
umbraco How to get the current logged in Umbraco user and restrict front end contentThis post shows you how to get the current logged in Umbraco user and restrict content on the front end of the site.
tools Basic HTML5 Template Layout ExampleThis is just a quick post to give you some sample HTML5 basic markup. You can just copy the markup, paste it into your file and start writing the HTML.
dev Developer Question - Passion or Profession?I want to hear from other developers to find out if they see their job as a developer/programmer as just their job which they turn up for and go home, or whether they are extremely passionate about it, and it is part of who they are.
dev Retrieving your audience from the grips of RebloggersMy struggle with rebloggers and my simple solution for the problem.
umbraco Simple Umbraco RSS XML Feed ExampleIn this post I give you a simple template to start using for your own RSS XML feed. It's very simple and straight forward.