We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Lio Profile

photo Lio (Lio_889)
03 Oct 2001
United States
IT Student
http://milanosoft.cjb.net
Contact memberContact this Member Edit ProfileEdit my profile

This user has contributed 0 articles, 3 code samples and posted 79 messages in our discussion forums.

Technology Interests

      Code Samples

    • Creating Folders using recursion

      by Lio_889

      This 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.. Read full article

    • Sending binary data with ASP

      by Lio_889

      This ASP code shows how to send binary data (such as images) to the client without building a new component.. Read full article

    • Determine execution time in ASP

      by Lio_889

      This 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.. Read full article