About the King James Bible with Strong's Numbers and Cross References (AJAX Enabled)
Thanks
Several people have helped me with the AJAX Bible and I would like to take some time to thanks them.
-
Jeremy Wall, my brother, wrote the perl script that used the expat parser to generate the index I use for word search. His script parsed the bible in 2 minutes. Hoo. Rah.
Daniel Bergey graciously donated his time and expertise and styled the AJAX Bible.
The Zephania Bible Project which supplied all my raw xml data. You can see the links below for specific files and resources I used.
Notes:
- The AJAX Bible works fine in Firefox, IE6, and Safari. I can't garuntee any other browser will work. If the browser impliments the DOM and the xmlhttp function the same as Firefox, It should work.
- The word search index has a list of excluded words that made the index overly large. Here they are, for reference: and, of, not, for, shall, it, that, the, than, then, they, unto, them, in, he, this, thou, and to.
- The AJAX Bible is implimented completely without databases, relying on xml files for its data. I did it this way so that it could be run from your desktop without the need for a webserver. You can download the AJAX Bible in its current form here. Unzip and run the index.html file in your browser. :)
Things to Do:
- Add Textus Receptus Greek NT
- Replace Strongs cross refs with Websters Lexicon.
Useful Resources
- Strongs Greek Dictionary split up into groups of 100, originally created by Jens Grabner.
- Strongs Hebrew Dictionary split up into groups of 100, originally created by Jens Grabner.
- Bible References for each Strongs Greek and Hebrew Number, parsed by myself using the KJV Bible with Strongs Numbers provided by the Zephania XML Bible Markup Language Project.
- King James Bible in XML, split up into files by book, from the Zefania XML Bible Markup Language Project
- King James Bible in XML, split up into files by chapter, from the Zefania XML Bible Markup Language Project
- The Javascript Bible Reference Parsing Object I built to support this page.
- AJAX implimentation of Strongs Greek Dictionary indexed by Strongs Number. In case you need to look up a word by the number instead of going through the Bible interface.
- The soap implementation of the above Strongs Definition lookup service
License
The Ajax Bible uses a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.