How to safely delete duplicated rows in SQL Server database without a primary key
Recently we experienced issues where the Umbraco.Config file was not being updated with published content - this had a knock on effect within the API calls we were making to create new nodes if they did not already exist.
No document exists with version error in Umbraco can be caused by orphan revisions in the cmsContentVersion table that are not in the cmsDocument table.
Have you ever been in the situation where you need to loop through a list of nodes but arange them in groups of 2, 4, 6 etc You want to have a fluid layout and display your nodes in groups of two repeating down the page:
If you missed out on CodeGarden 2010 this year then you definitely missed one heck of a conference! If you want to find out about the data type I presented during the Umbraco packages competition, this post is for you!
Using Examine to index and search with ANY data source.
Logging errors is always a good idea, Umbraco's Log Helper is a great way to add your own custom errors into the UmbracoTracelog.txt file.
Multi-node tree picker source code from CodeGarden 2010
Creating code-behind files for Umbraco templates
Umbraco 4.1 Benchmarks Part 1 (Do Over)
Umbraco 4.1 Benchmarks Part 2 (Back Office Database Queries)
Umbraco Contour is a great package, but a common challenge is how do you regionalise fields and labels such as phone numbers with appropriate validation messages? Find out how here!