VB6 - Associating file extensions with your app Posted on April 8, 2003 To associate a custom file extension with your app using Visual Basic 6: [Read More] Tags: visualbasic
Regular Expressions Cheat Sheet Posted on April 8, 2003 Symbol Description < A less than at the start of the string matches the start of a line. % A percent sign at the start of the string matches the start of a line. ^ A circumflex at the start of the string matches the start of a line. .... [Read More]
PHP - Dynamic file downloads Posted on April 3, 2003 The following forces the user’s browser to open a save dialog for the file: [Read More] Tags: php
Linux - Mounting a Windows share Posted on February 20, 2003 Mounting a folder on Windows machine [Read More] Tags: linux