Dialog windows are an often requirement for custom datatypes in the back office of Umbraco and for beginners, they can also be quite complicated. Once you get to know how they work and when to use them, you'll find yourself created them for more clients because they're a brilliant way of allowing clients to work with your custom data in a user friendly way. - read more.
31 May 2017
So you've created a package or a custom data type and it's going pretty well, you publish your changes and that works too. But then you make a change to the js and this time it hasn't updated, console logs aren't coming through and everything you try just doesn't seem to get the updates to work on the live site. What's wrong? The good news is, it's a simple fix. - read more.
30 May 2017
It's a simple one and can be done by using a regular link with a small bit of JavaScript and you shouldn't need any dependencies. - read more.
28 May 2017
- 1 Comments
I've just upgraded Visual Studio and I'm getting this problem, most answers seem to be 'run the installer again and choose repair'. This didn't work for me. Here's what did. - read more.
12 May 2017
A short 'how to' on making jQuery unobtrusive validation work for elements that you've dynamically added to the DOM. - read more.
29 Mar 2017
- 6 Comments
We've all been there, set with the task to ask the user if they're sure they really want to go go back and loose the work/information on the current screen. The trouble is that if you were to Google search for just that, you'd find almost every answer says you need some sort of custom handler for each device. We can't accept that can we? Will we? No. - read more.
8 Mar 2017
- 8 Comments
Another annoying but simple to fix issue with installing Firebase Cloud Messaging on a Xamarin Forms project and getting it running. - read more.
22 Feb 2017
Why does the System.TypeLoadException: Could not resolve type with token 0100017e error happen and how to fix it. - read more.
24 Jan 2017
Sometimes pops up during a build and remains persistent on a random line that has nothing to do with what it actually means. Fixing this error could be a massive waste of time for such a simple fix, if only you knew that this is yet another one of those typical Visual Studio errors that no not mean what they say and actually mean something completely different. - read more.
15 Jan 2017
- 1 Comments
See how to replace the Xamarin Header/Navigation bar in Android iOS and Windows Phone with a custom view/template that lets to define it once for it to work on every page. A very simple and awesome solution. - read more.
10 Jan 2017
- 14 Comments