Feed on
Posts
Comments

Archive for September, 2005

So I don’t drive myself crazy anymore I am writing this down.
This is especially painfull because I am using an Access Database for some reason with a web application. Lord knows why.
If you get any .Net errors about Updatable queries etc check your file/folder permissions first.

Read Full Post »

If you’re looking for a recursive file listing here’s some code for you.

Private Function RecursiveSearch(path as String) as Boolean
Dim dirInfo As New IO.DirectoryInfo(path)
Dim fileObject as FileSystemInfo
for each fileObject in dirInfo.GetFileSystemInfos()
If fileObject.Attributes = FileAttributes.Directory [...]

Read Full Post »

Apparently this guy is a Japanese Magician.
Watch him get old person makeup applied and go out and freak people out. I wish I knew how he does that leaning trick.
Watch the Movie

Read Full Post »