Results for "Category: Miscellaneous"
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.
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.
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!
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!
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.
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.
This class allows you to dynamic include a file into your script. Please vote and give me some feed back.
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.
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..
Displays a nice HTML calendar!
This is a basic counter that has some more advanced statistic features. Small, fast and efficient!
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!
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.
VERY simple code to display a nicely formatted date on your web page. (IE - Wednesday, June 14, 2000)
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
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.
Helps Your Site Get More Clicks On Your Banners And Helps Your Users Have More Fun!
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.
This code will tell you how much disk space on your server you're using
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/