Help Desk Software
I developed this software for help desk support and requests. Help Desk is located on an intranet and uses a web interface, so that it can be accessed by anyone on the network. A user fills out a quick form to request assistance and the request is sent. It uses Active Server Pages with a SQL Server 2000 Data Base to track the requests. From the time the request is submitted, until it is finished, the request is time-stamped 5 times in order to keep track of how long it takes to complete the task. If a request is made that needs an immediate response, the software executes a VB application which sends a numeric page to a beeper, notifying the person of the emergency no matter where they are at. The interface and code for this software was entirely developed by myself. Click here to view the user interface.
National Bank of CIS
This application is nearing the end of the development phase. It is a school group project which includes me and 3 other classmates. The National Bank of CIS is an online banking system. We are using a dedicated SQL Server, which holds our data, a dedicated COM+ server, which holds our business logic, i.e. COM+ components, and a dedicated webserver running IIS 5.0. The client can access the site, and if they do not have an online account, they can register one. Once they have an online account, they can log in and check balances on their accounts, transfer funds, view transaction history, pay bills online, and recover passwords. The Active Server Pages call the COM+ components on another machine, which call stored procedures on the SQL Server to make the transactions faster, more secure, and more reliable. We use a combination of languages, technologies, and procedures to ensure secure transactions and data integrity.