Results for "Category: Complete Applications"
This app is a remake in vb.net of my sound recording app. It will record everything from the sound card. I have also added the command line feature so that it can be sued with Scheduler to schedule recordings.
Sending and retrieving data between web pages is the key to developing functional web-applications. This tutorial will show you how to utilize the session in your "weblications" (that's my new favorite geek-slang) using a mix of some basic ASP and the HTTP protocol. I will show you how to get info from a user in "page1.asp" and extract it again later in "page5.asp." I will address some of the techniques you see used at popular websites like Amazon.com, many popular search engines, and just about any site that is interactive. I am assuming that you have some experience with HTML.
This shopping cart programming excersise is designed to help beginning programmers with some common programming concepts as well as provide more experienced programmers information on ASP's powerful programming environment and how to set up global arrays for web applications.
A simple shopping cart program. It uses the dictionary object to store data in the session. It pulls all information from the included database. I used a fake company name and horrible graphics but, the code works nicely!
In this tutorial, I will share a good site function with you. I will show a good method which can be used to send emails to users. The tutorial will focus on sending e-mails to users(using ASP Email) by opening text files in which e-mail text is stored. At the end, I will present a good example of everything dicussed by building a "Forgot Login" application.
Allows you to edit your database online. You can add, edit, and delete tables, fields, and records. This also shows how to allow custom SQL statments like adding a autonumber primary field. Probably a few bugs because I an pretty new to ASP and SQL.
This program automatically generates ASP web sites. Full data base support (ADO 2.5) and integrated help file, and a ton of features. This is a professionally written ASP generator that I plan on putting on my Freeware web site. I have seen a few other examples of this sort of thing on PSC, so I thought I would just kill some time and make my own as I have a big ASP web site project coming up in a few days - needless to say this will shave a whole lot of time off of making the database interfaces. If you find this at all useful then please vote.
Here's some MORE source code that I know everyone's wanted! Take your favorite CD audio tracks or WAV files and shrink them to MP3 format using this code. This WILL COMPILE in Visual C++ 6! YAY! Wanna learn how to decode them and play them back? Check out code number 372. Vote for me =)
Discuss .NET is a simple, flexible and yet very powerful forum application. It covers most functions and will be updated with new features frequently. The total deployment takes less then 30 minutes. Since there are no "hack" configurations, all settings are quickly set.
This is an application that gives you the ability to create a community without any hassel. It uses state of the art technology and is very flexibel. You can have multi-ple languages, modify database-type and theming ofcourse! Don't forget to visit http://www3.supremelinks.com/discussnet/ The origin of this application.
This is the version 1.0 of MtMWeb Forum - a fully functional ASP Forum, where people can submit their doubts about something for example and others can answer. It is not a complicated code, but very effective - great for people who want to learn how to deal with databases ( recording, reading, separating in many pages and so on ). If you want to start working with ASP, it is a must see. If you want to check the latest version of this forum go to http://mtmwebforum.vbf1.net The version 2.0 of MtMWebForum is available here : http://www.planetsourcecode.com/xq/ASP/txtCodeId.6365/lngWId.4/qx/vb/scripts/ShowCode.htm
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
This code sets Parallel Port i.e. Printer Port so as to light up LED(Light Emmiting Diode) connected to printer port,number of times..
This is an online intelligent tutoring system, wherein students can register and avail for tutorial services. Tutorial services are done in two ways, one is documented tutorials in which lessons are compiled in the database (MySQL) and the other one is using an Artificial Intelligence wherein students can ask questions directly to the AI System. The database of the AI are stored in (XML). Have fun with this old code of mine.. I just want to share with you guys.. You can vote for it if you want.. Thanks..
This a complete "online-reservation for a rent-a-car business" done in PHP + MySQL. I have done this project last year for a student thesis here in the philippines. If you like my code, feel free to vote for it!!
The Number Guessing Game will generate a number between 1 and 100. The user will have infinite attempts to guess the number.
On my website I've got lots of tables. Normally updating the news just by editing the HTML/PHP file would be lots of work. That's why I normally used my ASP newsscript. But since my new provider does not have ASP, I've converted it to PHP. This script will read a textfile (no MySQL required!), and parse some command that define the subject,date, and the body. Makes your website far easier to maintain and to update. It's also possible to set a maximum of News items to show. For a working example, check my website: http://www.quadrantwars.com" Please note this is my first "venture" in PHP after all those years of ASP. If something could be better, please tell me. (also, don't forget to read the readme.txt)
This is an standalone IRC Bot written in PHP (no IRC client needed) It's written as a generic class so that you can derive from it and create your own personal bot.
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
This paint utility is similar to the Paint we have in windows Accessories, but with a limited functions. But this paint can be executed in Dos Environment without the support of Windows. This is not a master piece application in this kind, but I have tried to simulate the windows controls, menus, popups, and GUIs in the simple C graphics functions. You will definitely find the Interface of this application quite interesting with Icons, Menus, Message Boxes etc. and these functions and procedures can be reused for any of your application in which you may want to add some GUI interface. This is fully Mouse Driven. Other feature is the Image that you create using this application is compatible to the Windows Paint UTILITY - that is you will get the ACtual BMP which will be recognised as BMP by any other applications.(like word etc). Please Vote High, if you find it worth enough.