In this video you will see me: Creating new templates Creating new document types Relating the templates to the document types Allowing different document types to be created under the home page Creating content pages using these document types Fixing image and script path issues Setting up RenderSection for the Head, ScriptsTop and ScriptsBottom Fixing the google map Read More
In this video you will see me: Separate the different sections of the home page. Add a SiteController and a HomeController Add ActionResult methods to the controllers for rendering sections Add partial views to hold the different sections of the template Simplify the master template and home template to call these Render Actions Read More
In this video you will see me: Find a free bootstrap template from the internet. Download the template and get it running on my machine. Set up a new Umbraco site. Get the home page to show up correctly in the Umbraco CMS site. Read More
This blog post makes it easy for you to set up Google reCAPTCHA on your MVC website. It also works with Umbraco. Read More
I recently caught the bug of contributing to open-source projects after my first pull request was accepted. I enjoyed it so much that I decided to make an open-source library for my password generator. It is a C# .NET project. Read More
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. Read More
This post has the code and a video you need to help you start using Dependency Injection in MVC and Umbraco Read More
On Mac, Affinity Photo was chosen as Appleās App of the Year 2015. You can now get the Windows Beta for free. Read More
In this post I will aim to give you the best advice I can, in order to help you achieve your goal of becoming a professional developer. Read More
In this video you will see how to change the form to submit using AJAX. I recorded this video live for my livecoding channel. The code I wrote for this tutorial is further down this post. Read More