Screen Tracker Download Available Posted by Dave under Code Release, Screen Tracker.

The Screen Tracker tool is now available. View the Screen Tracker page for details. There’s also a new download link for it on the menu to the right. Screen Tracker is still very rough around the edges. Immediate improvements to be made are:

Cash Tracker 0.9 (beta) Now Available for Download Posted by Dave under Cash Tracker, Code Release.

After several months of testing/tweaking, I have released a beta version of Cash Tracker. I believe it to be a stable product at this point that is simply lacking in some extra features. You can go to the Cash Tracker page to download and install using Click-Once. I have also made the latest source code available on that page. Feel free to leave comments with any feature requests.

Coming Soon! Screen Tracker: A Video Screen Capture Tool Built Using C# and .NET Posted by Dave under Cash Tracker, Screen Tracker.

It’s been a while since I worked on anything I’d consider “hobby code” on my own time. Recently, I had an idea for a utility that will require me to produce a library that will record video capture from the screen. I won’t say what it is, because if I can pull it off I will probably be visiting a patent office first. However, as I learn more about video capture (and audio capture as well), I will package up what I’ve produced into utilities that may be useful for someone else.

Connection Timeout Using LINQ DataContext Posted by Dave under ASP.NET, Code Samples, LINQ.

For a while now, I’ve had a website that was sporadically encountering the following error:

Seeing the Big Picture While Getting Caught Up in the Details Posted by Dave under Notes.

I’ve always wanted to know how things work. By the time I learned to talk I was asking my mother things she couldn’t answer:

Serializing Data with System.Xml.Serialization.XmlSerializer Posted by Dave under Code Samples.

Serializing objects is often a useful way to save the state of an application. Let’s take a look at doing this using the XmlSerializer object.

Cash Tracker (pre-alpha) Now Available for Download Posted by Dave under Cash Tracker, Code Release.

I’m happy to announce there’s now a somewhat usable version of Cash Tracker available for download. Click here to get it!

Announcing Cash Tracker Posted by Dave under Cash Tracker.

I’ve undertaken a personal project in my spare time. It’s a personal finance application I’m calling Cash Tracker. You can read the technical details on the Cash Tracker page.

IHttpHandler and IRequiresSessionState Posted by Dave under ASP.NET.

If your web application relies on session to persist the user’s state and you’ve ever tried writing your own HTTP handler, you’ve probably run into an error: “Session state is not available in this context”. Thankfully, there is a simple remedy.


©2012 www.geekscrapbook.com