Welcome to the BibleVerse Suite Home page which is a suite of applications that I have written for use with storing and mainting bible verses.
The suite has been written entirely using C#/.NET 2.0 which connects to a Microsoft SQL 2005 development server that runs
on the same machine as the web server that your viewing right now.
My intentions is to have my home page display a verse of the day which will make use of the verses
that are stored in the database.
|
This application simply allows me to enter verses into my catalogue. It allows
me to specify the following things about the verses:
|
|
As you can tell from the screenshot, VerseSearch lets me search my verses in different ways ranging from which testement to actual searches by words thanks to MSSQL allowing fulltext searchet. I can narrow down a search as I need to help me see if a verses exist in my catalogue. |
|
I also have added a delete and update option into this application so that if I need to fix what I have entered I can do so. If you notice I have the option to either delete the item or update the item. Deleting the item just removes it from my catalogue permenantly while updating allows me to update the particular verse. Updating will be discussed below. |
|
As you can tell by this form, i have a way where I can update informstion about the verse in question. Like I said before, this will allow me to fix mistakes in what I have entered. Once I have updated the information it will actually update the catalogue with these updates. |