Advertisement

Results for "Category: Complete Applications"

ASP_Volume2 #41774
Event Calendar Manager

This bit of code gives you the basics you need to manage dates and events. The design is simple so it can easily be changed and the interface is also very easy to use. Features to come: - A Monthly Calendar View - A better Login system - A way to delete entries that are too old Added: - Better code commenting: please let me know if there is enough to explain it well or not

ASP_Volume2 #41781
ASP Guestbook

This is an Access-based guestbook; DSN or DSN-less database connection. Zipfile includes scripts to display, enter and delete entries, plus readme file. Can be customized simply by changing html code.

ASP_Volume2 #41815
Monthly Calendar Generator

This Code Generates A Monthly Calendar Based On The Dates You Supply. I Developed This Originally For My Job And I Want To Make It Available To Anyone Else Who May Find It Usefull. It Originally Filled The Cells With Data From A Database Depending On The Date Informaton In The Database But I Removed That Function. It Is Very Easy To Add That Function Back In And If You Are Intrested In Help With Adding That Function Contact Me At: PlexXonic@SoftHome.net And I Will Be Glad To Help.

ASP_Volume2 #41819
User Manager

This is a complete user manager, with new usersignup, confirmation e-mail that needs to be received before an account is activated, forgotten password link, admin tools, etc.

ASP_Volume2 #41830
Quote of the day

Keep them coming back for more... "CONTENT, CONTENT, CONTENT!" is the mantra of today's successful web sites. Current, interesting, entertaining and high quality content attracts visitors who will return to your site. In an effort to maintain dynamic site designs, developers have turned to Active Server Page technology. This allows information to be stored in databases and lets the site effectively become a dynamic database publishing system. One rather simple piece of code can keep surfers coming back for more: Random quotations displayed prominently on your web pages.

ASP_Volume2 #41833
Exchange banners system ver 0.2

Exchange banners between registrated users. You can upload new banners, adding new servers, watch stats of impressions and clicks.

ASP_Volume2 #41834
FingerTips - The Geocities program

NEW UPDATE ON THE WEB SITE! THIS CODE IS ONLY AN EXAMPLE CODE This code will allow you to create your own Geocities on you site so that you can offer your users the ability to create their own websites. It is loaded with options like file upload, max space allowed, full online browers web site editor.

ASP_Volume2 #41836
WebVite (eVite rip-off)

This is a web that I banged out for a party. It took me a couple of days to write and I thought I would share it with the community. It does the very basics of notifying friends of a party, gathering responses from the users, question polling and result viewing. I left everything intact to see how it looked, but feel free (of course) to change stuff. **This is a complete plug-n-play webpage** This web-WebVite- contains these features... * Polling * Graphing * Invite a Friend * Email * dBase interaction * User Interaction Also included is a aspmail .dll called Smtpvsg.dll. Make sure you slap this in your system folder and regsvr32 it. Also, I have included two .mdb's. One is 2000 one is 97. Good luck! oh..and I would love to see any improvements..please Micah Nasarow www.gametrends.com micahn@gametrends.com mnasarow@comtex.net PLEASE NOTE!!! -Added-4-25-2000 Dudes..I am totally sorry, but the mail component I used was a licensed component. If you have it great if not, may I suggest usign the CDONTS.Mail component native to IIS4.0. You will have to make some changes to the code. If you need help..let me know or there is a good tutorial at www.asp101.com

ASP_Volume2 #41842
Simple ASP chat with database - UPDATED

This code contains ASP chat which uses database (MDB). Since last version I've removed some bugs i.e. sorting database or loging out users every hour. I have added some new stuff - private chat and counter which shows how many people is on-line. If you like it, please vote for me.

ASP_Volume2 #41843
A Complete Web Site for Your School

By following the instructions included here, you can build a complete web site for your school! This thing took me 4+ months to make, and lots of caffeine, so I expect some good ratings. There is lots of good stuff, even if you don't want the whole site. Impersonation, file access, database interfacing, automated Frontpage web administration, etc... Lots more than any other submission I've ever seen. Here's what's included: A full-fledged, all features included calendar system with publishing/subscription options, lunch menu, and personal calendars for everyday use The ability for every user to have their own personal web site (with your permission, of course) The ability for every club, department, and sports team to have their own site with calendar of events Document storage on a per-user basis so users can access their files from any web connected PC Integrated file manager (compatible with Internet Explorer 5 and up and Netscape 6 and up, other maybe) Built-in administration tools System relies on NT domain security for highest possible degree of integration with existing network

ASP_Volume2 #41845
Supreme BBS(UPDATED 6/24/01)

(UPDATE: Now As start of Admin UI, which allows edit/delete of users, posts, topics, settings. supports HOT Topics, supports lock/closed topics and more.) This is An Almost 100% complete BBS. The database is the heart of all the options that can be set. Different User Levels(Guest, Member, Moderator, Administrator). Allows you to lock Users from posting, the ability to lock posts, delete posts, edit posts, reply to posts, Log In, Register, Allows you to set the Acces Level to Topics(example: Topic="Administrator Discussion" if you set the access level to administrator then only administrators can view/post in that topic). Requires users to register before they can post. Allows Users to select a "Topic Icon" when posting. Allows you to set weither new users can register with an email that is already registered. Counts Users total Posts. Counts Replies to each Post. Shows total Posts for each topic. So Much More can be done. If you like this please give me feedback on it so I can Improve it. If it gets good response I will Update it soon. Soon to be added Admin UI so it doesn't have to all be done through database, Search and more your comments are appreciated. I have also added the .NET Solution file so if you have .NET You can edit it there.

ASP_Volume2 #41850
Intro to ASP syntax

Attention ASP newbies! Looking to create your first ASP page? Check out this tutorial!

ASP_Volume2 #41853
SQL Test

When creating a data-driven web site, you obviously need to use a number of SQL queries to grab datasets from your database. Before you use a particular SQL query in one of your production ASP pages, though, you want to ensure that it returns the correct information. Therefore, a SQL query test web page, one that allows you to try various SQL statements and view their results, will often come in handy. For every web database project I work on, I pop this code somewhere onto the server. This page allows me to test out SQL queries before I put them into my ASP code. Recently I was doing a project on a co-located SQL Server in Atlanta. I used this page to set up all the tables from my home office in Florida. The idea is simple. You put SQL code into the form, select the data source from the drop down list and click submit. If the recordset contains columns, a table is built to display all rows and all columns. If the SQL is an data manipulation statement, a message appears stating that the command completed successfully. One of the best features is the clipboard. You can cut and paste SQL into the clipboard and it will be there each time you submit the form. I use a simple array to store the data source connection string. I have also had situations where I used a dictionary object to store the connection strings. Sometimes I use another textarea control instead of the drop down list. This allows me to try out different connection strings.

ASP_Volume2 #41860
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

ASP_Volume2 #41861
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.

ASP_Volume2 #41864
Atwinda Software ASP forums 1.6

Atwinda Forums v1.6 are improved. I added many features including: Search, Paged topics display, Lock posts, and many more. Users can now edit account information via the myaccount page. sendmail is now included, allowing for a mailing list (which is an option on the register page). The readme file includes detailed information on all the files in the appliaction. Users also have the choice to have an e-mail sent to them if someone replies to one of their posts (using CDO, which can be changed to CDONTS if you need). name.inc controls all the names for the pages; this means that you only have to make changes in one file. The admin folder contains addcat and delcat for adding and delete categories. All I ask for letting you guys use this complete app, is that the "powered by: Atwinda Software" logo and link say at the bottom of every page. I took all the user input and fixed all the bugs I could find. This is a temp update 'til I finish up v2. Keep a look out for that.

ASP_Volume2 #41868
FAC GuestBook v3.01

Here is v3.01 *added settings page *added server informations on settings page *added counter and unique counter on settings page *added logout and close button on settings page *changed settings window to popup *added auto refresh main page after any changes on settings page *change session timeout to 30 min. for admin (it can't work if you use Brinkster) *added auto appear delete link below messages if user is admin *added auto close popup if user select logout on settings page *added message counter on settings page *added auto show full IP if user is admin (in other way users see half of ip) *added tag shield *added page system on index page, *added auto change images on sign page (www and icq image) *fixed status bar words *added a lite Flash Animation on admin login page *added icq pager function *added outside navigation function *fixed email confirmation (it is more clever now) *fixed if no message on index page *added close button on sign page *added delete confirmation with a msgbox *added auto refresh after signing guestbook *fixed tabindex on sign page *added password verify on settings page *added go up link on index page below every message *fixed information control on sign page (it is more clever too) *added line break function you can see an examples at Guestbook Previews http://ferroweb.no-ip.org/facgb and also on sourceforge.net http://sourceforge.net/projects/facgb/

ASP_Volume2 #41872
ASP MessageBoard

Building a ASP Forum using the simplest ASP code. Simple ASP code to build a working ASP forum. Plz vote for my code :P

ASP_Volume2 #41873
ASP Message Board Version 2.0 [UPDATED]

This is an Updated version of my ASP Message Board version 2.0. I apologize for the HTTP header request bug, which has been fix now. Also adjust two things in the board, which is no biggie, but makes it looks nicer. I think this board is pretty much bug free and IF there is any bug, e-mail me, or post the bug problem on my Demo Version 2.0 Message Board at http://www20.brinkster.com/domah This is a MessageBoard done in the most simplest ASP code so beginner ASP programmer can see how forum are develop without scratching their head. Please Vote for my code. Thank you.

ASP_Volume2 #41880
All in one Votes Page

This single page allows you to build, administer, analyse and use votes on your website. When you first open the page, it will ask for a user name and password. The user name is AdminUser and the password is AdminPassWord. It is case-sensitive. If you wish to change it (recommended), simply hard-code your choice into the page in the Authorise function. After logging in, it will take you to the help menu, it contains a script you can use to create the database, a description of the menu options and how to use it in a web user environment.

Languages
Top Categories
Global Discovery