Blog
Paul Seal's personal blog
Blog posts
I recently came across this fantastic resource. It is called LINQPad. You can use it to test any C#, F# or VB snippet or program. You can even use it to query databases in LINQ or SQL. It's ideal if you find some code on the internet that you want to quickly test, or if you want to play with the new features in C# 6 without having to set up a windows console/forms app or website.
tools lorempixel Placholder ImagesThis gives you real placeholder images to use in your site concepts or examples. It randomly picks an image each time the page loads.
umbraco XML Sitemap in Umbraco websiteThis post shows you how to create an XML sitemap in your Umbraco website. I will share the code I have used to create my XML sitemap page http://www.codeshare.co.uk/xmlsitemap You will need an XML sitemap when you submit your site to search engines.
umbraco Create a redirect page in Umbraco without editing the config fileIf you or your client needs to be able to create short urls or links to other sites without wanting to add it as a redirect in the web config, then this is the post for you. You can create them as umbraco pages that act as fast links or redirects.
tools Dynamic placeholder imagesI found this and thought it would be really useful, especially for designers or people mocking up sites. If you ever need a placeholder image, you don’t need to create one, you can just use this url with the size of placeholder image you want:
umbraco Umbraco Alternate Template Feature (bug)There is an annoying feature in Umbraco which, when not wanted, seems like a bug. If you want to view a page with a different template, you can enter the url/templateAliasName
umbraco Allow any markup in the TinyMCE editorIf, like me, you find it very annoying that Umbraco seems to stop you from entering whatever markup you want to put in the editor, then this post should help you.
tools How to generate random and realistic data onlineIf you want to be able to generate random and realistic data for your program, there is a fantastic free resource called Mockaroo.