Disable All Advertising
Image
EAN-139780312565589   EAN-13 barcode 9780312565589
Product NameAnd God Said: How Translations Conceal The Bible's Original Meaning
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionHardcover
Amazon.comA Buy on Amazon ~ 0312565585
Price New19.78 US Dollars    (curriencies)
Price Used4.31 US Dollars    (curriencies)
Width0.75 inches    (convert)
Height8.5 inches    (convert)
Length5.5 inches    (convert)
Weight12.32 ounces    (convert)
AuthorJoel M. Hoffman
Page Count272
BindingHardcover
Published02/02/2010
Long DescriptionFor centuries, translations of the Bible have obscured our understanding and appreciation of the original text. Now And God Said provides readers with an authoritative account of significant mistranslations and shows how new translation methods can give readers their first glimpse into what the Bible really means. And God Said uncovers the often inaccurate or misleading English translations of the Hebrew Bible and the New Testament that quotes from it. Sometimes the familiar English is just misleading. Other times the mistakes are more substantial. But the errors are widespread. This book tackles such issues as what's wrong with the Ten Commandments (starting with the word "commandments"), the correct description of the "virgin" birth, and the surprisingly modern message in the Song of Solomon, as well as many other unexpected but thought-provoking revelations. Acclaimed translator Dr. Joel M. Hoffman sheds light on the original intention of the text and the newly developed means that readers can use to get closer to it. In And God Said his fresh approach has united the topics of religion, language, and linguistics to offer the first modern understanding since the Bible was written.
Similar Items9781580233958: The Modern Men's Torah Commentary: New Insights From Jewish Men On The 54 Weekly Torah Portions
9780310262954: Biblical Hebrew Laminated Sheet (Zondervan Get An A! Study Guides)
9780914863007: The Misunderstood Jew: The Church And The Scandal Of The Jewish Jesus
9780883441510: The Misunderstood Jew: The Church And The Scandal Of The Jewish Jesus
9780877841630: The Misunderstood Jew: The Church And The Scandal Of The Jewish Jesus
9780312668457: The Misunderstood Jew: The Church And The Scandal Of The Jewish Jesus
9780061137785: The Misunderstood Jew: The Church And The Scandal Of The Jewish Jesus
9780060738174: Misquoting Jesus: The Story Behind Who Changed The Bible And Why
9780988556607: The Warwick Files: Checkpoint (Volume 1)
9780807400616: Your Jewish Lexicon (Union Education Series)
9780814736906: In The Beginning: A Short History Of The Hebrew Language
9780939144488: Hebrew Talk: 101 Hebrew Roots And The Stories They Tell
Created02-26-2012 6:46:53pm
Modified04-30-2020 6:12:04pm
MD5b1223f40705e3a5caeb0093205955e8e
SHA25619f382dd3a684f362b29fd5ceb8a6ecf7eb3b481b722af885312c38993c53af7
Search Googleby EAN or by Title
Query Time0.0343740

An article of interest

Making use of the tools we offer

Data feed access via Java

This is a basic implementation of a service that provides retrieval access to the EANData.com UPC web site. Its was coded to verify basic  proof-of-concept for development of another application and was not intended to provide be anything more than basic functionality in the retrieval  of UPC data from the EANData.com web site.

There are several places where simple code was left in place rather than using more advanced Java features/methods to allow for easier  understanding of junior developers. Not much time spent refactoring or cleaning up the code. It is provided as a starting point only.

It contains a Factory service that returns a service object configured using the UcpService.properties (see below) file found in the class path of  the executed code. The UpcQueryService can respond with an implementation of the UpcResponse and supporting interfaces or with an InputStream  allowing direct access to the response from the from the EANData.com web site.

JSR 353 is the Java API for JSON is currently under development (http://java.net/projects/json-processing-spec & http://java.net/projects/jsonp).  The several Java JSON implementations seemed to be more than I was wanting/needing so I wrote a basic parser to provide JSON parsing capability  needed. Its not perfect but is a good basic start.

Download the example source code

The UpcService.properties must be configured.

Url (Required)
provides the address used to query UPC data. The additional parameters are added to retrieve the requested information.

ApiKeyCode (Required)
Provided from EANData.com when your account is setup.

Mode (Required)
The manner in which the data will be retrieved from the EANData.com web site.
 
AutoRetrieveGraphics (Optional)
Boolean to indicate whether the graphics, when indicated by a Url, are to be automatically retrieved at the same time with the UPC data. Default is false. A factory method allows for the this property to be overridden at the time the UpcQueryService is created.