Archive for April, 2009


Simple LINQ With C# Objects

Thursday, April 30th, 2009

MouseFollower

This is a quick note on doing fast query with LINQ in C#.
- Making a list of people
- Getting every person over 20 years old.
- Print the result to a label

(more…)

Make a Mouse Follower

Saturday, April 18th, 2009

MouseFollower

Make a simple and fast mouse follower in JavaScript.
It’s a div that follows your mouse clicks on the screen and stops where you clicked.

(more…)

Q & A Site for Programmers

Thursday, April 16th, 2009

When you are writing and debugging code you sometimes come across problems. You just wish you can find the answer quicker than looking threw Google search.

Stack Overflow is something that I have been using for some time. I hope you love it to.