Posted in Technical on Sep 16th, 2005 1 Comment »
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 »
Posted in Code, Technical on Sep 12th, 2005 6 Comments »
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 »
Posted in Uncategorized on Sep 9th, 2005 No Comments »
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 »