﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <title>Blog netaddICTs</title>
    <link>http://netaddicts.be/blog.aspx</link>
    <language>nl-BE</language>
    <copyright />
    <pubDate>Sun, 05 Feb 2012 20:43:58 GMT</pubDate>
    <lastBuildDate>Sun, 05 Feb 2012 20:43:58 GMT</lastBuildDate>
    <generator>Raccoom rss generator, website http://raccoom.sytes.net, email chrisdarebell@msn.com</generator>
    <ttl>100</ttl>
    <item>
      <title>Building custom umbraco sections</title>
      <description>&lt;p&gt;Filling the gap of the umbraco.tv series on building custom sections: &lt;a href="/articles/building-a-custom-section-to-manage-external-data.aspx"&gt;Find out how to build a multilevel custom tree using the Northwind database&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2009/12/24/building-custom-umbraco-sections.aspx</link>
      <author>Dirk</author>
      <pubDate>Tue, 05 Jan 2010 12:08:31 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1583.aspx</guid>
    </item>
    <item>
      <title>Quick comparison: document api vs nodeFactory</title>
      <description>&lt;p&gt;A small comparison of using the document api versus the nodeFactory class for displaying umbraco data on the front end. Read more about it &lt;a href="{localLink:1544}"&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2009/12/7/quick-comparison-document-api-vs-nodefactory.aspx</link>
      <author>Dirk</author>
      <pubDate>Mon, 07 Dec 2009 10:06:05 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1547.aspx</guid>
    </item>
    <item>
      <title>Macro parameter chaining</title>
      <description>&lt;p&gt;Did you know you can do parameter chaining on macros? Don&amp;#39;t know the concept? &lt;a href="{localLink:1531}"&gt;Read on&lt;/a&gt;!&lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2009/9/8/macro-parameter-chaining.aspx</link>
      <author>Dirk</author>
      <pubDate>Tue, 08 Sep 2009 18:58:09 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1528.aspx</guid>
    </item>
    <item>
      <title>translation features in umbraco</title>
      <description>A client of mine was asking how he had to use the translation features in umbraco. Honestly, I haven&amp;#39;t used it before but have started to explore how those features can be used in umbraco. Have a look at &lt;a href="{localLink:1505}"&gt;this article&lt;/a&gt; and let me know your thoughts on the last question.</description>
      <link>http://netaddicts.be/blog/2009/7/14/translation-features-in-umbraco.aspx</link>
      <author>Administrator</author>
      <pubDate>Tue, 14 Jul 2009 20:21:50 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1506.aspx</guid>
    </item>
    <item>
      <title>Fixed blog</title>
      <description>Wow, just notices how long it took since my last blog post. I'm back, and reason for my delay was an error in my umbraco installation which disabled my blogging platform. Quite of annoying, but it's back up and running.&lt;br /&gt;&lt;br /&gt;And whilst I'm here, I might as well share a new umbraco package action I've been working on as part of my spare project 'Protected Media'. It's a package action which allows to inject a complete section into your website's web.config. &lt;a href="{localLink:1489}"&gt;Read the complete article here&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;I'll also share the code to be included in the wonderful Package Actions Contrib project mainly run by Richard. I'll also cross post on the wiki just in case...&lt;br /&gt;&lt;br /&gt;Oh, and I might be my last post...&lt;br /&gt;&lt;br /&gt;before revamping this site. I got a little bored with the current design... which is basically a Wordpress theme I've slighlty adapted to fit my blogging needs...&lt;br /&gt;</description>
      <link>http://netaddicts.be/blog/2009/7/7/fixed-blog.aspx</link>
      <author>Dirk</author>
      <pubDate>Tue, 07 Jul 2009 20:06:43 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1488.aspx</guid>
    </item>
    <item>
      <title>Protected media goes Codeplex</title>
      <description>Hi all,&lt;br /&gt;&lt;br /&gt;It&amp;#39;s been a while since last blog post. Guess I must have been busy doing great stuff. And I have. It&amp;#39;s been two fantastic month building umbraco sites and add on packages. And that&amp;#39;s the reason for this new blog post.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve been asked too many times now when the &amp;#39;protected media&amp;#39;, which I&amp;#39;ve demoed at the last Benelux user group meeting, would be packaged up for the community. It still hasn&amp;#39;t been :(&amp;nbsp;&lt;br /&gt;&lt;br /&gt;And for that reason, I&amp;#39;ve decided to go &lt;a href="http://pm4umbraco.codeplex.com" target="_blank"&gt;open source&lt;/a&gt; with this package to let the wonderful umbraco community participate in the design and implementation. &lt;br /&gt;&lt;br /&gt;If it&amp;#39;s still unclear what protected media is all about, read up &lt;a href="{localLink:1398}"&gt;this article on this site&lt;/a&gt;. If you&amp;#39;d like to contribute to the project, feel free to contact me at dirk@netaddicts.be and I&amp;#39;ll be happy to add you to the list of developers.&lt;br /&gt;&lt;br /&gt;Be aware though, current code is far from complete and it&amp;#39;s been ported from old v3 code (for which it was originally designed)...&lt;br /&gt;&lt;br /&gt;I will also continue to work on this and other projects in the future.</description>
      <link>http://netaddicts.be/blog/2009/5/30/protected-media-goes-codeplex.aspx</link>
      <author>Dirk</author>
      <pubDate>Sat, 30 May 2009 19:13:14 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1483.aspx</guid>
    </item>
    <item>
      <title>Xslt debugging</title>
      <description>&lt;p&gt;Hi all umbracians... Yesterday, I was able to debug some xslt from an umbraco powered website. It turned out not to be as difficult as I though it would have been... &lt;a href="{localLink:1450}"&gt;Here&amp;#39;s what I&amp;#39;ve done to get xslt debugging working using umbraco&amp;#39;s latest nightly build combined with Warren&amp;#39;s excellent CWS2 package&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Feel free to add some comments, I&amp;#39;m sure other solutions are possible... It would be great to hear about those as well. &lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2009/3/19/xslt-debugging.aspx</link>
      <author>Dirk</author>
      <pubDate>Thu, 19 Mar 2009 09:33:18 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1451.aspx</guid>
    </item>
    <item>
      <title>umbraco and Lucene.net</title>
      <description>&lt;p&gt;I&amp;#39;ve recently been involved in a small project that required some advanced search functionalities. I&amp;#39;ve bundled my experiences in a &lt;a href="{localLink:1435}"&gt;Short article and tips on using search facilities in umbraco using Lucene.net&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2009/3/17/umbraco-and-lucenenet.aspx</link>
      <author>Dirk</author>
      <pubDate>Tue, 17 Mar 2009 17:11:05 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1436.aspx</guid>
    </item>
    <item>
      <title>umbraco quick tip #1: umbracoUrlAlias and specifying complete new path</title>
      <description>&lt;p&gt;Lots of people are aware of those nifty hidden gems in umbraco. And today I&amp;#39;ll introduce another one which I came across a few days ago. It&amp;#39;s the &amp;#39;umbracoUrlAlias&amp;#39; property alias. It can be useful in cases where you&amp;#39;d like to restructure some parts of the umbraco content tree. Let&amp;#39;s take an news section example and start from this:&lt;br /&gt;&lt;br /&gt;-Content&lt;br /&gt;--News&lt;br /&gt;---2009&lt;br /&gt;----4&lt;br /&gt;-----8&lt;br /&gt;------&lt;strong&gt;A news item created on March 8th&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Assume your client want to keep the tree structure as is (As it makes it easy for him/her to know when posts have been created/updated, but doesn&amp;#39;t want users who visit the site to enter the complete path &lt;strong&gt;/news/2009/4/8/a-news-item-created-on-martch-8-th.aspx&lt;/strong&gt;. Instead, the user should be able to enter &lt;strong&gt;/news/a-news-item-created-on-march-8-th.aspx&lt;/strong&gt;. &lt;br /&gt;&lt;br /&gt;In this case, &amp;#39;&lt;strong&gt;umbracoUrlAlias&lt;/strong&gt;&amp;#39; migth become the programmer&amp;#39;s best friend. All you need to do is to have an extra property of type &amp;#39;textstring&amp;#39;, and alias = &amp;#39;umbracoUrlAlias&amp;#39;. For each of the news item, enter news/name-of-the-item (Replace name-of-the-item with the corresponding new item&amp;#39;s node name, &lt;strong&gt;NO LEADIND SLASH AND&lt;/strong&gt; &lt;strong&gt;DO NOT ADD THE .ASPX EXTENSION&lt;/strong&gt;) and the news item will also be available from /news/name-of-the-item.aspx.&lt;br /&gt;&lt;br /&gt;Ok, got it?&lt;br /&gt;&lt;br /&gt;Let&amp;#39;s add another example (a real life example I ran into last week) where I am dealing with profiles (Basically, people that register on the site) and projects (People can add any number of projects). Content tree had to be structured as:&lt;br /&gt;&lt;br /&gt;-Content&lt;br /&gt;--Profiles&lt;br /&gt;---Profile-1&lt;br /&gt;---Profile-2&lt;br /&gt;----Projects&lt;br /&gt;-----&lt;strong&gt;Project-1&lt;/strong&gt;&lt;br /&gt;----Other stuff folder&lt;br /&gt;---Profile-3&lt;br /&gt;&lt;br /&gt;and so...&lt;br /&gt;&lt;br /&gt;In this case, &amp;#39;Project-1&amp;#39; is available from the address &lt;strong&gt;/profiles/profile-2/projects/project-1.aspx&lt;/strong&gt; whereas the client requested that a project is always available from the address &lt;strong&gt;/projects/project-1.aspx&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;Solution: Again, add a new property of &amp;#39;textstring&amp;#39; type, alias = &amp;#39;umbracoUrlAlias&amp;#39; and enter projects/project-1 in the field (for project-1 that is).&lt;br /&gt;&lt;br /&gt;Pretty neat stuff, isn&amp;#39;t that?&lt;br /&gt;&lt;br /&gt;And it&amp;#39;s not finished yet. Assume &amp;#39;Project-1&amp;#39; has a number of child nodes as in following tree structure:&lt;br /&gt;&lt;br /&gt;-Content&lt;br /&gt; --Profiles&lt;br /&gt; ---Profile-1&lt;br /&gt; ---Profile-2&lt;br /&gt; ----Projects&lt;br /&gt; -----Project-1&lt;br /&gt;------&lt;strong&gt;Child-1&lt;/strong&gt;&lt;br /&gt;------&lt;strong&gt;Child-2&lt;/strong&gt;&lt;br /&gt;----Other stuff folder&lt;br /&gt; ---Profile-3&lt;br /&gt;&lt;br /&gt;Both child nodes will be available from&lt;strong&gt; /profiles/profile-2/projects/project-1/child-1.aspx&lt;/strong&gt; (&lt;strong&gt;/profiles/profile-2/projects/project-1/child-2.aspx&lt;/strong&gt;) as from &lt;strong&gt;/projects/project-1/child-1.aspx&lt;/strong&gt; (&lt;strong&gt;/projects/project-1/child-1.aspx&lt;/strong&gt;) without the need to add the property for those child nodes.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Bottom line: It doesn&amp;#39;t matter how deep the content is stored inside umbraco, it can always be retrieved using a much more simple url/path if you&amp;#39;re adding a &amp;#39;umbracoUrlAlias&amp;#39; property&lt;/strong&gt;. &lt;br /&gt;&lt;br /&gt;Happy coding!&lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2009/3/8/umbraco-quick-tip-1-umbracourlalias-and-specifying-complete-new-path.aspx</link>
      <author>Dirk</author>
      <pubDate>Sun, 08 Mar 2009 19:24:12 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1423.aspx</guid>
    </item>
    <item>
      <title>umbraco podcast #8</title>
      <description />
      <link>http://netaddicts.be/blog/2009/3/4/umbraco-podcast-8.aspx</link>
      <author>Dirk</author>
      <pubDate>Wed, 04 Mar 2009 08:06:30 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1419.aspx</guid>
    </item>
    <item>
      <title>umbraco MVP 2008/2009</title>
      <description>Although not yet officially stated, I&amp;#39;ve been awarded with the umbraco MVP status for 2008/2009. I&amp;#39;ve received a nice and friendly mail from Niels confirming my new status last November just before I left for the level 2 training in Copenhagen. For that matter, I&amp;#39;ve added a second badge on the home page. Shameless self-promotion, but man, I&amp;#39;m sooo really proud of this.</description>
      <link>http://netaddicts.be/blog/2009/2/25/umbraco-mvp-20082009.aspx</link>
      <author>Dirk</author>
      <pubDate>Wed, 25 Feb 2009 08:43:30 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1410.aspx</guid>
    </item>
    <item>
      <title>Protecting media files from unauthorized downloading</title>
      <description>&lt;p&gt;A small introduction to a new package which is currently still in development. It has been demoed at the Benelux user group meeting last Saturday in A&amp;#39;dam.&lt;/p&gt;&lt;p&gt;&lt;a href="{localLink:1398}"&gt;&amp;#39;How to protect your media files from unauthorized downloading&amp;#39;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;For more info and links to other presentations and demo, follow &lt;a href="http://umbraco.org/blog/2009/2/23/benelux-umbraco-meetup" title="Benelux umbraco meetup (A'dam)"&gt;this link&lt;/a&gt;  &lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2009/2/24/protecting-media-files-from-unauthorized-downloading.aspx</link>
      <author>Dirk</author>
      <pubDate>Tue, 24 Feb 2009 21:40:55 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1405.aspx</guid>
    </item>
    <item>
      <title>CMS Demo @ CMS Innovation 2008</title>
      <description>&lt;p&gt;Hi guys, it's been a while due to some heavy workload but have promised to write up a small blog post about our first demo experiences. First things first, here's some nice pictures taken while demoing (It must have been fun I guess...)&lt;/p&gt;&lt;p&gt;&lt;img src="/media/2226/3084406691_2d1709c79f_b_499x750.jpg"  width="499"  height="750" alt="CMS Innovation 2008 - 1"/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="/media/2231/3084405335_2aa8995e65_b_500x333.jpg"  width="500"  height="333" alt="CMS Innovation 2008 - 2"/&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="/media/2236/3084404087_78ff0c1806_b_500x333.jpg"  width="500"  height="333" alt="CMS Innovation 2008 - 3"/&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;  &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Last picture says it all... It was great. Didn't know what to expect, and didn't get as much audience as the other tracks, but we were quite satisfied with the result. I guess we've been heavily practising our presentation skills. Due to some stupid copy/paste action, I've removed the demo material from my local disk. I'll be sharing the material as soon... as I return from holidays.&lt;/p&gt;&lt;p&gt;What's more to expect when I get back: An article about the level 2 training experiences (Ok, that's three weeks ago, or even longer, but didn't find the time...), tips 'n' tricks I've learned and try to put into practice and much more.&lt;/p&gt;&lt;p&gt;Hope to see you soon!&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Dirk &lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2008/12/12/cms-demo-@-cms-innovation-2008.aspx</link>
      <author>Dirk</author>
      <pubDate>Wed, 31 Dec 2008 13:12:43 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1377.aspx</guid>
    </item>
    <item>
      <title>Happy 2009</title>
      <description>&lt;p&gt;A rather small blog post, with a single message:&lt;/p&gt;&lt;p&gt;Happy 2009! Let's hope 2009 will become another great umbraco year! &lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2008/12/31/happy-2009.aspx</link>
      <author>Dirk</author>
      <pubDate>Wed, 31 Dec 2008 13:12:13 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1388.aspx</guid>
    </item>
    <item>
      <title>umbraco demo op CM Innovation 2008</title>
      <description>&lt;p&gt;Op donderdag 4 december zullen Tim Geyssens (&lt;a href="http://www.nibble.be/"&gt;http://www.nibble.be&lt;/a&gt;) en ikzelf een demo geven over de nieuwste versie van umbraco v4. Meer informatie over CM Innovation 2008 kan u terugvinden op de site &lt;a href="http://cminnovation.eu/"&gt;http://cminnovation.eu/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Agenda: &lt;a href="http://development.webalive.net/cm-innovation/documents/agenda/track-1.xml?lang=nl"&gt;http://development.webalive.net/cm-innovation/documents/agenda/track-1.xml?lang=nl&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2008/11/26/umbraco-demo-op-cm-innovation-2008.aspx</link>
      <author>Dirk</author>
      <pubDate>Thu, 27 Nov 2008 21:55:57 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1358.aspx</guid>
    </item>
    <item>
      <title>Heading to CPH in three weeks from now</title>
      <description>&lt;p&gt;Oh yes, I&amp;#39;ve just booked my seat for the Level 2 training in three weeks from now. Have I told you how excited I am? I really am, I&amp;#39;ll be learning some neat new stuff about the latest umbraco release. Oh man, I can&amp;#39;t wait to leave (But I do like home as well...)&lt;/p&gt;&lt;a href="http://umbraco.org/blog/2008/10/29/umbraco-course-in-november---all-about-umbraco-4"&gt;http://umbraco.org/blog/2008/10/29/umbraco-course-in-november---all-about-umbraco-4&lt;/a&gt; &lt;p&gt;Do you attend the training as well? Do you want to share some beers? Leave a comment and we&amp;#39;ll find a way to organise a pre training get together!&lt;/p&gt;&lt;p&gt;Hope to meet you soon!&lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2008/10/29/heading-to-cph-in-three-weeks-from-now.aspx</link>
      <author>Dirk</author>
      <pubDate>Wed, 29 Oct 2008 18:11:42 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1213.aspx</guid>
    </item>
    <item>
      <title>Personal umbraco rambling</title>
      <description>&lt;p&gt;It&amp;#39;s been a fabulous month! Lots of stuff has been going on in the umbraco world:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&amp;deg; umbraco v4 is about to enter its beta 2 status.&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;It should be the last beta release before we go into the alpha stage. It has been a great release so far. New features which were introduced for v4 have been further developed and polished including the Live editing feature, master&amp;nbsp;pages support and support for document type inheritance. Each one of those features makes umbraco a real CMS killer application. Oh, and for those who don&amp;#39;t twitter, Niels has&amp;nbsp;also announced xslt debugging for umbraco&amp;nbsp;from within&amp;nbsp;vs.net and svn/tfs versioning support. Can&amp;#39;t wait to see that happen.&lt;br /&gt;&lt;br /&gt;umbraco has also be nominated for &amp;quot;Best Other Open Source CMS&amp;quot;. It&amp;#39;s no longer possible to vote for it!&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&amp;deg; Release of umbraco Pro.&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Excert taken from the umbraco.org website: &lt;br /&gt;&lt;br /&gt;&amp;quot;Umbraco pro is a commercial offering for every professional or company working on a professional level.&amp;quot;&lt;br /&gt;&lt;br /&gt;umbraco Pro includes both the &amp;quot;Courier&amp;quot; and &amp;quot;Concierge&amp;quot; products. If you don&amp;#39;t know about those new products, have a look &lt;a href="http://umbraco.org/products" title="umbraco Pro gives your project wings"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&amp;deg; CGUS08&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Last week, CGUS08 was held at Chicago. More than 30 participants have gathered to talk about all things umbraco. More info and presentation slides can be found on the official &lt;a href="http://umbraco.us"&gt;umbraco.us&lt;/a&gt; website.&lt;br /&gt;&lt;br /&gt;And, Richard who&amp;#39;s also contributing to the &lt;a href="http://www.codeplex.com/forum4umbraco"&gt;forum4umbraco project&lt;/a&gt; has won the Package contest. Congrats Richard! Great job! Ace package. Hope to see a live demo at one of our next Benelux umbraco user group meetings.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;strong&gt;&amp;deg; Doug Robar has joined the umbraco company as Evangelist.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Best man for the right job. Our top most poster on the umbraco forum has been appointed Evangelist. As from now one, Doug will spread the word about umbraco all over the world. He&amp;#39;s start conquering US... Congrats Doug and good luck on the job.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;strong&gt;&amp;deg; Last but not least, umbraco.tv has been launched...&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&amp;quot;Get instant access to more than 5 hours(!) of Umbraco Video tutorials made by umbraco founder Niels Hartvig and umbraco guru Per Ploug Hansen.&amp;quot;&lt;br /&gt;&lt;br /&gt;If you haven&amp;#39;t signed up yet, this is the time. Look &lt;a href="http://umbraco.tv/" title="umbraco.tv - core knowledge"&gt;here&lt;/a&gt; for more info.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And, what have I been doing lately. Hmm, I&amp;#39;ve been evaluating umbraco even more, been setting up some proof-of-concepts for our forum4umbraco project, in co-operation with Billy Koch and Richard Soeteman and have been thinking about some new cool &amp;#39;features&amp;#39; I&amp;#39;d like to work on during the coming weeks. Here&amp;#39;s my personal wish list:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;A validation framework&lt;/em&gt;&lt;/strong&gt; allowing to add validation to standard/custom datatypes. Image you need a date for a document, but wishes to restrict that date to a date in the future... Currently, this is not supported. I&amp;#39;ll be looking into this to see what is possible within the existing setup.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m also having a closer look at the new &lt;strong&gt;&lt;em&gt;.net event model&lt;/em&gt;&lt;/strong&gt;. Haven&amp;#39;t played much with it, but one thing I&amp;#39;m missing already is the ability to cancel events. For example, what if you wish to cancel a save operation because of... whatever. Could be anything. Might do some code hacking to prepare a proof-of-concept. I really think it would be&amp;nbsp;a bonus to the system. Just need to convince others... ;)&lt;br /&gt;&lt;br /&gt;Lately, we&amp;#39;ve had a discussion on document type inheritance. I didn&amp;#39;t like the idea at first as I&amp;#39;ve always found it more intuitive to create &amp;#39;Property sets&amp;#39; which can be reused by multiple document types. Ok, my idea didn&amp;#39;t make it, but I have been thinking about how to extend this functionality using the existing code base. So, I&amp;#39;ve been thinking about extending the existing data types to allow for a &amp;#39;&lt;strong&gt;&lt;em&gt;Combined datatypes&lt;/em&gt;&lt;/strong&gt;&amp;#39;, ie. having a custom datatype that is made up of other existing datatypes. Need to sort out some things first, but I might give it a shot sometime.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="http://www.codeplex.com/forum4umbraco"&gt;&amp;quot;forum4umbraco&amp;quot;&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;. Although it has been quiet lately, it surely doesn&amp;#39;t mean we haven&amp;#39;t been progressing. We&amp;#39;ve not written a single line of code, but we do know where we want to go. More about this later on.&lt;br /&gt;&lt;br /&gt;Enough for now.&amp;nbsp;Need to get to work again.&lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2008/10/13/personal-umbraco-rambling.aspx</link>
      <author>Dirk</author>
      <pubDate>Mon, 13 Oct 2008 19:38:36 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1199.aspx</guid>
    </item>
    <item>
      <title>the 'ultimate navigation'</title>
      <description>&lt;p&gt;A great idea, a great forum and community. Put those two together and you&amp;#39;ll get a new package, called the &amp;#39;ultimateNav&amp;#39;. Have a look at &lt;a href="{localLink:1195}"&gt;the article&lt;/a&gt;&amp;nbsp;about how to install and use it. If you think it could even be optimized or want something else to be included, feel free to add a comment &lt;a href="{localLink:1194}"&gt;here&lt;/a&gt;. I&amp;#39;m sure we can add some more useful stuff.&lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2008/10/12/the-'ultimate-navigation'.aspx</link>
      <author>Dirk</author>
      <pubDate>Sun, 12 Oct 2008 19:20:15 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1194.aspx</guid>
    </item>
    <item>
      <title>Codepicker v0.2</title>
      <description>&lt;p&gt;Our original &amp;#39;Code picker&amp;#39; that I&amp;#39;ve released a while ago has been adapted a bit. It&amp;#39;s now possible to also choose the column that will be used for content publishing whereas the first version expected a hard coded &amp;#39;Description&amp;#39; column.&lt;/p&gt;&lt;p&gt;For example: Assume we wish to let content editors choose from a list of available countries. Instead of using the standard dropdown list and entering the values manually, we&amp;#39;ll choose from a list of countries that are available in the database.&lt;/p&gt;&lt;p&gt;First, create a new table in the database &amp;#39;Countries&amp;#39;, holding two columns &amp;#39;Id&amp;#39; and &amp;#39;Description&amp;#39;. Secondly, create a new datatype called &amp;#39;Country picker&amp;#39; and set its render control to &amp;#39;Code picker&amp;#39; (Choose from the dropdown). Hit &amp;#39;Save&amp;#39; to enter the configuration options. From the available tables, choose the &amp;#39;Countries&amp;#39; table. Once table choosen, the system will look up all columns for that table. Choose the table that will hold the value that is published on &amp;#39;Save and Publish&amp;#39; of any content that will be created based on this datatype.&lt;/p&gt;&lt;p&gt;At this point, you&amp;#39;ll only need to drop a property of the newly created datatype &amp;#39;Country picker&amp;#39; onto any of your existing or new document types and you&amp;#39;re all set.&lt;/p&gt;&lt;p&gt;Currently, this datatype only supports MSSql. Still have to look into things needed to support MySql/VistaDb.&lt;/p&gt;&lt;p&gt;Any suggestions or comments are much appreciated. Please report bugs on the &lt;a href="http://forum.umbraco.org/yaf_postst6194_New-Package-Code-picker.aspx?find=unread" target="_blank"&gt;forum&lt;/a&gt; or in the comment form.&lt;/p&gt;&lt;p&gt;Best of all, the &amp;#39;Live editing&amp;#39; feature supports this new datatype. No strings attached! It has been tested on the latest build (Change set 39462)&lt;/p&gt;&lt;p&gt;Download the package &lt;a href="/media/830/codepicker_v0.2.zip"&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
      <link>http://netaddicts.be/blog/2008/9/9/codepicker-v02.aspx</link>
      <author>Dirk</author>
      <pubDate>Tue, 09 Sep 2008 20:46:08 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1184.aspx</guid>
    </item>
    <item>
      <title>Google chrome</title>
      <description>Amazing browser, fully compatible with umbraco v3 and v4. Guess I&amp;#39;ve found a new way of browsing the web. Fast, elegant, the way &amp;#39;I&amp;#39; want it to be.</description>
      <link>http://netaddicts.be/blog/2008/9/2/google-chrome.aspx</link>
      <author>Dirk</author>
      <pubDate>Tue, 02 Sep 2008 19:44:45 GMT</pubDate>
      <guid isPermaLink="true">http://netaddicts.be/1179.aspx</guid>
    </item>
  </channel>
</rss>
