Results for "Category: Complete Applications"
This is an application I made to learn ASP.NET. This is about a JobSite where Users log on to find jobs and Companies log on to place job requirements. This is a simple application in which the users can apply for jobs. The company gets to see which users have applied for specific job and can send them mail if they meet theirs criteria. The application has functionality such as registered as a user or a company. Post a job if you are a company. Apply for a job if you are a user. Delete a job posted if no one has applied for it. Change password. User can apply for a job only once. Company can post a job with unique jobname only. This application was build in Microsoft Visual Studio .NET 2003. Also since this site uses flash for the logo, you will need to have flash player for Internet Explorer to view the logo. If you donot have, you can download it for free from http://www.macromedia.com (very small download
The News center is extremely flexible and supports CoPy & paste and comments based on Wysiwyg Editor. So far unusually, however here complete formatting can be taken over and stored. Online Demo:http://www.planetgraphic.de/article.asp?artikel=77&kat=1 -- pls vote for me :-)
Ein Datenbank gestütztes Newsscript. - WYSIWYG Editor - Admin-Panel - Passwort geschützt - Access 2000 Datenbank - support language german -plz vote me :-) Now you can setup your own language Demo: www.planetgraphic.de/application.asp
A dynamic FAQ CMS application. You can store articles, FAQ's, etc. in an organized way. The WYSIWYG Editor provide powerful formating. Features: Unlimites main/sub categories |searchengine | sendfriend |print page| MORE...Adminarea to control:Categories, Article (Add, Edit, and Delete). DEMO: http://www.planetgraphic.de/anwendungen.asp pls rate for me.
An Active Server Pages intranet for client, project, task, and timecard tracking and reporting as well as news, a calendar, a document repository, employee directory, discussion forum, surveys, and more! Fully customizable, easy to setup, and is completely functional right out of the box. Version 2.2 added multi-language support! Version 2.3 added support for international date formats! Version 2.3.2 adds a password reminder feature and makes auto-login of returning users and option. Version 2.4.0 adds project quotes and auto-generated work order numbers as well as some fixes for European number formats (x,xx rather than x.xx) Version 2.5.0 adds database and export utilities. Version 2.6 adds additional features and more admin utilities. Visit http://www.diggersolutions.com for more information and community support.
Newsletter Open Source is an Active Server Pages (ASP) e-newsletter. Setup and configuration are easy: completely customizable and easy to implement. The basic building block for online newsletters, news-magazines, etc. Visit http://www.diggersolutions.com for more information and community support.
Description: This program demonstrates an audio amplifier unit connectable to a disc-man or the computer. This amplifier unit’s volume controllers have been replaced by customized motor driven volumes connected to the PC parallel port. Now you can programmatically mute the volume / bass / treble of the amplifier or design applications that make creative use of this idea.
NZ Photo Catalog 2.0 catalogs and displays all your photos in a specified directory and subdirectory by category. This application uses ASPJpeg to automatically create thumbnails of your photos. There are two different view to your photos. First, a list view will display a list of your photo names and a mouse over will pop up a thumbnail of the photo. Second, a thumbnail view will display rows of thumbnails of your photo and a mouse over pop up will display the detailed information. This application also provides searching capability by name, category and number of days the photo has been created. This is helpful if you want to show your visitors all the new photos you've posted given a certain number of days. Once your visitor clicks the name of the photo, the photo is displayed in another page with links to the previous and next photos.
This is a Simple Encryption/Decryption Program that uses The Windows API. It utilizes a Splash Screen, Dialog Password Box, and File Input and Output. This is a complete Encryption Program.
To save time during computer operation, no more pushing the traditional start button then point at accessories etc.... this is best for new computer user.
It first get values of different Fuel types and then add and clacualte a receipt in a file checks duplicate Receipt ID's... Delete Records, Search Records, Modify Exisiting records and then view all the records.... It is simple transaction processing system for fuel service stations for PSO patrol company
XBrowse allows the user to looks at XMl documents, make changes to them, and then write out a new file.
This code and the accompanying tutorial show you how to make a screen saver using three functions. I wrote the tutorial and coded the project after reading about six screen saver tutorials on this site. NOTE THAT YOU MUST RENAME SCREENSAVER.EXE TO SCREENSAVER.SCR BEFORE EXECUTING IT, OR IT WILL DO NOTHING.
A simple add, edit, delete in asp.net using vb.net, uses navigation of records by holding it in array.
A simple MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code(Its not commented as much as it should be, I will try and fix this later) I'm sick of rippers... Might I note the side effects of this application: User death, if my work is stolen, ripped or plagiarized Do not steal my hard work!
A generic DLL injector. Tell a user-defined process to inject a DLL of your choice via CreateRemoteThread(); Useful for reverse engineering and debugging to intercept API calls and etc. Also has good examples of using GetOpenFileName(), CreateToolhelp32Snapshot() and more. Exceptional error handling as well, just check it out =) Unfortunately it only works on Windows 2000/XP due to the lack of support for CreateRemoteThread(); Don't forget to rate!
To display records by paging using php and mySQL. I hope it could help. Do not hesitate to email me if you need to do so.
Popup date picker. To choose date from date picker or pocket calendar. I developed it using PHP. I hope it could help. Don't hesitate to email me if you need to do so.
SQLFiles is a simple VB.NET/ASP.NET web application that makes use of the SQL Managed provider in ADO.NET. SQLFiles is an example web application that allows for uploading, storage, and searching of files in a SQL database via a front-end Web interface.
A very quick winzip type program. The main purpose was to store a collection of files into one file. I called this a "chunk" file, or chu file. The compression was not that important so I just used the rdc compression method. The idea behind it was for game development. Nobody wants a whole bunch of lose bitmaps or wav files just laying around. Its much nicer to have it in some sort of archive. This source code is the basic winzip type approach. But the class's include could be very easily used by a game. Think of it like the doom wad file. Btw this also works quite nicely for a very small user profile program... In the way that you can easily add bits of memory as files to the chu file. Nice for save games and stuff like that.