Results for "Category: Complete Applications"
This program converts char to dec and hex, dec to char and hex, and vice versa. Nice simple gui made from pure ASCII code characters, can convert and list, just like any ascii conversion utility.
This program was writen to watch files coming in from our stores, and we wanted to know when they arrived, and what they were. So we set this up to watch our ftp folder.
News System 1.2 is a dynamic new manager that can display new articles according to the current date. Articles can be set to appear in the future and articles can stop being displayed at a specified date. New Features & Bug Fixes in NewsSystem v 1.2:_ Better Security. "Remember Me" Button for administration area. Multiple deletion of news articles, users and images. Log File for administrator to track users actions. The ability to ban users access to the system. Printable version of news stroy. Java ticker tweaked for better performance. News storys dated, and shows author. Many minor bugs fixed. Demo at: http://www.freeasphost.co.uk/danimal/NewsSystem/
It shows your computer's BIOS time. Make sure you don't run it on Windows 2000, becasue Windows 2000 does not fully support BGI in Dos.
This is an upgraded version of Word Processor with some more features.
With GPS, you can simply change the content of your homepage dynamically, without any technical knowledge. No FTP, no upload! Use the webbased controlpanel to manage everythin: Posting, editing, deleting, validating, scaling and more. GPS has multiuser support. Set accessrights for each admin. Coordinate your homepage with any other admins: A internal mailing system is included. GPS is not only managing your content but tracking every visitor who visits your GPS powered page. It retrieves IP, Platform, Resolution, Browser and time of visit. In version1.3, you can create mulitiple stie with different settings. Also there is a higher security login: If you enter the password three times wrong your account will be locked and only accessable with a six digit unlockcode, similiar with the securityfunction of a mobile. If you are using GPS for the first time login with l/p Admin/Admin and then change the password for your account.
GPS 1.2 is the backbone for every asp powered homepage. It simplises the whole administration: -You dont have to upload anything anymore. Just login and post a message. -GPS has multiuser support. You can set accessrights for each member. -Coordinate your homepagedev. with all administrators in the restricted forum. -GPS 1.2 has been augmented with GNS 1.1. Now every visit on your homepage is tracked and you get some infos like IP, Resolution, Colors, Platform, Browser from every user! GPS 1.2 has been built in order to be adapted easily into EVERY asp website: Just copy and paste the code of post.asp into the page you want the news to appear. You can even edit the layout and color structure of the table where the postings will appear. -All postings can be searched This GPS 1.2 Version Features: -> Text layouting -> " and ' support -> Edit Message Function -> Minor bugfixes -> Emailing function (CDONTS needed) -> Printable version -> Tracking powered by GNS -> And much more
I finally managed to program a real neat chat: - Communitysystem. You can register an account and access it with your password. You can retrieve information like name, country and age from a member if he has given the permission. - Filtering. Prevents somebody running scripts or cussing around. - Ignore modus. If you are fed up with sb. - Uses database to store information. - Prevents one user spamming the chatroom. - Its possible to change your color. - Kick user. No explanation needed ;) - Its possible to whisper to someone. - Several other console commands. They are all listed in the help file. This is freeware but I'm asking you to vote for me and to tell me on which page you are using my chat. Dont forget: Vote for me ;)
OK. I guess this is the most complex script I ever coded. My SkyBoard has many functions: - Emoticons - Very Simple Administration Functions - Communitysystem (Registration of names etc) - Profile of every registered user inclusive picture - Infinite amount of rooms possible - Password retrievment via email - Automatic post filtering - Encrypted password storing (*Need setup) And more. First you have to open "include.inc" in the data folder and change the old path to the new path where the board.mdb is stored on your IIS. First log on with Username: Administrator and Password: administrator. Then you can set up few things. This code is based on a database so it's quite fast. Of course this code is freeware as long as you dont modify the comments. However I'm asking you to vote for a 15 years old asp coder on Planet Source Code, I just want to know whether you like my prog or not.
Complete Webshop with full admin backend, can add categories and subcategories, pictures, has a great shopping cart.
This is a typical poll program. The special thing about this one is that you can add multiple questions, that's good for more exact polls. There is a good administration part where you can edit this poll without any asp coding kow Try it, it's cool, it's free.
With GPS you can simply change the content of your homepage dynamically, without any technical knowledge. No FTP, no upload! Use the webbased controlpanel to manage everything: Posting, editing, deleting, validating, messenging, scaling and more. The newest version of GPS makes editing even easier! You can use a Word-like Webapplication to write your postings, with different fonts, colors, formatting and more. You write like you used to do in Word and GPS converts that into HTML and publishes it on your website! GPS has multiuser support. Set accessrights for each admin, coordinate the homepage with more admins using the messenging system. Also GPS is tracking every visitor who visits your GPS powered page, it retrieves IP, platform, resolution, browser and time of visit. Since 1.3 you can create multiple sites with different settings. If you are using GPS for the first time, login with the login: Admin , password: Admin and then change the password for your account. Download the newest versions and fixes on www.aspiration.de.vu or www.guox.tk
Encrypts a file
Data compression is very popular and widely used thigie today. Huffman compression algorithm is one of the first and simples one, so it's good to start from. This code include code and explanation for algorithm itself and two simple file compression/decompression programms ( just for example)
Run Command Prompt from ASP using WScript and FileSystemObject. This has been updated from the original version to handle any commands and to emulate the dos interface.
Several tools that will help Web Administrators and Developers. The following tools are included: ASCII Conversion, Script and Code Snippet Library, COM Detection System, List of DOS Commands, Run DOS Command, HTTP Header Response Messages, List of Net Commands, List of Ports, Remote Explorer, Server Variables, Web Log Viewer Also, included is Dynamic Stylesheets, Random Quote, and Random Image
This code will give you practice with addition, subtraction, multiplication and division. It will also teach you a lot of things. Read the readme file for more information.
This program is to get a salesmans commision pay and all that good stuff you will learn a lot from this example. This is a project i had to do with school so plz dont judge it to harshley
To use the asynchronous versions of a web method in a client application. Asynchronous programming allows a program to call metods on a managed object and continue execution until either the managed object calls a specified callback or until blocking, waiting, or polling for the call is completed. This example will only cover calling a specified callback method.
This sample application passes an ado recordset to the browser as a JavaScript array. Only changed records are uploaded. You might want to do this technique to improve performance. Please give me your feedback.