hello future

Just some ideas I kick around and items worth a note.

Thursday, June 07, 2007

iTunes and VS 2005

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1510320&SiteID=1

I chose to disable LoadLocker instead of iTunes. =)

Wednesday, May 23, 2007

Mouse tracking on a website

Cool little snippet for tracking the movement of a mouse on your website:


<script type="text/javascript">

function track_movement(evt)
{
document.getElementById("coords").innerHTML = "X: " evt.pageX " Y: " evt.pageY "<br />";
}

document.onmousemove = track_movement;

</script>

Tuesday, May 22, 2007

C# Form Event Handling

So if you want your base form to be able to see the key events that happen on your controls, you have to set the Form.KeyPreview = True;

Monday, November 20, 2006

C# vs Python

Tuesday, July 11, 2006

Google Coming to Michigan

Link to article.

The quick and dirty:

  • "plans to hire up to 1,000 workers over the next five years for a new Ann Arbor-area facility."
  • "headquarters facility for its Google AdWords unit"
  • "posting openings as early as today for jobs at the Ann Arbor facility at www.google.com/jobs. The jobs will vary in skill demands and pay. The average salary for new hires is expected to be $47,000 a year."
  • "hopes to open an office, probably in temporary quarters, this fall."
  • Thursday, June 01, 2006

    Fixed my iPod!

    So my iPod has been broke for about a year now. It would boot up and play a few songs, then the hard drive failed to read, and would make some clicking sounds. I figured out that I could hit it on my palm a few times to make it play again, but soon that stopped working. I saw this story on digg today, and "clicks of doom" sounds quite like the problem I had. All it needed was a good 'ol HDD cable reseating! Here is a forum thread with great pictures that I used for directions. I didn't have a guitar pick, so I used a broken CD.

    Wednesday, May 31, 2006

    Novell XGL