Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #41678
[ A Program That *Indirectly* Write Text To Notepad ]

A program that writes text to Notepad. The code is fully commented and easy to understand. PLEASE vote for it or comment for it. It takes very little time to comment and it is very appreciated. If you can't vote, the least you can do is comment on it. Tell me if it is bad or good.

ASP_Volume2 #41682
[ A Window Tester ]

This program allows you to preview a window before you create it. It allows you to modify the caption, style, icon, cursor, position and sizes of a window and then it shows you how it looks. It also generates the code needed to create the window. PLEASE vote for it.

ASP_Volume2 #41699
Full list of ServerVariables

You can get all sorts of useful information on the browser, using Request.Servervariables. However, one of the problems with the Visual Interdev help is that it doesn't list ALL the information you can get. Here is the most complete list I know of...if you have any additions, please feel free to append them as a comment!

ASP_Volume2 #41707
FOOApp

The FOOApp: A complete Classified Ads application showing how to use Active Server Pages' ADO database techniques, SQL techniques, cookies for "remembering", VBScript client-side field validation, and much more. FREE!

ASP_Volume2 #41766
Dynamic File Includes

This is version 2 of the previous submission "True Dynamic Includes". This class allows you to dynamic include a file into your script. Please vote and give me some feed back.

ASP_Volume2 #41767
True Dynamic Includes v1

Exactly as it sounds. This function will allow you to dynamic include a file into your script. From my knowledge this has not been done. Please vote and give me some feed back.

ASP_Volume2 #41768
Dynamic File Includes v2.1

This class allows you to dynamic include a file into your script. Please vote and give me some feed back.

ASP_Volume2 #41769
VarsFromForm

This subroutine creates a variable (on the fly) for each form item found on Request.Forms or Request.QueryString collections. The variable is given the same name as the form items name. It was built to duplicate some of PHPs built in functionality.

ASP_Volume2 #41791
Date Formatting

I searched entire PSC, but I did not found any script which converts date to a format which i wanted, even VBScript's formatDate function does not allow us to cuctomize the date according to our choice, so i decided to write this.... Please vote for this code... for further clarification u can mail me at [email protected] thanks..

ASP_Volume2 #41820
Easy ASP/HTML Calendar

Displays a nice HTML calendar!

ASP_Volume2 #41821
Counter and stats viewer

This is a basic counter that has some more advanced statistic features. Small, fast and efficient!

ASP_Volume2 #41822
ASP ScoreBar v1.1

Function that returns a graphical scorebar based on the value you provide. Very basic but thought I'd share this sweet little function with you all!

ASP_Volume2 #41829
Cookie Basics

The first time the users comes to the page, it'll have a text box and a button. Once you type in your nick and hit Set Nick, it'll display Welcome [the nick they entered]. This is just an example on how-to set/read cookies.

ASP_Volume2 #41844
Easy Date

VERY simple code to display a nicely formatted date on your web page. (IE - Wednesday, June 14, 2000)

ASP_Volume2 #41862
Unique Hit Counter

This code used cookies to count unique hits. If the user has the cookie, then the hit isn't counted. If they don't, then the hit is counted, and they are given a cookie. All you have to do is use an #include file="nameoffile.asp" and the correct action is preformed. I made this script for my host to count unique hits across his networked sites. This is also my submission to the asp world of PSC all my expreience is in the VB world. I hope you guys like it! Later ~/Andy

ASP_Volume2 #41863
Unique w/ database & more than one page

This is an update to my Unique Hit Counter that used a text file to keep track of all hits. With a database, more than one page on your site can be monitored by this file. It uses the servervariable url to determine what page it needs to add a hit to. As with my last hit counter, it uses cookies to keep track of who has been and who hasn't. I built my Text to Images into this script. As with that submission, you have to make your own images. They don't have to be any special height, or width. My images start with "cnt_" and have a numerical value coresponding with the value passed (that means you need images cnt_0 - cnt_9). I also have a cnt_start and cnt_end image to make everything look nice. Save this save as something like counter.asp and just use an include (). You can use it on every page on your site to track where people go, and what-not.

ASP_Volume2 #41865
Banner Fun

Helps Your Site Get More Clicks On Your Banners And Helps Your Users Have More Fun!

ASP_Volume2 #41869
Jbook - Scribble.nu rip off

This code is a huge development on the last ASP code I submitted. This site allows you to log on users and create individual user profiles...all get their own journal which can be accessed through their home page...Just like scribbles.nu.

ASP_Volume2 #41870
Disk Space Usage

This code will tell you how much disk space on your server you're using

ASP_Volume2 #41881
Automate Writing Basic SQL Statements * SAVES LOTS OF TIME*

The code creates SQL Statements on the fly. You don't have to sit and go thru that huge database creating a page long SQL statement. This little asp page allows you to select the DSN and the table name and it will generate the UPDATE / INSERT and DELETE statements for you. The other great thing this does is creat those request.querystring and request.form statements that you need to add if you are going to pass data from page to page. It does a trim on all fields and a replace for apostrophes, so the database does not throw an error. THE UPDATE AND DELETE REQUIRE YOU AD A WHERE CLAUSE. YOU WILL SEE THE TEXT WHERE CONDITION AFTER THEM. You can try it online at: http://www.biondocom.com/psc/dynamicsql/

Languages
Top Categories
Global Discovery