Blog posts

140 results found

140 results in DevOps, Git, SQL, Umbraco

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 blocks

A simple approach to formatting your pre tags

umbraco Automatically resize your media images in Umbraco

This 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 password

This post gives you simple instructions to help you reset the Umbraco admin password.

umbraco Umbraco Site Navigation Menu Model Example in C# MVC

This 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 Razor

Most 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 umbraco

This 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 MVC

This 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 Umbraco

This post gives you a tutorial on how to create a page view hit counter in Umbraco for recording page views.

umbraco Getting Dialogue Forum package to work with Umbraco 7.4.3

This post shows you how to overcome the problems with installing the Dialogue forum package in your Umbraco site.

umbraco umbracoUrlAlias - Create an alternative URL for a page in Umbraco

Using the umbracoUrlAlias property on a page in Umbraco gives you the ability to set up one or more different URLs for a single page. The page structure of your site might create long URLs, and you may want to a shorter one, the umbracoUrlAlias will do that for you. Or a page may have previously existed with a different URL, and you want to catch the traffic going to that URL and get them to look at this page, the umbracoUrlAlias will do that for you as well.

umbraco How to install Umbraco using Visual Studio NuGet IIS and SQL Server

This post gives you a step by step guide on how to install Umbraco on your local machine using Visual Studio, NuGet, IIS and SQL Server.