BibleVerse Suite

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.

The suite consists of the following applications:


VerseEntry

verseEntry Image This application simply allows me to enter verses into my catalogue. It allows me to specify the following things about the verses:
  • Old or New Testement
  • Version of Bible Used
  • Book/Chapter and verse information
As you can tell from the screenshot, a very simple and easy to use way for me to enter bible verses.


VerseSearch

verseSearchMain Image 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.
vsAction Image 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.
vsupdate Image 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.