Browsing ASP/ HTML
Web Methodology (Layout Management)
When you are develop some system in web, you must construct the skeleton of your front end, especially the layout.
Create a HTML-file from ASP
To create a static HTML-page from an ASP, rather than repeatedly recreate the same info in the ASP-pageOriginal Author: Basie van HeerdenAssumptionsThe code is fully/heavily/well commentedCode'---------------------------------------------------------------------' How to create a .
Automated SQL Stored procedure functions
I was tired of writing code to execute store procedures so I wrote these functions that do most everything for me.
Active Sessions, Active Logins and Total Site Hits with ASP
Active Sessions, Active Logins and Total Site Hits with ASPOriginal Author: SoftwareMakerCodeMany websites use a tracking-component pasted on their homepage to keep track on the no.
CSS/VBScript change background-color of txt-fields after type in
A real good way to show wich txtfields are required in a form!If you type in some stuff in the txtfield, the color change.
Asp delete duplicates in Database
This code delete duplicate records in MSAcces database.
Kill IIS process without rebooting
Ever had to restart IIS when it was caught up in a loop, or doing some other stuff which results in IIS not coming down.