<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Roland Weigelt </title><link>http://weblogs.asp.net/rweigelt/default.aspx</link><description>Born to Code</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>An Example for Self-Hosting Nancy in an Application</title><link>http://weblogs.asp.net/rweigelt/archive/2013/05/01/10237535.aspx</link><pubDate>Wed, 01 May 2013 21:38:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10237535</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;In my &lt;a href="http://weblogs.asp.net/rweigelt/archive/2013/04/30/10235654.aspx" target="_blank"&gt;recent blog post&lt;/a&gt; I wrote about the technical aspects of using the Nancy framework, in this post I’d like explain the “what did I want to achieve” a bit more. Maybe it inspires other people to think about possible self-hosting scenarios that combine desktop and web software.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Desktop Software&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;One of my hobbies involves writing software for the local basketball club, the &lt;a href="http://www.telekom-baskets-bonn.de" target="_blank"&gt;Telekom Baskets Bonn&lt;/a&gt;. Except the actual score board (which is a commercial product), virtually anything shown on the back projection screens in the arena is displayed by software I wrote. For me that’s the ultimate hobby: coding, designing, creating videos/graphics – all connected to my favorite sport, basketball.&lt;/p&gt;  &lt;p&gt;To get an idea, this is what things look like in the arena before the doors open on a game day:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_thumb.png" width="500" height="375" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;My older software &lt;strong&gt;RemoteCanvas&lt;/strong&gt; (see this &lt;a href="http://weblogs.asp.net/rweigelt/archive/2006/10/08/637501.aspx" target="_blank"&gt;old blog post from 2006&lt;/a&gt;) is used for showing videos, graphics and PowerPoint slides, my newer project &lt;strong&gt;LiveTexter &lt;/strong&gt;uses WPF to dynamically generate views like these:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_3.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_thumb_3.png" width="248" height="186" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_4.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_thumb_4.png" width="248" height="186" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;LiveTexter runs in a two-display configuration on a laptop. The projection screens are hooked up (via some video hardware) to the VGA port, the laptop screen shows the control console:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_5.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_thumb_5.png" width="248" height="174" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_6.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_thumb_6.png" width="248" height="174" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Web Client&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Over time, the number of views, especially for live stats, grew large enough that a TV-style “halftime report” (without video, though) became feasible. The idea was to let the hosts of the internet radio show “Baskets FanRadio” analyze the first half on the court in front of a camera while picking the views they needed themselves on a mobile device.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_7.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_thumb_7.png" width="500" height="348" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;small&gt;Marius Volkmann (left) and Marc Hartenstein (right) at the home game on Saturday; Marius is holding an iPad with the browser running the web client. Photo used with permission by Jörn Wolter, &lt;a href="http://www.wolterfoto.de" target="_blank"&gt;www.wolterfoto.de&lt;/a&gt;)&lt;/small&gt;&lt;/p&gt;  &lt;p&gt;The software was supposed to be as simple as possible for the first version, so the “remote control” is simply a bunch of preview pictures on a (long) web page. Tapping a picture makes the corresponding view appear on the screens in the arena. This is what it looks like on the iPad:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_8.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="image" src="http://www.roland-weigelt.de/blog/images/2013/My-WPF-is-a-WebServer--_142F4/image_thumb_8.png" width="500" height="375" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The right part of the web page is left blank for safe scrolling using the right thumb, which turned out to be very important for holding the device safely with one hand. This is the perfect example of &lt;em&gt;context &lt;/em&gt;when using software on mobile devices – when writing and testing the software at home, I simply forgot about the fact that the people using the software had to carry a microphone in one of their hands. Next season we either need headsets or a lectern…&lt;/p&gt;  &lt;p&gt;The results at the Baskets home game on Saturday were encouraging, so I’m looking forward to write a second, more dynamic version over the summer.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10237535" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/WPF/default.aspx">WPF</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/English/default.aspx">English</category></item><item><title>Using Nancy to Remotely Control a Desktop Application</title><link>http://weblogs.asp.net/rweigelt/archive/2013/04/30/10235654.aspx</link><pubDate>Wed, 01 May 2013 03:38:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10235654</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I recently had the requirement to control a desktop application from a mobile device. The application, written using Windows Presentation Foundation (WPF) uses the secondary monitor of a system in full-screen mode, generating views that are shown on projection screens in a sports arena. More on the background story in a later blog post. [&lt;strong&gt;Update&lt;/strong&gt;: &lt;a href="http://weblogs.asp.net/rweigelt/archive/2013/05/01/10237535.aspx" mce_href="http://weblogs.asp.net/rweigelt/archive/2013/05/01/10237535.aspx"&gt;the post is now online&lt;/a&gt;]&lt;/p&gt;  &lt;p&gt;When I write “control” I mean that I wanted to be able to&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;see a preview of the 10-30 possible views; the views are rather static, so a static preview with a manual refresh is sufficient. &lt;/li&gt;    &lt;li&gt;tap a preview picture and make the application show the corresponding view on the projection screens &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The “mobile device” should not be limited to a specific platform, so the least complicated solution that came to my mind was to let the desktop app host “something” that would let me open a web page in a mobile browser. The web page could show the preview pictures, tapping one of the pictures would use some JavaScript to call a specific URL (without navigating away from the web page).&lt;/p&gt;  &lt;p&gt;So the requirements were:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;http://&lt;i&gt;hostname&lt;/i&gt;:&lt;i&gt;port&lt;/i&gt;/ returns the HTML for the web page &lt;/li&gt;    &lt;li&gt;http://&lt;i&gt;hostname&lt;/i&gt;:&lt;i&gt;port&lt;/i&gt;/images/&lt;b&gt;&lt;i&gt;filename.jpg&lt;/i&gt;&lt;/b&gt; returns a picture used by the web page &lt;/li&gt;    &lt;li&gt;Calling http://&lt;i&gt;hostname&lt;/i&gt;:&lt;i&gt;port&lt;/i&gt;/commands/show/&lt;b&gt;&lt;i&gt;provider&lt;/i&gt;&lt;/b&gt;/&lt;b&gt;&lt;i&gt;view&lt;/i&gt;&lt;/b&gt; tells the desktop application to show a specific view generated by a specific provider. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If you search the web for e.g. “wpf web server self-hosting”, you’ll sooner or later come across various recommendations, with the name Nancy popping up here and there. The Nancy framework advertises itself as follows (quote):&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Nancy is a lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono. The goal of the framework is to stay out of the way as much as possible and provide a super-duper-happy-path to all interactions.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;In this blog post I’ll give some tips for using Nancy in the scenario I’ve outlined above, but please don’t expect ready-to-use code.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;How to get Started&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The Nancy website is at &lt;a title="http://nancyfx.org/" href="http://nancyfx.org/" mce_href="http://nancyfx.org/"&gt;http://nancyfx.org/&lt;/a&gt;. Don’t be put off by the black background, just take a look at the small code snippet for a hint on the overall experience.&lt;/p&gt;  &lt;p&gt;The NuGet packages you’ll need are &lt;a href="http://nuget.org/packages/Nancy/" target="_blank" mce_href="http://nuget.org/packages/Nancy/"&gt;Nancy&lt;/a&gt; itself (of course) and &lt;a href="http://nuget.org/packages/Nancy.Hosting.Self/" target="_blank" mce_href="http://nuget.org/packages/Nancy.Hosting.Self/"&gt;Nancy.Hosting.Self&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;The next stop is the &lt;a href="https://github.com/NancyFx/Nancy/wiki/Documentation" target="_blank" mce_href="https://github.com/NancyFx/Nancy/wiki/Documentation"&gt;documentation&lt;/a&gt;; after reading the &lt;a href="https://github.com/NancyFx/Nancy/wiki/Introduction" target="_blank" mce_href="https://github.com/NancyFx/Nancy/wiki/Introduction"&gt;Introduction&lt;/a&gt; I headed straight to &lt;a href="https://github.com/NancyFx/Nancy/wiki/Self-Hosting-Nancy" target="_blank" mce_href="https://github.com/NancyFx/Nancy/wiki/Self-Hosting-Nancy"&gt;Self Hosting Nancy&lt;/a&gt; – this was looking promising enough in terms of simplicity to keep me going.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Do not&lt;/b&gt; ignore the section HttpListenerException, i.e. don’t stop reading at “may be thrown”, understand it as “will be thrown”. The netsh command line in the documentation is for a specific user, in my scenario I wanted anybody (in the heavily restricted network) to be able to access. In this case you’ll need the following command line (replace &lt;i&gt;&lt;b&gt;port&lt;/b&gt;&lt;/i&gt; with the actual port number): &lt;/p&gt;  &lt;pre&gt;netsh http add urlacl url=http://+:&lt;i&gt;&lt;b&gt;port&lt;/b&gt;&lt;/i&gt;/ sddl=D:(A;;GX;;;WD)&lt;/pre&gt;

&lt;p&gt;How you’ll proceed from here depends on your personal style. Combining the code snippets from the Introduction and Self Hosting pages will give you a first feeling of success with “Hello World” appearing in your browser.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;General Remarks on (Learning) Nancy&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The Nancy framework is simple to use, but that doesn’t mean you get around learning the basics. Two recommendations:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;If you share my feeling that the Nancy documentation has the tendency to dive into the specifics a bit too fast (which later may be great, usually framework docs are too shallow), read the article “&lt;a href="http://www.picnet.com.au/blogs/guido/post/2011/03/22/understanding-nancy-sinatra-for-net/" target="_blank" mce_href="http://www.picnet.com.au/blogs/guido/post/2011/03/22/understanding-nancy-sinatra-for-net/"&gt;Understanding Nancy – Sinatra for .Net&lt;/a&gt;”. I found it very helpful because it explains the core terms in a very concise way. &lt;/li&gt;

  &lt;li&gt;Not a groundbreaking insight, but true nevertheless: If you learn a new framework, set breakpoints everywhere to learn the life cycle. It is especially important to know what gets instantiated when and how often. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;b&gt;Some Remarks on Self-Hosting in an Existing Application&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;I had trouble getting the Razor view engine to work, searching the web I had the feeling that I’m not alone. I didn’t dig much deeper as the “Super Simple View Engine” does everything I needed. &lt;/li&gt;

  &lt;li&gt;When you self-host in a desktop application and want an incoming call of a URL to have an effect on the GUI, keep in mind that the GUI can only be updated from the UI thread. In the case of WPF, you’ll have to use on the Dispatcher.BeginInvoke pattern, e.g. 
    &lt;pre&gt;Application.Current.Dispatcher.BeginInvoke((Action) (()=&amp;gt;
    {
        // Update UI
    }));&lt;/pre&gt;
  &lt;/li&gt;

  &lt;li&gt;My application uses the Managed Extensibility Framework (MEF) and I needed a specific application service (IRemoteAccess) inside a Nancy module. The “Nancy-way” to pass something to a Nancy module (that is instantiated for each request) is to use dependency injection (DI) via a constructor parameter. Nancy uses an IoC container called TinyIoC for DI and bridging the world of MEF and TinyIoC isn’t complicated. If you use Nancy, you’ll sooner or later have a “bootstrapper” class that is used for tweaking things in Nancy – that’s where you can e.g. put stuff you’ll need later into the TinyIoC container: 
    &lt;pre&gt;public class RemoteAccessBootstrapper : DefaultNancyBootstrapper
{
    public static CompositionContainer MefContainer { get; set; }

    protected override void ApplicationStartup(TinyIoCContainer container,
                                               Nancy.Bootstrapper.IPipelines pipelines)
    {
        // …&lt;br&gt;        container.Register(MefContainer.GetExportedValue&amp;lt;IRemoteAccess&amp;gt;());
    }
    // ...
}&lt;/pre&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;The Web Client&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The project was a spontaneous idea with a very tight deadline, so the “client” is a single static web page. Tapping on one of the preview pictures is supposed to access a specific URL without navigating away from the page. In the spirit of “the simplest thing that could possible work” I used the following bit of JavaScript code I found on &lt;a href="http://stackoverflow.com/a/4122716/150648" target="_blank" mce_href="http://stackoverflow.com/a/4122716/150648"&gt;StackOverflow&lt;/a&gt;:&lt;/p&gt;

&lt;pre&gt;function show(provider, view) {
    var i = document.createElement("img");
    i.src = "commands/show/" + provider + "/" + view;
}&lt;/pre&gt;

&lt;p&gt;Over the summer the client will be rewritten completely as a single page application, inspired by the article “&lt;a href="http://markcoleman.tumblr.com/post/37276111106/angularjs-nancyfx-typescript-and-bootstrap-oh-my" target="_blank" mce_href="http://markcoleman.tumblr.com/post/37276111106/angularjs-nancyfx-typescript-and-bootstrap-oh-my"&gt;AngularJs, NancyFx, TypeScript, and BootStrap Oh My!&lt;/a&gt;”. The goal is to include more sophisticated features in the client &lt;i&gt;and &lt;/i&gt;have learn new technology along the way.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Final Verdict&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In the short time I had available I didn’t do thorough research what could be the best solution to my problem, but what I can say is that Nancy did its job well enough I can recommend it – at least for this specific scenario.&lt;/p&gt;

&lt;p&gt;Nancy kept the promise of simplicity, but at the same time I always had the feeling whenever I needed “more”, there was a way for me to customize / tweak it without jumping through hoops.&lt;/p&gt;

&lt;p&gt;Nice one!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10235654" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/WPF/default.aspx">WPF</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/English/default.aspx">English</category></item><item><title>Anmeldung zur dotnet Cologne 2013 ab 21.3.2013 um 12:00</title><link>http://weblogs.asp.net/rweigelt/archive/2013/03/18/10011279.aspx</link><pubDate>Mon, 18 Mar 2013 22:03:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10011279</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://www.dotnet-cologne.de/" target="_blank"&gt;&lt;img title="dnc13_banner_468x60" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="dnc13_banner_468x60" src="http://www.roland-weigelt.de/blog/images/2013/59f667fedd18_11003/dnc13_banner_468x60.png" width="468" height="60" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Die &lt;a href="http://www.dotnet-cologne.de"&gt;dotnet Cologne&lt;/a&gt;, organisiert von &lt;a href="http://www.bonn-to-code.net/"&gt;Bonn-to-Code.Net&lt;/a&gt; und der &lt;a href="http://www.dnug-koeln.de/"&gt;.net user group Köln&lt;/a&gt; ist, schaltet &lt;b&gt;am 21.3.2013 um 12:00&lt;/b&gt; die &lt;a href="http://www.dotnet-cologne.de/Anmeldung.ashx"&gt;Anmeldung&lt;/a&gt; frei.&lt;/p&gt;  &lt;p&gt;Das Anlegen oder Aktualisieren von Accounts (von früheren Konferenzen oder Kölner User-Treffen) ist bereits jetzt möglich und auch sehr zu empfehlen. Denn erfahrungsgemäß sind die Tickets mit Frühbucherrabatt (für die ersten 200 Plätze) heiß begehrt, da zählt jede Sekunde.&lt;/p&gt;  &lt;p&gt;Die mit 350 Teilnehmern mittlerweile größte deutsche .NET Community-Konferenz findet zum fünften Mal statt, Veranstaltungsort ist das &lt;a href="http://www.komed.de"&gt;Komed im Mediapark Köln&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Wir – das sind Melanie Eibl, Stefan Lange, Albert Weinert und ich – freuen uns sehr, ein volles Programm mit Rundum-Sorglos-Paket bieten zu können.&lt;/p&gt;  &lt;p&gt;30 Sessions auf 6 Tracks, ein kleines Frühstück, Mittagessen, Kuchen am Nachmittag, Kaffee und Softdrinks den ganzen Tag über, freies WLAN - und das wieder zu absolut fairen Preisen:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Für Privatpersonen&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;25€ im Super-Early-Bird &lt;/li&gt;    &lt;li&gt;40€ im Early-Bird &lt;/li&gt;    &lt;li&gt;55€ regulär&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;(Preise inkl. MwSt., Zahlung per Vorkasse, Rechnung nach Zahlungseingang, ausgestellt auf die Privatadresse, ohne Nennung eines Firmennamens)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Für Firmen/Firmenangehörige auf Rechnung&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;75€ (zzgl. MwSt.) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Für die Firmenanmeldung gilt:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Die Bezahlung geschieht auf Rechnung (die automatisch nach der Anmeldung verschickt wird) &lt;/li&gt;    &lt;li&gt;Die Anmeldung kann auch eine Kontaktperson vornehmen, die selbst nicht an der Konferenz teilnimmt &lt;/li&gt;    &lt;li&gt;Mehrere Teilnehmer können auf einmal angemeldet werden &lt;/li&gt;    &lt;li&gt;Last but not least: Der Firmenname erscheint auf den Teilnehmerausweisen, eine gute Gelegenheit “Flagge zu zeigen” &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Termin merken und weitersagen: 21.3.2013 um 12:00&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Alle Informationen zur Konferenz gibt es auf &lt;a href="http://www.dotnet-cologne.de"&gt;www.dotnet-cologne.de&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10011279" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Deutsch/default.aspx">Deutsch</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/dotnet+Cologne/default.aspx">dotnet Cologne</category></item><item><title>dotnet Cologne 2013 – Vorträge gesucht!</title><link>http://weblogs.asp.net/rweigelt/archive/2012/12/11/9562008.aspx</link><pubDate>Tue, 11 Dec 2012 20:43:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9562008</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://www.dotnet-cologne.de" target="_blank"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="dnc13_banner_468x60" border="0" alt="dnc13_banner_468x60" src="http://www.roland-weigelt.de/blog/images/2012/dotnet-Cologne-2013--Call-for-Papers_1512B/dnc13_banner_468x60.png" width="468" height="60" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Am 3. Mai 2013 findet im Mediapark Köln die &lt;a href="http://www.dotnet-cologne.de/" target="_blank"&gt;&lt;strong&gt;dotnet Cologne 2013&lt;/strong&gt;&lt;/a&gt; statt. Damit die mittlerweile fünfte Ausgabe dieser Community-Konferenz wieder ein solcher Erfolg wie in den Vorjahren wird, suchen wir (Stefan Lange, Melanie Eibl, Albert Weinert und ich) Sprecher mit interessanten Vorträgen zu Technologien aus dem Microsoft-Umfeld.&lt;/p&gt;  &lt;p&gt;Dabei wünschen wir uns sowohl Einführungsvorträge in neue Themen als auch die eine oder andere “Level 400 Hardcore-Session” für Spezialisten. Für beides sind passende Räume im &lt;a href="http://www.komed.de/" target="_blank"&gt;Komed&lt;/a&gt; vorhanden, das auch in diesem Jahr wieder Veranstaltungsort sein wird.&lt;/p&gt;  &lt;p&gt;Alle Infos zum Call for Papers &lt;strong&gt;&lt;a href="http://www.dotnet-cologne.de/CallForPapers.ashx" target="_blank"&gt;gibt es hier&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Über die dotnet Cologne&lt;/strong&gt;    &lt;br /&gt;Die &lt;a href="http://www.dotnet-cologne.de/" target="_blank"&gt;dotnet Cologne&lt;/a&gt;, die 2009 zum ersten Mal stattfand, hat sich im Laufe der Jahre mit mittlerweile 350 Teilnehmern zur größten .NET Community-Konferenz in Deutschland entwickelt. Veranstaltet von den .NET User Groups &lt;a href="http://www.bonn-to-code.net/" target="_blank"&gt;Bonn-to-Code.Net&lt;/a&gt; und &lt;a href="http://dnug-koeln.de/" target="_blank"&gt;.net user group Köln&lt;/a&gt;, versteht sich die dotnet Cologne als Konferenz von Entwicklern für Entwickler.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9562008" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/User+Group/default.aspx">User Group</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Deutsch/default.aspx">Deutsch</category></item><item><title>IntelliTrace Causing Slow WPF Debugging in Visual Studio 2010</title><link>http://weblogs.asp.net/rweigelt/archive/2012/11/11/9366994.aspx</link><pubDate>Sun, 11 Nov 2012 17:26:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9366994</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Just a quick note to myself (and others that may stumble across this blog entry via a web search): If a WPF application is running slow inside the debugger of Visual Studio 2010, but perfectly fine without a debugger (e.g. by hitting Ctrl-F5), then the reason may be Intellitrace.&lt;/p&gt;  &lt;p&gt;In my case switching off Intellitrace (only available in the Ultimate Edition of Visual Studio 2010) helped gitting rid of the sluggish behavior of a DataGrid. In the “Tools” menu select “Options”, on the Options dialog click “Intellitrace” and then uncheck “Enable Intellitrace”.&lt;/p&gt;  &lt;p&gt;Note that I do not have access to Visual Studio 2012 at the time of this writing, thus I cannot make a statement about its debugging behavior.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9366994" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/WPF/default.aspx">WPF</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/English/default.aspx">English</category></item><item><title>Recommended: IntelliCommand for Visual Studio 2010/2012</title><link>http://weblogs.asp.net/rweigelt/archive/2012/11/05/9311513.aspx</link><pubDate>Mon, 05 Nov 2012 23:27:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9311513</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://blog.cwa.me.uk/" mce_href="http://blog.cwa.me.uk/" target="_blank"&gt;The Morning Brew&lt;/a&gt; is a great news source for developers for many years now. In &lt;a href="http://blog.cwa.me.uk/2012/11/05/the-morning-brew-1225/" mce_href="http://blog.cwa.me.uk/2012/11/05/the-morning-brew-1225/" target="_blank"&gt;a recent post&lt;/a&gt; it mentioned an extension for Visual Studio 2010 and 2012 called &lt;a href="http://outcoldman.com/en/blog/show/326" mce_href="http://outcoldman.com/en/blog/show/326" target="_blank"&gt;IntelliCommand&lt;/a&gt; that implements something that I had wanted for quite some time: A dynamic help for hotkeys.&lt;/p&gt;  &lt;p&gt;IntelliCommand shows a popup&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;when you press and hold Ctrl, Shift or Alt (or combinations thereof) for a configurable amount of time, or &lt;/li&gt;    &lt;li&gt;after you press the first key combination of a chord shortcut key (e.g. Ctrl-E) and wait for an (independently configurable) amount of time. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;In the following screenshot I pressed and released Ctrl-E, and after a short delay the popup appeared:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_3_Usage.png" mce_href="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_3_Usage.png"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_3_Usage_thumb.png" style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="20121105_3_Usage" alt="20121105_3_Usage" mce_src="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_3_Usage_thumb.png" border="0" height="392" width="500"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The extension is available in the &lt;a href="http://visualstudiogallery.msdn.microsoft.com/83f59659-abc1-4bfa-9779-42f687af0481" mce_href="http://visualstudiogallery.msdn.microsoft.com/83f59659-abc1-4bfa-9779-42f687af0481" target="_blank"&gt;Visual Studio Gallery&lt;/a&gt;, so finding, downloading and installing it via the Extension Manager is extremely simple:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_1_ExtensionManager.png" mce_href="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_1_ExtensionManager.png"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_1_ExtensionManager_thumb.png" style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="20121105_1_ExtensionManager" alt="20121105_1_ExtensionManager" mce_src="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_1_ExtensionManager_thumb.png" border="0" height="250" width="500"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The default delays (2000 / 1600 milliseconds) are a bit long for my liking, but this can be changed in Tools – Options:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_4_Configuration.png" mce_href="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_4_Configuration.png"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_4_Configuration_thumb.png" style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="20121105_4_Configuration" alt="20121105_4_Configuration" mce_src="http://www.roland-weigelt.de/blog/images/2012/IntelliCommand_149BF/20121105_4_Configuration_thumb.png" border="0" height="290" width="500"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;So far things are working great on my machine. Some known issues do seem to exist, though (e.g. that the extension doesn’t work on non-EN versions of Visual Studio). See the author’s comments in the &lt;a href="http://outcoldman.com/en/blog/show/326" mce_href="http://outcoldman.com/en/blog/show/326" target="_blank"&gt;announcement&lt;/a&gt; blog post and in the &lt;a href="http://visualstudiogallery.msdn.microsoft.com/83f59659-abc1-4bfa-9779-42f687af0481" mce_href="http://visualstudiogallery.msdn.microsoft.com/83f59659-abc1-4bfa-9779-42f687af0481" target="_blank"&gt;Visual Studio Gallery&lt;/a&gt; for more information.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9311513" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Tools/default.aspx">Tools</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/English/default.aspx">English</category></item><item><title>Html Agility Pack for Reading “Real World” HTML</title><link>http://weblogs.asp.net/rweigelt/archive/2012/10/07/9063522.aspx</link><pubDate>Sun, 07 Oct 2012 21:43:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9063522</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;In an ideal world, all data you need from the web would be available via well-designed services. In the real world you sometimes have to scrape the data off a web page. Ugly, dirty – but if you really want that data, you have no choice.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Just don’t write (yet another) HTML parser.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I stumbled across the &lt;a href="http://htmlagilitypack.codeplex.com/" target="_blank"&gt;Html Agility Pack&lt;/a&gt; (HAP) a long time ago, but just now had the need for a robust way to read HTML.&lt;/p&gt;  &lt;p&gt;A quote from the &lt;a href="http://htmlagilitypack.codeplex.com/" target="_blank"&gt;website&lt;/a&gt;:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse &amp;quot;out of the web&amp;quot; HTML files. The parser is very tolerant with &amp;quot;real world&amp;quot; malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).     &lt;br /&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Using the HAP was a simple matter of getting the &lt;a href="http://nuget.org/packages/HtmlAgilityPack" target="_blank"&gt;Nuget package&lt;/a&gt;, taking a look at the &lt;a href="http://htmlagilitypack.codeplex.com/wikipage?title=Examples" target="_blank"&gt;example&lt;/a&gt; and dusting off some of my XPath knowledge from years ago.&lt;/p&gt;  &lt;p&gt;The documentation on the &lt;a href="http://htmlagilitypack.codeplex.com/" target="_blank"&gt;Codeplex site&lt;/a&gt; is &lt;a href="http://htmlagilitypack.codeplex.com/documentation" target="_blank"&gt;non-existing&lt;/a&gt;, but if you’ve queried a DOM or used XPath or XSLT before you shouldn’t have problems finding your way around using Intellisense (ReSharper tip: Press Ctrl+Shift+F1 on class members for reading the full doc comments).&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9063522" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/English/default.aspx">English</category></item><item><title>UI/UX Workshop beim .NET Open Space 2012</title><link>http://weblogs.asp.net/rweigelt/archive/2012/09/09/8902898.aspx</link><pubDate>Sun, 09 Sep 2012 06:50:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8902898</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;[Update 2012-09-18&lt;/strong&gt;: Die Veranstaltung wurde zwischenzeitlich in “Developer Open Space umbenannt”; die Anmeldung ist jetzt &lt;a href="http://devopenspace.de/2012/Anmeldung.ashx" target="_blank"&gt;freigeschaltet&lt;/a&gt;]&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Der &lt;a href="http://netopenspace.de/2012/" target="_blank"&gt;.NET Open Space in Leipzig&lt;/a&gt;, der 2012 zum 5. Mal stattfindet, &lt;a href="http://blogs.compactframework.de/Torsten.Weber/2012/09/06/NET+Open+Space+2012+Ndash+Workshops.aspx" target="_blank"&gt;ist um einen Workshop-Tag erweitert worden&lt;/a&gt;. Am Freitag den 19.10.2012, also vor dem eigentlichen Open Space am 20./21.10, werden bekannte Namen aus der Community zu jeweils einem Thema einen ganzen Tag gestalten.&lt;/p&gt;  &lt;p&gt;Es freut mich sehr dass die Veranstalter mich gebeten haben, den UI/UX Workshop beizusteuern, den ich im Juni auf der &lt;a href="http://weblogs.asp.net/rweigelt/archive/2012/05/12/8470750.aspx" target="_blank"&gt;Spartakiade-Konferenz in Berlin&lt;/a&gt; gehalten habe.&lt;/p&gt;  &lt;p&gt;Hier der offizielle Ankündigungstext zu meinem Workshop:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Keinen dedizierten GUI-Designer im Team, wenig Budget um über Oberflächen nachzudenken – da ist es umso wichtiger, dass auch Software-Entwickler in der Lage sind, solide gestaltete GUIs zu entwerfen.      &lt;br /&gt;&amp;#160; &lt;br /&gt;Dieser (selbst für absolute GUI-Laien geeignete) Workshop vermittelt die Grundlagen um den entscheidenden Schritt von einer schlechten zu einer zumindest brauchbaren Benutzeroberfläche zu machen. Vom Crash-Kurs in visuellem Design über die Klärung der Frage, was User Experience eigentlich ist und welche Rolle Emotionen dabei spielen, bis hin zu einer analytischen Betrachtung von Darstellung und Interaktion. Und das Ganze natürlich stets mit Blick auf die praktische Verwendung.       &lt;br /&gt;&amp;#160; &lt;br /&gt;Die Vortragsteile wechseln sich ab mit Übungen in kleinen Gruppen, in denen die Teilnehmer das Erlernte praktisch einsetzen und in Diskussionen weiter vertiefen. Der gesamte Workshop ist &amp;quot;code free&amp;quot; und unabhängig von konkreten UI-Technologien, stattdessen werden ganz klassisch Stift und Papier eingesetzt. Dabei wird mancher erstaunt sein, wie effektiv diese &amp;quot;analoge&amp;quot; Art des Arbeitens sein kann – und auch, dass selbst ohne große Zeichenkünste Skizzen vorzeigbar aussehen können.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Der Workshop in Berlin war für mich der erste seiner Art (ich bin beruflich nicht als Trainer tätig) und daher sehr spannend. Das Feedback war äußerst positiv, gleichzeitig freue ich mich schon darauf, bei der Neuauflage in Leipzig die gewonnenen Erfahrungen einfließen zu lassen. Ich kann auf jeden Fall einen interessanten Tag versprechen, bei dem der Spaß nicht zu kurz kommt.&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;Details zur Anmeldung gibt es demnächst auf der Website des .NET Open Space unter &lt;/strike&gt;&lt;a href="http://netopenspace.de/2012/" target="_blank"&gt;&lt;strong&gt;&lt;strike&gt;netopenspace.de/2012&lt;/strike&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strike&gt;.&amp;#160; &lt;br /&gt;&lt;/strike&gt;Anmeldung unter &lt;a title="http://devopenspace.de/2012/Anmeldung.ashx" href="http://devopenspace.de/2012/Anmeldung.ashx"&gt;&lt;strong&gt;http://devopenspace.de/2012/Anmeldung.ashx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Eine Übersicht über alle meine kommenden und zurückliegenden Termine bietet übrigens die Website &lt;a href="http://ux4devs.de" target="_blank"&gt;&lt;strong&gt;ux4devs.de&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8902898" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Deutsch/default.aspx">Deutsch</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/.NET+Open+Space/default.aspx">.NET Open Space</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/UI_2F00_UX/default.aspx">UI/UX</category></item><item><title>Rückblick: 5 Tage, 5 Vorträge im Zeichen von UI/UX</title><link>http://weblogs.asp.net/rweigelt/archive/2012/07/08/8709804.aspx</link><pubDate>Sun, 08 Jul 2012 12:28:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8709804</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Vom 2. bis 6. Juli war ich mit den Themen User Interfaces / User Experience für Entwickler und User Interface Patterns bei .NET User Groups in Dresden, Leipzig, Braunschweig, Osnabrück und Hamburg zu Gast.&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/Rckblick-5-Tage-5-Vortrge_BFFF/20120706_Hamburg.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="20120706_Hamburg" border="0" alt="20120706_Hamburg" src="http://www.roland-weigelt.de/blog/images/2012/Rckblick-5-Tage-5-Vortrge_BFFF/20120706_Hamburg_thumb.jpg" width="450" height="300" /&gt;&lt;/a&gt;&lt;span style="color: #808080; font-size: smaller"&gt;(.NET User Group Hamburg)&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;Das Vortragsmaterial sowie Information zu kommenden Terminen gibt es auf meiner Website &lt;strong&gt;&lt;a href="http://ux4devs.de/" target="_blank"&gt;ux4devs.de&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Das Feedback der Veranstalter und Teilnehmer vor Ort war äußerst positiv, was eine schöne Bestätigung für den Aufwand darstellt, der in die Vorbereitung geflossen ist.&lt;/p&gt;  &lt;p&gt;Ich möchte mich an dieser Stelle bedanken:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Bei den Teilnehmern, die mit ihren Fragen spannende Diskussionen in Gang setzten und so keinen der Abende zu langweiliger Routine verkommen ließen. So haben sich die von mir für die Woche genommenen Urlaubstage, die ich als Investition in meine persönliche Weiterbildung sehe, im Nachhinein sogar noch stärker gelohnt als gedacht.&lt;/li&gt;    &lt;li&gt;Bei den Veranstaltern vor Ort für die Einladung zum Essen nach dem Vortrag bzw. in der Pause.&lt;/li&gt;    &lt;li&gt;Und nicht zuletzt bei der &lt;a href="http://www.ineta-germany.org/" target="_blank"&gt;INETA Deutschland&lt;/a&gt;, die durch die Übernahme von Hotel- und Reisekosten diese Tour erst möglich gemacht haben.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Es wird dieses Jahr noch einige Termine geben (Infos dazu wie gesagt auf &lt;a href="http://ux4devs.de/" target="_blank"&gt;&lt;strong&gt;ux4devs.de&lt;/strong&gt;&lt;/a&gt;), und für nächstes Jahr werde ich mir definitiv wieder ein interessantes UI/UX-Thema einfallen lassen!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8709804" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/User+Group/default.aspx">User Group</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Deutsch/default.aspx">Deutsch</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/UI_2F00_UX/default.aspx">UI/UX</category></item><item><title>Die “User Experience Woche” vom 2. – 6. Juli 2012</title><link>http://weblogs.asp.net/rweigelt/archive/2012/06/01/8556524.aspx</link><pubDate>Fri, 01 Jun 2012 23:23:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8556524</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>4</slash:comments><description>&lt;p&gt;Ich bin ja das ganze Jahr über immer wieder mal bei .NET User Groups mit dem Thema “User Interfaces / User Experience für Entwickler” zu Gast, aber in der ersten Juliwoche kommt es geballt – da bin ich von Montag bis Freitag jeden Abend in einer anderen Stadt:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;2. Juli Dresden&lt;/li&gt;    &lt;li&gt;3. Juli Leipzig&lt;/li&gt;    &lt;li&gt;4. Juli Braunschweig&lt;/li&gt;    &lt;li&gt;5. Juli Osnabrück&lt;/li&gt;    &lt;li&gt;6. Juli Hamburg&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Genauere Infos gibt es auf meiner neuen Website &lt;a href="http://ux4devs.de/" target="_blank"&gt;&lt;strong&gt;ux4devs.de&lt;/strong&gt;&lt;/a&gt;, auf der ich ab sofort alles Wissenswertes zu meinen Vorträgen und Workshops sammle.&lt;/p&gt;  &lt;p&gt;Wer sich als Entwickler bei User Interfaces nicht nur für die Technik interessiert (um die es in den Vorträgen kaum gehen wird), sondern auch mal in die Bereiche visuelle Gestaltung und User Experience hineinschnuppern möchte, sollte auf jeden Fall vorbeischauen.&lt;/p&gt;  &lt;p&gt;Die Veranstaltungen sind kostenlos, was nicht zuletzt durch die freundliche Unterstützung der &lt;a href="http://www.ineta-germany.org/" target="_blank"&gt;INETA Deutschland&lt;/a&gt; möglich wurde.&lt;/p&gt;  &lt;p&gt;Für mich persönlich wird es eine tolle Tour, auf der ich viele alte Bekannte treffen und sicherlich einige neue Kontakte kennenlernen werde.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8556524" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/User+Group/default.aspx">User Group</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Deutsch/default.aspx">Deutsch</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/UI_2F00_UX/default.aspx">UI/UX</category></item><item><title>UI/UX Workshop auf der Spartakiade-Konferenz am 16.6.2012</title><link>http://weblogs.asp.net/rweigelt/archive/2012/05/12/8470750.aspx</link><pubDate>Sat, 12 May 2012 08:33:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8470750</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Am 16. Juni 2012 findet erstmalig die &lt;a href="http://spartakiade.org/2012/" target="_blank"&gt;Spartakiade-Konferenz&lt;/a&gt; in Berlin statt. Hinter dieser Konferenz, deren Name Assoziationen zu Sport-veranstaltungen wecken soll, stehen mit &lt;a href="http://spartakiade.org/2012/Organisation.ashx"&gt;Daniel Fisher, Kostja Klein, Jan Fellien, Michael Willers, Mike Bild und Torsten Weber&lt;/a&gt; als Veranstalter bekannte Namen aus der .NET Community.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Die Konferenz&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Die Spartakiade stellt eine Ergänzung zu “Übersichts”-Konferenzen wie z.B. der &lt;a href="http://www.dotnet-cologne.de" target="_blank"&gt;dotnet Cologne&lt;/a&gt; mit ihren 60-Minuten-Sessions und der klassischen Rollenaufteilung in Sprecher und Zuhörer dar. Ziel ist es, einige wenige Themen ausführlich zu behandeln und vor allem dabei auch die Teilnehmer aktiv werden zu lassen. Der Sportmetapher folgend werden aus Sprechern “Trainer” und aus Teilnehmern “Sportler” – und Sportler bekommen ja auch nicht vom bloßen Zuhören automatisch Muskeln…&amp;#160; &lt;/p&gt;  &lt;p&gt;Der geplante Ablauf der Konferenz ist wie folgt:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Die “Trainer” stellen ihre &lt;a href="http://spartakiade.org/2012/Trainings.ashx" target="_blank"&gt;Sessions&lt;/a&gt; in jeweils 10 Minuten kurz vor.&lt;/li&gt;    &lt;li&gt;Dann finden sich “Teams”, die sich drei Stunden mit dem jeweiligen Thema beschäftigen.&lt;/li&gt;    &lt;li&gt;Die Teams stellen ihre Zwischenergebnisse vor.&lt;/li&gt;    &lt;li&gt;Es folgt eine weiterer Durchlauf.&lt;/li&gt;    &lt;li&gt;Zum Schluss werden die Endergebnisse erneut vorgestellt.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Die Konferenz ist im Prinzip kostenlos, wie beim &lt;a href="http://netopenspace.de" target="_blank"&gt;.NET Open Space&lt;/a&gt; können die Teilnehmer freiwillig entscheiden, ob sie die Veranstaltung durch eine Spende unterstützen wollen.&lt;/p&gt;  &lt;p&gt;Die offizielle Website ist &lt;a title="http://spartakiade.org/2012/" href="http://spartakiade.org/2012/"&gt;http://spartakiade.org/2012/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Die Themen&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Das Kernthema der diesjährigen Konferenz heißt “Design”, geboten werden u.a. die Sessions Spieleentwicklung, HTML5, Lightswitch, MVVM, Windows 8 und Windows Phone, in denen die Teilnehmer auch selbst programmieren.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Der UI/UX Workshop&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Ich freue mich dass ich das Angebot erhalten habe, ebenfalls als Trainer teilzunehmen, obwohl (oder evtl. gerade weil?) bei mir keine Zeile Code geschrieben wird. &lt;/p&gt;  &lt;p&gt;Folgendes habe ich für meine – auch für selbsterklärete GUI-Laien geeignete – Session geplant:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Zum Einstieg gibt es nach einer Einführung in die menschliche Wahrnehmung einen Crash-Kurs in visuellem Design.&lt;/li&gt;    &lt;li&gt;Dann geht es beim Thema “Darstellung” um eine analytische Betrachtung dessen, was überhaupt angezeigt werden soll und welche praktischen Auswirkungen das auf die konkrete Gestaltung haben kann.&lt;/li&gt;    &lt;li&gt;Ganz emotional wird es, wenn es um User Experience geht. Dazu gehören auch Feinheiten wie z.B. der Ton, in dem Texte formuliert sind und der darüber entscheiden kann, ob sich Anwender ermutigt oder eingeschüchtert fühlen.&lt;/li&gt;    &lt;li&gt;Mit diesen Grundlagen im Gepäck geht es dann an konkrete GUIs und komplexere Interaktionen.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Alle Punkte werden jeweils durch praktische Übungen begleitet. Beim UI Sketching nehmen die Teilnehmer Stift und Papier in die Hand – und mancher wird erstaunt sein, wie effektiv diese &amp;quot;analoge&amp;quot; Art des Arbeitens sein kann. &lt;/p&gt;  &lt;p&gt;Die Teilnehmer sind aufgefordert, eigene GUI-Beispiele mitzubringen, die dann in gemeinsamen Diskussionen auf Stärken und Schwächen untersucht werden können. Warum funktioniert eine bestimmte Lösung? Warum hat eine GUI einen guten Ersteindruck hinterlassen (unabhängig davon, ob sie langfristig tatsächlich so praktisch ist wie gedacht)? Welche Schwachpunkte in einer GUI könnte man durch Detailverbesserungen angehen? Und an welcher Stelle sollte man über ein neues mentales Modell nachdenken?&lt;/p&gt;  &lt;p&gt;Je nach verfügbarer Zeit und Interesse der Teilnehmer kann zum Schluss gemeinsam die GUI für eine Anwendung mit einer selbstgewählten Aufgabenstellung konzeptioniert werden.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Es wird spannend!&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Vieles auf der Konferenz ist eine Premiere; für mich persönlich ist der Workshop in dieser Form auch etwas Neues. Das grundlegende Folienmaterial habe ich im Laufe der letzten Jahre zusammengetragen und bereits häufig in meinen Vorträgen in User Groups und auf Konferenzen vorgestellt.&lt;/p&gt;  &lt;p&gt;Bei den interaktiven Teilen weiß ich hingegen nicht, was mich erwartet. Aber nach den Erfahrungen aus meiner täglichen Arbeit bei der Konzeption von GUIs freue ich mich auf viele spannende Diskussionen und interessante Lösungsansätze.&lt;/p&gt;  &lt;p&gt;Wir sehen uns in Berlin!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8470750" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Deutsch/default.aspx">Deutsch</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/UI_2F00_UX/default.aspx">UI/UX</category></item><item><title>Das war die dotnet Cologne 2012</title><link>http://weblogs.asp.net/rweigelt/archive/2012/05/06/8445453.aspx</link><pubDate>Sun, 06 May 2012 15:49:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8445453</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>
&lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8742.jpg" mce_href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8742.jpg"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8742_thumb.jpg" style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" title="IMG_8742" alt="IMG_8742" mce_src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8742_thumb.jpg" border="0" height="300" width="450"&gt;&lt;/a&gt;&lt;/p&gt;
  
&lt;p&gt;Am 4. Mai fand zum vierten Mal die dotnet Cologne Konferenz statt und war – wie bereits in den Vorjahren – ein großer Erfolg. Organisiert von den .NET User Groups &lt;a href="http://www.bonn-to-code.net" mce_href="http://www.bonn-to-code.net"&gt;Bonn-to-Code.Net&lt;/a&gt; und &lt;a href="http://www.dnug-koeln.de" mce_href="http://www.dnug-koeln.de"&gt;.net user group Köln&lt;/a&gt; unter der Schirmherrschaft des dotnet Köln/Bonn e.V., ist diese .NET Community Konferenz mit 350 Teilnehmern mittlerweile deutschlandweit die größte ihrer Art.&lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8578.jpg" mce_href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8578.jpg"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8578_thumb.jpg" style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" title="IMG_8578" alt="IMG_8578" mce_src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8578_thumb.jpg" border="0" height="300" width="450"&gt;&lt;/a&gt;&lt;/p&gt;
  
&lt;p&gt;Als Veranstaltungsort diente wieder das &lt;a href="http://www.komed.de/" target="_blank" mce_href="http://www.komed.de/"&gt;Komed im Mediapark Köln&lt;/a&gt;, das Platz, Ambiente, Verkehrsanbindung und nicht zuletzt Finanzierbarkeit hervorragend miteinander vereint. Das Komed-Personal war wieder sehr hilfsbereit und professionell, die Technik (Audio, Video, WLAN) funktionierte – was will man als Veranstalter (&lt;a href="http://st-lange.net/" mce_href="http://st-lange.net/"&gt;Stefan Lange&lt;/a&gt;, Melanie Eibl, &lt;a href="http://der-albert.com/" mce_href="http://der-albert.com/"&gt;Albert Weinert&lt;/a&gt; und ich) mehr?&lt;/p&gt;
  
&lt;p&gt;Für mich persönlich war die dotnet Cologne auch deshalb eine interessante Erfahrung, weil ich in ungewohnter Rolle als Interviewer für das offizielle Veranstaltungsvideo unterwegs war.&lt;/p&gt;
  
&lt;p&gt;Vor meinem Mikro tummelten sich Teilnehmer…&lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8867.jpg" mce_href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8867.jpg"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8867_thumb.jpg" style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" title="IMG_8867" alt="IMG_8867" mce_src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8867_thumb.jpg" border="0" height="300" width="450"&gt;&lt;/a&gt;&lt;/p&gt;
  
&lt;p&gt;…Sponsoren…&lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8927.jpg" mce_href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8927.jpg"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8927_thumb.jpg" style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" title="IMG_8927" alt="IMG_8927" mce_src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8927_thumb.jpg" border="0" height="300" width="450"&gt;&lt;/a&gt;&lt;/p&gt;
  
&lt;p&gt;…und Sprecher:&lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_9117.jpg" mce_href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_9117.jpg"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_9117_thumb.jpg" style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" title="IMG_9117" alt="IMG_9117" mce_src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_9117_thumb.jpg" border="0" height="300" width="450"&gt;&lt;/a&gt;&lt;/p&gt;
  
&lt;p&gt;Der Ergebnis ist &lt;strike&gt;demnächst auf der &lt;a href="http://www.dotnet-cologne.de/" target="_blank" mce_href="http://www.dotnet-cologne.de/"&gt;dotnet Cologne Website&lt;/a&gt;&lt;/strike&gt; jetzt auf YouTube zu bewundern:&lt;/p&gt;

&lt;center&gt;
&lt;iframe src="http://www.youtube.com/embed/NYfsaMKHeoU" allowfullscreen="" frameborder="0" height="253" width="450"&gt;&lt;/iframe&gt;
&lt;/center&gt;
  
&lt;p&gt;Was man gar nicht meinen möchte: Wie sehr das Halten des eigentlich recht leichten Mikrofons nach ein paar Minuten in den Arm geht…&lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8934_V2.jpg" mce_href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8934_V2.jpg"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8934_V2_thumb.jpg" style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" title="IMG_8934_V2" alt="IMG_8934_V2" mce_src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/IMG_8934_V2_thumb.jpg" border="0" height="300" width="450"&gt;&lt;/a&gt;&lt;/p&gt;
  
&lt;p&gt;Das Feedback von Teilnehmern, Sprechern und Sponsoren war durchgehend äußerst positiv und eine schöne Bestätigung für die monatelange Arbeit. Erstaunlicherweise gab es sogar Lob von den Mitarbeitern des Komed für unsere klar formulierten Anforderungen und detaillierten Stellpläne. Anscheinend haben die auch schon andere Erfahrungen gemacht…&lt;/p&gt;
  
&lt;p&gt;&lt;b&gt;Quo Vadis?&lt;/b&gt;&lt;/p&gt;
  
&lt;p&gt;Eine häufig gestellte Frage war: Wo geht’s hin mit der dotnet Cologne? Noch größer? Die Antwort lautet für nächstes Jahr zunächst einmal Nein. Wir sind mit der Location sehr zufrieden, glauben die Menge an Teilnehmern gut bewältigt und dabei den ursprünglichen Charakter der Veranstaltung gewahrt zu haben.&lt;/p&gt;
  
&lt;p&gt;Wir werden wie in den letzten Jahren sehr genau auf die Feedback-Bögen schauen und auch selbst mit etwas Abstand die Konferenz betrachten. Dass die dotnet Cologne so rund läuft, basiert nicht zuletzt darauf, dass wir an einer kontinuierlichen Verbesserung auch von scheinbar kleinen Details interessiert und offen für Vorschläge und Ideen sind.&lt;/p&gt;
  
&lt;p&gt;Sehr erfreulich ist die Zusage von vielen Sponsoren, im nächsten Jahr wieder dabei zu sein. Denn auch wenn vieles ehrenamtlich und aus “Spaß an der Freud” geschieht – irgendwann kommt der Punkt, an dem das liebe Geld dann doch eine Rolle spielt.&lt;/p&gt;
  
&lt;p&gt;Meine Folie aus der Keynote bringt das Ganze wohl ganz gut auf den Punkt:&lt;/p&gt;
  
&lt;p&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/Konferenz.png" mce_href="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/Konferenz.png"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/Konferenz_thumb.png" style="border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" title="Konferenz" alt="Konferenz" mce_src="http://www.roland-weigelt.de/blog/images/2012/90b0862d81fe_D050/Konferenz_thumb.png" border="0" height="300" width="450"&gt;&lt;/a&gt;&lt;/p&gt;
  
&lt;p&gt;Und da wir einerseits an unseren (Super-)Early Bird Preisen festhalten, andererseits Catering (Frühstück, Mittag, Kuchen) und Technik (z.B. Kostenfaktor WLAN) nicht beschneiden wollen, kommt den Sponsoren eine entscheidende Rolle zu.&lt;/p&gt;
  
&lt;p&gt;&lt;b&gt;Danksagung&lt;/b&gt;&lt;/p&gt;
  
&lt;p&gt;An dieser Stelle möchte ich mich ganz herzlich bedanken:&lt;/p&gt;
  
&lt;ul&gt;   
&lt;li&gt;bei &lt;a href="http://www.st-lange.net/" mce_href="http://www.st-lange.net/"&gt;&lt;u&gt;Stefan Lange&lt;/u&gt;&lt;/a&gt;, Melanie Eibl und &lt;a href="http://der-albert.com/" mce_href="http://der-albert.com/"&gt;&lt;u&gt;Albert Weinert&lt;/u&gt;&lt;/a&gt; für die gute Zusammenarbeit. Wir alle organisieren die Konferenz nicht hauptberuflich, sondern haben tagsüber auch noch eine “kleine Nebenbeschäftigung”. &lt;/li&gt;
    
&lt;li&gt;bei den Sprechern, die ohne Honorar (alleine gegen Erstattung der Reisekosten) aufgetreten sind. &lt;/li&gt;
    
&lt;li&gt;bei den Sponsoren, die mit ihrer finanziellen Unterstützung diesen Tag überhaupt erst möglich gemacht haben. &lt;/li&gt;
    
&lt;li&gt;bei allen Helfern vor Ort. &lt;/li&gt;
    
&lt;li&gt;und bei allen Teilnehmern – schön dass ihr da wart! &lt;/li&gt;
 &lt;/ul&gt;
  
&lt;p&gt;&lt;b&gt;We’ll be back!&lt;/b&gt;&lt;/p&gt;
  
&lt;p&gt;Wer sich den Termin schon einmal im Kalender eintragen möchte:&lt;/p&gt;
  
&lt;p align="center"&gt;&lt;b&gt;Die dotnet Cologne 2013 findet am 3. Mai 2013 statt!&lt;/b&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8445453" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/User+Group/default.aspx">User Group</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Deutsch/default.aspx">Deutsch</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/dotnet+Cologne/default.aspx">dotnet Cologne</category></item><item><title>Folien zum UI/UX-Vortrag in Bielefeld online</title><link>http://weblogs.asp.net/rweigelt/archive/2012/04/27/8414453.aspx</link><pubDate>Fri, 27 Apr 2012 17:32:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8414453</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Mein Vortrag am 25.04.2012 in Bielefeld ist auf reges Zuschauerinteresse gestoßen, der Raum war wirklich gut gefüllt. Und es hat mich auch sehr gefreut, wieviel positives Feedback ich in den Tagen danach per Email sowie über Twitter und andere soziale Netzwerke erhalten habe.&lt;/p&gt;  &lt;p&gt;Die Folien zu stehen nun zum Download bereit:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Teil 1: &lt;a href="http://www.roland-weigelt.de/downloads/misc/20120425_UIUX_Entwickler.pdf" target="_blank"&gt;UI/UX-Grundlagen für Entwickler&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Teil 2: &lt;a href="http://www.roland-weigelt.de/downloads/misc/20120425_UI_Patterns.pdf" target="_blank"&gt;UI Patterns - Kochrezepte für die Gestaltung von GUIs&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;   &lt;br /&gt;Der nächste Chance, einen Vortrag von mir zum Thema UI/UX zu sehen, ist am 14.06.2012 – dann bin ich bei der &lt;a href="http://netug-niederrhein.de" target="_blank"&gt;.NET User Group Niederrhein&lt;/a&gt; in Wuppertal zu Gast. Darüber hinaus sind weitere Termine bei anderen User Groups in Planung.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8414453" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/User+Group/default.aspx">User Group</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Deutsch/default.aspx">Deutsch</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/UI_2F00_UX/default.aspx">UI/UX</category></item><item><title>Anmeldung zur dotnet Cologne 2012 ab 14.3.2012 um 12:00</title><link>http://weblogs.asp.net/rweigelt/archive/2012/03/11/8340670.aspx</link><pubDate>Sun, 11 Mar 2012 18:09:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8340670</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p align="center"&gt;   &lt;br&gt;&lt;a href="http://www.roland-weigelt.de/blog/images/2012/Anmeldung-zur-dotnet-Cologn.2012-um-1200_148C1/dnc12_banner_468x60.png" mce_href="http://www.roland-weigelt.de/blog/images/2012/Anmeldung-zur-dotnet-Cologn.2012-um-1200_148C1/dnc12_banner_468x60.png"&gt;&lt;img src="http://www.roland-weigelt.de/blog/images/2012/Anmeldung-zur-dotnet-Cologn.2012-um-1200_148C1/dnc12_banner_468x60_thumb.png" style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="dnc12_banner_468x60" alt="dnc12_banner_468x60" mce_src="http://www.roland-weigelt.de/blog/images/2012/Anmeldung-zur-dotnet-Cologn.2012-um-1200_148C1/dnc12_banner_468x60_thumb.png" height="60" border="0" width="468"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Die &lt;a href="http://www.dotnet-cologne.de" mce_href="http://www.dotnet-cologne.de" target="_blank"&gt;dotnet Cologne&lt;/a&gt;, organisiert von &lt;a href="http://www.bonn-to-code.net/" mce_href="http://www.bonn-to-code.net/" target="_blank"&gt;Bonn-to-Code.Net&lt;/a&gt; sowie der &lt;a href="http://www.dnug-koeln.de/" mce_href="http://www.dnug-koeln.de/" target="_blank"&gt;.net user group Köln&lt;/a&gt; ist, schaltet &lt;b&gt;am 14.3.2012 um 12:00&lt;/b&gt; die &lt;a href="http://www.dotnet-cologne.de/Anmeldung.ashx" mce_href="http://www.dotnet-cologne.de/Anmeldung.ashx" target="_blank"&gt;Anmeldung&lt;/a&gt; frei.&lt;/p&gt;  &lt;p&gt;Die mittlerweile größte deutsche .NET Community-Konferenz findet zum vierten Mal statt, Veranstaltungsort ist wie im Vorjahr das &lt;a href="http://www.komed.de" mce_href="http://www.komed.de" target="_blank"&gt;Komed im Mediapark Köln&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Das Anlegen oder Aktualisieren von Accounts (von früheren Konferenzen oder Kölner User-Treffen) ist bereits jetzt möglich – und auch sehr zu empfehlen, denn erfahrungsgemäß sind die Tickets mit Frühbucherrabatt (für 200 der insgesamt 350 Plätze) heiß begehrt, da zählt jede Sekunde.&lt;/p&gt;  &lt;p&gt;Wir – das sind Melanie Eibl, Stefan Lange, Albert Weinert und ich – freuen uns sehr, wieder die Preise vom Vorjahr anbieten zu können:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;25€ im Super-Early-Bird, &lt;/li&gt;    &lt;li&gt;40€ im Early-Bird, &lt;/li&gt;    &lt;li&gt;55€ regulär. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Ein ganz großer Dank gebührt unseren Sponsoren sowie den unentgeldlich auftretenden Sprechern. Denn auch wenn wir die Konferenz ehrenamtlich in unserer Freizeit organisieren – bei solchen Teilnehmerzahlen fallen nicht unerhebliche Kosten an und ohne die großartige Unterstützung wäre die dotnet Cologne vollkommen undenkbar.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;“Privatanmeldung” vs. “Firmenanmeldung”&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Es gab in der Vergangenheit immer wieder den Wunsch nach einer Anmeldung für Firmen bzw. Firmenangehörige, die eine Bezahlung auf Rechnung wünschen.&lt;/p&gt;  &lt;p&gt;Daher bieten wir dieses Jahr zwei Arten der Anmeldung an:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Eine &lt;b&gt;Anmeldung für Privatpersonen&lt;/b&gt;, gedacht für Schüler, Studenten und alle, die ihre Teilnahme an der dotnet Cologne 2012 aus eigener Tasche bezahlen. Die Sache ist ganz einfach: Anmelden, zahlen =&amp;gt; Rechnung wird nach Zahlungseingang verschickt. Diese Rechnung ist auf die Privatadresse ausgestellt, es kann kein Firmenname angegeben werden, eine nachträgliche Änderung der Daten ist nicht möglich.      &lt;br&gt;       &lt;br&gt;Hier gilt wie im Vorjahr die Staffelung nach 25€, 40€ und 55€.       &lt;br&gt;&lt;/li&gt;    &lt;li&gt;Eine &lt;b&gt;Anmeldung für Firmenteilnehmer&lt;/b&gt;:       &lt;ul&gt;       &lt;li&gt;Die Bezahlung geschieht auf Rechnung (die automatisch nach der Anmeldung verschickt wird) &lt;/li&gt;        &lt;li&gt;Die Anmeldung kann auch eine Kontaktperson vornehmen, die selbst nicht an der Konferenz teilnimmt &lt;/li&gt;        &lt;li&gt;Mehrere Teilnehmer können auf einmal angemeldet werden. &lt;/li&gt;        &lt;li&gt;Last but not least: Der Firmenname erscheint auf den Teilnehmer-marken – eine gute Gelegenheit “Flagge zu zeigen”.         &lt;br&gt; &lt;/li&gt;     &lt;/ul&gt; Die Firmenanmeldung kostet pro Teilnehmer 75€, es gibt keinen Frühbucherrabatt. Das heißt gleichzeitig, dass Firmenanmeldungen nicht die Zahl der verfügbaren Early-Bird-Plätze beeinflussen. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Genaue Informationen dazu bei der Anmeldung auf &lt;a href="http://www.dotnet-cologne.de" mce_href="http://www.dotnet-cologne.de"&gt;www.dotnet-cologne.de&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8340670" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/User+Group/default.aspx">User Group</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Deutsch/default.aspx">Deutsch</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/dotnet+Cologne/default.aspx">dotnet Cologne</category></item><item><title>Vortragsfolien zu “User Interface Patterns” online</title><link>http://weblogs.asp.net/rweigelt/archive/2012/03/03/8322846.aspx</link><pubDate>Sat, 03 Mar 2012 17:38:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8322846</guid><dc:creator>WeigeltRo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Der Auftakttermin meiner &lt;a href="http://weblogs.asp.net/rweigelt/archive/2012/02/22/8306311.aspx" target="_blank"&gt;User Group Tour 2012 zum Thema UI&lt;/a&gt; fand vergangene Woche – wie könnte es anders sein – bei &lt;a href="http://www.bonn-to-code.net/" target="_blank"&gt;meiner eigenen Gruppe in Bonn&lt;/a&gt; statt.&lt;/p&gt;  &lt;p&gt;Die Folien zum Vortrag stehen nun zum &lt;a href="http://www.bonn-to-code.net/1921.aspx" target="_blank"&gt;Download&lt;/a&gt; bereit.&lt;/p&gt;  &lt;p&gt;Das Feedback war sehr positiv, was mich besonders deshalb gefreut hat, weil es im gesamten Vortrag keine Zeile Code zu sehen gibt. Dies bestätigte mir auch recht deutlich, dass eine abstrakte Betrachtung eines Themas durchaus “ankommen” kann, solange nur die Praxisrelevanz klar wird – und nicht zuletzt das Ganze auch einigermaßen unterhaltsam und kurzweilig rüberkommt.&lt;/p&gt;  &lt;p&gt;Da dahinter eine Menge Arbeit steckt, freut es mich umso mehr, dass zusätzlich den bereits bekannten Terminen am&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;28.3.2012 in &lt;a href="http://dnug-koblenz.de" target="_blank"&gt;Koblenz&lt;/a&gt; (Infos &lt;a href="http://dnug-koblenz.de/Termine.aspx" target="_blank"&gt;hier&lt;/a&gt;) und&lt;/li&gt;    &lt;li&gt;02.07.2012 in &lt;a href="http://dd-dotnet.de/" target="_blank"&gt;Dresden&lt;/a&gt; (Infos ab Juni auf der Website)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;nun noch ein weiterer Termin dazu kommt:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;14.06.2012 in Wuppertal bei der &lt;a href="http://netug-niederrhein.de/" target="_blank"&gt;netug-niederrhein.de&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Weitere Termine sind bereits in Planung, stehen aber noch nicht fest.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8322846" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/rweigelt/archive/tags/User+Group/default.aspx">User Group</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/Deutsch/default.aspx">Deutsch</category><category domain="http://weblogs.asp.net/rweigelt/archive/tags/UI_2F00_UX/default.aspx">UI/UX</category></item></channel></rss>