<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>MC's BLOG</title>
	<atom:link href="http://blog.sitereactor.dk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sitereactor.dk</link>
	<description>A blog about developing sites in Umbraco, Sitecore and working with .NET</description>
	<lastBuildDate>Sun, 14 Mar 2010 20:44:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blog.sitereactor.dk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8a5dd04f32ac9c81f5f3ad9e6ed052b6?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>MC's BLOG</title>
		<link>http://blog.sitereactor.dk</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.sitereactor.dk/osd.xml" title="MC&#8217;s BLOG" />
	<atom:link rel='hub' href='http://blog.sitereactor.dk/?pushpress=hub'/>
		<item>
		<title>Google Analytics for Umbraco (package update)</title>
		<link>http://blog.sitereactor.dk/2010/03/14/google-analytics-for-umbraco-package-update/</link>
		<comments>http://blog.sitereactor.dk/2010/03/14/google-analytics-for-umbraco-package-update/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 16:56:58 +0000</pubDate>
		<dc:creator>Morten Christensen</dc:creator>
				<category><![CDATA[Umbraco]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.sitereactor.dk/?p=111</guid>
		<description><![CDATA[I thought it was about time to blog about the latest version of my Google Analytics package for Umbraco, here, a couple of weeks after it has been released on our.umbraco.org.
It seems I haven&#8217;t blogged since august 2009, so excuse me if I&#8217;m a bit rusty.
Let me take a stroll down memory lane to CodeGarde&#8217;09 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=111&subd=elpadrinodk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I thought it was about time to blog about the latest version of my Google Analytics package for Umbraco, here, a couple of weeks after it has been released on <a title="Package download on our.umbraco.org" href="http://our.umbraco.org/projects/google-analytics-for-umbraco" target="_blank">our.umbraco.org</a>.</p>
<p>It seems I haven&#8217;t blogged since august 2009, so excuse me if I&#8217;m a bit rusty.</p>
<p>Let me take a stroll down memory lane to CodeGarde&#8217;09 when the package was first showcased and actually won the prize for best package, which I&#8217;m clearly very proud off. I have been getting very good feedback ever since, and this has really motivated me to make the package even greater.<br />
First release included some basic reports that you would also find in Google Analytics when logging in and clicking the main sections (Dashboard, Visitors, Traffic Sources, Content and Goals), and the charts was made using the Google Chart API &#8211; so Google all the way <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  It covered a basic need to view basic statistics within Umbraco, but wasn&#8217;t really all that flexible.</p>
<p>After CodeGarden&#8217;09 I started the initial work to rewrite the package to make it more flexible and enable the ability to create custom reports, which had been a goal of mine since day one or two. Okay, maybe not from the first couple of days, as my first goal was to create a simple statistics section in Umbraco while learning how to create a custom section, which I had never done before. Version 1 of the package was very much a learning process for me. So after having gone through the learning process of version 1 I was ready to pursue my second goal: Create a killer Google Analytics package.</p>
<p>To fulfill my second goal I would have to implement the following features:</p>
<ul>
<li>Custom Reports</li>
<li>Flash Charts</li>
<li>Umbraco DataType</li>
</ul>
<p>These features seemed somewhat simple at the time, but turned out to be very time consuming to make.<br />
Creating custom reports based on 47 predefined Metrics and 65 predefined Dimensions makes up for a s**t load of combinations, so I had to come up with a way to calculate the results as a single integer, an average, a percentage and time. I think I have tested something like 90% of the reports, which are available through Google Analytics by default and it seems that my model works (so far anyway &#8211; I dread multi-series reports).</p>
<p>Next feature was the Flash charts. Flash charts are simply more flashy then static images, so I chose to go with <a title="Fusion Charts Free" href="http://www.fusioncharts.com/free/" target="_blank">Fusion Charts Free</a> for the implementation because 1.they are free and open source, 2.they are super nice and 3.there is an impressive amount of charts available to work with. So far I have only implemented the Single Line chart, 2D &amp; 3D Pie chart and Bar chart, but hope to implement more. Luckily it will be easy to add more charts, as I have created a C# wrapper for the properties that make up the Flash object.<br />
I have kept the Google Chart API implementation for the summary charts, but also implemented as objects in my model.</p>
<p>The Data Type was one of the most requested features in the package forums on <a title="Package download on our.umbraco.org" href="http://our.umbraco.org/projects/google-analytics-for-umbraco" target="_blank">our.umbraco.org</a>, so clearly I wanted to implement this as well and it is a very cool feature to have. I would love to be able to add a statistics-tab to my Document Types and see how many pageviews, visits etc. my content got.</p>
<p>With the main features down the only hurdle to overcome was the time factor. I originally thought I would be able to post an update in August 2009, but didn&#8217;t have enough time so maybe October was more realistic, but no. I kept pushing the release because I didn&#8217;t have enough time to dedicate to the project, and only worked on it from time to time during weekends.<br />
The new year came and I had got a lot of work done, and when the feb16 birthday event was announced it was great opportunity to prep a release. The implementation of the different charts was done, and ability to create custom reports was also ready. Only some small features was still needing some polish, and the Data Type.<br />
I thought to myself that I must release this package (give the people what they want) very soon, so I set a deadline for February 26. for release of the reworked package.</p>
<p>For the feb16 birthday event I demoed the new and hugely improved package in Copenhagen, which seemed to go okay. The crowd was really really quite, but I&#8217;m hoping it was because they were speechless <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I announced that the package would be released on <a title="Package download on our.umbraco.org" href="http://our.umbraco.org/projects/google-analytics-for-umbraco" target="_blank">our.umbraco.org</a> on feb 26. so the heat was on. The following 10 days I coded like a crazy to make my deadline, and I started creating teasers for the package to rise awareness and to further pressure myself.</p>
<p>Version 1.0.6 was released on feb.26th. and was very well received. The installer was updated a couple of days later, so <strong>current version is 1.0.7</strong>.</p>
<p>Current features include:</p>
<ul>
<li>32 Standard Reports</li>
<li>Custom Reports</li>
<li>Data Type (choose any report)</li>
<li>Switch between multiple profiles for accounts available through credentials (google account)</li>
<li>Flash Charts based on Fusion Chart Free (Single line-, 2D &amp; 3D Pie- and Bar charts)</li>
<li>Static Charts for summary views (based on Google Charts API)</li>
<li>Tables for viewing things like Content by Visits, Browser types, version etc.</li>
<li>Sorting of reports (Umbraco tree)</li>
<li>Sorting of charts within a report</li>
<li>Editing of existing charts within a report</li>
<li>Delete charts from a report</li>
<li>Delete reports</li>
<li>Change icons for reports in tree</li>
</ul>
<p>Here are links to the 10 teasers, which I created during the last 10 days of development:</p>
<p><strong>Installing the Package</strong>: <a rel="nofollow" href="http://screenr.com/EHh">http://screenr.com/EHh</a><br />
<strong>Accounts  &amp; Profiles</strong>: <a rel="nofollow" href="http://screenr.com/3jx">http://screenr.com/3jx</a><br />
<strong>Editing  Reports</strong>: <a rel="nofollow" href="http://screenr.com/q3x">http://screenr.com/q3x</a> and <a rel="nofollow" href="http://screenr.com/Mix">http://screenr.com/Mix</a><br />
<strong>Data  Type</strong>: <a rel="nofollow" href="http://screenr.com/gbx">http://screenr.com/gbx</a> and <a rel="nofollow" href="http://screenr.com/8vx">http://screenr.com/8vx</a><br />
<strong>Sorting  Reports</strong>: <a rel="nofollow" href="http://screenr.com/Szx">http://screenr.com/Szx</a><br />
<strong>Changing  Icons</strong>: <a rel="nofollow" href="http://screenr.com/4cx">http://screenr.com/4cx</a><br />
<strong>Custom  Reports</strong>: <a rel="nofollow" href="http://screenr.com/k4x">http://screenr.com/k4x</a></p>
<p>I hope you find this package useful! I really enjoyed making it, and thanks for all the wonderful feedback!<br />
If you have any suggestions for updates or additions, please feel free to add a request on the forums. Please also feel free to share your custom reports, as I would love to see which reports others use.</p>
<p><a title="Package download on our.umbraco.org" href="http://our.umbraco.org/projects/google-analytics-for-umbraco" target="_blank"><strong>Google Analytics for Umbraco version 1.0.7</strong></a></p>

<a href='http://blog.sitereactor.dk/2010/03/14/google-analytics-for-umbraco-package-update/sitereactor-googleanalytics-dashboard/' title='Sitereactor.GoogleAnalytics-Dashboard'><img width="150" height="111" src="http://elpadrinodk.files.wordpress.com/2010/03/sitereactor-googleanalytics-dashboard.jpg?w=150&#038;h=111" class="attachment-thumbnail" alt="" title="Sitereactor.GoogleAnalytics-Dashboard" /></a>
<a href='http://blog.sitereactor.dk/2010/03/14/google-analytics-for-umbraco-package-update/sitereactor-googleanalytics-datatype/' title='Sitereactor.GoogleAnalytics-DataType'><img width="150" height="147" src="http://elpadrinodk.files.wordpress.com/2010/03/sitereactor-googleanalytics-datatype.jpg?w=150&#038;h=147" class="attachment-thumbnail" alt="" title="Sitereactor.GoogleAnalytics-DataType" /></a>
<a href='http://blog.sitereactor.dk/2010/03/14/google-analytics-for-umbraco-package-update/sitereactor-googleanalytics-pagespecificreport/' title='Sitereactor.GoogleAnalytics-PageSpecificReport'><img width="150" height="146" src="http://elpadrinodk.files.wordpress.com/2010/03/sitereactor-googleanalytics-pagespecificreport.jpg?w=150&#038;h=146" class="attachment-thumbnail" alt="" title="Sitereactor.GoogleAnalytics-PageSpecificReport" /></a>
<a href='http://blog.sitereactor.dk/2010/03/14/google-analytics-for-umbraco-package-update/sitereactor-googleanalytics-reports/' title='Sitereactor.GoogleAnalytics-Reports'><img width="61" height="150" src="http://elpadrinodk.files.wordpress.com/2010/03/sitereactor-googleanalytics-reports.jpg?w=61&#038;h=150" class="attachment-thumbnail" alt="" title="Sitereactor.GoogleAnalytics-Reports" /></a>
<a href='http://blog.sitereactor.dk/2010/03/14/google-analytics-for-umbraco-package-update/sitereactor-googleanalytics-visitortrending/' title='Sitereactor.GoogleAnalytics-VisitorTrending'><img width="150" height="133" src="http://elpadrinodk.files.wordpress.com/2010/03/sitereactor-googleanalytics-visitortrending.jpg?w=150&#038;h=133" class="attachment-thumbnail" alt="" title="Sitereactor.GoogleAnalytics-VisitorTrending" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elpadrinodk.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elpadrinodk.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elpadrinodk.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elpadrinodk.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elpadrinodk.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elpadrinodk.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elpadrinodk.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elpadrinodk.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elpadrinodk.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elpadrinodk.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=111&subd=elpadrinodk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sitereactor.dk/2010/03/14/google-analytics-for-umbraco-package-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f305913988b266785d5fc76dda14ff62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Morten Christensen</media:title>
		</media:content>
	</item>
		<item>
		<title>Do you feel obligated to open source your Umbraco package?</title>
		<link>http://blog.sitereactor.dk/2009/08/27/do-you-feel-obligated-to-open-source-your-umbraco-package/</link>
		<comments>http://blog.sitereactor.dk/2009/08/27/do-you-feel-obligated-to-open-source-your-umbraco-package/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 20:10:28 +0000</pubDate>
		<dc:creator>Morten Christensen</dc:creator>
				<category><![CDATA[Umbraco]]></category>
		<category><![CDATA[Discussion]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Packages]]></category>

		<guid isPermaLink="false">http://blog.sitereactor.dk/?p=95</guid>
		<description><![CDATA[I have been thinking about this subject for some time now, but todays tweets got me thinking and I thought I&#8217;d write up a post to hopefully stir up some discussion.
Maybe I should start off by saying that i&#8217;m not a money hungry developer, but I think that we can all agree that even though [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=95&subd=elpadrinodk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I have been thinking about this subject for some time now, but todays tweets got me thinking and I thought I&#8217;d write up a post to <strong>hopefully stir up some discussion</strong>.</p>
<p>Maybe I should start off by saying that i&#8217;m not a money hungry developer, but I think that we can all agree that even though we are working with an open source CMS, we have to make money some how some way. Of course we get paid when developing a customer solution, but it seems to me that things are a bit different when developing addons, plugins, packages, datatypes and everything else that has been developed by and for the Umbraco community.</p>
<p>Currently there are two packages available for purchase in the Umbraco store, and I counted 68 packages on our.umbraco.org today.<br />
Don&#8217;t get me wrong, I love the fact that so many people are contributing with a lot of great stuff that is free to install and use. I personally used <strong>Warren</strong>&#8217;s <strong>CWS</strong> package to get up to speed on Umbraco v.4 after not having used Umbraco since v.3.0.3. I think it is a great resource, but I probably wouldn&#8217;t have bought it if it was only available for purchase in the Umbraco store. No offense Warren <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I myself started a pretty big project (at least for a spare time project) by developing Google Analytics for Umbraco, which is open sourced and thus free for all <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I thought about different models for getting a bit of return on creating a fairly large project, but ultimately decided that it should be open sourced. Partly because Google Analytics is already free to use, so it seem to be the best incentive to make the Umbraco package free as well &#8211; even though it might have greater value for some. Another part of the decision has to do with installbase and getting the package out there &#8211; won&#8217;t go into details, but sometimes its just nice to share your shit.<br />
<a title="Axendo website" href="http://www.axendo.nl" target="_blank">Axendo</a>, who have also created an Analytics plugin for Umbraco, have chosen to make a limited free version and a paid version, which I think is a cleaver thing to do. I hope the good guys at <strong>Axendo</strong> are not pissed of by me making my package open source and free, but hopefully they&#8217;ll still be able to sell their package, and they could actually use my source in their product should they want to do so in the future.<br />
I would personally find it cool if someone would want to adopt my Google Analytics for Umbraco package, and I would encourage all Solution Providers and Developers to make some money on implementing the Google Analytics section in customer solutions. In my latest offer to a new client I included a couple of packages from our.umbraco.org, which I think will be a win win situation for all: the client will get some very useful tools (free) and we (the solution provider) got some extra hours in on implementation.</p>
<p>Making a package free, open source or paid is ultimately up to the developer. One might think that because the CMS is free so should the addons. Well, not necessarily! Take a great addon like <strong>uCommerce</strong> which will definatly not be free, this product has a clear incentive for customers to buy it. I won&#8217;t go into details about uCommerce but I would love to hear <strong>Søren</strong>&#8217;s thoughts on selling an addon for an open source CMS <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Over the next six month I will be developing a couple of addons for Umbraco (got the ideas, just need the time), which will all be open source and made in my spare time. The main reason for these addons being open source is that the counter part or the part that will be integrated with Umbraco is also open source. I&#8217;m also hoping that the fact that the addons are free to install will help them spread and thus create a greater installbase. This could of course also be done with a limited free version and a paid full version, but I&#8217;m somehow not entirely sure that would work for the addons in question.<br />
So how do I get paid for spending a lot of spare time creating great addons? Should I get paid? Isn&#8217;t the gift of giving enough? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
Well, a sponsor-an-umbraco-dev program would be great but I don&#8217;t know who would actually sponsor my work, so maybe selling support/upgrades/feature request implementations would be a better solution?</p>
<p>I personally think that when the good guys at Umbraco start selling the Forms module, it will make it easier for other developers to sell their packages, addons, plugins or whatever. Would also love to hear <strong>Niels</strong>&#8216; thoughts on this &#8211; do you think that <strong>Umbraco Corp.</strong> in a sense will lead the pack and in some way encourage customers/users to pay for addons?<br />
When a customer sees what great stuff he can get for a reasonable amount of money he probably won&#8217;t have a problem paying for it even though he &#8220;bought&#8221; an open source CMS in the first place, right?</p>
<p>So what do you think? Do you feel obligated to open source your Umbraco package or simply make it available for free? Are all the packages on our.umbraco.org not worth paying for? Are you hoping that all packages for Umbraco will always be free to install and use?</p>
<p>Please share your thoughts, as I would love to hear what others think about this subject.</p>
<p><strong>Darren Ferguson</strong>, you are one of the few people with packages in the store. What are your thoughts?</p>
<p><strong>Tommy Poulsen</strong>, you are making a great addon with the PDF creator. Do you intend to sell this addon or contribute it as a free to use package on our.umbraco.org and why?</p>
<p>Other package developers: Do you ultimately feel it depends on the content/usability of the package whether it should be free or paid?</p>
<p>I hope I didn&#8217;t make this post too much about money, but rather what makes developers or solution providers choose to make an Umbraco package free, paid or open source and how they get compensated for their work (via implementation for example?).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elpadrinodk.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elpadrinodk.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elpadrinodk.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elpadrinodk.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elpadrinodk.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elpadrinodk.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elpadrinodk.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elpadrinodk.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elpadrinodk.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elpadrinodk.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=95&subd=elpadrinodk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sitereactor.dk/2009/08/27/do-you-feel-obligated-to-open-source-your-umbraco-package/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f305913988b266785d5fc76dda14ff62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Morten Christensen</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Analytics for Umbraco &#8211; First Beta</title>
		<link>http://blog.sitereactor.dk/2009/06/05/google-analytics-for-umbraco-first-beta/</link>
		<comments>http://blog.sitereactor.dk/2009/06/05/google-analytics-for-umbraco-first-beta/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 13:34:07 +0000</pubDate>
		<dc:creator>Morten Christensen</dc:creator>
				<category><![CDATA[Google API]]></category>
		<category><![CDATA[Umbraco]]></category>
		<category><![CDATA[beta release]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://blog.sitereactor.dk/?p=75</guid>
		<description><![CDATA[I&#8217;m happy to announce the first beta release of my Google Analytics plugin/section for Umbraco.
The development took a bit longer then first anticipated, but I think it turned out really well. There are still a few bugs, so I don&#8217;t recommend that you install it in a customer solution just yet. This first release is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=75&subd=elpadrinodk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the first beta release of my Google Analytics plugin/section for Umbraco.<br />
The development took a bit longer then first anticipated, but I think it turned out really well. There are still a few bugs, so I don&#8217;t recommend that you install it in a customer solution just yet. This first release <span style="text-decoration:underline;">is</span> a beta release, so first off you should just try it out and please feel free to report any bugs you might find.<br />
When I have had a chance to clean up the source code, and documenting it I will release the code as open source.</p>
<p>Currently known bugs are:<br />
When submitting a new date range the first click on the button doesn&#8217;t raise the click event of the button, so you have to make your selection again and click the button to refresh the view with your new date range (default date range si one month).<br />
I&#8217;m currently using Googles Chart API to display the charts, so the amount of data that can be displayed is limited.</p>
<p>At the bottom of this post you will find a link to download the files necessary to install the google analytics plugin. This is not a &#8220;normal&#8221; umbraco package that you can install from within the client, so need to unpack the files within the root directory of you umbraco installation.<br />
These files are included in the package:<br />
web.config<br />
umbracoAppInserts.sql<br />
umbracoAppTreeUpdate.sql (only needed if you have downloaded the package before &#8211; contains sql fix).<br />
bin\Google.GData.Analytics.dll<br />
bin\Google.GData.Client.dll<br />
bin\Sitereactor.GoogleAnalytics.dll<br />
config\Analytics\Analytics.config<br />
config\Analytics\AnalyticsChartProperties.config<br />
umbraco\config\lang\*.xml<br />
umbraco\statistics\StatContent.aspx</p>
<p>So, there are a couple of things that you have to be aware of when installing/unpacking these files.<br />
First off, the web.config file is just a standard umbraco web.config so be sure not to overwrite you own. This file is simply included to shown you how and where to configure the google analytics account that you want displayed within Umbraco.<br />
Under &lt;appSettings&gt; you have to add the following to your web.config file:<br />
&lt;add key=&#8221;GoogleAnalytics.Email&#8221; value=&#8221;email@gmail.com&#8221;/&gt;<br />
&lt;add key=&#8221;GoogleAnalytics.Passwd&#8221; value=&#8221;password&#8221;/&gt;<br />
&lt;add key=&#8221;GoogleAnalytics.ProfileId&#8221; value=&#8221;ga:profileid&#8221;/&gt;</p>
<p>These three entries are your Google Analytics credentials. If you are unsure of what your profileid number is, then login to analytics, click on the account you want shown within umbraco, click view report and the id value of the querystring is your profileid <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The umbracoAppInserts.sql file is a sql script that creates three entries in your umbraco database, which will make the Statistics section appear within umbraco. Before you run this script, open it up and replace [umbracodatabasename] with [your db name].</p>
<p>Finally, in &#8220;umbraco\config\lang\&#8221; I have included the newest language files (from the 4.0.2.1 release) as all of these files include a translation for &#8220;Statistics&#8221; (the name of the section). You only need to extract these to your umbraco\config\lang directory if the section name looks like this: [stats]</p>
<p>I have included the latest release build of the Google Analytics .NET API, which is needed to get access to and retrieve data from the service.</p>
<p>The Sitereactor.GoogleAnalytics assembly contains all my wonderfull code <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  -&gt; Connecting to and retrieving analytics data feeds, manipulating the data and forming URLs for retrieving Google Charts (check out the API <a title="Google Chart API" href="http://code.google.com/intl/da/apis/chart/" target="_blank">here</a>). If you have a suggestion for another Chart implementation then googles, please let me know (should be open source).<br />
All of this code will become open source very soon.</p>
<p>StatContent.aspx handles the analytics views within umbraco.</p>
<p>Analytics.config and AnalyticsChartProperties.config are used to configure the five views within the statistics section (Dashboard, Visitors, Traffic Sources, Content and Goals). These views are exactly what you find on the Google Analytics site with the only difference that it is currently not possible to click the statistics and get a detailed view (this will be included in a future release).<br />
The usage of &lt;section name=&#8221;Dashboard&#8221;&gt; and &lt;report name=&#8221;Pageviews&#8221; chartType=&#8221;" chartData=&#8221;" aggregateType=&#8221;"&gt; within the Analytics.config-file is currently strongly typed, so you shouldn&#8217;t mess to much with this file &#8211; if you change the name attribute something will break or not shown up <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The AnalyticsChartProperties.config-file you can go crazy with <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Values/InnerText only, though. Here, the size and color of small and large charts are specified. For example, a large SingleLineChart has a width of 500px and height of 125px, so if you want to increase that or maybe just change the color of the line, be my guest.</p>
<p>I think that was pretty much it. Let me know if you have any problems installing the section or experience bugs or differences in the datasets, please let me know (after you have double checked <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ). All feedback is appriciated.</p>
<p>Here are some screens of what to expect &#8211; file at the bottom.</p>

<a href='http://blog.sitereactor.dk/2009/06/05/google-analytics-for-umbraco-first-beta/umbracoanalytics-dashbaord-fk/' title='Dashboard - Analytics for Umbraco'><img width="150" height="147" src="http://elpadrinodk.files.wordpress.com/2009/06/umbracoanalytics-dashbaord-fk.png?w=150&#038;h=147" class="attachment-thumbnail" alt="Dashboard - Analytics for Umbraco" title="Dashboard - Analytics for Umbraco" /></a>
<a href='http://blog.sitereactor.dk/2009/06/05/google-analytics-for-umbraco-first-beta/umbracoanalytics-visitors-fk/' title='Visitors - Analytics for Umbraco'><img width="140" height="150" src="http://elpadrinodk.files.wordpress.com/2009/06/umbracoanalytics-visitors-fk.png?w=140&#038;h=150" class="attachment-thumbnail" alt="Visitors - Analytics for Umbraco" title="Visitors - Analytics for Umbraco" /></a>
<a href='http://blog.sitereactor.dk/2009/06/05/google-analytics-for-umbraco-first-beta/umbracoanalytics-content-fk/' title='Content - Analytics for Umbraco'><img width="150" height="140" src="http://elpadrinodk.files.wordpress.com/2009/06/umbracoanalytics-content-fk.png?w=150&#038;h=140" class="attachment-thumbnail" alt="Content - Analytics for Umbraco" title="Content - Analytics for Umbraco" /></a>
<a href='http://blog.sitereactor.dk/2009/06/05/google-analytics-for-umbraco-first-beta/umbracoanalytics-trafficsources-fk/' title='Traffic Sources - Analytics for Umbraco'><img width="140" height="150" src="http://elpadrinodk.files.wordpress.com/2009/06/umbracoanalytics-trafficsources-fk.png?w=140&#038;h=150" class="attachment-thumbnail" alt="Traffic Sources - Analytics for Umbraco" title="Traffic Sources - Analytics for Umbraco" /></a>
<a href='http://blog.sitereactor.dk/2009/06/05/google-analytics-for-umbraco-first-beta/umbracoanalytics-goals-fk/' title='Goals - Analytics for Umbraco'><img width="118" height="150" src="http://elpadrinodk.files.wordpress.com/2009/06/umbracoanalytics-goals-fk.png?w=118&#038;h=150" class="attachment-thumbnail" alt="Goals - Analytics for Umbraco" title="Goals - Analytics for Umbraco" /></a>

<p><strong><a title="Google Analytics for Umbraco - First Beta" href="http://our.umbraco.org/projects/google-analytics-for-umbraco" target="_blank">Download the package from our.umbraco.org</a>.</strong></p>
<p><strong>UPDATE: Package updated with sql insert and update script.<br />
</strong>Previous package had a typo in the umbracoAppInserts.sql script (the column &#8220;treeHandlerType&#8221; in the &#8220;umbracoAppTree&#8221; table had &#8220;loadStatTree&#8221; &#8211; should be &#8220;LoadStatTree&#8221;). Caused the five nodes not loading.</p>
<p>PS: This release was only been tested with umbraco v4.0.1. If you have trouble installing it with v3, please let me know and I&#8217;ll look into it.</p>
<p><strong>UPDATE (07/07-09):</strong> This blog post is a bit our of date with regards to the installation of the add-in for umbraco. Please look to the project page on our.umbraco.org for the latest package.<br />
Current package is GoogleAnalytics_1.0.2-fixed.zip.<br />
<strong><a href="http://our.umbraco.org/projects/google-analytics-for-umbraco">Google Analytics for Umbraco Project page</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elpadrinodk.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elpadrinodk.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elpadrinodk.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elpadrinodk.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elpadrinodk.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elpadrinodk.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elpadrinodk.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elpadrinodk.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elpadrinodk.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elpadrinodk.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=75&subd=elpadrinodk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sitereactor.dk/2009/06/05/google-analytics-for-umbraco-first-beta/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f305913988b266785d5fc76dda14ff62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Morten Christensen</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Analytics for Umbraco &#8211; First installment</title>
		<link>http://blog.sitereactor.dk/2009/04/26/google-analytics-for-umbraco-first-installment/</link>
		<comments>http://blog.sitereactor.dk/2009/04/26/google-analytics-for-umbraco-first-installment/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 19:49:03 +0000</pubDate>
		<dc:creator>Morten Christensen</dc:creator>
				<category><![CDATA[Umbraco]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Primer]]></category>

		<guid isPermaLink="false">http://blog.sitereactor.dk/?p=38</guid>
		<description><![CDATA[This is the first installment in a series about implementing google analytics (with the new data export api) in Umbraco, so you can get your sites statistics in your CMS (where it should be). This post only deals with getting the section up and running, so everything is prepared for the next installment, which will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=38&subd=elpadrinodk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>This is the first installment in a series about implementing google analytics (with the new data export api) in Umbraco, so you can get your sites statistics in your CMS (where it should be). This post only deals with getting the section up and running, so everything is prepared for the next installment, which will deal with the actual statistics.</p>
<p>As you can see in my previous post I have been giving a shot at porting the <a title="Google Analytics Data Export API" href="http://code.google.com/intl/da/apis/analytics/docs/" target="_blank">analytics api</a> to the <a title=".NET Client Library Developer's Guide" href="http://code.google.com/intl/da/apis/gdata/client-cs.html" target="_blank">.NET client library</a>. Having the availability of analytics in Googles .NET client library would make the code and usage much prettier <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  &#8230;. and it would probably make the implementation in a sysmtem like Umbraco much easier.</p>
<p>Well back to the topic. When I first saw the <a title="Attention Developers: Google Analytics API Launched!" href="http://analytics.blogspot.com/2009/04/attention-developers-google-analytics.html" target="_blank">announcement</a> of the analytics api I touhgt that an ideal implementation would be a CMS like Umbraco (or Sitecore for that matter), and when <a title="Niels Hartvigs twitter account" href="http://twitter.com/umbraco" target="_blank">Niels Hartvig</a> twitted about the challenge to create an analytics plugin for Umbraco I knew it was my calling. Okay, not a calling in a biblical sense, but an obvious excuse to get started.</p>
<p>So how do one get started&#8230; I thought the best solution would be to create a statistics section and keep the style of the Umbraco sections. Lucky for me there is predefined css classes and icon for a statistics section, so I can concentrate on how to implement the functionality.<br />
I haven&#8217;t actually created a new section before, so I started off by browsing the Umbraco forums for tips and inspiration, which I found in a two piece article on simm.dk &#8211; Part <a title="Making custom sections and trees inside Umbraco - Part I" href="http://www.simm.dk/umbraco-corner/articles/making-custom-sections-and-trees-inside-umbraco---part-i.aspx" target="_blank">one</a> &amp; <a title="Making custom sections and trees inside Umbraco - part II" href="http://www.simm.dk/umbraco-corner/articles/making-custom-sections-and-trees-inside-umbraco---part-ii.aspx" target="_blank">two</a>. The article shows which tables in the database needs to be updated with info on the new section, which was a great help to get started.</p>
<p>I started by creating a new entry for my statistics app in the umbracoApp table:</p>
<div id="attachment_40" class="wp-caption alignnone" style="width: 520px"><a href="http://elpadrinodk.files.wordpress.com/2009/04/dbo-umbracoapp.png"><img class="size-full wp-image-40" title="dbo-umbracoapp" src="http://elpadrinodk.files.wordpress.com/2009/04/dbo-umbracoapp.png?w=510&#038;h=211" alt="umbracoApp table view" width="510" height="211" /></a><p class="wp-caption-text">umbracoApp table view</p></div>
<p>The fields was filled with the following data:</p>
<ul>
<li>sortOrder: 9</li>
<li>appAlias: stats</li>
<li>appIcon: .traystats</li>
<li>appName: Statistics</li>
<li>appInitWithTreeAlias: NULL</li>
</ul>
<p>You can find a description of the diffirent fields in the article on simm.dk, so I won&#8217;t go too much into detail about the above. The important thing here is to note the &#8216;appAlias&#8217;, which is used to reference the application in the next two tables that also has to be updated with some data about the application. The classname &#8216;.traystats&#8217; is already present in the css, so we don&#8217;t need to change or anything special here &#8211; lucky me/us.</p>
<p>Next table that has to be changed in order for the statistics section to show in Umbraco is umbracoAppTree:</p>
<div id="attachment_43" class="wp-caption alignnone" style="width: 520px"><a href="http://elpadrinodk.files.wordpress.com/2009/04/dbo-umbracoapptree.png"><img class="size-full wp-image-43" title="dbo-umbracoapptree" src="http://elpadrinodk.files.wordpress.com/2009/04/dbo-umbracoapptree.png?w=510&#038;h=295" alt="umbracoAppTree table view" width="510" height="295" /></a><p class="wp-caption-text">umbracoAppTree table view</p></div>
<p>The fields was filled with the following data:</p>
<ul>
<li>treeSilent: False</li>
<li>TreeInitialize: True</li>
<li>treeSortOrder: 0</li>
<li>appAlias: stats</li>
<li>treeAlias: stats</li>
<li>treeTitle: Statistics</li>
<li>treeIconClosed: folder.gif</li>
<li>treeIconOpen: folder_o.gif</li>
<li>treeHandlerAssembly: Sitereactor.GoogleAnalytics</li>
<li>treeHandlerType: LoadStatTree</li>
<li>action: NULL</li>
</ul>
<p>Again you&#8217;ll find a very nice description of the different fields in the article on simm.dk. The most important part here is probably the  treeHandlerAssembly and treeHandlerType, which I have set to my custom assembly that will make up the Google Analytics section and the class which will load the tree (treeHandlerType) is set to LoadStatTree.<br />
The Open and Closed tree icons are is standard, as I don&#8217;t want to do anything special on this part as of now.</p>
<p>I want to make a special note on the appAlias, one thing that I missed in the articles on simm.dk. You might want to add a key of the appAlias to the language xmls, which are located in /umbraco/config/lang/ (en.xml for the english language), otherwise the title on the treelist could end up being just [stat] (which isn&#8217;t very pretty). Look for the following area tag:<br />
<code>&lt;area alias="sections"&gt;</code> and add the following key <code>&lt;key alias="stats"&gt;Statistics&lt;/key&gt;</code></p>
<p>The next table is easy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Its just mapping the user(s) to the app/section &#8211; in this case I only have a single admin user who I want to give access.</p>
<div id="attachment_46" class="wp-caption alignnone" style="width: 262px"><a href="http://elpadrinodk.files.wordpress.com/2009/04/dbo-umbracouser2app.png"><img class="size-full wp-image-46" title="dbo-umbracouser2app" src="http://elpadrinodk.files.wordpress.com/2009/04/dbo-umbracouser2app.png?w=252&#038;h=239" alt="umbracoUser2App table view" width="252" height="239" /></a><p class="wp-caption-text">umbracoUser2App table view</p></div>
<p>The default admin user id is zero, so just add that and the appAlias and the table editing is done.</p>
<p>Now on to the coding.</p>
<p>I started off by trying the code example in the last of the two articles on simm.dk, but couldn&#8217;t actually get it to work so I browsed through the Umbraco source code to see how the User and Member sections are built. The way these two classes (loadUsers and loadMembers) are built is fairly simple and you can find them plus all the other classes, which loads treelists in Umbraco in the following folder: umbraco 4.0.1 source\umbraco\presentation\umbraco\Trees.<br />
So to setup the code that loads the tree menu I created a class, which implements BaseTree &#8211; an abstract class that implements the ITree interface.<br />
Example: <em>public class LoadStatTree : BaseTree</em></p>
<p>This implementation implies that the following three clases are implemented in the LoadStatTree class:</p>
<ul>
<li>protected override void CreateRootNode(ref XmlTreeNode rootNode)</li>
<li>public override void RenderJS(ref StringBuilder Javascript)</li>
<li>public override void Render(ref XmlTree tree)</li>
</ul>
<p>CreateRootNode simply does what the name implies &#8211; creates the root node for the current section. This can be implemented as follows:<br />
<code>rootNode.Icon = FolderIcon; //Standard icon for a folder<br />
rootNode.OpenIcon = FolderIconOpen; //Standard icon for an open folder<br />
rootNode.NodeType = TreeAlias; //Alias of the current tree<br />
rootNode.NodeID = "-1"; //Start node should be set to minus in order to not interfer with the normal structure/nodetree.</code></p>
<p>RenderJS is used to render Javascript output to the browser, which (from the actually section in Umbraco) is used to open the webform with the dashboard/TabView (right side of the screen). Here is an example:<br />
<code>Javascript.Append(<br />
@"<br />
function openStats(id) {<br />
parent.right.document.location.href = stats/statsDashboard.aspx?id=' + id;<br />
}<br />
");</code></p>
<p>In the sample code, which you will find at the end of this post the webform that is opened simply shows a Hello World text. In order for the dashboard to look correct and in keeping with the look and feel of Umbraco it would be a good idea to implement the TabView control. In the next post I&#8217;ll show you how it can be done and how I have used it.</p>
<p>The last method Render is used to programmatically create the tree menu using the XmlTree. For this example I have simply created four items in the menu using the XmlTreeNode like this:<br />
<code>XmlTreeNode xNode = XmlTreeNode.Create(this);<br />
xNode.NodeID = "0";<br />
xNode.Text = "Menu Item 1"; //Name<br />
xNode.Action = "javascript:openStats(0);";<br />
xNode.Icon = "folder.gif";<br />
xNode.OpenIcon = "folder_o.gif";<br />
tree.Add(xNode);</code></p>
<p>Okay, so now the tree menu is in place and we can concentrate on the content and how and what of the analytics statistics to show on the dashboard.<br />
While we wait for a finished version of the analytics data export api implemented in the .NET client library, this article is a good place to start for using the available api in C#: <a title="Introducing Google Analytics API with asp.net / C#" href="http://www.akamarketing.com/blog/103-introducing-google-analytics-api-with-aspnet-c.html" target="_blank">Introducing Google Analytics API with asp.net / C#</a>. It could of course be implemented using javascript, but not sure how well it would fit into the existing context of Umbraco. I have yet to try it out, but I fear that it will interfer with some of the existing javascript used by the Umbraco client and that the login functionality won&#8217;t be too smooth. But maybe initializing the login with some jQuery appended to the browser might do the trick. Anyway, I will look into both possibilities untill the next post where there will be an actual implementation of the google analytics data api.</p>
<p><a title="Sitereactor.GoogleAnalytics.zip file" href="http://www.sitereactor.dk/media/Sitereactor.GoogleAnalytics.zip" target="_self">Here is the code sample</a>, which implements the above examples (and which will also be expanded with an implementation of google analytics).<br />
And here is a screenshot of the results of the examples and code given in this post:</p>
<div id="attachment_49" class="wp-caption alignnone" style="width: 519px"><a href="http://elpadrinodk.files.wordpress.com/2009/04/umbraco-statistics.png"><img class="size-full wp-image-49" title="umbraco-statistics" src="http://elpadrinodk.files.wordpress.com/2009/04/umbraco-statistics.png?w=509&#038;h=369" alt="Umbraco Statics Section" width="509" height="369" /></a><p class="wp-caption-text">Umbraco Statics Section</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elpadrinodk.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elpadrinodk.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elpadrinodk.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elpadrinodk.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elpadrinodk.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elpadrinodk.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elpadrinodk.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elpadrinodk.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elpadrinodk.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elpadrinodk.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=38&subd=elpadrinodk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sitereactor.dk/2009/04/26/google-analytics-for-umbraco-first-installment/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f305913988b266785d5fc76dda14ff62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Morten Christensen</media:title>
		</media:content>

		<media:content url="http://elpadrinodk.files.wordpress.com/2009/04/dbo-umbracoapp.png" medium="image">
			<media:title type="html">dbo-umbracoapp</media:title>
		</media:content>

		<media:content url="http://elpadrinodk.files.wordpress.com/2009/04/dbo-umbracoapptree.png" medium="image">
			<media:title type="html">dbo-umbracoapptree</media:title>
		</media:content>

		<media:content url="http://elpadrinodk.files.wordpress.com/2009/04/dbo-umbracouser2app.png" medium="image">
			<media:title type="html">dbo-umbracouser2app</media:title>
		</media:content>

		<media:content url="http://elpadrinodk.files.wordpress.com/2009/04/umbraco-statistics.png" medium="image">
			<media:title type="html">umbraco-statistics</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Data APIs and Analytics</title>
		<link>http://blog.sitereactor.dk/2009/04/25/google-data-apis-and-analytics/</link>
		<comments>http://blog.sitereactor.dk/2009/04/25/google-data-apis-and-analytics/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 21:09:15 +0000</pubDate>
		<dc:creator>Morten Christensen</dc:creator>
				<category><![CDATA[Google API]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.sitereactor.dk/?p=31</guid>
		<description><![CDATA[Updated May 7th 2009 &#8211; see here.
I was real happy to see the annoucement of the Google Analytics API and anxious to get started.
As-is the API is available through the JavaScript and Java programming languages, as well as open to protocol interactions using raw XML and HTTP. This is all great, but i&#8217;m a .NET [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=31&subd=elpadrinodk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Updated May 7th 2009 &#8211; <a href="#updated">see here</a>.</strong><br />
I was real happy to see the annoucement of the <a title="Attention Developers: Google Analytics API Launched!" href="http://analytics.blogspot.com/2009/04/attention-developers-google-analytics.html" target="_blank">Google Analytics API</a> and anxious to get started.<br />
As-is the API is available through the JavaScript and Java programming languages, as well as open to protocol interactions using raw XML and HTTP. This is all great, but i&#8217;m a .NET developer and would of course have liked to see the analytics API implemented in the <a title=".NET Client Library Developer's Guide" href="http://code.google.com/intl/da/apis/gdata/client-cs.html" target="_blank">Google Data APIs .NET Client Library</a>, as was done with the <a title="gdata-samples.java-1.31.1.zip" href="http://code.google.com/p/gdata-java-client/" target="_self">Java (1.31.1) version of the library</a>.</p>
<p>Since the full source for the Java version is available I thought I would have a look and maybe give a shot at porting it to C#. So I gave myself and the code 4 hours to see how far I could get implementing the analytics api in the .NET client library. Two hours in it was clear that my Java skills  aren&#8217;t as good as they used to be&#8230; I don&#8217;t think I have actually touched Java since 2003. But I continued anyway, as the code spawned.<br />
I created the Service class, which uses AccountFeed and DataFeed that uses AccountQuery and DataQuery respectively. And then there is the Entry class(es)&#8230; this is there I started to see double &#8211; wish I had a better recollection of Java even though it is very similar to C#. I compared alot of the Java and C# implementations of the Feed and Query classes of google calendar and contact, but two hours in my head started spinning&#8230;</p>
<p>Before I have a chance to have someone a bit more skilled in Java then me, I will proably not do to much more work on porting the analytics api. But if anyone should be interested in helping out, please give me a buzz. If you wanna review the current code and give me an indication of the direction, please feel free to do so.</p>
<p>Also, if you want to contribute please drop a comment.<br />
I will be happy to do some more coding when I get back on track with how the structure should be in the C# version.</p>
<p><span style="text-decoration:line-through;"><a title="Google Data API Source - Library - Work in Progress" href="http://www.sitereactor.dk/media/Google Data API Source - Library - WIP.zip">Here is a zip-file of the project</a></span> (VS2005) &#8211; the source code that come with the <a title="Download the .NET library for the Google Data API" href="http://code.google.com/p/google-gdata/" target="_blank">Google .NET client library</a>.</p>
<p>I will write another post within the next couple of dayes, which goes a bit more into details about the code. AND hopefully have time to make some unit tests&#8230;<br />
<a name="updated"> </a><br />
<strong>Updated May 7th 2009</strong>: Please download the new zip with the complete project &#8211; <a title="Google Data API Source - Library - UPDATED" href="http://www.sitereactor.dk/media/Google Data API Source - Library.zip">VS2005 client library including analytics</a>.<br />
The previous file (and project) was very much a work in progress. I have continued the work by studying the other implementations and the existing Java implementation to build a .NET version of the analytics api, which is now complete.<br />
It currently lacks unit tests, so if anyone wants to join in please feel free to do so. I probably won&#8217;t have to to do unit testing for the next 3 weeks, but I do plan to write a follow-up post on how to use the api using .NET. Also, in the Java implementation the dxp:aggregates node is implementated so you can access it as an object &#8211; this is currently not implemented. Please let me know if you need it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elpadrinodk.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elpadrinodk.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elpadrinodk.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elpadrinodk.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elpadrinodk.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elpadrinodk.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elpadrinodk.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elpadrinodk.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elpadrinodk.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elpadrinodk.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=31&subd=elpadrinodk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sitereactor.dk/2009/04/25/google-data-apis-and-analytics/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f305913988b266785d5fc76dda14ff62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Morten Christensen</media:title>
		</media:content>
	</item>
		<item>
		<title>Did you remember too&#8230;.</title>
		<link>http://blog.sitereactor.dk/2009/03/28/did-you-remember-too/</link>
		<comments>http://blog.sitereactor.dk/2009/03/28/did-you-remember-too/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 19:59:14 +0000</pubDate>
		<dc:creator>Morten Christensen</dc:creator>
				<category><![CDATA[Sitecore]]></category>
		<category><![CDATA[user accounts]]></category>

		<guid isPermaLink="false">http://elpadrinodk.wordpress.com/?p=23</guid>
		<description><![CDATA[Developers often forget to check-up on some of the simple things when delivering a solution &#8211; especially if no review is in place. I myself try to have a checklist with certain things that should be double checked before a solution is handed over to the customer.
Here are some of the small/big things that I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=23&subd=elpadrinodk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Developers often forget to check-up on some of the simple things when delivering a solution &#8211; especially if no review is in place. I myself try to have a checklist with certain things that should be double checked before a solution is handed over to the customer.</p>
<p>Here are some of the small/big things that I find we or other developers have forgotten about when delivering a Sitecore solution.</p>
<p><strong>Admin Folder</strong><br />
The admin folder under the Sitecore folder often holds some scripts, which could make s solution vulnerable like reading the web.config file, dbbrowser (which offcourse is password protected, but still). When reading this you should ask yourself if you remembered to delete the folder, disallow anonymous access or protect it in some other way.</p>
<p><strong>Sitecore 5.3 Audrey user</strong><br />
This one is my favourite! The audrey user in Sitecore 5.3 solutions. I can&#8217;t remember how many solutions I have had to delete or disable this user, because someone else forgot to. And thus leaving the solution wide open, because audrey has a blank password.<br />
And I could mention about 5-10 sitecore solutions that I have stumbled upon online with either the audrey, webmaster or developer user enabled. It is unfortunate that so many developers forget about these &#8220;shadow&#8221; user accounts.</p>
<p><strong>Sitecore 5.2 Webmaster and Developer user</strong><br />
My second favourite! Probably because there aren&#8217;t so many 5.2 versions out there any more, but I have taken over a bunch (well, maybe 3-4) of 5.2-solutions, which had the webmaster and developer user enabled. Although the solution had been runing for 1-2 years!</p>
<p>Although these user accounts may give limited access, the &#8220;hacker&#8221; would still be able to see everything in your Sitecore client. And if you have modules like the mailinglist installed, well then you are exposing the email-address of all your subscribers, right?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elpadrinodk.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elpadrinodk.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elpadrinodk.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elpadrinodk.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elpadrinodk.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elpadrinodk.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elpadrinodk.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elpadrinodk.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elpadrinodk.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elpadrinodk.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=23&subd=elpadrinodk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sitereactor.dk/2009/03/28/did-you-remember-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f305913988b266785d5fc76dda14ff62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Morten Christensen</media:title>
		</media:content>
	</item>
		<item>
		<title>Sitecore 4.3.2 tips and tricks</title>
		<link>http://blog.sitereactor.dk/2009/03/28/sitecore-432-tips-and-tricks/</link>
		<comments>http://blog.sitereactor.dk/2009/03/28/sitecore-432-tips-and-tricks/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 19:57:50 +0000</pubDate>
		<dc:creator>Morten Christensen</dc:creator>
				<category><![CDATA[Sitecore]]></category>
		<category><![CDATA[4.3.2]]></category>
		<category><![CDATA[Toolbar issue]]></category>

		<guid isPermaLink="false">http://elpadrinodk.wordpress.com/?p=17</guid>
		<description><![CDATA[I expect that a majority of the Sitecore installations out there are upgraded to version 5.3 or 6.0, but a select few are still running version 4.3.1. I&#8217;am &#8220;fortunate&#8221; to work with a few solutions running this version, during which I have encountered a lack of references. Offcourse http://sdn4.sitecore.net is still online, but solutions for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=17&subd=elpadrinodk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I expect that a majority of the Sitecore installations out there are upgraded to version 5.3 or 6.0, but a select few are still running version 4.3.1. I&#8217;am &#8220;fortunate&#8221; to work with a few solutions running this version, during which I have encountered a lack of references. Offcourse http://sdn4.sitecore.net is still online, but solutions for questions and issues that you would normally send to Sitecore support is hard to come by.</p>
<p>So my contribution this way around is some small tips and tricks that I have found usefull or as the common cause for problems in and around Sitecore v.4.3.1.</p>
<p><strong>SQLDatabaseOwner:</strong><br />
&lt;setting name=&#8221;SQLDatabaseOwner&#8221; value=&#8221;[dbo]&#8221; /&gt;<br />
When moving a solution from one host to another, this little setting might cause some serious pain if the DB owner changes. I have recently encountered this issue because the host that the customer was moving from used the username/login as the dbowener, whereas the new host simply used dbo. The database was backed-up by the old host and restored by the new host and everything seemed fine untill we tried to login or enter the sites of the solution.<br />
It took me a day to figure out that there was a SQLDatabaseOwner-setting in the web.config and that the dbowner was now different from the one on the old host &#8230; doh!</p>
<p><strong>Not able to create folders in the media library?</strong><br />
I can&#8217;t remember how often I have talked with a customer who have had problems creating folders in the media library, either directly in Sitecore or through extranet. In 95-99% of the cases it helps adding the current site to IE&#8217;s list of trusted sites &#8211; and allow the site to open pop-ups.<br />
Would be nice to have some kind of macro that the clients could run on their computer to help setup the necessary settings in IE. Especially if they run/edit multiple sites.</p>
<p><strong>Strange Google Toolbar issue</strong><br />
While talking to a client about why the content editor wasn&#8217;t working correctly, I discovered that disabling the google toolbar that the client had installed help enable the functions of the content editor. More specifically editing tables and using the left menu of the content editor was a problem. There most be some kind of javascript issue between the sitecore content editor and the installed toolbar. I haven&#8217;t done any further testing on this issue, because I like to keep my development machine as clean as possible. But everytime I encounter a support issues involving strange behaviour in the content editor I tell the client to turn off any toolbars that they might have installed.</p>
<p>Maybe this will work for you too.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elpadrinodk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elpadrinodk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elpadrinodk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elpadrinodk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elpadrinodk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elpadrinodk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elpadrinodk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elpadrinodk.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elpadrinodk.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elpadrinodk.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=17&subd=elpadrinodk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sitereactor.dk/2009/03/28/sitecore-432-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f305913988b266785d5fc76dda14ff62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Morten Christensen</media:title>
		</media:content>
	</item>
		<item>
		<title>A quiet blog</title>
		<link>http://blog.sitereactor.dk/2008/11/15/a-quiet-blog/</link>
		<comments>http://blog.sitereactor.dk/2008/11/15/a-quiet-blog/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 21:02:35 +0000</pubDate>
		<dc:creator>Morten Christensen</dc:creator>
				<category><![CDATA[Everything else]]></category>

		<guid isPermaLink="false">http://elpadrinodk.wordpress.com/?p=11</guid>
		<description><![CDATA[I haven&#8217;t written a post for a long time long, so I thought it was time for an update.
During my work with Umbraco I have tried to implement the member control, but haven&#8217;t been able to get it to work. No matter what I do, it crashes   &#8230;.and all I wanted was a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=11&subd=elpadrinodk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t written a post for a long time long, so I thought it was time for an update.</p>
<p>During my work with Umbraco I have tried to implement the member control, but haven&#8217;t been able to get it to work. No matter what I do, it crashes <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  &#8230;.and all I wanted was a simple newsletter signup type function. So, I created my own control, which couldn&#8217;t be easier <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I will post and share my solution within a couple of days &#8211; hopefully someone out their can benefit from my solution &#8230; or simply provide you with some inspiration.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elpadrinodk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elpadrinodk.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elpadrinodk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elpadrinodk.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elpadrinodk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elpadrinodk.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elpadrinodk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elpadrinodk.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elpadrinodk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elpadrinodk.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=11&subd=elpadrinodk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sitereactor.dk/2008/11/15/a-quiet-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f305913988b266785d5fc76dda14ff62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Morten Christensen</media:title>
		</media:content>
	</item>
		<item>
		<title>Nice umbraco/TinyMce feature</title>
		<link>http://blog.sitereactor.dk/2008/08/17/nice-umbracotinymce-feature/</link>
		<comments>http://blog.sitereactor.dk/2008/08/17/nice-umbracotinymce-feature/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 08:03:22 +0000</pubDate>
		<dc:creator>Morten Christensen</dc:creator>
				<category><![CDATA[Umbraco]]></category>
		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://elpadrinodk.wordpress.com/?p=3</guid>
		<description><![CDATA[I found this post on the umbraco forum, which was one of the things I was missing in the 3.0.3 version of umbraco. hohios shows how you can add templating/html snippets functionality to TineMCE in umbraco&#8230;.
Great feature and just what I has looking for in my current moonlighting project.
Check out the post at umbraco forums:
TinyMce [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=3&subd=elpadrinodk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I found this post on the umbraco forum, which was one of the things I was missing in the 3.0.3 version of umbraco. hohios shows how you can add templating/html snippets functionality to TineMCE in umbraco&#8230;.</p>
<p>Great feature and just what I has looking for in my current moonlighting project.</p>
<p>Check out the post at umbraco forums:<br />
<a href="http://forum.umbraco.org/yaf_postst1971_TinyMce-Format-dropdown-and-html-templatessnippets-workaround.aspx">TinyMce -Format- dropdown and html templates-snippets (workaround)</a></p>
<p><strong>Update for Umbraco v.4.</strong><br />
This post is a little outdated for the newer versions of umbraco, which was kindly pointed out in the comments. So if you want to enable the &#8216;template&#8217;-plugin for TinyMCE please look at this wiki entry:<br />
<a href="http://our.umbraco.org/wiki/how-tos/enabling-the-%27template%27-plugin-for-tinymce">Enabling the &#8216;Template&#8217; plugin for TinyMCE</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/elpadrinodk.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/elpadrinodk.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elpadrinodk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elpadrinodk.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elpadrinodk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elpadrinodk.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elpadrinodk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elpadrinodk.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elpadrinodk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elpadrinodk.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elpadrinodk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elpadrinodk.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=3&subd=elpadrinodk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sitereactor.dk/2008/08/17/nice-umbracotinymce-feature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f305913988b266785d5fc76dda14ff62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Morten Christensen</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://blog.sitereactor.dk/2008/08/17/hello-world/</link>
		<comments>http://blog.sitereactor.dk/2008/08/17/hello-world/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 07:52:16 +0000</pubDate>
		<dc:creator>Morten Christensen</dc:creator>
				<category><![CDATA[Everything else]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to my WordPress.com blog. This is my first post and I&#8217;ve already startet blogging!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=1&subd=elpadrinodk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to my <a href="http://wordpress.com/">WordPress.com</a> blog. This is my first post and I&#8217;ve already startet blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/elpadrinodk.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/elpadrinodk.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elpadrinodk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elpadrinodk.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elpadrinodk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elpadrinodk.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elpadrinodk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elpadrinodk.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elpadrinodk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elpadrinodk.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elpadrinodk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elpadrinodk.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sitereactor.dk&blog=4531466&post=1&subd=elpadrinodk&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sitereactor.dk/2008/08/17/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f305913988b266785d5fc76dda14ff62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Morten Christensen</media:title>
		</media:content>
	</item>
	</channel>
</rss>