| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Cache the output of an ASP page. | ASP (Active Server Pages) | Advanced / Charles Toepfer (from psc cd) | 673 since 1/5/2015 10:52:00 PM |
By 2 Users
|
|
Cache the html output from an ASP page into the application scope and schedule a time to refresh it. (ScreenShot) |
|
|
|
 |
Calling Command objects and stored procedures | ASP (Active Server Pages) | Beginner / Found on the World Wide Web (from psc cd) | 2024 since 1/1/2015 12:10:00 AM |
By 2 Users
|
|
You can design stored procedures to hide complex business rules and logic, leaving a more concise interface available for application development. Here are serveral example on how. Found at:http://www.ieighty.net/~davepamn/command.html by David Nishimoto. ...(description truncated) |
|
|
|
 |
CDF/Active Desktop Example with ASP | ASP (Active Server Pages), HTML | Intermediate / JSBeckerist (from psc cd) | 1494 since 1/6/2015 6:22:00 AM |
By 2 Users
|
|
Helps to show how to make an Active-Desktop webpage. Every step is commented, and ASP isn't even (really) needed to manipulate the material within the page (just shown in the example). (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
CDOSYS Contact Page | ASP (Active Server Pages) | Beginner / Ed Ruth (from psc cd) | 901 since 1/7/2015 11:02:00 AM |
By 2 Users
|
|
CDOSYS Form - A standard business-type contact form using CDOSYS. I saw lots of examples of CDONTS forms like this, but every example of CDOSYS that I found showed how to send an email via a CDOSYS form, but not a standard Web page form. The code is ugly ...(description truncated) |
|
|
|
 |
Chat program | ASP (Active Server Pages) | Beginner / Bhushan- (from psc cd) | 1424 since 1/6/2015 10:21:00 AM |
By 2 Users
|
|
Chat program useing arrays.
|
|
|
|
 |
Check if a process is running or not | VbScript (browser/client side)
| Intermediate / Ken Fitzpatrick (from psc cd) | 1566 since 1/6/2015 8:06:00 PM |
By 2 Users
|
|
Using client-side VBScript from IE, this code demonstrates a method of determining whether a process is running or not. It uses the ExecQuery method of the WMI Service will allow you to do a simple SQL Select statement to find the process in the Win32_Pro ...(description truncated) |
|
|
|
 |
Color Picker (Fallout) | VbScript (browser/client side)
| Advanced / Lewis E. Moten III (from psc cd) | 1527 since 1/6/2015 1:20:00 AM |
By 2 Users
|
|
Allow users to choose colors from familiar interfaces that are standard to the windows operating system. This one displays a wide range of hues in a color spectrum and fades the saturation. An additional scriptlet appears to change the luminance of each c ...(description truncated) (ScreenShot) |
|
|
|
 |
Convert StringIP to NumericIP | ASP (Active Server Pages), VbScript (browser/client side)
| Advanced / Lewis E. Moten III (from psc cd) | 2318 since 1/5/2015 8:25:00 AM |
By 2 Users
|
|
Converts a string ip address ("192.168.0.1") to a Long number (3232235521). One of the resons to do this would be to store IP addresses in databases. Numbers greatly reduce the size required to store this information.
|
|
|
|
 |
Country List | HTML | Beginner / BrentC (from psc cd) | 652 since 1/6/2015 6:27:00 PM |
By 2 Users
|
|
All countries and areas recognised by the UN |
|
|
|
 |
Create Dynamic Images (Advanced) (.gif,.jpg,.png) (Server-Side with GD Library) | ASP (Active Server Pages) | Advanced / Trevor Herselman (from psc cd) | 4064 since 1/7/2015 9:22:00 AM |
By 2 Users
|
|
Edited quote from www.boutell.com: "GD is an open source code library for the dynamic creation of images by programmers. GD creates PNG, JPEG and GIF images, and is commonly used to generate charts, graphics, thumbnails, graphs, text and almost anything o ...(description truncated) (ScreenShot) |
|