New Umbraco v7 Package: Dialog Expander

New Umbraco v7 Package: Dialog Expander

This package is a simple UI enhancement to the v7 right-side dialog flyours to allow a content editor to make the dialog bigger or back to normal.  It just gives a bit more room for dialog selections and views.  With the new Document Types as grid editors, it can help to have a little extra room when its available.…

Read this article

New Umbraco Package: Inline HTML Help Label

New Umbraco Package: Inline HTML Help Label

This package adds a new property editor that allows you to show HTML in your content pages as properties.  Why is this cool?  Well, we use it to provide inline help to the content editors.  It is HTML so it can display images or links to more information to content editors.…

Read this article

How To Make Your Site Screen Reader Ready

How To Make Your Site Screen Reader Ready

With all the improvements in the Web Design in the last couple years it’s easy to forget to make your site accessible to screen readers. Thankfully screen readers have a couple of tricks up their sleeves to help you make your site sound as pretty as it looks.…

Read this article

TeamCity and Web Deploy: Silent unlogged failure

TeamCity and Web Deploy: Silent unlogged failure

Setting up TeamCity on a new server can be frustrating. Every time I try it, I run into a new issue. The latest of these issues was missing .targets files. The first missing targets file, Microsoft.WebApplication.targets, resulted in all sorts of errors. The second missing .target file, Microsoft.Web.Publishing.targets, resulted in silent, unlogged failure. This is how we resolved them.…

Read this article

Guide for setting up TeamCity for Umbraco development

TeamCity is an awesome tool for automating builds, deploys, and tests. For each of our projects, we might have many developers/designers working away on a site. We needed a way for our dev site to stay up-to-date without someone having to manually push code. This is why we like TeamCity. We can set TeamCity up to watch our code repositories, automatically publish new changes, and run all sorts of unit tests without anyone lifting a finger. This is how to get it all set up.…

Read this article

How to find if Umbraco 7 Debugging is Enabled in AngularJS or Javascript in the Backoffice

When creating a new functionality in the Umbraco 7 backoffice such as a property editor or custom section, it is sometimes necessary to print out some debugging information to verify that the models are what you expect. This post describes how to check whether debugging is enabled in Umbraco 7 and then how to use that information in your AngularJS controllers and views.…

Read this article