Image | ![]() |
EAN-13 | 9780374527075 ![]() |
Product Name | A Small Place |
Language | English |
Category | Book / Magazine / Publication |
Short Description | Paperback |
Amazon.com | ![]() |
SKU | 56743097003 |
Price New | 5.00 US Dollars (curriencies) |
Price Used | 3.46 US Dollars (curriencies) |
Width | 0.3 inches (convert) |
Height | 8.22 inches (convert) |
Length | 5.46 inches (convert) |
Weight | 28 hundredths pounds (convert) |
Author | Jamaica Kincaid |
Page Count | 81 |
Binding | Paperback |
Published | 04/28/2000 |
Features | Farrar Straus Giroux |
Long Description | A brilliant look at colonialism and its effects in Antigua--by the author of Annie John "If you go to Antigua as a tourist, this is what you will see. If you come by aeroplane, you will land at the V. C. Bird International Airport. Vere Cornwall (V. C.) Bird is the Prime Minister of Antigua. You may be the sort of tourist who would wonder why a Prime Minister would want an airport named after him--why not a school, why not a hospital, why not some great public monument. You are a tourist and you have not yet seen . . ." So begins Jamaica Kincaid's expansive essay, which shows us what we have not yet seen of the ten-by-twelve-mile island in the British West Indies where she grew up. Lyrical, sardonic, and forthright by turns, in a Swiftian mode, A Small Place cannot help but amplify our vision of one small place and all that it signifies. |
Similar Items | 9780072328486: Macroeconomics 9780071802925: 5 Steps to a 5 AP Biology with CD-ROM, 2014-2015 Edition (5 Steps to a 5 on the Advanced Placement Examinations Series) 9780071802888: 5 Steps To A 5 Ap Biology, 2014-2015 Edition (5 Steps To A 5 On The Advanced Placement Examinations Series) 9780060960957: Capitalism, The Family, And Personal Life 9780060878139: The Yacoubian Building: A Novel 9780060817145: Globalization: A Very Short Introduction 9780060570132: Alexander The Great: Journey To The End Of The Earth 9780060139100: Native Intelligence: Aesthetics, Politics, and Postcolonial Literature 9780030268595: Study Guide To Accompany Modern Principles: Macroeconomics 9780006548768: Anita And Me View 59 more similar items |
Created | 02-26-2012 6:31:45pm |
Modified | 04-30-2020 7:02:13pm |
MD5 | 5065a1803a3beaf77a69d1eede2e34db |
SHA256 | 8c7fbae17d9743311fefd2087bb0637ae5543aef8127a5f7bdbae84879d623f6 |
Search Google | by EAN or by Title |
Query Time | 0.0265141 |
Article of interest
The attributes are somewhat like fields. They are the individual data items that describe each product. Each product entry will have several attributes. There is no telling which attributes will be attached to each product but they all have the same basic format.
Here is an example of one attribute. When accessing the data feed API, you can get your data in XML or JSON format. Here it is displayed in XML format to make it a little easier to read through.
<attribute> <field_name>product</field_name> <group_name>Over View</group_name> <title>Product Name</title> <data_type>varchar</data_type> <data_type_description>short text</data_type_description> <has_linked_text>0</has_linked_text> <has_linked_extra>0</has_linked_extra> </attribute>
In the above example you will find these elements:
- field_name - The unique name used to access this attribute.
- group_name - The name of the data group this field belongs to.
- title - The label we place on the screen when displaying this attribute to users.
- data_type - The database data type we are using to store this attribute.
- data_type_description - More infomation about the data type.
- has_linked_text - Some numeric fields have a text representation. We store the numeric value but if there is linked text, we use a lookup table to display that text instead of the number to the user.
- has_linked_extra - Some numeric fields have an extra text value that goes along with the number. We use a lookup table to display that text in addition to the number.
Hopefully, this helps you understand the data attributes you find in the data feed API.
Close