Results for "Category: Complete Applications"
Game server watcher teamspeak is a server query tool which you can use to query your teampeak server from a vb.net/c# application or a asp.net application - Version 0.1.1 please check www.codeconcepts.co.uk for updates
Complete sourse and DB for online shopping cart. Can be easyly changed for other purposes.
This is for someone who is just starting on C++ you can learn to make ya own win32 console application. please vote for me when you click this just scroll down and you will see vote
Please rate this and send comments! PHP Quicksite is a simple site-in-a-box for PHP and Postgresql. http://www.zackcoburn.com is an example of it. It includes user authentication (register/log in/log out/edit account/my account/search users), bug reporting, and a forum. It uses Dreamweaver for easy template updates.
(Please rate this and send me comments, suggestions, or bugs. If I don't get feedback, there won't be a second version.) ASP Quicksite is basically a quick and easy site-in-a-box. Quicksite uses Macromedia Dreamweaver for templates, so all the design is up to you. ASP Quicksite has a Microsoft Access database backend, and includes the following features: user registration, log in, and log out; multi-category question and answer forum; and a comments system which allows for comments on any page. http://www.sau21.k12.nh.us/nhes/history is an example of the system in use. Remember to start administrating the forum by logging in as "admin" for the email field, and "password" for the password field. That is admin/password. After logging in, you can update your account to customize this information.
This loads a database of cars from a file into an array and searches through them for Make Model Year Price Mileage and Lot... i hope you like it, it is a really cool program.
My first piece of code that I have submitted to Planet Source Code, this application shows the workings of a small dynamic site for beginners of ASP/Access database. It is compatible with Macromedia UltraDev 4, which is one of the easiest programs to use when learning to build ASP web pages. Users can build a web page with an online WYSIWYG HTML editor, upload their images use them in their pages. There are new User Name "checks" in the registration area and you can upload images without 3rd Party components which are saved to a folder for their User Name (made on-the-fly). Images can be inserted from the drop-down box in the editor and there is an "manage images" section to delete previous uploads. User's pages and images are controlled by a session variable (MMUsername), so each person can only edit/delete their own work. The pages have been designed to only allow registered users access to the page building and uploading sections, thus eliminating "anonymous" editing of pages. Customising the appearance of this site is easy too. The navigation buttons at the top of the pages are displayed from the "include file", so changing the buttons/navigation to your own design is easy, as are the styles and formatting which are all linked to a CSS file. The site has been tested working on Windows 2K Professional and NT4. It can be seen working at: http://www.design4online.net/userpages/index.asp. Feedback is welcome as I would like to produce some more applications/examples like this one and need to know what your views are. Oh yes, please vote too if you like it... Thanks.
Version 2 of the Online Web Building application. Allows users to register and create and edit their own web pages and upload images to use in their pages. Made with UltraDev 4 and includes a help section for setting the site up on your server. Can be seen working at: http://www.insightwebs.com/userpages2/ Version 2 contains the following additional functions from version 1: Internal links - a drop-down list of links that the user has made, thereby inserting links to other pages (the easy way!). Delete actual images on the server as well as the reference to image in the database. Administration section - for editing user accounts, removing offensive pages/images, adding other administrators etc. A choice of menu styles to use for the navigation menu at the top of the pages. Optional upload file script: 1 that creates a folder for each user and 1 that doesn't - you choose. Page background colours - an option has been added to insert the background colour of your choice. Choose a colour from the pop-up window list of colours. A few other minor alterations have also been applied to the pages... Please vote if you like this... thanks.
ZIXFORUM is Back!! Check out my homepage!! ZixForum is a ASP driven forum. Supports access and sql. Forum is totally dynamic ,you can change colors ,popup, frames, subscriptions, email ,cdonts ,Jmail, members and mutch mutch more..
This tool allows user shutdown Windows after a time up to 4h + 30minutes. Left, Right or Ctrl+Left, Ctrl+Right can be used. Please try and vote ...................... :)
Manage online car dealer.
keep up with clients information... I made this for a intranet client DB a way of keeping up with information about them.....
It was designed to help PHP programmers store commonly used code in a central repository. Code can be stored in categories for easy managment.It was decided to keep the interface as simple as possible as it will be used by PHP beginners. the use of encripted text files was also chosen over a database storage system to keep things nice and simple and easy to configure.
A bug fixed version of online quiz system. A complete quiz system. Admin is allowed to add, edit, delete all the questions and answers of the quiz. User have to register and need to login to the system before they can use it .The marks will be given right after they have tried the question. The marks , date and number of trial will be recorded and display to the particular user after they have login .
Allows user to: -browse the directories on a web server, -create, view and delete files -create and delete folders -edit text based files -view contents of files that you normally could not view over a web server(ex. .aspx files) -upload files to any directory
This is a complete ASP shopping cart. Pure ASP. Client side scripting. Just ASP. It has login, register and retrieve password functions already built in. This also has a function that when you submit the order it e-mails it to an e-mail address specified in the file and also e-mails the user thanking them. It has a complete shopping cart, you find the item you like by browsing through the catogories, select it, click add to cart then select the quanitity(use the calculator to see how much it's going to cost) then click add. The product is added and is now in your cart! Please vote because this was quite a bit of work. If I get enough votes(good or bad) I will release a second version. This script will work best if you put it in C:\Inetpub\wwwroot\shop\. I didn't bother with a fancy interface, I left that up to you to do.
Demonstrates how to use devices such as webcameras, scanners and other for recording or taking snapshots, also how to implement support for Microsoft Windows XP stylesheet (ComCtrl v6). Do rate and comment this piece of code for future updates and fixes.
This is a links system with as many categories as you wish. Contains a links administration area for adding/editing and it allows for three different users.
capture Image from a webcam. Add text to image. Save image.
While developing application soft wares, representing data in the GUI In friendly and readable format is one of the most important Considerations. In C# application (or Windows/desktop applications), .NET provides Data grid control to achieve the above important and vital consideration. Sometimes while representing data in a data grid control user Wants to edit the details i.e. he/she wants to edit the details through a Combo control or a date time picker control etc. This article below sheds some light in above area i.e. user can add any control based on his/her choice and can use it to edit the details in the data grid.