Now Reading
Planned books:
None
Current books:
-
Mathematics for the Digital Age and Programming in Python by Maria Litvin and Gary Litvin
-
Statistics In Plain English by Timothy C. Urdan
Recent books:
- Practical Machine Learning in R by Fred Nwanganga, Mike Chapple
- Statistical Inference via Data Science: A ModernDive into R and the Tidyverse by Chester Ismay and Albert Y. Kim
- The Nature of Code by Daniel Shiffman
- Story: Substance, Structure, Style and the Principles of Screenwriting by Robert McKee
- The Red Queen: Sex and the Evolution of Human Nature by Matt Ridley
-
Monthly Archives: December 2006
Studying Adobe After Effects
I’ve started studying Adobe After Effects. I’m currently reading Creating Motion Graphics with After Effects, Vol. 1: The Essentials (3rd Edition, Version 6.5) by Trish Meyer and Chris Meyer. I’m only up to page 20 because the first chapter is … Continue reading
Posted in General
Leave a comment
How To Reference A Type Library In VBScript
In an Active Server Pages script, you can reference a type library using the METADATA tag. This automatically imports the constants from a DLL. It is usually used for ADO constants and eliminates the need for the adovbs.inc include file. … Continue reading
Posted in General
Leave a comment
ASP.NET Monitor Windows Services
Today I had to troubleshoot a mail problem on a web server. I needed to determine if the SMTP Service was running. I used to have an ASP script to list Windows Services and their status but I needed something … Continue reading
Posted in General
Leave a comment
Printing With Virtual PC 2004
Today I installed Microsoft’s Virtual PC 2004 SP1 to solve a problem I’ve been having with my printer. There are no Windows XP printer drivers for my Sharp FO-3800M multifunction printer. In order to print anything I’ve had to shut … Continue reading
Posted in General
Leave a comment
ASP.NET File Processing
I recently worked on a project that required updating a specific line of text in a file. This proved to be surprisingly difficult because I’ve never done that in ASP.NET before and I could not find any sample code on … Continue reading
ASP.NET and MSN Messenger
I have been working on a web application that can send me text messages using MSN Messenger. It works pretty well except I have to double click the contact to join the conversation before I can receive the message. I … Continue reading
Posted in General
Leave a comment