Results for "Category: Complete Applications"
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.
To demonstrate MDI environments
It is the code of a scientific Calculator With all Functions of a Scientific calculator... It has no built in functions like(sin,cos,log...) And also it has a Part for The numeric Analysis Problems e.g(Cramer's Rule,Newton Raphson,Bisection....)
IssueTracker is a project management / bug tracking application. You can configure the system to your own needs. Change department, priority and status. Add employees, departments and projects/clients. No Copyright on IssTracker because I have got lots of code and ideas from PSC so I wanted to give some back. Just vote for me
This was my first attempt to develop application using Microsoft’s latest development tool – WPF. It is basically a three layer application using access database as a data source
This application demonstrates how to start out in Asp.Net three-tier application development. Features include user controls, web controls, CSS, HTML 4.01, data access components, Stored Procedures, SQL Server database, etc.
This program that I wrote for my personal use demonstrates how to work with TreeView, ListView, Combo Box, and Textbox controls with data from Access database.