Lio
Latest articles
-
Sending binary data with ASP
by LioThis ASP code shows how to send binary data (such as images) to the client without building a new component.
-
Determine execution time in ASP
by LioThis is a very simple and neat script that allows you to determine the time (in Milli seconds) required to execute the code in an ASP page.
-
Creating Folders using recursion
by LioThis code creates a folder by giving it the folder's full path. It checks all parent folder(s), and creates them if they don't exists using recursion. Very useful for Setup programs.