IE 11 doPostPack and JavaScript Errors

IE 11 doPostPack and JavaScript Errors

A bug in the old browser definition files that shipped with .NET 2 and .NET 4 seems to affect IE 10 and 11 with regard to postback of links.  Basically, your web site isn't able to run javascript! This code snippet will show you how to fix this issue if a hot fix or patch on the server is not possible.…

Read this article

The Umbraco Advent Calendar is Back!

The Umbraco Advent Calendar is Back!

If you are an Umbraco developer, designer, or user you have to take a visit to the 24 Days In Umbraco website. Its an amazing collection of articles, tutorials, and tips on how to get the most out of your Umbraco sites.…

Read this article

ProWorks Teams Up With Mindfly Design Studios for USDA Project

Umbraco Gold Partner and web development company ProWorks Corporation has teamed up with Washington-based company Mindfly Web Design Studios on a project for the Economic Research Service (ERS), an agency within the U.S. Department of Agriculture (USDA). ERS required services from an Umbraco Certified Gold Partner to improve their current Umbraco CMS implementation and website.…

Read this article

Disabling Request Validation in Umbraco CMS

In a recent upgrade of a very old Umbraco CMS WebForms site to 6.x I found a trick with getting the request validation disabled on a template level instead of for the entire web site through the web.config. I'm posting this blog because the original blog by Grant Thomas seems to have disappeared.  The blog was referenced on Stack Overflow and luckily its still available as a cache on Google.…

Read this article

How to Redirect the Umbraco Media Path to Another Location

How to Redirect the Umbraco Media Path to Another Location

Ever needed to change the location of where the media is stored to a second server on your network or to a CDN or something like Amazon S3?  This post should help you configure Umbraco to not only save the media in the backoffice correctly, but server the correct image urls.…

Read this article