Advertisement

Results for "Category: Complete Applications"

2002ASP #8069
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.

2002ASP #8070
Advanced ASP chat

Here is code of ASP chat. This is second version of "simple ASP chat" and contain some new features like smileys, disallowing some words. It is also more secured than previous version and does not utilise processor as much as old version. Try it and let me comments. And if you like it, vote for me... Thanx

2002ASP #8071
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

2002ASP #8073
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.

2002ASP #8078
Intro to ASP syntax

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

2002ASP #8081
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.

2002ASP #8083
Build Time Tracking Application Using ActiveX Control

The main purpose of this article is to show the use of ActiveX controls in your web pages with proper error handling and data updates. In the sample time tracking application I will demonstrate the use of the following. 1. Using ActiveX controls. 2. Client and Server side validations using VBScript. 3. Practical use of formatDateTime function and DateAdd function. 4. Server side browser detection code. 5. Using ADO to connect to popular databases like MS Access and SQL Server. 6. Using ADO to add records. 7. Implementing ADO Error Handling. For Complete description, download the attached zip file which has code and detailed explanation of the techniques used.Please do not forget to rate my code.

2002ASP #8089
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

2002ASP #8090
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.

2002ASP #8092
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.

2002ASP #8095
Full Admin Controled 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 #mirror 1# http://www27.brinkster.com/guestb/(brinkster is very slow, and has a session problem) #mirror 2# http://freehost07.websamba.com/guestb/(websamba is as slow as brinkster and sometimes crashes)

2002ASP #8099
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

2002ASP #8100
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.

2002ASP #8138
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.

2002ASP #8139
eCAMS v0.5 (eCommerce Cataloguing And MailOrder System)

It is an eCommerce Cataloguing And MailOrder System (eCAMS v0.5). It is an online catalogue, shoppingcart, and has backend administration of the website which include Basic Website Management, Product Management, Order Control, and Shipping Control. The full and complete version will have many, many more management options.

2002ASP #8159
Color Palette Scriptlet

Allows users to choose a color from a palette simular to Adobe's color palette.

2002ASP #8166
Add Custom Errors with MetaBase

This script interacts with COM objects that communicate with the MetaBase for Internet Information Server. You will be able to define the custom error pages for your website.

2002ASP #8167
vbScript ColorCoder v2.0

This script colorizes your vbScript for display on web pages. All colors can be managed through a style sheet. It seems that those who knew about the results of this version (from browsing my website) always kept asking me for the code and my old version that I refered them to was out-dated and didn't come close enough to there expectations. So peeps - I give to you my most proud and recent version of the color coder.

2002ASP #8180
AspNotepad

It is a Notepad done in asp. aspnp.asp it the starting page to run newdoc.asp.. newdoc.asp is the notepad...

2002ASP #8187
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