These are programs
I wrote, most of them were born out of necessity while some are proof
of concept. Please let me know if you find any of them useful.
If you like any of these applications and want to have them customized
to fit your business need then let me know I'm willing to do that for
you.
More stuff to come...
Course
Finder v1.0
Cost: Free
Last
Updated: 10/05/2002
I was redesigning my Book$tore
website and I needed to get a list of courses that my university
was offering. I couldn't find one online so I created this little
program to find and extract course information I needed directly
from an HTML page, the program stripps the HTML and only retrieves
the necessary data disregarding the rest. It then exports the result
as a delimited file that can be imported into a database.
1,364 kb
Windows (All)
ReGun
v1.0
Cost: Free
Last
Updated: 09/02/2002
Register
and Unregister, this applications allows you to register multiple
OCX's DLL's at the same time. It also allows you to select multiple
files and unregister them in a single mouse click.
I
wrote this program when I was learning how to create activeX controls,
each time I recompiled the activeX control I had to unregister the
old version and register the newly updated version this gets tedious
because it's done through a command line every single time. It gets
harder for multiple files.
1,377 kb
Windows (All)
HatimData
(ocx) v1.0
Cost: Free
Last
Updated: 07/17/2002
This
is an ActiveX control I designed. It uses a data from a database to
create a drop down list of names. When a user enters text in the textbox
the text is compared to names in the database and the entries that
match are displayed below the textbox.
This ActiveX
control can be used from any windows application. All you need to
do is register the HatimData.ocx then insert it in your document
284 kb
Windows (All)
Image
Management System (IMS) v1.0
Cost: Free
Last
Updated: 12/14/2001
This is a cool
application that I modeled after a project I did at work where we
converted many paper documents into electronic data by scanning them
and saving them into a database for search and indexing. This application
does not support scanning but it can upload images and save them into
an access database, that can be searched. The images are physically
stored on the database therefore it's easy to move them around. The
Application is also able to retrieve these images from the database
and save them in a local temp folder for viewing.
2,058 kb
Windows (All)
Call
Log v2.0
Not available
Last
Updated: 10/02/2002
This is an application
I wrote for internal use by my company according to user interface
information given to me by other IT members. This application is used
to track calls made to our help desk. It has features like Auto Update
and Crystal Report. This is the second version of the Call Log application
and it is due for review soon.
0 kb
Windows (All)
Nirvana
Hotel v1.0
Not Yet Available
Cost: Free
Last
Updated: 10/05/2002
Nirvana Hotel, is
a project that I worked on for one of my vb classes. It is a fully
functional hotel management system. Guests can be registered to
access the hotel then can book rooms, order food and other services.
There is also a console for managing the users to total up their
bill and print out a receipt for them.