Blog posts

203 results found

203 results in Dev, Git, Umbraco

umbraco Intercepting content and member save events in Umbraco

In Umbraco, you may want to perform certain actions when a content item or member is being saved or created. This post shows you how to do that. This is relevant for Umbraco projects that use MVC.

dev What makes a good recruitment agent?

Over the years, I have had many interactions with recruitment agents. In fact, I got my last 2 programming jobs thanks to the help of recruitment agents. This post shares with you what I have learned about recruiters, what to look out for and how you can get the best from them.

dev Valuable lessons learned about delivering software

When you look back at a project and you think about what you could have done differently, you should write these down and look at them before you start the next project so you don't do the same again. In this post I share some of the lessons I've learned in my career when delivering software.

dev I don't have bad days... I choose not to.

This is one of the most important things I've learned in my whole career. It really does have the power to change your life.

dev The sound of people typing drives me crazy.

The sound of people typing drives me crazy.

dev How to get the YouTube thumbnail preview image from a video

This post will help you if you want to get the preview image for a YouTube video. You may want to you this if you want to trigger the video to launch in a pop up window, or you want to link to the video.

dev 7 vital steps for delivering a successful software project

For any software project to be successful, you need to have a plan. There are certain steps you need to follow and mistakes to be avoided. This article is designed to give you those vital steps to help you deliver a successful software project.

dev How to create a custom styled twitter feed for your website

In this tutorial I show you how to create your own custom twitter feed for your website, which you will have full control over the styling, like the one I have on my about page. It also pulls through the follower count. This tutorial is meant for an MVC website with .NET 4.5 which makes it suitable for Umbraco too.

dev Do what makes you feel uncomfortable

Throughout your career and life in general there will be times where you feel uncomfortable when doing a job or a task. Your natural reaction may be to stop doing that task (if you can get away with it) or you may want to avoid doing it all together. My advice to you is to do it more often.

dev 10 golden rules for becoming a better programmer

Here are my top 10 golden rules for becoming a better programmer

umbraco Simple Umbraco search example

This post shows you how easy it is to use the default Umbraco search functionality in your site. It uses a basic form and then uses razor to display your search results.

umbraco How to create url rewrite rules in Umbraco

This post teaches you how to set rewrite rules for your umbraco site. You may want to force your site to go to a secure url or force it to go to a url with www. at the start. To add these rules, you need to go to the file /config/UrlRewriting.config