8 Mar 2005

Fraud Advise

In the interest of Service and good will, but really just to provide my own online copy here’s an email that I got from my dad to day. Some good advice to follow ATTORNEY’S ADVICE — NO CHARGE Read this and make a copy for your files in case you need to refer to it [...]

Read More
3 Feb 2005

Java regex

After pulling my hair out trying to use the String.matches() function I stumbled upon this entry that helped me realize that I wasn’t going crazy, but that there actually was something wrong (unexpected) happening. The entire string needed to match not just a part as I was thinking. I’m glad I’m not nuts! And now [...]

Read More
17 Aug 2004

Auto Updating Photo Album

Digital cameras are becoming more and more common. But creating new pages for every single picture that you take can be time consuming to say the least. Here’s how you can make a simple photo album that automatically scans and displays all of the pictures in a specified folder. Note: The idea for this came [...]

Read More