Disable All Advertising
Image
EAN-139780521098380   EAN-13 barcode 9780521098380
Product NameOld French: A Concise Handbook
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionPaperback
Amazon.comA Buy on Amazon ~ 0521098386
SKUY9780521098380
Price New38.11 US Dollars    (curriencies)
Price Used25.56 US Dollars    (curriencies)
Width0.47 inches    (convert)
Height8.5 inches    (convert)
Length5.43 inches    (convert)
Weight9.76 ounces    (convert)
AuthorE. Einhorn
Page Count208
BindingPaperback
Published01/31/1975
Long DescriptionA concise but unusually comprehensive handbook for the students of Old French. Based on Dr Einhorn's very successful introductory lecture course for undergraduates, this book describes the phonology, morphology and syntax of standard Old French, paying attention also to the main dialect forms. There are numerous examples in the text; the book also gives representative passages of some length, and a glossary. Students taking university courses and scholars teaching themselves should find in this book an ideal combination of features in a handy format.
Similar Items9782253052715: Les Lais De Marie De France (Ldp Let.Gothiq.) (French Edition)
9781603290548: An Introduction To Old Occitan (Introductions To Older Languages)
9781480216440: Viking Language 1: Learn Old Norse, Runes, and Icelandic Sagas (Viking Language Series)
9781405157919: From Memory To Written Record: England 1066 - 1307
9781141831319: From Memory To Written Record: England 1066 - 1307
9780873522953: An Introduction to the Gothic Language (Introductions to Older Languages)
9780814314098: From Vulgar Latin To Old French;: An Introduction To The Study Of The Old French Language
9780806143088: A Lexicon Of The Homeric Dialect: Expanded Edition
9780804722216: Old English And Its Closest Relatives: A Survey Of The Earliest Germanic Languages
9780764106316: Viking Language 1: Learn Old Norse, Runes, and Icelandic Sagas (Viking Language Series)
9780559633027: Viking Language 1: Learn Old Norse, Runes, and Icelandic Sagas (Viking Language Series)
9780521027045: Old French-English Dictionary
9780415080712: French: From Dialect To Standard
Created07-16-2012 1:05:00am
Modified05-04-2017 3:13:06pm
MD54afe8298ae3cda1b76a2690e2dff71f0
SHA2561e8e6b22841b3ce89fc13c57bfe9a3adc646946e1bdae9321c34cab3e53c6ae8
Search Googleby EAN or by Title
Query Time0.0346200

An article of interest

Making use of the tools we offer

Data Feed API v3 - Access and Data Layout

This describes how to use version 3.x of the data feed. Version 2.x of the feed is still supported. Version 1.x of the feed is no longer supported in any way.

IMPORTANT: Starting with version 3.2, we have a new property and a new way of dealing with product images. Read about it here.

Accessing the data requires your account to have an active data feed. This switch can be turned on or off on the data feed page. This is also where you will be able to view your KEYCODE which is required to make calls to the feed.

Main changes from version 2.x to 3.x include (but not limited to)...

Calls to the data feed are made via HTTP GET or HTTP POST requests. There are only a few required parameters when making a call.

Most other parameters are optional and they will alter the way data is returned to you and how your request is processed. You can also pass in your own values that you need carried through. Any parameter that the system doesn't recognize will be returned AS-IS in the status block. This can be handy in situations where you are pulling the data in an asyncronus manor and need extra information passed into your callback routine.

When performing a lookup...

When updating data...

When deleting data...

There are some special "get" operations that need no other parameters. You would not use "find" or "update" when using these. Only use the "keycode", "mode" and "get" for these items. These operations are important because many of our elements are data driven and that data changes over time. We normally don't remove attributes or categories but we do often add to the collection.

The returned data can come back in JSON or XML format. In either case the structure of the data is the same. Because it is easier to read, we will be using XML to demonstrate the layout of the result. Here is the data layout. Notice that this is a complex object and some elements have child elements and some elements may be arrays with repeating content.

The easiest way to get the feel of the data is to make several requests using your web browser and ask for the data in XML format. Although JSON is often easier to work with in code, the XML output is often easier for people to read because of the nice markup tags that wrap around each element and the web browser will usually do a nice job of indenting to make it clear which elements are stored within other elements.