Blog

  • dotnet Cologne 2010 am 28. Mai 2010 in Köln

    By in .NET on

    [German post concerning a user group driven conference in cologne]

    Die Community-Konferenz dotnet Cologne 2010, zum Launch von Visual Studio 2010 und .NET Framework 4, findet am 28. Mai 2010 im Holiday Inn am Stadtwald statt.

    Neben Visual Studio 2010 und .NET 4.0 werden innerhalb der 18 Sessions natürlich auch noch weitere Themen angeboten.

    Eine Anmeldung ist ab dem 3. März 2010 um 10:20 Uhr möglich!

    Ab diesem Zeitpunkt besteht die Möglichkeit eines der 150 begehrten Super Early Bird Tickets zu bekommen. Zum Super Early Bird kosten die Tickets nur 25 €! Danach werden sich die Preise auf 40 € bzw. 55 € erhöhen.

    Am Abend veranstaltet dass dotnet-forum.de ihre Community Grill-Fete. Dort können sowohl die Konferenz Teilnehmer als auch Mitglieder des dotnet-forum.de (auch ohne Konferenz) teilnehmen. Bei schönem Wetter findet sie draußen am See statt!

    Aktuell werden noch Sprecher gesucht. Wer also möchte kann sich mit Vorschlägen an das Orga Team wenden. Neben Ruhm & Ehre gibt es für Sprecher auch freien Eintritt. Details dazu finden sich auf der Call for Papers Seite.

    Read more
  • Meine Top 3 Entwicklertools

    By in Tools on

    [German post concerning a raffle of an Xbox 360 by listing my favorite developer tools.]

    Die Möglichkeit eine Xbox 360 Elite durch Auflistung meiner Top Entwicklertools zu gewinnen, lasse ich mir natürlich nicht entgehen:

    • JetBrains ReSharper
      Nach jahrelangen, hassähnlichen Gefühlen gegenüber ReSharper, hat die 4.5er Version endlich mein Herz gewonnen und ich möchte sie in der täglichen Arbeit nicht mehr missen.
    • .NET Reflector
      Ohne ihn geht es einfach nicht 😉
    • GhostDoc
      Ich nutze ihn zwar inzischen deutlich seltener, aber er unterstützt mich immer noch prima bei der Dokumentation öffentlicher APIs.

    P.S: Eigentlich auch noch SonicFileFinder (Wenn ich ihn nicht nutzen würde, hätte ich ihn nicht entwickelt), aber ich darf ja nur drei Tools nennen 😉

    Read more
  • Solving Problems using iTunes Shared Library and Windows Home Server

    By in WHS on

    Since a few days ago, I am proud owner of an Acer Aspire H340 easyStore Home Server. It came preconfigured with a few Add-Ins, for example the Firefly Media Server Add-In and the Lights-Out Add-In.

    The Firefly Media Server Add-In got some nice features. One is the automatic creation of an iTunes Shared Library based on all music located in the Home Server “Music”-folder.

    The Problem

    So, I tried that feature, but it didn’t work: My iTunes installation on the desktop didn’t see the Shared Library.

    The problem was, that the H340 comes with an old version of “Bonjour” installed, which doesn’t work with the current iTunes version (8.1.1). “Bonjour” is the service providing the Shared Library functionality.

    The Solution

    So, if you encounter this problem, just download the current Bonjour version from http://www.apple.com/downloads/macosx/apple/windows/bonjourforwindows.html, log into your Home Server using Remote Desktop (Account is “Administrator” and the Home Server Console password) and upgrade Bonjour. Done!

    Read more
  • Customizing the Windows 7 Logon Screen Wallpaper

    By in Win 7 on

    In the dawn of Windows 7 RC on MSDN and “for the masses” in two days there comes a new logon screen:

    Windows_7_logon_0

    Birds? Are they kidding me? Tough guys need tough logon screens, like flying pink elephants or something.

    Good news is, that you can easily customize the logon screen without any resource hacking, etc.

    Preparing your installation for logon customization

    The functionality was originally designed for OEMs, so the first thing to do is to check, whether this feature is already enabled.

    Start regedit.exe (requires admin rights), navigate to HKLMSoftwareMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackground and look for a DWORD called OEMBackground.

    Create it, if it doesn’t exist and set its value to 1 to enable it, or 0 to disable.

    Exchange logon wallpapers with your own ones

    The “OEM wallpapers” are stored in %windir%system32oobeinfobackgrounds where you may find the following list:

    • backgroundDefault.jpg
    • background768×1280.jpg
    • background900×1440.jpg
    • background960×1280.jpg
    • background1024×1280.jpg
    • background1280×1024.jpg
    • background1024×768.jpg
    • background1280×960.jpg
    • background1600×1200.jpg
    • background1440×900.jpg
    • background1920×1200.jpg
    • background1280×768.jpg
    • background1360×768.jpg

    It may be that the neither the files nor the directory exist. If so, simply create them.

    Just replace the file matching the resolution of your primary monitor. If Windows can’t find a file matching your resolution, it uses the backgroundDefault.jpg in “stretched-to-fit” mode. So, if you’re too lazy to create all the files for different resolutions, just delete all files but the default one.

    Be aware, that you can only use files with less than 256kb in size.

    Read more
  • Running UltraMon 3.0.x Beta under Windows 7

    By in Tools on

    For those of you being depressed, because UltraMon 3.0.x Beta isn’t running under Windows 7 Beta, I say: “Don’t be! There’s help!”

    After asking the Realtime Soft team about Windows 7 support, I received the following answer:

    Disabling the window buttons in the registry will allow you to use UltraMon, to do this run regedit.exe, go to ‘HKEY_CURRENT_USERSoftwareRealtime SoftUltraMon<version>Window Buttons’, then change the value of ‘Maximize to Desktop Button’ and ‘Move Window Button’ from one to zero.

    Big thanks to Christian Studer for this great tip!

    Read more