Web Based Media Center. Concept Mock-up

Check Register / Banking Web App (ASP, VBScript, MySQL)

Online Check Register

Bank Register is a simple web application to help manage bank transactions. Users can add and/or delete categories and transaction types. The categories and types will then appear in the Transaction form. The Date Field uses a jQuery Date Picker. The Amount Field uses a jQuery Calculator. The transactions table columns can be sorted thanks to jQuery TableSorter. Once the transactions are verified, the user can click reconcile (Rec) and hit update.

The web app is simple enough to be used from mobile devices.

Coded using ASP, jQuery, JavaScript, MySQL Database.

Demo

Download

CMS / E-Commerce Back-End (ASP, VBScript, MySQL)

E-Commerce Back-End

This web app is a work in progress. The back-end dashboard allows users to add Categories, Sub-Categories, Products, Pages, and Modify the Front-End Navigation links. Users can also upload images to categories, sub-categories and products. The File Manager allows users to delete and rename previously uploaded images.

Coded in ASP and VBScript. Uses File System Objects (FSO) and some JavaScript (jQuery), MySQL Database, CKeditor (WYSIWYG).

Demo

File Uploader (ASP, VBScript, MS Access DB)

File Uploader

Users can upload a CVS file to a server on the network (that has IIS permissions). Each night a scheduled task runs that imports the CSV into an Oracle database.

The upload form is coded to only allow a file with a specific file name and file extension. This was put in place as a security measure to prevent users from uploading other files. The Upload button is not click-able until the correct file is chosen. A JavaScript alert box will appear if an incorrect file is chosen. Users can click to view the log file from the import. If the user is inside the same network as the web server, they can also click to view the contents of the uploaded CSV file.

The web application is self-contained into a single folder. The variables are taken from a small MS Access database file within the folder. Upload directory, File name, and Log file directory are just some of the stored variables. Keeping the web-app self-contained makes it easier to deploy onto a customer’s web server.

Coded mainly in ASP and VBScript. Uses File System Objects (FSO), Regular Expression (RegExp) and MS Access database.

File Manager (ASP, VBScript)

File Manager ScreenshotFile Manager is used in a CMS web application.

Users can view and manage all of their web site files. Users can create new directories, upload files to directories, Rename, Copy, Move, and Delete files and Folders. Users can also check multiple files and perform a batch delete, copy, or move.

Coded mainly in ASP and VBScript. Uses File System Objects (FSO), jQuery TableSorter.