Results for "Volume: 2_2002-2004"
This simple ASP script uses WinHTTP to forward an ASP POST to an entirely different server and retun the content to the original ASP page. It is useful for serving up client content from another http source. In my case it is used to serve PDF reports from Java Server Pages to an ASP front end website. With this script you can server the content to the external user while the origin of the content itself appears to be the internet server. (People are unaware of the Apacha Tomcat Server running JSP and wont try to hack into it.)
Lists all of the files in a directory matching the pattern entered in the form.
Explains how to create your own custom variable packages that store various data types in one variable and display the elements in the IDE drop-down list while coding. This is a seldom used but very powerful data type in Visual Basic.
The Family Planet is a stand-alone web site that allows users to create "planets" (which are groups) in which to share contact information, pictures, and a simple calendar. I have tried to make it very simplistic so that both young and old will be able to use it, with a fairly basic layout and design as well as help information on every page. I found that some of the commercial servers that did this were either a little too limiting or a little too complicated for all of the members of my family to use. I thought it would be fun to create a site that I could host on my own server that would have a layout and feel exactly like I wanted. I have seen similar code to this out there on the web so I thought I would offer up my efforts as well to add to the "free code knowledge base" that is already out there. ------------------------------------------------------------------------------------------------------------ Please go to http://familyplanetinfo.no-ip.com to download the file upload utility - I cannot include it on the PSC zip file (PSC is protecting against viruses). ------------------------------------------------------------------------------------ There is a demo site at http://familyplanetdemo.no-ip.com. PLEASE do not place any inappropriate material on the demo site, although feel free to poke around to get a good feel for what the Family Planet can do. The installation/setup is probably not worth going through if this isn't something that you are interested in setting up for yourself. ---------------------------------------------------------------------------- This site was created in Dreamweaver MX & mySql and is run on Win2K w/IIS. Enjoy! Jeff
I programmed this little thing to generate an input text field including two buttons to increase and decrease the value of that field. Just include this file and generate the spinner. Updates are welcome!
hides the desktop icons.... you can also show them again..
This is a 3D demo that is writen in much simpler language than anything I have found. I this that it will be alot easier for someone learning 3D to figure this out than some of the stuff on the net. I'd Like 2 Thanx Shaid Benaris - Da VB6 - onwards professional gangsta - Thuglife
This code provides a set of pages to allow your site visitors to Subscribe or Unsubscribe to mailing lists on your site. Administration functions are provided to; manage the list members, manage available mailing lists, manage archived emails you send using the code, manage the signature for the emails, manage the 'From' email address for the emails, and send bulk email to the list members using CDONTS.
A checkers board game simulation with working 2 player (2 humans) and 1 player (1 human vs PC) modes. The code is not complete but most of the functions are finished and it should be workable. It uses a minimax depth first search procedure runs (to a search depth of 5-6) to decide what move to do (AI only) the rules are adjustable but some are not yet completely implemented. Expect updates quite regularly - if you can make any changes please email them to me.
This is a simple 3d Paint for Dos and Windows, that can store,edit,existing paintings !
This code is for converting a string with HTML tags and encodings into a text-only string. It rids multiple spaces and supports ALL encoded characters like ", , Ä and so on.
A page to serve files from or browse images. All you have to do is change the UrlPath you want to browse. Real simple like. Should work like a champ. If not, then it's your fault. You did something. Don't blame me. Also, cheese makes me gassy.
Version 2.0.2 of ASPCanvas draws GIF files directly from script without using server-side components. It includes a suite of drawing functions as well as support for rendering barcodes. This new version draws images 15 times faster than its predecessor. New version includes graphing and charting add-ons.
Pulls Active Directory Account information for a single user for display to a window or Internet Explorer from a single input of the sAMAccountName or searches the AD for users based upon the Display Name and returns the sAMAcountName for use. Updated version uses SMS to pull last logged in Workstation where SMS is installed.
This is an enhancement of Gradient Title Bar module that recreates in Win95 the look of Win98. The original module was downloaded from: http://members.tripod.com/cuinl/Tips/gradienttitle.htm. I've added the choice to use System colours by including the respective API constants. I also have simplified the usage by adding the SetBarColours routine, before in the form, now in the module.
Application Update from v1.0. This code provides a set of pages to allow your site visitors to Subscribe or Unsubscribe to mailing lists on your site. There are several changes to the code from version v1.0. Administration functions are provided to; manage those charged with administering the lists, manage the list members, manage available mailing lists, manage archived emails sent using the code, manage the email signatures, manage the 'From' email address, and send bulk email to the list members using CDONTS. The code if fully commented and uses an Access 2000 database. Extract everything to your server and edit some constants at the top of the 'includes/_configuration.asp' page. To access the pages start at 'aspmaillist/default.asp'. The interface isn't intended to suit any site, rather the pages can be easily customized to suit your needs.
This program will Play Video (mpeg) without any control just with API CALLS in any place like you want show the video in a start menu or in your desktop or under the icon or when you rename any file or in notepad or in window msdos or anywhere you want.. and you can get classes name by another program (with this program named hWnds.exe).. with this code a part of song Britney Spears (This is an Example Video)..remember when run the program in the first time it will run mpeg (a part from song Oops I did it again) in your desktop........Enjoyyyyyyyyy.
Here is an example of how to search the net with which ever engine you select. I only listed 3 engines on this sample but you can add as much as you want.
Advanced Form Email With Remote Templates allows you to email any form it allows you to customize the email
This is the simplest/fastest code that shows how to implement multiple-column sorting (Up & Down) in ASP. Excellent for ASP Database Begineers