﻿<?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>Wibeck on Web</title>
    <link>http://www.wibeck.com/articles.aspx</link>
    <language>en-US</language>
    <copyright />
    <pubDate>Mon, 31 May 2010 20:00:10 GMT</pubDate>
    <lastBuildDate>Mon, 31 May 2010 20:00:10 GMT</lastBuildDate>
    <generator>Raccoom rss generator, website http://raccoom.sytes.net, email chrisdarebell@msn.com</generator>
    <ttl>120</ttl>
    <item>
      <title>Umbraco Member Controls and editable member profiles</title>
      <description>
&lt;p&gt;&lt;strong&gt;Please note:&lt;br /&gt;
&lt;/strong&gt; This article covers Umbraco V3, for Umbraco V4 you really
should use the standard .Net control &lt;a
href="http://msdn.microsoft.com/en-us/library/ms178331.aspx"&gt;Login
Control&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;- - - - - - - - - - -&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It seems that a lot of people are having serious problems with
getting the original &lt;a
href="http://www.codeplex.com/umbracoext/Release/ProjectReleases.aspx?ReleaseId=5251"
 title="Visit the Umbraco Extensions project at Codeplaex.com"&gt;UmbracoMemberControls&lt;/a&gt;
package working correctly, so was I back in Mars -08..&lt;/p&gt;

&lt;p&gt;The first thing that bugged me was that I wasn't able to log
out, instead I was shown a error message (Object moved to here) in
Firefox and blank page in Internet Explorer 6 &amp;amp; 7. It seems
like this was due to a session that wasn't cleared correctly so I
added a Session.Clear() to the logout method and that seemed to fix
this. All in all I've made&lt;br /&gt;
about 5+ updates to the original package:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Fixed the issue with &lt;strong&gt;failing log-outs&lt;/strong&gt;
(displayed "Item moved to here" in FF, blank page in IE) by adding
Session.Clear() and Response.Redirect(Request.RawUrl, true); to the
login and logout logic.&lt;/li&gt;

&lt;li&gt;Added a property for specifying a &lt;strong&gt;number of days that
the cookie should be valid&lt;/strong&gt;&lt;/li&gt;

&lt;li&gt;Added a &lt;strong&gt;"remember me" checkbox&lt;/strong&gt;, if selected
this will set a cookie that's valid for the specified number of
days.&lt;/li&gt;

&lt;li&gt;Made all texts/labels &lt;strong&gt;support the dictionary
syntax&lt;/strong&gt;, i.e if you enter "#LoginFailed" that label will
pick a language aware dictionary item named "LoginFailed" instead
of some hardcoded parameter.&lt;/li&gt;

&lt;li&gt;Fixed some labels that &lt;strong&gt;wasn't possible to
modify&lt;/strong&gt; via macro parameters before.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;My initial idea was to release this as an new version of the
package, but sadly the &lt;a
href="http://www.objects.dk/2008/4/2/packager-10-beta---updated.aspxhttp://www.objects.dk/2008/4/2/packager-10-beta---updated.aspx"&gt;
Packager released by Per Ploug Hansen&lt;/a&gt; haven't made it across
the finish line yet. &lt;span
style="text-decoration:line-through"&gt;Therefore I will only release
these files for manual installation, with manual adding of all
macros and macro parameters.&lt;/span&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; A few days ago &lt;a
href="http://www.ucc-bln.de/2008/6/26/umbraco-packager-105-beta-(en).aspx"&gt;
Immo Wache released an updated Packager (1.0.5) that's working just
fine&lt;/a&gt; ; ) Thanks to Immo you will find a package installer at
the bottom of this page! Nice work Immo!&lt;/p&gt;

&lt;p&gt;&amp;nbsp; &amp;nbsp;&lt;/p&gt;

&lt;h2&gt;Installation instructions:&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Remove your old umbracoMemberControls files (if you have any),
especially the macros and their parameter since otherwise there's a
risk for a &lt;a
href="/articles/solve-umbraco-error-message-item-has-already-been-added-key-in-dictionary.aspx"&gt;
duplicate parameters error&lt;/a&gt;.&lt;/li&gt;

&lt;li&gt;Install the package by right-clicking the macros node and
select "upload".&lt;/li&gt;

&lt;li&gt;The last thing to do is to add some styling to your new
controls. Since the label/control pairs in this version uses
dl-syntax (definition list) the easiest thing is to style them &lt;a
href="http://clagnut.com/blog/241/"&gt;according to this
technique&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;Additional information about Member Controls&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;All text parameters &lt;strong&gt;supports dictionary items&lt;/strong&gt;.
Instead of entering "You are now logged in as %%LOGINNAME%%" as
your &lt;strong&gt;User Logged In Text&lt;/strong&gt; parameter you can enter
"&lt;strong&gt;#&lt;/strong&gt;" followed by the name of a dictionary key i.e.
"#LoggedInText". This means that you can use different values for
different languages if you have a multilingual website. The
dictionary is also very nice if you would like one single place to
edit many frequent terms like "log in" or "remember me".&lt;/li&gt;

&lt;li&gt;The parameter &lt;strong&gt;User Logged In Text&lt;/strong&gt; supports the
constants &lt;strong&gt;%%LOGINNAME%%&lt;/strong&gt; and
&lt;strong&gt;%%REALNAME%%&lt;/strong&gt;, if you place these inside your text
they will be replaced with the users login name and/or the users
real name when the control is displayed.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&amp;nbsp; &amp;nbsp;&lt;/p&gt;

&lt;h2&gt;Download&lt;/h2&gt;

&lt;p&gt;You can download the package here:&lt;/p&gt;

&lt;p&gt;&lt;a href="/media/853/umbracomembercontrols_0.4.zip"&gt;Click to
download umbracoMemberControls v0.4 unofficial&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Visual Studio 2005 solution file in a zip can be found here:&lt;/p&gt;

&lt;p&gt;&lt;a
href="/static/MemberControls/UmbracoMemberControls_vs2005sln.zip"
title="Click to download Source files"&gt;Click to download
umbracoMemberControls v0.4 Source&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp; &amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UPDATE2:&lt;/strong&gt; Link to download VS2005 sourcefiles
added&lt;/p&gt;

&lt;p&gt;&amp;nbsp; &amp;nbsp;&lt;/p&gt;

&lt;p&gt;Technorati Tags: &lt;a
href="http://technorati.com/tags/umbraco"&gt;umbraco&lt;/a&gt;,&lt;a
href="http://technorati.com/tags/membercontrols"&gt;membercontrols&lt;/a&gt;,&lt;a
 href="http://technorati.com/tags/package"&gt;package&lt;/a&gt;&lt;/p&gt;
</description>
      <link>http://www.wibeck.com/articles/umbraco-member-controls-and-editable-member-profiles.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Mon, 31 May 2010 20:00:10 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1181.aspx</guid>
    </item>
    <item>
      <title>Reason #1 to use MS Word for publishing web content – Smart Art and Graphs</title>
      <description>
&lt;p&gt;OK, this is a post I've been thinking of for a long time, more
than &lt;a
href="/articles/back-on-line-after-18-months-away--).aspx"&gt;18
months&lt;/a&gt; actually ;-) (and I've determined not to care at all
about the aspect of valid XHTML).&lt;/p&gt;

&lt;p&gt;Most of you know that Live Writer or MS Word works very well for
publishing basic content to a website or blog engine as long as it
supports this API feature.&lt;/p&gt;

&lt;p&gt;I got to admit that I really &lt;strong&gt;love writing in a tool that
is so helpful to me&lt;/strong&gt; when I'm working with text and basic
graphics. And you have a great milti-lingial spel cheker (just
kidding, multi-lingual spell checker that is).&lt;br /&gt;
But how many have really considered the use-cases where Word can be
so very smooth and &lt;strong&gt;supportive to the whole publishing
process&lt;/strong&gt;?&lt;/p&gt;

&lt;p&gt;I was thinking about the assistants at finance that publishes a
periodical turnover diagram on the "Investor Realations" page for
their company.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Firsts they have to get their figures from their finance app
and into Excel&lt;/li&gt;

&lt;li&gt;Then create a nice graph that's easy to digest&lt;/li&gt;

&lt;li&gt;"Print Screen" the graph and paste into an Image Editor +
export as web graphic.&lt;/li&gt;

&lt;li&gt;Upload the file to their online repository / Media section&lt;/li&gt;

&lt;li&gt;Paste the text from Word into web page&lt;/li&gt;

&lt;li&gt;And finally place the turn over graph in the page and
publish…&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Let's face it, they'll never do it that way…&lt;br /&gt;
Unless they buys a nice web app that generates the graphs - they
will continue to &lt;strong&gt;upload PDF or Word docs&lt;/strong&gt; for the
vistor to download or "read online" as some prefer to call it ;
).&lt;/p&gt;

&lt;p&gt;Let's make a little test and place a MS Office graph into this
page using Insert &amp;gt;&amp;gt; Graph in Word:&lt;/p&gt;

&lt;p&gt;&lt;img src="/media/1834/052810_2135_Reason1tous1.png"
alt="" /&gt;&lt;/p&gt;

&lt;p&gt;OK, there it is. It took me 1 minute to add the categories, if I
had an existing Excel file with the figures it would take about the
same time. OK.&lt;/p&gt;

&lt;p&gt;Now when I hit publish word converts the Graph to a png file and
uploads it to the web server in a snap.&lt;br /&gt;
Next time the graph needs an update, all I do is to edit the graph
and import the updated figures from my Excel file.&lt;/p&gt;

&lt;p&gt;The same goes for Smart Art like the hierarchy chart below, just
reorganize and hit publish (why not fire the brat son and put a
Real worker on top?)&lt;/p&gt;

&lt;p&gt;&lt;img src="/media/1839/052810_2135_Reason1tous2.png"
alt="" /&gt;&lt;/p&gt;

&lt;p&gt;Could it be any simpler? What marketing department wouldn't
realize this in five seconds and go for your CMS solution?&lt;/p&gt;

&lt;p&gt;// Kalle&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
      <link>http://www.wibeck.com/articles/reason-1-to-use-ms-word-for-publishing-web-content-–-smart-art-and-graphs.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Fri, 28 May 2010 22:05:35 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1249.aspx</guid>
    </item>
    <item>
      <title>Error: Invalid object name 'umbracoUser', a possible reason – DB Schemas</title>
      <description>
&lt;p&gt;When I moved my site the other day I got struck by the really
annoying error:&lt;/p&gt;

&lt;p style="margin-left: 36pt"&gt;&lt;strong&gt;&lt;em&gt;Server Error in '/umbraco'
Application.&lt;br /&gt;
Invalid object name 'umbracoUser'.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I tried running the installer again as some &lt;a
href="http://forum.umbraco.org/yaf_postst824_Invalid-object-name-umbracoUser.aspx"&gt;
old forum posts&lt;/a&gt; suggested to no avail…&lt;/p&gt;

&lt;p&gt;When I looked in the database I noticed that (almost) all tables
had been &lt;strong&gt;prefixed with the DB username&lt;/strong&gt;
"wb_umbdb_sql" I used when I once installed the site:&lt;/p&gt;

&lt;p&gt;&lt;img src="/media/1750/052810_0812_ErrorInvali1.png"
alt="" /&gt;&lt;/p&gt;

&lt;p&gt;This got me thinking about - Schemas!&lt;/p&gt;

&lt;p&gt;Simply put a &lt;a
href="http://en.wikipedia.org/wiki/Database_schema"&gt;&lt;strong&gt;Schema&lt;/strong&gt;&lt;/a&gt;
is used to &lt;strong&gt;group tables together&lt;/strong&gt; and define a
&lt;strong&gt;structure within a database&lt;/strong&gt; (I might have gotten
this all wrong since I never use Schemas…)&lt;/p&gt;

&lt;p&gt;Anyway, the &lt;strong&gt;default Schema&lt;/strong&gt; assigned to a DB
user affects this user's &lt;strong&gt;ability to see different database
tables&lt;/strong&gt;, you might think of Schemas as a filter in this
case.&lt;/p&gt;

&lt;p&gt;My new DB user was assigned the Default Schema "dbo". When I
changed this to the same schema that prefixed most of my tables the
error disappeared!&lt;br /&gt;
(It's possible that I would have been enough to just add both the
&lt;strong&gt;dbo&lt;/strong&gt; and the &lt;strong&gt;wb_umbdb_sql&lt;/strong&gt; schema,
but this is what I did…)&lt;/p&gt;

&lt;p&gt;&lt;img src="/media/1755/052810_0812_ErrorInvali2.png"
alt="" /&gt;&lt;/p&gt;

&lt;p&gt;Above you can see that the user now is assigned to the Default
Schema (with the strange name) "wb_umbdb_sql", she (the user) is
also the owner of this Schema as well as a maber of the db_owner
role. Thanks to this she can see both the schema
&lt;strong&gt;&lt;em&gt;wb_umbdb_sql&lt;/em&gt;&lt;/strong&gt; and
&lt;strong&gt;&lt;em&gt;dbo&lt;/em&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The dialog above is found in SQL Server Management Studio via
&lt;em&gt;YourDB &amp;gt;&amp;gt; Security &amp;gt;&amp;gt; Users &amp;gt;&amp;gt; Properties
(right click).&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;I hope that this short tutorial will help anyone else that might
encounter the same issue as I did.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;// Kalle&lt;/p&gt;
</description>
      <link>http://www.wibeck.com/articles/error-invalid-object-name-'umbracouser',-a-possible-reason-–-db-schemas.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Fri, 28 May 2010 08:30:22 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1242.aspx</guid>
    </item>
    <item>
      <title>Back on line after 18 months away : )</title>
      <description>
&lt;p&gt;Yes I'm back but haven't got my bodyText/TinyMCE3 to work just
yet, this text was written using Windows Live Writer…&lt;/p&gt;

&lt;p&gt;UPDATE:&lt;/p&gt;

&lt;p&gt;&lt;img src="/media/1671/052710_0434_Backonlinea1.png"
alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
OK, Now I'm using Word 2007 instead, never mind TinyMCE ; )&lt;/p&gt;

&lt;p&gt;I've had some busy months (or is it years?) lately. Since I
changed job to become IT-Manager I've been force to learn a lot
from Infrastructure to setting up an IT budget. Since I've never
done this before I've spend &lt;strong&gt;way too much time&lt;/strong&gt;
reading and studying what I didn't have a clue about. Even though
Hertel Group is a small Company Group (if you count heads, there's
55 of them) we must manage all the same issues that larger
IT-organizations face every day, only in a smaller scale…&lt;br /&gt;
&lt;em&gt;Hertel Group&lt;/em&gt; consist of companies that sell Alloy Wheels
from well-known and own brands (&lt;a
href="http://www.ozracing.com/"&gt;OZ&lt;/a&gt;, &lt;a
href="http://www.enkei.com/"&gt;Enkei&lt;/a&gt;, &lt;a
href="http://www.breyton.com/3.html?&amp;amp;L=3"&gt;Breyton&lt;/a&gt;, &lt;a
href="http://www.carlsson.de/carlsson/en/index.php"&gt;Carlsson&lt;/a&gt;
and &lt;a href="http://www.tswalloywheels.com/"&gt;TSW&lt;/a&gt; to mention
some) currently we have representation in &lt;a
href="http://www.specialfalgar.se"&gt;Sweden&lt;/a&gt;, &lt;a
href="http://www.martins.no"&gt;Norway&lt;/a&gt;, &lt;a
href="http://www.specialfaelge.dk"&gt;Denmark&lt;/a&gt;, &lt;a
href="http://www.specialfalgar.fi"&gt;Finland&lt;/a&gt; and &lt;a
href="http://www.zviedrudiski.com"&gt;Latvia&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src="/media/1676/052710_0434_Backonlinea2.png"
alt="" /&gt;&lt;br /&gt;
I've been more-or-less offline for the last 18 months, at least
when you talk about community interaction, Tweets, blog post etc…
But a few weeks ago most of the changes I've been force to work
through was finally completed. So from now on I'll work more in
Visual Studio and much less with &lt;em&gt;installing printers&lt;/em&gt;,
&lt;em&gt;setting of servers&lt;/em&gt; and &lt;em&gt;migration workstations&lt;/em&gt; to
a new domain - &lt;strong&gt;joy!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;OK, infrastructure isn't all that bad, but I must say that I
really miss those days with headphones listening to some nice &lt;a
href="http://open.spotify.com/user/wibeck/playlist/2ULAWt0EODyAGEJEibZSwk"&gt;
Trance Techno&lt;/a&gt; (Spotify Link) and just float away stepping
through my buggy code ; )&lt;/p&gt;

&lt;p&gt;I intend to at least write some blog posts before Christmas, but
&lt;strong&gt;I can't promise&lt;/strong&gt; that I will revise this but-ugly
blog layout just yet ; )&lt;/p&gt;

&lt;p&gt;Anyway, it's nice to be back&lt;/p&gt;

&lt;p&gt;// Kalle&lt;/p&gt;
</description>
      <link>http://www.wibeck.com/articles/back-on-line-after-18-months-away--).aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 20:46:54 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1215.aspx</guid>
    </item>
    <item>
      <title>Why I love Online RSS reader – And why I recently switched…</title>
      <description>&lt;p&gt;I just love online RSS readers, period!&lt;/p&gt;  &lt;p&gt;When I, years ago, was first introduced to RSS by a former colleague - &lt;a href="http://www.bryngfors.com"&gt;Nisse Bryngfors&lt;/a&gt; – I swept the web for a good tool to assist me with my new task – reading blogs. I tried different Windows apps like RSS Owl, SharpReader, built in browser readers and Omea Reader from JetBrains.&lt;/p&gt;  &lt;p&gt;The app that I used the longest time was the free version of &lt;a href="http://www.jetbrains.com/omea/reader/"&gt;Omea Reader&lt;/a&gt; cause it had superb support for keeping track of comment feeds and nested them below each post. But as my blog roll grew so did the amount of memory consumed by Omea reader and I realized that I constantly turned it off whenever I did something that demand more RAM (i.e. just about anything I do…). Shortly after I had to format my drives and lost my entire blog roll…&lt;/p&gt;  &lt;h2&gt;Why I went online&lt;/h2&gt;  &lt;p&gt;That’s when I began my quest for online RSS readers, and I tried many… Finally I decided to settle with Bloglines since they had a minimalistic WAP-like mobile version that worked just great over GPRS in my lousy old &lt;a title="Sony Ericsson T200 (anno 2002)" href="http://www.gsmarena.com/sony_ericsson_t200-pictures-338.php"&gt;Sony Ericsson T200&lt;/a&gt; and they had a nice little desktop notifier that sat in the system tray and hinted me of updates.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image13" border="0" alt="image13" src="http://www.wibeck.com/media/1255/WindowsLiveWriter_WhyIloveOnlineRSSreaderAndwhyIrecentlysw_E82_image13_59c7181e-f68f-49c0-8d9e-d59ceaba230f.png" width="181" height="43" /&gt; &lt;/p&gt;  &lt;h2&gt;Why I’m currently unpleased with Bloglines&lt;/h2&gt;  &lt;p&gt;Some weeks ago Bloglines had regular disruptions in their service with medieval response times and most of my subscriptions appearing to never update at all.&lt;/p&gt;  &lt;p&gt;By “accident” I actually visited one of the blogs I follow and noticed that there had been over 8 updates for the last week that Bloglines never notified me about!? That’s when it struck me. Bloglines had been struck by a bad case of popularity and probably didn’t manage to keep track of all their users subscriptions any longer…&lt;/p&gt;  &lt;h2&gt;Time for a new net sweep&lt;/h2&gt;  &lt;p&gt;Ok, time to consult good old Google again and start with the obvious “Free Online RSS Readers” after plenty “ultra fast” reviews, to slow, to complex, to ugly (Google Reader) no mobile GUI etc and managed to finally stumble upon an nice little web app called &lt;a href="http://www.newsalloy.com/"&gt;News Alloy&lt;/a&gt;. Nice effective and advanced enough, it had what I was looking for, a simple fast online RSS reader with a nice mobile UI. So I’m currently evaluation NewsAlloy and so far it has succeeded where Bloglines failed; It instantly updates the feeds I’m following…&lt;/p&gt;  &lt;p&gt;// ; ) Kalle&lt;/p&gt;</description>
      <link>http://www.wibeck.com/articles/why-i-love-online-rss-reader-–-and-why-i-recently-switched….aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:59 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1210.aspx</guid>
    </item>
    <item>
      <title>Strange error during install: Your database has been found and is identified as: None</title>
      <description>&lt;p&gt;I had moved my web site and database to two new servers, and in the process I also changed the login name in the new database to something that felt better just then.&lt;/p&gt;  &lt;p&gt;Everything went fine when I restored the database from my backup, “- Very smooth”, I thought.&lt;/p&gt;  &lt;p&gt;After web.config was updated I tried to launch my site, but all I found was an error that said:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;“Invalid object name 'umbracoUser'.”&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;I found a posting in the forum that the installation should be ran again to fix this issue.&lt;/p&gt;  &lt;p&gt;Well, I set the “umbracoConfigurationStatus” to nothing (“”) in web.config and followed the installation steps.&lt;/p&gt;  &lt;p&gt;In the “Detect” step I was puzzled by the message “&lt;strong&gt;&lt;em&gt;Your database has been found and is identified as: None&lt;/em&gt;&lt;/strong&gt;”.&lt;/p&gt;  &lt;p&gt;I just knew there where a database in there, I don’t want to overwrite it with a clean one! What's this?&lt;/p&gt;  &lt;p&gt;Then I noticed that most of the tables in my database had the prefix &amp;quot;&lt;em&gt;my_OLD_user_name&lt;/em&gt;&amp;quot; and therefore couldn't be found if my &lt;em&gt;new&lt;/em&gt; user had an other default schema... If your user isn't DBO, the default schema will &lt;em&gt;most likely&lt;/em&gt; be the same as the username (&amp;quot;&lt;em&gt;my_NEW_user_name&lt;/em&gt;&amp;quot; in this example).&lt;/p&gt;  &lt;p&gt;I tried a lot of weird things but the thing that &lt;strong&gt;solved the problem&lt;/strong&gt; was this:&lt;/p&gt;  &lt;p&gt;I opened up my new user in &lt;em&gt;SQL Server Management Studio&lt;/em&gt; under my_NEW_DB &amp;gt;&amp;gt; &lt;em&gt;&lt;strong&gt;Security&lt;/strong&gt;&lt;/em&gt; &amp;gt;&amp;gt; &lt;strong&gt;&lt;em&gt;Users&lt;/em&gt;&lt;/strong&gt; &amp;gt;&amp;gt; my_NEW_user_name, (&lt;em&gt;right-click)&lt;/em&gt; &amp;gt;&amp;gt; &lt;strong&gt;&lt;em&gt;Properties&lt;/em&gt;&lt;/strong&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;Under &amp;quot;&lt;strong&gt;&lt;em&gt;Default Schema&lt;/em&gt;&lt;/strong&gt;&amp;quot; click the button &amp;quot;[...]&amp;quot; then the &amp;quot;&lt;strong&gt;Browse&lt;/strong&gt;&amp;quot; button in the next window, select the schema that your tables are prefixed with, in this example &amp;quot;&lt;em&gt;my_OLD_user_name&lt;/em&gt;&amp;quot;, click OK to get out of there and then reload the &amp;quot;Detect&amp;quot; step in the installer.&lt;/p&gt;  &lt;p&gt;This solved it, now the installer found the correct tables and identified my database as &amp;quot;v3&amp;quot; - &lt;strong&gt;Nice!&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;My guess is that the schema change will solve the initial error &lt;strong&gt;“&lt;/strong&gt;&lt;em&gt;Invalid object name 'umbracoUser'.”, &lt;/em&gt;without going throw the installation, since the symptoms are similar; The schema prefix does not match the users default schema...&lt;/p&gt;</description>
      <link>http://www.wibeck.com/articles/strange-error-during-install-your-database-has-been-found-and-is-identified-as-none.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:59 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1211.aspx</guid>
    </item>
    <item>
      <title>Foxmarks releases new version with password synching</title>
      <description>&lt;p&gt;&lt;a title="Foxmarks logo - Click to visit www.foxmarks.com" href="http://www.foxmarks.com/"&gt;&lt;img style="display: inline" title="image" border="0" alt="image" src="http://www.wibeck.com/media/1276/WindowsLiveWriter_Foxmarksreleasesnewversionwithpasswordsy_7132_image_1e2d8daa-a707-4e6a-9a27-353b64a062a5.png" width="230" height="66" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;One of my many favorite add-ons for Firefox is &lt;a href="http://www.foxmarks.com/"&gt;Foxmarks&lt;/a&gt; – a neat little utility that &lt;strong&gt;syncs your bookmarks&lt;/strong&gt; between all your computers. It works very well and you have instant access to your bookmarks where ever you are. If you are only working from a single computer you can use Foxmarks as a bookmark backup solution with web access. Yes, you can reach all your bookmarks online from your protected Foxmarks page, a nice little “side effect” to storing your bookmarks online ; )&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Screen Capture of Foxmarks online access." border="0" alt="Screen Capture of Foxmarks online access." src="http://www.wibeck.com/media/1281/WindowsLiveWriter_Foxmarksreleasesnewversionwithpasswordsy_7132_image_2a7e2ddd-7e33-468a-beae-17685fe5354b.png" width="232" height="193" /&gt;&amp;#160; &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;The new version of Foxmarks (v 2.5.3) adds a very nice utility to also &lt;strong&gt;sync your stored usernames/passwords&lt;/strong&gt; encrypted with your personal encryption key. If you always selects “No”&amp;#160; when you get asked to store you password this new feature is nothing for you, no, you’ll probably even hate it. But if you like your password storage you’ll probably just love the new version of Foxmarks&amp;#160; ;)&lt;/p&gt;  &lt;p&gt;If you wants to take Foxmarks for a test drive go on and &lt;a href="http://www.foxmarks.com/download"&gt;download the Foxmarks extension today&lt;/a&gt;!    &lt;br /&gt;(&lt;em&gt;But please note that the password storage is only available in Firefox 3&lt;/em&gt;)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:73b57c23-6ec0-4374-8f91-26d32a66eddf" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/firefox" rel="tag"&gt;firefox&lt;/a&gt;,&lt;a href="http://technorati.com/tags/firefox+add-on" rel="tag"&gt;firefox add-on&lt;/a&gt;,&lt;a href="http://technorati.com/tags/online+backup" rel="tag"&gt;online backup&lt;/a&gt;,&lt;a href="http://technorati.com/tags/foxmarks" rel="tag"&gt;foxmarks&lt;/a&gt;&lt;/div&gt;</description>
      <link>http://www.wibeck.com/articles/foxmarks-releases-new-version-with-password-synching.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:59 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1214.aspx</guid>
    </item>
    <item>
      <title>Umbraco V3 finally released!</title>
      <description>&lt;p&gt;&lt;img src="/media/87/umbraco_logo_clean_big_243x74.jpg"  width="243"  height="74"/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; 		&lt;em&gt;This post was updated using Word 2007 and a little built in image effect on the screen capture of the text editor below&lt;/em&gt; 	&lt;/p&gt;&lt;p&gt;On the 21st of June &lt;a href="http://umbraco.org/31185.aspx"&gt;Umbraco V3 was released&lt;/a&gt; !!  &lt;/p&gt;&lt;p&gt;This is the release I&amp;#39;ve been waiting for a looong time.  &lt;/p&gt;&lt;p&gt;Why?  &lt;/p&gt;&lt;p&gt;Well to start with the former Internet Explorer based Rich Text Editor has been replaced with the superior and cross-browser editor &lt;a href="http://tinymce.moxiecode.com/"&gt;TinyMCE&lt;/a&gt; from Swedish Moxiecode Systems AB .  &lt;/p&gt;&lt;p&gt;&lt;img src="/media/152/062307_1747_UmbracoV3fi1.png"/&gt; 	&lt;/p&gt;&lt;p&gt;That in itself is a huge update since any CMS tends to be no better than the editor it uses, after all it&amp;#39;s in the editor people spends most of their time (while working on their website, that is...).  &lt;/p&gt;&lt;p&gt;With this new release I&amp;#39;m finally able to use all of Umbraco&amp;#39;s features with my preferred browser, Firefox ;).  &lt;/p&gt;&lt;p&gt;For long it was the editor that kept me waiting, and waiting, and waiting... The truth is that it has been ages since the first&amp;nbsp;release date was postponed again and again... Well, why has it taken so long for this update to be released?&amp;nbsp; My guess is that the V3 release has grown far beyond the initial intentions, the project switched repository from SVN to Codeplex (Microsoft&amp;#39;s Open Source Portal based on Team Foundation Server), expanded the core developer group and the number of features included in V3 are so much more than the initial plan...  &lt;/p&gt;&lt;p&gt;With Umbraco V3 web publishing has absolutely reached higher grounds when it comes to flexibility and user experience...  &lt;/p&gt;&lt;p&gt;For a full feature list please visit the &lt;a href="http://www.umbraco.org"&gt;Umbraco Projects website&lt;/a&gt;, the &lt;a href="http://forum.umbraco.org"&gt;many forum post&lt;/a&gt; or the &lt;a href="http://www.codeplex.com/umbraco/"&gt;Umbraco site over at CodePlex&lt;/a&gt; , &amp;nbsp;  &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To mention some highlights I&amp;#39;ve picked these:  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Valid xhtml&lt;/strong&gt; - TinyMCE generated standard compliant html code and &amp;quot;nags&amp;quot; the editor to use accessible attributes.  &lt;/li&gt;&lt;li&gt;&lt;strong&gt;MetaBlogAPI &lt;/strong&gt;support - Enables off-line editing of pages/blog posts from within any application that support this standard. What do you think about writing/updating your pages from within Word 2007? Yes, Word 2007 generates somehow ugly html, but at least it validates and that&amp;#39;s a huge update from the tag-soup we&amp;#39;ve learn to hate under the name &amp;quot;Word HTML&amp;quot;.&lt;br /&gt;(I played a bit with Word as a webpage editor a few days ago, and it&amp;#39;s such a huge boost in productivity that I&amp;#39;ll have to come back to that later).  &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Integrated translation logic&lt;/strong&gt; - It&amp;#39;s now possible to import/export all page data as XML files for translation.  &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Updated CSS/XSLT editor&lt;/strong&gt; - A new editor for text based files has been added, this enables some intellisense but primary code high lightning.  &lt;/li&gt;&lt;li&gt;&lt;strong&gt;ASP.NET AJAX 1.0&lt;/strong&gt; - Umbraco can make full use of ASP.NET AJAX technology.  &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I&amp;#39;ve just update this site to Umbraco V3 and will start to clean up my web templates to get a site that validates, now that the editor at least gives me a decent chance to keep some code quality here ; )  &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;P.S. Since I haven&amp;#39;t worked on this web site since November 2005, you&amp;#39;re currently unable to make any comments here, but I hope to get thing going now that V3 finally is out ;) // ; ) Kalle  &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <link>http://www.wibeck.com/articles/umbraco-v3-finally-released!.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:58 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1066.aspx</guid>
    </item>
    <item>
      <title>Taking Umbraco V4 alpha for a test drive</title>
      <description>&lt;p&gt;
A week ago we could all read that Umbraco V4 had been announced at CodeGraden08 in Copenhagen, great for them I thought, since at that time there were no links anywhere to be found, not even a screen capture image. 
&lt;/p&gt;
&lt;p&gt;
But since then more information have gradually found it&amp;rsquo;s way out from the Core Team&amp;rsquo;s Secret Hide-out ; ) Codeplex is updated with some new releases, Umbraco&amp;rsquo;s nightly build server has been revealed (&lt;a href="http://nightly.umbraco.org"&gt;http://nightly.umbraco.org&lt;/a&gt;) and the whitepapers on V4 has also been published. 
&lt;/p&gt;
&lt;p&gt;
First I must say that I really love the nightly builds, not because they are super-stable, but because it makes testing the work-in-progress so much easier, no need to start Visual Studio just for a quick test. Kudos for the nightlies! 
&lt;/p&gt;
&lt;p&gt;
I&amp;rsquo;ve downloaded the nightly dated 2008-06-18 for this test drive, everything I&amp;rsquo;ve found might have been fixed in a later nightly build&amp;hellip; 
&lt;/p&gt;
&lt;p&gt;
The list of improvements is quite long, I&amp;rsquo;m just going to cover some of them in this article&amp;hellip; 
&lt;/p&gt;
&lt;h2&gt;Support for Masterpages&lt;/h2&gt;  
&lt;p&gt;
&lt;img src="/media/523/WindowsLiveWriter_TakingUmbracoV4alphaforatestdrive_108A4_image_5.png" width="386" height="190"/&gt;&amp;nbsp; &lt;br /&gt;
&lt;em&gt;The new masterpages editor a.k.a template editor&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
I upgraded a local 3.0.5 site to V4 to be able to test in a site with many pages. The installation went very smooth and all of my 28 templates were converted into masterpages automagically, very nice feature that&amp;rsquo;s easy to love! 
&lt;/p&gt;
&lt;p&gt;
The first issue I encountered here was that I had a div with a umbraco-getitem to set a css class, the auto-conversion made it like this: 
&lt;/p&gt;
&lt;pre&gt;
&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;div&lt;/span&gt; &lt;span&gt;id&lt;/span&gt;=&lt;span&gt;&amp;quot;content&amp;quot;&lt;/span&gt;&amp;lt;&lt;span&gt;umbraco&lt;/span&gt;:&lt;span&gt;Item&lt;/span&gt; &lt;span&gt;runat&lt;/span&gt;=&lt;span&gt;&amp;quot;server&amp;quot;&lt;/span&gt; &lt;span&gt;field&lt;/span&gt;=&lt;span&gt;&amp;quot;CSSclass&amp;quot;&lt;/span&gt; 
&lt;span&gt;insertTextBefore&lt;/span&gt;=&lt;span&gt;&amp;quot;class=&amp;quot;&amp;quot;&lt;/span&gt; &lt;span&gt;insertTextAfter&lt;/span&gt;=&lt;span&gt;&amp;quot;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&amp;gt;
&lt;/pre&gt;
&lt;p&gt;
This caused a &amp;quot;&lt;span&gt;content&lt;/span&gt;&amp;quot;&lt;em&gt;&amp;ndash;&lt;/em&gt;error. This was due to the missing whitespaces around the element, I just added these whitespaces and it worked fine. Since the present version of this element, the good old &lt;em&gt;UMBRACO_GETITEM&lt;/em&gt; works fine without these whitespaces this will cause some issues. 
&lt;br /&gt;
If you&amp;rsquo;re using &lt;em&gt;UMBRACO_GETITEM&lt;/em&gt; to add text to imageGen.aspx to create a graphic headline, the added whitespace will make headline start with a whitespace as well&amp;hellip;probably not what you, or your designer, had expected&amp;hellip; 
&lt;/p&gt;
&lt;p&gt;
The second issue I faced was due to file encoding. Some of my templates contained Unicode characters that showed up very strange since the converted masterpages was saved with ANSI encoding instead of UTF-8, I just had to open these files in a editor and save them as UTF-8 and all was fine, maybe a default UTF-8 encoding would be a good idea for the masterpages? 
&lt;/p&gt;
&lt;p&gt;
I have to say that I&amp;rsquo;m impressed by this auto-conversion-to-masterpages-feature, it works very good with just a few outstanding issues to fix&amp;hellip; nothing big for an alpha. Support for folder structures would also be very handy for sites with many templates / masterpages. 
&lt;/p&gt;
&lt;h2&gt;The improved User Interface&lt;/h2&gt;
&lt;p&gt;
The new slicker interface seems so far to mostly consist of new icons, less shadow-effects and updated AJAX controls for the tree and search field. 
&lt;br /&gt;
And it sure looks cleaner than the UI that have been mostly unchanged since the first OSS version of Umbraco; version 2.0 that was released in early 2004. 
&lt;/p&gt;
&lt;p&gt;
The first thing I noticed here was that the icons lost their position in level three and below probably only an adjustment issue. 
&lt;br /&gt;
&lt;img src="/media/587/WindowsLiveWriter_TakingUmbracoV4alphaforatestdrive_108A4_image_16.png" width="242" height="170"/&gt;&amp;nbsp; &lt;br /&gt;
&lt;em&gt;The icons has lost their position at level three&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
The context menus are &lt;strong&gt;lightning fast&lt;/strong&gt; thanks to that all the images has been replaced with &lt;a href="http://css-tricks.com/css-sprites-what-they-are-why-theyre-cool-and-how-to-use-them/" title="Read an illustrated article at css-tricks.com about css sprites"&gt;css sprites&lt;/a&gt; &amp;ndash; great improvement! 
&lt;br /&gt;
The new icons is also an improvement and they all feels more up-to-date. But what happened to the baby-blue section icons? Why not show them some mercy as well and give them a nice &amp;ldquo;vista-ish&amp;rdquo; look-and-fell, and while you&amp;rsquo;re at it; Remove the text labels from the images so translation might be applied in the sections menu as well. 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/592/WindowsLiveWriter_TakingUmbracoV4alphaforatestdrive_108A4_image21.png" width="338" height="104"/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;img src="/media/597/WindowsLiveWriter_TakingUmbracoV4alphaforatestdrive_108A4_image28.png" width="291" height="105"/&gt; 
&lt;br /&gt;
&lt;em&gt;Comparison of the new (left) and the old (right) GUI design, notice the removed shadows in the left image that&amp;rsquo;s Umbraco 4&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
When it comes to the new AutoSuggest search-box I&amp;rsquo;m not overwhelmed, it sure looks nicer, but it also feels less responsive and it entirely misses many of my pages. Unless I have missed an important configuration somewhere, it seems to me that it doesn&amp;rsquo;t find nearly everything it should find. And even more strange is the fact that it finds &amp;lsquo;&lt;em&gt;new&lt;/em&gt;&amp;rsquo;, &amp;lsquo;&lt;em&gt;newer&lt;/em&gt;&amp;rsquo; &amp;amp; &amp;lsquo;&lt;em&gt;newest&lt;/em&gt;&amp;rsquo; if I type &amp;ldquo;&lt;strong&gt;ne&lt;/strong&gt;&amp;rdquo;, but it finds none of them if i add a &amp;lsquo;w&amp;rsquo; so that the searchbox contains &amp;lsquo;&lt;strong&gt;new&lt;/strong&gt;&amp;rsquo;, hmm, weird one&amp;hellip;&amp;nbsp; Anyway, this new search isn&amp;rsquo;t a favorite of mine yet, it needs to mature a bit first&amp;hellip;and I&amp;rsquo;m sure it will, this is only an early alpha you know ; ) 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&lt;img src="/media/642/WindowsLiveWriter_TakingUmbracoV4alphaforatestdrive_108A4_image45_1.png" width="167" height="146"/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;img src="/media/647/WindowsLiveWriter_TakingUmbracoV4alphaforatestdrive_108A4_image39_1.png" width="233" height="137"/&gt; 
&lt;br /&gt;
&lt;em&gt;Comparison of the new (left) and the old (right) AutoSuggest search boxes &lt;/em&gt;
&lt;/p&gt;
&lt;h2&gt;CSS files from the filesystem instead of database&lt;/h2&gt;
&lt;p&gt;
Yes! Finally, the filesystem is the master source for stylesheets as well, and it works like a charm, just put a file in the css folder and it shows up in the Styles node immediately. Good one! 
&lt;/p&gt;
&lt;p&gt;
While playing around I also noticed that support for folders had been added for XSLT-files! I was amazed to see this, since it isn&amp;rsquo;t mentioned in the whitepaper&amp;hellip; A bit more research showed that it has been around at least since 3.0.5&amp;hellip; 
&lt;/p&gt;
&lt;p&gt;
How on earth did I miss that one? Guess I&amp;rsquo;ve been a bit a sleep this spring ; ). Anyway, to create a file in an existing XSLT folder all you need to do is to specify the name of a new file as &amp;ldquo;MyFolder/MyXSLTFile&amp;rdquo; and voil&amp;aacute;! You have a new file in your prepared XSLT folder! I love it even though I&amp;rsquo;m to late to &lt;em&gt;that&lt;/em&gt; release party ; ) A final improvement would be to add the folder via the GUI as well ; ) 
&lt;/p&gt;
&lt;h2&gt;Full Firefox support&lt;/h2&gt;
&lt;p&gt;
Nah, not yet&amp;hellip; the nodepicker still doesn&amp;rsquo;t work, I&amp;rsquo;ve &lt;a href="http://www.codeplex.com/umbraco/WorkItem/View.aspx?WorkItemId=16125"&gt;reported this since the 3.0.5 beta&lt;/a&gt; and it still doesn&amp;rsquo;t work in Firefox 2.0 and the issue is&amp;nbsp; still closed in CodePlex so I guess that some modifications were made to it, it might just have been lost &amp;ldquo;somewhere&amp;rdquo; in the process&amp;hellip; 
&lt;/p&gt;
&lt;h2&gt;Dictonary overview&lt;/h2&gt;
&lt;p&gt;
Very nice addition! One image says it all ; ) 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/652/WindowsLiveWriter_TakingUmbracoV4alphaforatestdrive_108A4_image_11.png" width="445" height="238"/&gt; 
&lt;/p&gt;
&lt;h2&gt;Summary&lt;/h2&gt;
&lt;p&gt;
Overall this is a great new version with a lot of good intentions, there&amp;rsquo;s still some work to do, of course, but this will surely make Umbraco a perfect match for even more developers and organizations out there, kudos to the core team for all work done so far as well as all work left ; ) 
&lt;/p&gt;
&lt;p&gt;
Unfortunately &lt;strong&gt;I still miss my favourite GUI feature&lt;/strong&gt; &amp;ndash; DeepLinking! &lt;strong&gt;Deep Linking&lt;/strong&gt; is when the URL to an AJAX (or Flash etc..) application contains info about the state of the application, this is very easy to handle if you dare to use &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=8C36ACA4-E947-4760-9B05-93CAC04C6F87&amp;amp;displaylang=en"&gt;SP1 Beta for .Net 3.5&lt;/a&gt;, this beta contains &amp;ldquo;support for managing browser history&amp;rdquo;, in reality this also means deep-linking since every &lt;em&gt;defined&lt;/em&gt; state of the application is transferred to the URL without a page reload, I&amp;rsquo;ve tried it and it works just perfect. For umbraco this might mean that you can copy the URL and paste in another browser, and it may open up in members under letter &amp;ldquo;Q&amp;rdquo; for example&amp;hellip; 
&lt;/p&gt;
&lt;p&gt;
I would also like to see some sort of check-out / click-to-edit feature to avoid that two editors makes modifications in the same document&amp;hellip; 
&lt;/p&gt;
&lt;p&gt;
I will revisit this post later and make a follow up on how things evolve as times goes by&amp;hellip;. 
&lt;/p&gt;
&lt;p&gt;
(Sorry, comments are still not possible due to my laziness ;)
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;
Technorati tags: &lt;a rel="tag" href="http://technorati.com/tag/umbraco"&gt;umbraco&lt;/a&gt; &lt;/em&gt;&lt;em&gt;&lt;a href="http://technorati.com/tag/umbraco%20v4"&gt;umbraco v4&lt;/a&gt; &lt;/em&gt;&lt;em&gt;&lt;a href="http://technorati.com/tag/asp.net"&gt;asp.net&lt;/a&gt; &lt;a href="http://technorati.com/tag/open%20source"&gt;opensource&lt;/a&gt;&amp;nbsp; &lt;/em&gt;&lt;a href="http://technorati.com/tag/.net cms"&gt;&lt;em&gt; .net cms&lt;/em&gt;&lt;/a&gt;  
&lt;/p&gt;</description>
      <link>http://www.wibeck.com/articles/taking-umbraco-v4-alpha-for-a-test-drive.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:58 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1152.aspx</guid>
    </item>
    <item>
      <title>Solve Umbraco Error Message: Item has already been added. Key in dictionary</title>
      <description>&lt;p&gt;&lt;/p&gt;  &lt;p&gt;When working with macros and parameters in Umbraco you might have stumbled upon the error:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" title="image" border="0" alt="image" src="http://www.wibeck.com/media/834/WindowsLiveWriter_Err.KeyindictionaryparameternameKeybeing_13E5C_image_3.png" width="628" height="73" /&gt; &lt;/p&gt;  &lt;pre&gt;Item has already been added. Key in dictionary: '[parameter-name]'  Key being added: '[parameter-name]'&lt;/pre&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;This is very easy to solve when you know the reason for it...&lt;/p&gt;

&lt;p&gt;Most of the times you will get this error when you install a package that was previously installed, since most macro parameters where added before the “new” ones will be duplicates.&lt;/p&gt;

&lt;p&gt;When struck by the “Item has already been added” error it seems like there’s no turning back besides deleting the entire macro, you can’t delete any parameters and you can’t save your macro, but there is an easy solution: Just make sure all your duplicate parameters has unique Aliases, I usually add a letter or two and renames them to “macroParameter&lt;em&gt;xxx&lt;/em&gt;”&lt;strong&gt; &lt;/strong&gt;and doesn’t click &lt;strong&gt;Save &lt;/strong&gt;until all parameters has unique Aliases. As soon as you have renamed them all you can delete them one by one...&lt;/p&gt;

&lt;p&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" title="image" border="0" alt="image" src="http://www.wibeck.com/media/839/WindowsLiveWriter_Err.KeyindictionaryparameternameKeybeing_13E5C_image_6.png" width="296" height="180" /&gt; &lt;/p&gt;

&lt;p&gt;That wasn’t to hard was it?&lt;/p&gt;

&lt;p&gt;The real solution to this problem would of course be that the Umbraco UI checks for duplicates in an earlier stage and never allows them to be added in the first place...&lt;/p&gt;

&lt;p&gt;&amp;#160;&lt;/p&gt;

&lt;div style="padding-right: 0px; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:468a4c50-57e3-41c4-b3c1-71cad82380bf" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/umbraco" rel="tag"&gt;umbraco&lt;/a&gt;,&lt;a href="http://technorati.com/tags/asp.net" rel="tag"&gt;asp.net&lt;/a&gt;,&lt;a href="http://technorati.com/tags/open+source" rel="tag"&gt;open source&lt;/a&gt;,&lt;a href="http://technorati.com/tags/error" rel="tag"&gt;error&lt;/a&gt;&lt;/div&gt;</description>
      <link>http://www.wibeck.com/articles/solve-umbraco-error-message-item-has-already-been-added-key-in-dictionary.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:58 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1179.aspx</guid>
    </item>
    <item>
      <title>Taking Umbraco V4 for another test-drive</title>
      <description>&lt;p&gt;
&lt;a href="http://www.umbraco.org" title="Visit Umbraco.org"&gt;&lt;img src="/media/921/WindowsLiveWriter_TakingUmbracoV4alphaforanothertestdrive_12C9_image_12.png" width="193" height="62"/&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
At the end of June I did an &lt;a href="/articles/taking-umbraco-v4-alpha-for-a-test-drive.aspx"&gt;evaluation of Umbraco CMS version 4 alpha&lt;/a&gt; and promised to revisit that article later..that is now! 
&lt;/p&gt;
&lt;p&gt;
The core developers have been working hard during the summer to bring Umbraco V4 closer to a release candidate and there have been about 100 check-ins in CodePlex since my last test-drive. 
&lt;/p&gt;
&lt;p&gt;
Despite some bugs I have found, this is a far better build than the last one. Some bugs might be &amp;ldquo;show-stoppers&amp;rdquo; in my opinion, but that is compensated by other great additions. 
&lt;/p&gt;
&lt;p&gt;
This time I&amp;rsquo;ve used a clean install of the nightly build from August 11th and I&amp;rsquo;m going to follow up some of the things I ran into last time, as well as present some new issues and features. All testing has been done using &lt;em&gt;Firefox 3 on Win XP&lt;/em&gt;... 
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;a href="http://www.sxc.hu/photo/920580" title="Free picture from sxc.hu user EveStock"&gt;&lt;img src="/media/926/WindowsLiveWriter_TakingUmbracoV4alphaforanothertestdrive_12C9_image_15.png" width="174" height="242"/&gt;&lt;/a&gt; &lt;br /&gt;
&lt;em&gt;&amp;ldquo; - What has changed since last time&amp;hellip; ?&amp;rdquo;&lt;/em&gt; 
&lt;/p&gt;
&lt;h2&gt;Installation Experience&lt;/h2&gt;
&lt;p&gt;
The installation went very smooth and the only errors that appeared this time was due to me not setting any file permissions at first, when that was corrected the Installation including the Boost and Nitros packages got installed very nicelly. &lt;br /&gt;
It would have been &lt;em&gt;even&lt;/em&gt; nicer if the installer noticed that I had modified the connection string in web.config before I ran the auto-installer, it didn&amp;#39;t and therefore I had to enter all data again... 
&lt;/p&gt;
&lt;p&gt;
I&amp;#39;ve walked through the Umbraco backend one Section at a time and written down what I&amp;#39;ve noticed whilst doing that. I&amp;#39;m sure there are plenty of stuff that i have missed since &lt;strong&gt;I haven&amp;#39;t done anything advanced&lt;/strong&gt; at all this time.
&lt;/p&gt;
&lt;p&gt;
Here comes the different secions: 
&lt;/p&gt;
&lt;h2&gt;Content Section&lt;/h2&gt;
&lt;h3&gt;Menu tree&lt;/h3&gt;
&lt;p&gt;
In the &lt;strong&gt;Content&lt;/strong&gt; section I noticed that the tree-menu icons &lt;strong&gt;doesn&amp;rsquo;t&lt;/strong&gt; &lt;a href="/articles/taking-umbraco-v4-alpha-for-a-test-drive.aspx"&gt;lose it&amp;rsquo;s position&lt;/a&gt; any longer and that the little star for unpublished changes finally works in Firefox&amp;hellip; now I&amp;rsquo;m only waiting for the faded &amp;ldquo;unpublished-page&amp;rdquo; &lt;strong&gt;icons&lt;/strong&gt; to fade in FF as well&amp;nbsp; ; ). 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/931/WindowsLiveWriter_TakingUmbracoV4alphaforanothertestdrive_12C9_image_3.png" width="192" height="117"/&gt; 
&lt;/p&gt;
&lt;p&gt;
If it was possible to &amp;ldquo;fold in&amp;rdquo; the menu tree that would be a great feature to maximize the working area on smaller screens (1024x768 and below). &lt;br /&gt;
&lt;img src="/media/936/WindowsLiveWriter_TakingUmbracoV4alphaforanothertestdrive_12C9_image_28.png" width="473" height="298"/&gt; &lt;br /&gt;
&lt;em&gt;&amp;ldquo;To fold-in, or not to fold in&amp;hellip;&amp;rdquo;&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h3&gt;Modal Dialogs&lt;/h3&gt;
&lt;p&gt;
Last time I tested the inline modal dialogs had an annoying &amp;ldquo;slide down slowly&amp;rdquo; transition that took ages (1.5 seconds) to display. That sliding effect has now been removed, making them appear much faster, good one Per! 
&lt;/p&gt;
&lt;h3&gt;Rich text editor&lt;/h3&gt;
&lt;p&gt;
The&lt;strong&gt; node picker&lt;/strong&gt; still doesn&amp;#39;t work in Firefox from within the &amp;ldquo;Insert Image&amp;rdquo; dialog.&amp;nbsp; Still a JavaScript error when you select a node in this view: 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/941/WindowsLiveWriter_TakingUmbracoV4alphaforanothertestdrive_12C9_image_22.png" width="405" height="286"/&gt;&amp;nbsp; &lt;br /&gt;
&lt;em&gt;&lt;strong&gt;JS Error in Firefox:&lt;/strong&gt; &amp;ldquo;parent.opener.dialogHandler is not a function&amp;hellip;&amp;rdquo;&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
And I find it a bit annoying that the editor don&amp;rsquo;t auto-fill the whole width of it&amp;rsquo;s area like everything else in Umbraco does&amp;hellip; 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/946/WindowsLiveWriter_TakingUmbracoV4alphaforanothertestdrive_12C9_image_25.png" width="794" height="223"/&gt;&amp;nbsp;&lt;br /&gt;
&lt;em&gt;Is this a wide enough editor for any screen size?&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h2&gt;Media section&lt;/h2&gt;
&lt;h3&gt;Image upload bug&lt;/h3&gt;
&lt;p&gt;
Uploaded images and files doesn&amp;rsquo;t get their properties set at all. This causes a missing image in the editor since the file extension is removed. Definitely a show-stopper this one... And it seems that the &amp;ldquo;Insert/Edit Image dialog&amp;rdquo; from the editor doesn&amp;rsquo;t have this bug when you upload a new image, strange one! 
&lt;/p&gt;
&lt;h2&gt;Users section&lt;/h2&gt;
&lt;h3&gt;New feature: Permissions Editor, wooha!&lt;/h3&gt;
&lt;p&gt;
One major improvement is the new &lt;strong&gt;permissions editor&lt;/strong&gt; by Shannon a.k.a. Shandem. Basically it gives you the ability to modify the &lt;strong&gt;built in user types&lt;/strong&gt; as well as &lt;strong&gt;defining your own ones&lt;/strong&gt;. 
&lt;/p&gt;
&lt;p&gt;
It also features one single place to edit node permissions on a user level, very nice indeed, well done Shannon!! Not only does this provide a way better permissions editor, it&amp;rsquo;s also a great way to explore the difference between the built-in User Types! 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/951/WindowsLiveWriter_TakingUmbracoV4alphaforanothertestdrive_12C9_image_8.png" width="330" height="155"/&gt; &lt;br /&gt;
&lt;em&gt;User Type Editor&lt;br /&gt;
&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/956/WindowsLiveWriter_TakingUmbracoV4alphaforanothertestdrive_12C9_image_11.png" width="635" height="320"/&gt; &lt;br /&gt;
&lt;em&gt;User&amp;rsquo;s Content Tree Permissions editor&lt;br /&gt;
&lt;/em&gt;
&lt;/p&gt;
&lt;h3&gt;Can&amp;rsquo;t save users or create new user types&lt;/h3&gt;
&lt;p&gt;
Currently you&amp;rsquo;re unable to create a new User Type due to a .Net Error*. It&amp;rsquo;s also impossible to save a user if you don&amp;rsquo;t fill in the &amp;ldquo;Change Password&amp;rdquo; text boxes, but I guess that will be fixed in a later version&amp;hellip; &lt;br /&gt;
Once you&amp;rsquo;re able to attach different groups (multiple) with defined permissions to a user (like you can do with members) there isn&amp;rsquo;t much left to wish for in this section. 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Feature request for the Permission Editor: &lt;/strong&gt;It would be great if modified permissions was somehow indicated on each parent/ancestor node to easier see that something is changed. I would also like to know what happens when you &lt;strong&gt;change User Type&lt;/strong&gt; for a user, will the user keep her current permissions or will they be overwritten? 
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;*) .Net Error: &amp;ldquo;System.ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: userTypes&amp;rdquo;&lt;br /&gt;
&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h2&gt;Settings Section&lt;/h2&gt;
&lt;h3&gt;Content Types&lt;/h3&gt;
&lt;p&gt;
This Content Type editor is redesigned with a fresher &lt;strong&gt;look&lt;/strong&gt; but the &lt;strong&gt;feel&lt;/strong&gt; is still the same, sadly. It&amp;rsquo;s still &lt;strong&gt;impossible to place the cursor&lt;/strong&gt; in the textboxes (without right-clicking) since they becomes part of the click target for the drag&amp;rsquo;n&amp;rsquo;drop. And you still &lt;strong&gt;can&amp;rsquo;t sort the order of the properties&lt;/strong&gt; if you have more properties than what fits in your screen. What happens here is that if you drag a box, the &amp;ldquo;drop gap&amp;rdquo; between the other boxes will appear 3 boxes up or even off screen!? Hmm, what if I only want to move it up one step? 
&lt;/p&gt;
&lt;p&gt;
On the other hand it&amp;rsquo;s &lt;strong&gt;now possible to sort the tabs&lt;/strong&gt; by entering the preferred sort order, this is one feature I&amp;rsquo;ve longed-for, &lt;strong&gt;nice to see it&lt;/strong&gt;! 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="/media/961/WindowsLiveWriter_TakingUmbracoV4alphaforanothertestdrive_12C9_image_17.png"&gt;&lt;img src="/media/966/WindowsLiveWriter_TakingUmbracoV4alphaforanothertestdrive_12C9_image_thumb_3.png" width="276" height="189"/&gt;&lt;/a&gt; &lt;br /&gt;
&lt;em&gt;&amp;ldquo;Tab sorting&amp;hellip;&amp;rdquo;&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h2&gt;Developer Section&lt;/h2&gt;
&lt;p&gt;
I can&amp;rsquo;t recall if this were implemented in the last version I tested but, you now get a list of all your installed packages as well as information about available updates for the installed packages. You even get a nice uninstaller for your packages! Of course a roll-back for modifications in the config files and/or the database would be nice as well, but I guess that&amp;rsquo;s a bit trickier to implement. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h2&gt;Members Section&lt;/h2&gt;
&lt;p&gt;
No, no changes at all what I can see. But I noticed that you can click create in the Create dialog without any defined Member Types, that throws an empty string exception. 
&lt;/p&gt;
&lt;p&gt;
If you change icon for a Member Type it will still use the same icon that all Member Types uses, guess that isn&amp;rsquo;t by design. 
&lt;/p&gt;
&lt;p&gt;
In my wishlist for the Members Section I will add: 
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;A Search / Auto suggest / Live filter - feature in the top search box or the Dashboard (shouldn&amp;rsquo;t this always be context sensitive BTW) &lt;/li&gt;
	&lt;li&gt;Remove all the alphabet folders if they&amp;rsquo;re empty &lt;/li&gt;
	&lt;li&gt;Drag-n-drop or double-click to add/remove Member Groups from a member .&lt;/li&gt;
	&lt;li&gt;Remove the Structure / &amp;ldquo;Allowed child nodetypes&amp;rdquo; tabs from Member Types. It just doesn&amp;rsquo;t make sense&amp;hellip;&lt;br /&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Summary&lt;/h2&gt;
&lt;p&gt;
Umbraco V4 is an awesome CMS! There are so many great additions that it would have made sense to skip a version number and go straight for V5. &lt;br /&gt;
Right now I can only come up with one feature that would make a great difference; Basic image editing from the editor and the Media Section... 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
// ; ) Kalle 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
(Still no comments, but this time I&amp;#39;m at least working on it ;) 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Technorati tags: &lt;a rel="tag" href="http://technorati.com/tag/umbraco"&gt;umbraco&lt;/a&gt; &lt;/em&gt;&lt;em&gt;&lt;a href="http://technorati.com/tag/umbraco%20v4"&gt;umbraco v4&lt;/a&gt; &lt;/em&gt;&lt;em&gt;&lt;a href="http://technorati.com/tag/asp.net"&gt;asp.net&lt;/a&gt; &lt;a href="http://technorati.com/tag/open%20source"&gt;opensource&lt;/a&gt;&amp;nbsp; &lt;/em&gt;&lt;a href="http://technorati.com/tag/.net%20cms"&gt;&lt;em&gt;.net cms&lt;/em&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <link>http://www.wibeck.com/articles/taking-umbraco-v4-for-another-test-drive.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:58 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1198.aspx</guid>
    </item>
    <item>
      <title>E-mail templates that looks good everywhere…</title>
      <description>&lt;p&gt;
I just got a newsletter from &lt;a href="http://www.campaignmonitor.com"&gt;Campaign Monitor&lt;/a&gt;, if you haven&amp;rsquo;t heard about them they provide an e-mail newsletter service and are &lt;strong&gt;the founders&lt;/strong&gt; of the &lt;a href="http://www.email-standards.org"&gt;Email Standards project&lt;/a&gt; that &amp;ldquo;...&lt;em&gt;works with email client developers and the design community to improve web standards support and accessibility in email...&lt;/em&gt;&amp;rdquo;.    
&lt;/p&gt;
&lt;p&gt;
In the newsletter they said that they had updated their &lt;a href="http://www.campaignmonitor.com/templates/"&gt;collection of free e-mail templates&lt;/a&gt;. Since they know what they&amp;rsquo;re doing, I see no reason not to trust them when they say that they have &amp;ldquo;...&lt;em&gt;tested them in the major [email] clients&lt;/em&gt;...&amp;rdquo;.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="/media/977/WindowsLiveWriter_Emailtemplatesthatlooksgoodeverywhere_14C47_image_2.png"&gt;&lt;img src="/media/982/WindowsLiveWriter_Emailtemplatesthatlooksgoodeverywhere_14C47_image_thumb.png" width="370" height="339"/&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
If you have made CSS layouts in e-mail you know what a pain it can be. When you are satisfied with the result you receive a butt-ugly copy of your newsletter from someone using Lotus Notes or Outlook 2007. You can save yourself a lot of hassle by learning from the e-mail pros.
&lt;/p&gt;
&lt;p&gt;
So next time you think of creating a nice CSS layout for an email, why not start with a tested template?
&lt;/p&gt;
&lt;p&gt;
After all, designing for e-mail clients is ten times worse then designing for a few &amp;ldquo;modern web browsers&amp;rdquo; due to the &lt;a href="http://www.campaignmonitor.com/css/"&gt;extreme difference in CSS support&lt;/a&gt;. And if you need some inspiration make sure you check out their design gallery as well&amp;hellip;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;PS. I first heard about Campaign Monitor from Niels Hartvig of &lt;/em&gt;&lt;a href="http://www.umbraco.org"&gt;&lt;em&gt;Umbraco&lt;/em&gt;&lt;/a&gt;&lt;em&gt; since he uses their service for the Umbraco Newsletters.&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
// ; ) Kalle
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;br /&gt;
&lt;div style="margin: 0px; padding: 0px; float: none; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5a100104-1673-42b2-ac67-14a98b2833ab" class="wlWriterSmartContent"&gt;
Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/free+e-mail+templates"&gt;free e-mail templates&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/email+standards+project"&gt;email standards project&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/e-mail+css+layout"&gt;e-mail css layout&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/umbraco"&gt;umbraco&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/newsletter"&gt;newsletter&lt;/a&gt;
&lt;/div&gt;</description>
      <link>http://www.wibeck.com/articles/e-mail-templates-that-looks-good-everywhere….aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:58 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1201.aspx</guid>
    </item>
    <item>
      <title>Image upload from Flickr to Umbraco...</title>
      <description>&lt;div style="float: right; margin-bottom: 10px; margin-left: 10px"&gt;&lt;a title="photo sharing" href="http://www.flickr.com/photos/11426638@N05/2779437912/"&gt;&lt;img style="border-right: #000000 2px solid; border-top: #000000 2px solid; border-left: #000000 2px solid; border-bottom: #000000 2px solid" alt="" src="http://farm4.static.flickr.com/3282/2779437912_2f02d559b2_m.jpg" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;span style="margin-top: 0px; font-size: 0.9em"&gt;&lt;a href="http://www.flickr.com/photos/11426638@N05/2779437912/"&gt;wb&lt;/a&gt;       &lt;br /&gt;Originally uploaded by &lt;a href="http://www.flickr.com/people/11426638@N05/"&gt;kalle.wibeck&lt;/a&gt; &lt;/span&gt;&lt;/div&gt;  &lt;p&gt;@Warren: This is a post to test image uploads from Flickr straight to Umbraco via MetaWeblog API...   &lt;br /&gt;    &lt;br /&gt;But I think that the image will be linked to Flickr and not actually uploaded since the image had to be public in Flickr to be able to Blog it...&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;UPDATE: Now I edited this post in Live Writer to verify the functionality... &lt;/p&gt;  &lt;p&gt;And I was correct about the image path, it is loaded from Flickr and not from Umbraco’s media section…   &lt;br /&gt;    &lt;br /&gt;// ; ) Kalle     &lt;br clear="all" /&gt;&lt;/p&gt;</description>
      <link>http://www.wibeck.com/articles/image-upload-from-flickr-to-umbraco.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:58 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1207.aspx</guid>
    </item>
    <item>
      <title>Is Umbraco going to invade the US?</title>
      <description>&lt;div style="float: right; margin-bottom: 10px; margin-left: 10px"&gt;&lt;a title="photo sharing" href="http://www.flickr.com/photos/wibeck/2785417778/"&gt;&lt;img style="border-right: #000000 2px solid; border-top: #000000 2px solid; border-left: #000000 2px solid; border-bottom: #000000 2px solid" alt="" src="http://farm4.static.flickr.com/3095/2785417778_d69a91983e_m.jpg" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;span style="margin-top: 0px; font-size: 0.9em"&gt;&lt;a href="http://www.flickr.com/photos/wibeck/2785417778/"&gt;proof-of-invasion&lt;/a&gt;       &lt;br /&gt;Originally uploaded by &lt;a href="http://www.flickr.com/people/wibeck/"&gt;Kalle Wibeck&lt;/a&gt; &lt;/span&gt;&lt;/div&gt;  &lt;p&gt;This is a proof that Umbraco is going to invade the US, right?   &lt;br /&gt;    &lt;br /&gt;Now it's official:     &lt;br /&gt;Umbraco will invade the US on october 6th, or is it just my sick brain that can spot the similarity?    &lt;br /&gt;    &lt;br /&gt;(Click on the image to see the notes on Flickr..)    &lt;br /&gt;    &lt;br /&gt;Q: &lt;em&gt;Will Lake Michigan be the way in?&lt;/em&gt;    &lt;br /&gt;    &lt;br /&gt;// ; ) Kalle &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;(Still no comments…)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div style="padding-right: 0px; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:640a5ead-b4b7-4862-b064-8d8baa46ceac" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/umbraco" rel="tag"&gt;umbraco&lt;/a&gt;,&lt;a href="http://technorati.com/tags/codegarden08" rel="tag"&gt;codegarden08&lt;/a&gt;,&lt;a href="http://technorati.com/tags/us+invasion" rel="tag"&gt;us invasion&lt;/a&gt;,&lt;a href="http://technorati.com/tags/joke" rel="tag"&gt;joke&lt;/a&gt;,&lt;a href="http://technorati.com/tags/chicago" rel="tag"&gt;chicago&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;   &lt;br clear="all" /&gt;&lt;/p&gt;</description>
      <link>http://www.wibeck.com/articles/is-umbraco-going-to-invade-the-us.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:58 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1208.aspx</guid>
    </item>
    <item>
      <title>Are you a loser when it comes to protecting your files? Use an online backup solution!</title>
      <description>&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h2&gt;The accident where I lost all my personal files&lt;/h2&gt;  
&lt;p&gt;
Last Christmas I had a disk crash on my job laptop. Like most companies we&amp;rsquo;re not allowed to store client data on our PCs, I had that stuffed away in repositories and project servers. But stupid me had saved quite a lot of personal documents in a local folder. Since my computer uses an encrypted disc, restore was never an option&amp;hellip; ; (    &lt;br /&gt;
OK, nothing left to do but realizing that my computer will return from Poland (HP&amp;rsquo;s European service center is located in Poland) without my loved ones&amp;hellip;bye-bye&amp;hellip;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="/media/877/WindowsLiveWriter_Areyoualoserwhenitcomestoprotectingyourf_D16_image_5.png" width="311" height="209"/&gt;     &lt;br /&gt;
&lt;em&gt;Just a sad dog, I don&amp;rsquo;t know him...      &lt;br /&gt;
&lt;/em&gt;
&lt;/p&gt;
&lt;h2&gt;What about all my photos at home?&lt;/h2&gt;  
&lt;p&gt;
That one accident got me thinking of my PC at home, with thousands of irreplaceable photos, Family videos, Hobby project etc on it. What if one of the disc crashes on that one? All our photos will be gone!! Well, not all of course, I&amp;rsquo;ve made &lt;strong&gt;some&lt;/strong&gt; CD backups during the years, but none for the last six months... scary thought, these photos of my kids growing up are actually irreplaceable!
&lt;/p&gt;
&lt;p&gt;
OK, I needed an automatic &amp;ldquo;fire-and-forget&amp;rdquo; solution, I know myself too well &amp;ndash; if I have to remember it I&amp;rsquo;m going to forget it&amp;hellip; that&amp;rsquo;s the raw truth&amp;hellip;
&lt;/p&gt;
&lt;p&gt;
I investigated external hard drives, plug&amp;rsquo;n&amp;rsquo;play backup boxes, DVD burning and online services. The external drives felt a bit insecure, viruses will reach those too. The boxes costs a fortune, DVD burning will be forgotten so I settled for an online service.
&lt;/p&gt;
&lt;h2&gt;The final solution&lt;/h2&gt;  
&lt;p&gt;
I did a whole lot of research browsing and looked at most of the different backup providers, or at least the ones Google led me to. My criteria was:
&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;strong&gt;Affordable&lt;/strong&gt; (low) &lt;strong&gt;price&lt;/strong&gt; &lt;/li&gt;    
	&lt;li&gt;N&lt;strong&gt;o storage limit&lt;/strong&gt; &lt;/li&gt;    
	&lt;li&gt;&lt;strong&gt;Reliability&lt;/strong&gt;, who wants their files secured by a company that might be out of business in a year or two? &lt;/li&gt;    
	&lt;li&gt;&lt;strong&gt;Simplicity&lt;/strong&gt;, like I said above, if I have to remember it, I&amp;rsquo;m going to forget it&amp;hellip; &lt;/li&gt; 
&lt;/ol&gt;
&lt;p&gt;
The provider I choose for the winner was Mozy, a company owned by EMC (You know the global company that makes the ECM system Documentum). They charge $4.95 / month for an unlimited storage and everything is handled by a small application that sits in your task bar and waits for a convenient time to run next backup (configurable). Currently I&amp;rsquo;ve uploaded about 30 GB of my precious files to safety on Mozy&amp;rsquo;s encrypted servers&amp;hellip;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="https://mozy.com/?code=JDR7B8" title="Visit Mozy's website"&gt;&lt;img src="/media/910/WindowsLiveWriter_Areyoualoserwhenitcomestoprotectingyourf_D16_image24.png" width="206" height="52"/&gt;&lt;/a&gt;     &lt;br /&gt;
Mozy even has a free service limited to 2 GB storage that you can increase by referring your friends to Mozy. BTW, the free service was a perfect option for my private files on my work computer ; )
&lt;/p&gt;
&lt;h2&gt;No one gets it (besides my own brother)&lt;/h2&gt;  
&lt;p&gt;
OK, now I felt that I just had to warn all my friends from making the same mistakes I did. By not having a proper backup solution I risked loosing many of my photos so I wrote a short mail and sent it to 30 of my friends just to inform them about my finding and gain some extra space in my free account, of course ;). 
&lt;/p&gt;
&lt;p&gt;
Guess what? &lt;strong&gt;Only one person&lt;/strong&gt; signed up and it was my brother, although I know for sure that none of the rest had a satisfactory backup solution!? 
&lt;/p&gt;
&lt;p&gt;
How come? 
&lt;/p&gt;
&lt;p&gt;
Are they just as stubborn and ignorant as I am? I guess so... ; )
&lt;/p&gt;
&lt;p&gt;
Here&amp;rsquo;s a link for you if you would like to &lt;a href="https://mozy.com/?code=JDR7B8" title="Register for Mozy"&gt;try Mozy for free (and give me some more space as well)&lt;/a&gt; ;)
&lt;/p&gt;
&lt;p&gt;
(Select MozyHome for home/personal usage, and MozyPro for your company)
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
// ; ) Kalle
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;div style="margin: 0px; padding: 0px; display: inline; float: none" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:367f1ab3-6af2-489e-8454-ce583cc5b09f" class="wlWriterEditableSmartContent"&gt;
Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/backup"&gt;backup&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/online+backup"&gt;online backup&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/backup+photos"&gt;backup photos&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/mozy"&gt;mozy&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/carbonite"&gt;carbonite&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/automatic+backup"&gt;automatic backup&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/umbraco"&gt;umbraco&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
&lt;em&gt;(Sorry no comments yet&amp;hellip;)&lt;/em&gt;
&lt;/p&gt;</description>
      <link>http://www.wibeck.com/articles/are-you-a-loser-when-it-comes-to-protecting-your-files-use-an-online-backup-solution!.aspx</link>
      <author>Kalle Wibeck</author>
      <pubDate>Thu, 27 May 2010 12:12:58 GMT</pubDate>
      <guid isPermaLink="true">http://www.wibeck.com/1185.aspx</guid>
    </item>
  </channel>
</rss>