SlideToUnlock.me

It’s been a while since I have published software, but here is my latest project.

http://www.slideToUnlock.me
SlideToUnlock.me is a touch/mouse screensaver for Windows Vista and Windows 7 that shows photos from Flickr or your Harddisk. And yes, it is free.

Download install and have fun, but don’t forget to become a fan on Facebook

SlideToUnlock

SlideToUnlock

Just in case you are courious: it was developed with C# and WPF. No, there are no plans to EVER create a Mac version of this screensaver. EVER.

Comments (6)

Free Rating Updater for MyMovies and Windows Media Center

I love my media center, even more since I found the awesome (free) plugin MyMovies, which allows you to add meta information to your movies. Besides covers of dvds they provide a platform to add movie description, artist details and more. One additional field which is available for every movie is the “Rating” field.

Unfortunately, this field is not set for most of the movies (at least for most of the movies I have, and I have a lot). That’s the reason why I developed an application called RatingUpdater which grabs the information of all my movies (mymovies) and grabs the related IMDB rating value.

RatingUpdater for MyMovies - available for free NOW

RatingUpdater for MyMovies - available for free NOW

RatingUpdater is available for free H E R E. Let me know if you problems or questions.

***************** E D I T *********************
For Windows Vista the Microsoft .net Framework 3.5 is required. It is available for free here:
This is already integrated in Windows 7.
********************************************

RatingUpdater 1.0

RatingUpdater 1.0

Comments (100)

Daemon Tools with Problems in Win7

Right now there is (to my knowledge) no version of Daemon Tools compatible with the official public Beta of Win7 Build 7000 and it seems that they don’t even think about doing anything for win7 before the public release.

But there is help! The free software from Slysoft “Virtual CloneDrive” maps your images as virtual drives for your harddisk. Slysoft does not yet officially support Win7, however the software works as expected (almost). The only thing you need to make sure is that you umount all drives before shutdown of Win7, because Virtual CloneDrive seems to prevent the system from shutting down.

However, this was the solution that helped me install all my archived images. Thanks Slysoft.

Comments (25)

Kraut-Animation != Crowd-Animation

A while ago I heard people talking about crowd animation all the time. So I decided to do my own first crowd animation. Well, I must have mixed up Crowd and Kraut, whatever…

That’s the result of hard work. I have to give credit to A.K. who did the actual post production of this amazing piece of artwork / animation.

Comments (6)

Ultramon runs in Windows 7 (somehow)

With some tweaks you can run Ultramon 3.0.4 (beta), which is actually still the Vista beta (for whatever reason  there was never a release), on Windows 7.

In order to get it to run in Win7 you need tobring up the registry  (Start -> type “regedit -> Enter), find the following path:

HKEY_CURRENT_USER\Software\Realtime Soft\UltraMon\3.0.4\Window Buttons

and change Move Window Button and Maximize to Desktop Button to 0.

After this change ultramon works, but the taskbars on the non-main monitors show  weired rendering:

Rendering issues with version 3.0.4 beta

Rendering issues with version 3.0.4 beta

One other workaround is to use Version 2.7.1, which renders a little bit better, however, it is still not perfekt. Deactivating transparency makes it a little better.

More information can be found on Christian Studers website www.realtimesoft.com, especially in this forum - thread.

Comments (8)

Playing *.mkv in Media Center in Windows 7

In order to play MKV files in Windows 7, I needed to install FFDSHOW-tryouts and the latest Haali Media Splitter.

This works fine with the official Win7 Beta build 7000.

Comments (4)

Using your @live.com email in Outlook 2007

It took me a while to actually find out how to use my live.com email in Outlook 2007. And since I saw many frustrated users having the same problem, here is how you do it:

Download Microsoft Office Outlook Connector, install it. Done.

After installation you have to restart Outlook and you will be asked for the live.com email address, password and the name that should be shown with your emails. It’s that simple.

Comments (35)

CES 2009 keynote with Steve Ballmer online!

This years keynote of the Consumer Electronics Show is now online.

The most exiting news is definitly the announcement and public availability of WIN7 (1/6/2009 for MSDN subscribers, 1/9/2009 public).

Comments (82)

Worlds largest Media Center Remote Contol?

How big is big enough?

Media Center Remote Control

Worlds largest Media Center Remote Control?
Worlds largest Media Center Remote Control?

A few weeks ago I ran into a huge remote control in a local mall at Brookstone. It did not even take me a minute to decide that this awesome piece of hardware needs to be mine. Not too long after buying this remote control, I had a phone conversation with a friend.  Together we agreed on the saying: “the bigger, the better” and brainstormed about how to develop an even bigger remote control.

Brookstone Remote Control
Brookstone Remote Control

After looking through the web, I ordered two of those well known Dance Dance Revolution mats for the PlayStation 2 (because those were the cheapest ones). In order to be able to connect those devices to my PC, I also ordered a converter box which allows to connect two Playstation 2 controller devices to the PC.

Dance Dance Revolution mat
Dance Dance Revolution mat

Those devices are internally mapped as HIDs / joysticks, and therefore easily programmable. Therefore I developed a small C# .net library to get a simple interface for future applications. The library and its entire source code is availble for download here. For the library I used and modified a DirectInput example from Mark Harris

Once I had that, it was easy to handle the different “StepDown” events and implement a simple remote control.


WindowInteropHelper windowInteropHelper = new WindowInteropHelper(this);
DanceDanceRevolutionMatManager ddrMat = new DanceDanceRevolutionMatManager(windowInteropHelper.Handle);
ddrMat.KeyDown += new DanceDanceRevolutionMatManager.DdrEventHandler(ddrMat_KeyDown);
ddrMat.KeyUp += new DanceDanceRevolutionMatManager.DdrEventHandler(ddrMat_KeyUp);

This piece of code shows how to us the Dance Dance Revolution Library.

I wanted my remote control to work with the Microsoft Windows Media Center, so I decided to use P/Invoke with some functions from user32.dll to send different key strokes for the different events. The implementation for the RemoteEventSender class can be downloaded here.

This is the final result, a simple, but working prototype of a lifesize, universal remote control for Microsoft’s Media Center:

Feel free to use the source code for your projects, if it is helpful at all, but drop me a line if you do so. The sourcecode for the entire project can be found here.

Please leave a comment if you know / have / have seen / have heard of a bigger one.

What comes after multi-touch? - User Experience perspective:

Why not multi-step? Let’s see if this is the first STEP towards an incredible UX-paradigm-shift. :)

Comments (176)

BugAttack Free Online Multiplayer Game

Hi,

you should check out http://www.bugattack.net

It’s a great online stratgie game, where you can play against your friends, fighting their bugs. You ll get addicted, thats for sure.

Comments (66)