Advertisement

Results for "Volume: 2002C"

2002C #17152
FULLY FUNCTIONAL WEB FORUM - MtMWebForum v2.0

The version 1.0 of my forum was the first web forum posted on Planet Source Code and it was Contest Winner in February/2000. Now I finally release version 2.0! New and Improved! A lot of new features, including : * Multiple replies * E-mail notification * Counter for every message * A Configuration page MtMWeb Forum is HIGHLY configurable - you can change almost everything using your browser via a configuration page. It is fully functional and ready to rock! Enter MtMWeb Forum Home Page - http://mtmwebforum.vbf1.net If you want to E-mail me : mautheman@yahoo.com

2002C #16812
View/Start/Stop WinNT/Win2000 Services

Allows Administrator or 'Administrators' group users to start and stop services from a web interface. Also allows viewing of a subset of services (options are All/Starting/Started/Stopping/Stopped).

2002C #16813
ASP & XML

A teaching tool that opens both Excel and Text files as data sources using ADO 2.6. The recordset then is streamed into XML for display. Then the XML is transformed back into ADO for updating the data source (Excel file or Text file).

2002C #16814
Donutboy

This code shows the use of a dynamic array for the storage of data. Recordsets are memory hogs, and shouldn't be passed across the server, so why even use one? What I was doing with this code was displaying a list of users on my website. After getting the data, I would have it build a table for the information and create hyperlinks for the appropriate fields. I've seen others do this, but they use recordsets to build them, which defeats its purpose. All the code is done with one trip to the server, so you won't see all those carrot tags being opened and closed throughout my work : )

2002C #9336
pong 3D (with pretty good AI !!)

It's a really cool 3D pong game !! I know the screenshot looks a bit lame, but it really is fun !! I made it because I had just completed Minesweep-experienced again and was looking for some other simple fun. 3D Pong is fully commented and I recently added a small tutorial on how to use the PC speaker as well.

2002C #9220
E-Biz

Creates an Online Shopping centre This program shows: 1. How to register a new user 2. How to accept an already registered user 3. Retriving a lost password of a registered user 4. Online shopping...shop till you run out of money!

2002C #16693
A Practical Guide to Active Server Pages

This practical guide aims to be a complete programming guide as well as a reference for the serious ASP programmer. You don't have the time to rummage through 1000-page thick books? You don't have the time to sift through jokes & wisecracks? This is the right resource for you ... This guide does not assume any prior knowledge of ASP, and starts from the ground up. The chapters are organized according to the increasing complexity of ASP scripts that you will be writing. Simple scripts come first, and then the techniques needed for more complex scripts are covered. This is especially useful for the beginner who is usually inundated by long, boring technical dissertations in the first chapter of any book. Experienced programmers will also find this guide useful, for it contains the following references in one easy-to-locate booklet. VBScript Reference A complete documentation of all VBScript functions with the necessary information for using them. Ideal for those situations where you know what you want to do, but can't remember the function that will do it for you. SQL Reference This includes complete syntactic specifications of the Structured Query Language, along with examples to demonstrate the use. ADO Reference A guide on ASP cannot miss out this quintessential section. It gives complete details on most of the objects in the ADO hierarchy. Since you can download the PDF, you don't need to be online in order to read it. A printer-friendly publication format means you can print it and read it anywhere. More Information

2002C #9675
A PIC Browser

This program is a kind of browser that shows image files, like ACDSee. (Of Course This program is much humble than ACDSee.) Anyway, you can do many things, like magnifying, reducing, copying, pasting, cutting, scrolling, and so on.

2002C #16694
Discussion Forum in ASP

Add multiple Discussion Forums to your site with this code. Users can post messages to various forums and view the message list in a threaded format (the message comes first, then all the replies, in a tree-like structure) It provides advanced forum features such as: Multiple Forums You need not create separate tables when you decide to add more Forums to your site. Just add a new Forum in one place! Threaded Message Display So you can keep track of the messages and replies. Each message forms part of a hierarchical tree. Complete Information on every message The message display includes a list of all replies to the current message, plus a link to the original message (to which this is a reply) Fully Customizable All the customizable aspects have been isolated into one file (CONFIG.INC), so you can modify the script without fear of breaking the code. Cookies to store names The same user need not enter his name more than once; cookies do the trick automatically. No hardcoded paths So you don't need to fumble when you are trying to run the script for the first time. All paths are relative to the current directory, and you can modify that by changing a Constant in ONE single place. If you're learning ASP, you can go through the well-documented code to see how records are inserted, updated and retrieved from a database.

2002C #10485
Easy MAPI mail!

This code will help understanding the use of the MAPI controls

2002C #9313
Cool Talker

Cool Talker is one of the most interesting programs for altering text. Just check it out, even if you aren't interested, it's a MUST SEE!

2002C #10488
PopUp

This a great example of different PopUp menus... One on left click, one on right click etc... Very useful !!

2002C #16817
Login Authentication with 2 Files!

This simple file (2 files including the text file of usernames/passwords) allows password protection of web pages. It was created with 2 thoughts in mind: 1. User does not need access to the web server the script resides on (NT authentication is impossible unless you own the Web Server) 2. Needs no database access.

2002C #16785
EMail Forms

This code is used to send form information to your email account. Essentially, it sends an HTML email with some basic information to an email account and a link to view the completed form. It uses CDONTS to send the information. The link contains all the information the user entered on the form and when you click on the link, it populates the form with that information. No database needed! It is really simple but since no one else has submitted something like this, I thought I would make my own contribution. There are three .asp files (and some graphics) and one .htm file and the source is very straight forward. Unzip to your wwwroot and give it a try! Be sure to change the SendTo address so it goes to your email account. Good luck!

2002C #10106
Test IsDirty

(Added this Ziped Project to test the IsDirty Function Plus its easier than Copy Pasting for Ya) (Update 3/2/2000 I forgot to add the Enum To be used with the MyFormValuesOnLoad() Array But its in there now:) This code will aide in determining if Data has changed on a form. It serves many purposes. 1. To tell wether or not it is approriate to prompt user if they want to save changes they have made. 2. if the user wants to Reset or Undo changes they have made to a single text box, checkbox, or combobox Or all Controls at once(Works for control arrays as well).

2002C #16822
Web Site Designing (HTML, DHTML, JavaScript, CSS and DOM)

"Web Site Designing" is a tutorial which aims to teach the Internet, HTML, DHTML, JavaScript, CSS and DOM. No prior knowledge / experience is required.

2002C #10490
Icon It! (updated:06.04.02)

Program Iconizes A Visible Window into the start menu. I updated this (06.04.02). it now puts the Hidden apps icon and i fixed a few bugs. i have a screenshot now so you can see what it does without downloading anything.

2002C #9318
Text Utilities (Hot!)

Welcome to the new generation of text editing! TU (Text Utilities) is a full featured text editor (like word) that includes TONS of extra features!! Some of the features are: Font Bold/Italic/Underline/Color/Size/Name at selectable areas (like a real text editor), Alternating Caps (to give you a better idea of what these functions do, I will put in examples of what happens to the string 'Test' when put through them: tEsT), Backwards Text (tseT), Screwed Text (¯|¯ë_/¯-|-), Spaced Text (T e s t), Doubled Text (TTeesstt), Echoed Text (Test est st t), Scrambled Text (tTse), Twisted Text (eTts), Mixed Text (sTte), Encrypt (the MOST advanced encryption on planet source code, to have the encryption alone in a project, look for UE: h÷4y), Decrypt (h÷4y -> Test, duh), Basic Encryption/Decryption (¨š³¸ or ¨š³¸ -> Test), Basic Code (xTWGeuesUetS), Basic Decode (xTWGeuesUetS -> Test), Code 1 (one itself slow medium), Code 2 (AN NA AT AN), Decode 1 (one itself slow medium -> test, NOTE: Code 1 converts to lower case), Decode 2 (AN NA AT AN -> test, NOTE: Code 2 converts to lower case), Code Binary (01010100011001010111001101110100), Decode Binary (01010100011001010111001101110100 -> Test), tons of options, 3 games, saving/opening ability, encryption key saving/opening/printing ability, toolbar with runtime customization, and MUCH MUCH MORE!!! A must have for ANY programmer!!!! Compiled version also included in .zip file. Please visit my webpage at: http://hfubb.cjb.net/

2002C #16831
Site File Manager

Site File Manager, Let User Manage, UpLoad, Rename, Delete Files with a Internet Browser. Also includes a Admin page for setup new user.

2002C #16791
Superb Mailing List (One of the Best see screen shot)

This is one of the best mailing list in PSC. It covers all the basic of ASP...and therefore teach you many new things... If you like this, then please vote for me

Languages
Top Categories
Global Discovery