DynamicBible.com now lists the cross references for a Strong’s Number by the english word it was translated as, using Webster’s 1811 Lexicon.
Browsing: bible
Dynamic Bible now lets you lookup multiple passages at once using the semi-colon to delimit the list of refs. For example, John 3:16; Romans 3:23 will now show both verses in the results pane. In addition, you can also remove a passage from the result set if want by clicking…
I’ve improved the ability to link to specific passages in the Ajax Bible. The passage header now links to the passage, so you can just copy the link and paste it into your blog post or web page. Additionally, the links to strongs numbers can also be copied, and when…
Here is a list of the new features: Word Search: excluding a small list of very common words, you can now find references by search for key words. There is no implimentation for quotes or key words such as AND and OR. You can assume all words will use AND…
I have add greek morphology to the AJAX Bible. Thanks again to the Zephania Bible Project for providing source xml files. The Morphology is derived from Robinson’s Morphological Analysis Codes, and is linked to strongs numbers.Next up: Greek NT based on the Textus Receptus source text, and Word Search!
A few weeks back I made some updates the the Ajax Bible (beta), fixing the bug that would break the strongs concordance when a word had more than one number attatched to it. Yesterday, I also added Prev and Next Chapter links, as well as Prev and Next book links…
Walljm.com || King James Bible with Strong’s Numbers and Cross References (AJAX Enabled) [beta] I’ve made some updates. I moved things around so Strongs Definitions are easier to read, and I fixed the bug where some words have multiple strongs numbers, in which case it now lists all the definitions.
Wudanbal has been working on an AJAX bible too. He only has Gen – Joshua. Perhaps I ought to try and convince him to help me with mine…
My code was messy so I cleaned it up and found several errors, one of which was preventing a large number of passages from coming back. The "Too Much Recursion" error has been fixed.
I’ve updated the Ajax Bible. It now displays all the references where a Strongs number is used in the bible.
Wycliff pointed this greek bible out to me. It looks really useful if you are a student of greek. It shows the meaning of each word in a javascript title tag and allows you to see a lot of meta data about the words usage.
It took my poor laptop 18 hours to parse out the OT, and about 6 hours to parse out the NT, but the Bible References for each Strongs Greek and Hebrew Number is finally done. This should enable me to add cross references to the strongs definitions in the AJAX…
Chinese get prison time for Bible delivery, says the Washington Times. All they did was hand out Bibles, and for that they get three years of prison. God bless them.
I updated the regex expressions for Javascript Bible Reference Parsing Object to reflect some of the common abbreviations. Thanks to the Folks at the GNPCB.org for posting common book queries. Thanks also to Jeremy for helping me simplify my regex expressions.
I updated the Bible App. It now shows verse numbers. The Bible Parsing Javascript Object has also been updated. It will now accept references that are fully spelled out or abbreviated. You can enter just the verse, or just the chapter. And it is case insensitive. So the following types…
In an effort to encourage the coding of a bible reference object (see previous post on my bible app), I though I would post some specifications in a clearer format than I had previously, along with some example inputs and outputs. Feel free to comment in the comments section, and…
I updated the Bible Lookup with Strongs. The Hebrew dictionary is now online, and the reference parsing is less brittle, but not a whole lot less brittle. Hey, anyone interested in codeing a Javascript 1.5 Bible Reference Parsing library?If so, here is what it should do. It should take a…