A few days ago I started getting a popup when I restart or wake up the screen on my Raspberry Pi. It says "WARNING: This version is very old! Please upgrade!". My Google searches haven't found a concise answer for the fix for Raspbian Jessie (not sure about Wheezy), so here it is.

The fix for this was posted way down in the Debian bug thread, by hob4bit (message #380)...
In $HOME/.xscreensaver, simply change the setting lock: False to lock: True and save the file.

A more complicated fix would be to download a more recent binary (debian unstable xscreensaver), but I didn't try it and that only delays the nag screen for another 18 months from when that binary was built.

The author made some heated comments on the Debian bug thread as well as writing a his own blog post about it.

Detecting MouseEnter and MouseLeave in a control that has lots of children controls (.Net)

Seems like I have been through this before. What I want to do is hide and show something, depending on whether the mouse is inside of a certain area. For instance, I have a container of some sort with lots of controls on it. When the mouse is anywhere inside of the container, I want a link to be visible. I can't simply use the MouseEnter/MouseLeave events on the container, because MouseLeave is triggered when the mouse enters a child control and the MouseEventArgs don't say anything about what control is being entered.

Say Goodbye to Windows 8's Start Screen

 

All of the people I've talked to who don't like Windows 8, don't like it because of the new start screen. You know, the tiled "apps" screen. A.K.A. "Metro" screen.

Maybe that sort of thing makes sense on a touchscreen device. Not on a desktop computer or standard laptop.

This free software brings back your start menu, like in Windows 7: ClassicShell. If you set it to start in desktop mode, you can say goodbye to the start screen! Here's how.