Umbraco Jupiter Plugins - Part 2 - Routing

This is the second blog post in a series of posts relating to building plugins for Umbraco v5 (Jupiter). Related Posts: Umbraco Jupiter Plugins – Part 1 Disclaimer This post is about developi…

Read this article

Custom ‘Actions’ (Context menu items) in Umbraco Jupiter

If you have created a custom tree in Umbraco 4.x then you would have probably created a custom context menu item (‘Action’) and realized that they are uniquely defined by a single character. You’ve pr…

Read this article

Registering custom components in IoC for Umbraco 5 plugins

Sometimes you might need to add some of your own components to the IoC container in Umbraco 5 for your plugins to function. We’ve made this extremely easy to do and it only requires 2 steps: Create a…

Read this article

Umbraco Jupiter Plugins - Part 5 - Surface Controllers

This is the fifth blog post in a series of posts relating to building plugins for Umbraco v5 (Jupiter). This post will explain what a Surface Controller is, what they can be used for and how to create…

Read this article

Umbraco Jupiter Plugins - Part 1

This is the first blog post in a series of posts relating to building plugins for Umbraco v5 (Jupiter) Disclaimer This post is about developing for Umbraco v5 (Jupiter) which at the time of this pos…

Read this article

Umbraco Jupiter Plugins - Part 4 - Editors

This is the fourth blog post in a series of posts relating to building plugins for Umbraco v5 (Jupiter). This post will show you how to get started with building an editor. An Editor is the term used…

Read this article

MVC in Umbraco v4

After the announcement of discontinuing Umbraco v5 development during this years Code Garden 2012 conference, the biggest question seemed to be: What will happen with ASP.Net MVC and Umbraco. We held…

Read this article

Umbraco Jupiter Plugins - Part 3 - Trees

This is the third blog post in a series of posts relating to building plugins for Umbraco v5 (Jupiter).  This post will show you how to get started with building a tree. A more in-depth example i…

Read this article

Umbraco v5 Surface Controller Forms

This post will show you how to create a form in Umbraco v5 using Surface Controllers. The information in this post assumes that you are familiar with Surface Controllers (see this previous post if not…

Read this article

Hijacking Umbraco routes

DISCLAIMER! This blog post relates to the latest source code of Umbraco v5 and will not work in Umbraco 5.0.0. Unfortunately due to my own mistakes which I take full credit for (#h5is) in fixing a la…

Read this article