asin 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. data/.travis.yml +4 -6
  2. data/CHANGELOG.rdoc +10 -0
  3. data/Gemfile.lock +36 -26
  4. data/README.rdoc +11 -9
  5. data/asin.gemspec +13 -11
  6. data/lib/asin/client.rb +27 -7
  7. data/lib/asin/configuration.rb +52 -100
  8. data/lib/asin/version.rb +1 -1
  9. data/rakefile.rb +1 -7
  10. data/spec/browse_node_spec.rb +1 -3
  11. data/spec/cart_spec.rb +26 -36
  12. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_add_items_to_a_cart.yml +68 -0
  13. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_clear_a_cart.yml +66 -0
  14. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_get_a_cart.yml +67 -0
  15. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_update_a_cart.yml +70 -0
  16. data/spec/cassettes/{browse_node_599826.yml → asin/browse_node_should_lookup_a_browse_node.yml} +8 -8
  17. data/spec/cassettes/asin/cart_should_create_a_cart.yml +36 -0
  18. data/spec/cassettes/{lookup_1430218150_item_class.yml → asin/lookup_and_search_should_have_metadata.yml} +39 -21
  19. data/spec/cassettes/{lookup_1430218150.yml → asin/lookup_and_search_should_lookup_a_book.yml} +39 -21
  20. data/spec/cassettes/{lookup_multiple_asins.yml → asin/lookup_and_search_should_lookup_multiple_books.yml} +89 -71
  21. data/spec/cassettes/{lookup_1430218150_small_and_alternateversions.yml → asin/lookup_and_search_should_lookup_multiple_response_groups.yml} +7 -7
  22. data/spec/cassettes/{lookup_1430218150_rash.yml → asin/lookup_and_search_should_return_a_custom_item_class.yml} +39 -21
  23. data/spec/cassettes/{lookup_1430218150_medium.yml → asin/lookup_and_search_should_return_a_mash_value.yml} +39 -21
  24. data/spec/cassettes/{lookup_1430218150_mash.yml → asin/lookup_and_search_should_return_a_rash_value.yml} +39 -21
  25. data/spec/cassettes/asin/lookup_and_search_should_return_a_raw_value.yml +81 -0
  26. data/spec/cassettes/asin/lookup_and_search_should_search_keywords_a_book_with_fulltext.yml +538 -0
  27. data/spec/cassettes/{search_keywords_single_result.yml → asin/lookup_and_search_should_search_keywords_and_handle_a_single_result.yml} +19 -19
  28. data/spec/cassettes/{search_keywords_index_music.yml → asin/lookup_and_search_should_search_keywords_never_mind_music.yml} +62 -59
  29. data/spec/cassettes/asin/lookup_and_search_should_search_music.yml +37 -0
  30. data/spec/cassettes/{search_keywords_key_index_music.yml → asin/lookup_and_search_should_search_never_mind_music.yml} +76 -67
  31. data/spec/cassettes/asin/similarity_should_find_similar_items.yml +618 -0
  32. data/spec/cassettes/asin/similarity_should_find_similar_items_for_multiple_asins_and_different_config.yml +58 -0
  33. data/spec/cassettes/asin/similarity_should_lookup_for_similar_items.yml +618 -0
  34. data/spec/config_spec.rb +2 -7
  35. data/spec/search_spec.rb +60 -87
  36. data/spec/similarity_spec.rb +23 -0
  37. data/spec/spec_helper.rb +19 -6
  38. metadata +158 -137
  39. data/spec/cassettes/add_items1430216263.yml +0 -67
  40. data/spec/cassettes/clear_cart.yml +0 -65
  41. data/spec/cassettes/create_cart_with_asin_1430218150_and_other_asin_1430216263.yml +0 -36
  42. data/spec/cassettes/get_cart.yml +0 -67
  43. data/spec/cassettes/lookup_1430218150_raw.yml +0 -63
  44. data/spec/cassettes/search_index_music.yml +0 -32
  45. data/spec/cassettes/search_keywords.yml +0 -479
  46. data/spec/cassettes/update_items.yml +0 -70
@@ -2,16 +2,16 @@
2
2
  - !ruby/struct:VCR::HTTPInteraction
3
3
  request: !ruby/struct:VCR::Request
4
4
  method: :get
5
- uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=NR8R6LmwGJFZDIfkuUM+9k5WtXBHCfAIct+KqP16aH0=&Timestamp=2011-09-04T15:14:36Z&Version=2010-11-01
6
- body: !!null
7
- headers: !!null
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg=&Timestamp=2011-11-17T12:26:37Z&Version=2010-11-01
6
+ body:
7
+ headers:
8
8
  response: !ruby/struct:VCR::Response
9
9
  status: !ruby/struct:VCR::ResponseStatus
10
10
  code: 200
11
11
  message: OK
12
12
  headers:
13
13
  date:
14
- - Sun, 04 Sep 2011 15:14:36 GMT
14
+ - Thu, 17 Nov 2011 12:26:37 GMT
15
15
  server:
16
16
  - Server
17
17
  content-type:
@@ -22,42 +22,60 @@
22
22
  - close
23
23
  transfer-encoding:
24
24
  - chunked
25
- body: <?xml version="1.0" ?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><RequestId>307704c5-241c-438a-945a-1c0d4ba2b903</RequestId><Arguments><Argument
26
- Name="Operation" Value="ItemLookup"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
27
- Name="Signature" Value="NR8R6LmwGJFZDIfkuUM+9k5WtXBHCfAIct+KqP16aH0="></Argument><Argument
28
- Name="AssociateTag"></Argument><Argument Name="Version" Value="2010-11-01"></Argument><Argument
29
- Name="ItemId" Value="1430218150"></Argument><Argument Name="AWSAccessKeyId"
30
- Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp" Value="2011-09-04T15:14:36Z"></Argument><Argument
31
- Name="ResponseGroup" Value="Medium"></Argument></Arguments><RequestProcessingTime>0.0127380000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><IdType>ASIN</IdType><MerchantId>Amazon</MerchantId><OfferPage>1</OfferPage><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup><ReviewPage>1</ReviewPage><ReviewSort>-SubmissionDate</ReviewSort><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
25
+ body: <?xml version="1.0" encoding="UTF-8"?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>1VYDV0XHD2AB0JKRPTEP</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="ItemId" Value="1430218150"></Argument><Argument
28
+ Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature"
29
+ Value="eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg="></Argument><Argument Name="ResponseGroup"
30
+ Value="Medium"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument
31
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
32
+ Value="2011-11-17T12:26:37Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.042917013168335</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
32
33
  Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
33
34
  To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
34
35
  To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
35
36
  To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
36
37
  A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
37
38
  Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
38
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>92255</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
39
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>25537</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
39
40
  Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
40
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
41
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
41
42
  Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
42
43
  Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
43
44
  Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
44
45
  Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
45
46
  Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
46
47
  Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
47
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
48
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
48
49
  Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Mark
49
50
  Dalrymple</Author><Author>Scott Knaster</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1st
50
51
  ed. 2009. Corr. 3rd printing</Edition><Feature>Apress Learn ObjectiveC on the
51
52
  Mac</Feature><Feature>Take your coding skills to the next level with this extensive
52
53
  guide to ObjectiveC, the native programming language for developing sophisticated
53
- software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
54
+ software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
54
55
  Units="hundredths-inches">90</Height><Length Units="hundredths-inches">925</Length><Weight
55
- Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
56
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>978-1-4302-1815-9</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>360</NumberOfPages><PackageDimensions><Height
56
+ Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>978-1-4302-1815-9</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>360</NumberOfPages><PackageDimensions><Height
57
57
  Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
58
58
  Units="hundredths-pounds">123</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><PartNumber>978-1-4302-1815-9</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-12-25</PublicationDate><Publisher>Apress</Publisher><SKU>mon0000005185</SKU><Studio>Apress</Studio><Title>Learn
59
- Objective-C on the Mac (Learn Series)</Title><TradeInValue><Amount>432</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.32</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1394</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.94</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1499</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.99</FormattedPrice></LowestUsedPrice><TotalNew>48</TotalNew><TotalUsed>26</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
- Description</Source><Content>&lt;P&gt;Learn Objective-C on the Macintosh is
61
- a classic programming primer for Mac OS X developers. And it’s hard to believe,
62
- but this will be the only guide to Objective-C specifically aimed at new developers!&lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
59
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1404</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.04</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>898</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.98</FormattedPrice></LowestUsedPrice><TotalNew>57</TotalNew><TotalUsed>45</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
+ Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
61
+ with this extensive guide to Objective—C, the native programming language for
62
+ developing sophisticated software applications for Mac OS X. ObjectiveC is
63
+ a powerful, object—oriented extension of C, making this book the perfect follow—up
64
+ to Dave MarkÕs best—selling Learn C on the Mac, Mac OS X Edition. Whether youÕre
65
+ an experienced C programmer or youÕre coming from a different language such
66
+ as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you
67
+ how to harness the powers of Objective—C in your applications!&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A
68
+ complete course on the basics of Objective—C using AppleÕs free Xcode tools&lt;li&gt;An
69
+ introduction to object—oriented programming&lt;li&gt;Comprehensive coverage
70
+ of inheritance, composition, object initialization, categories, protocols, memory
71
+ management, and organizing source files&lt;li&gt;A brief tour of CocoaÕs Foundation
72
+ framework and AppKit&lt;li&gt;A helpful Òlearning curveÓ guide for non—C developers&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;What
73
+ youÕll learn&lt;/b&gt;&lt;ul&gt;&lt;li&gt;Learn Objective—C programming, the
74
+ gateway to programming your Mac or iPhone.&lt;li&gt;Write applications for the
75
+ Mac OS X interface, the cleanest user—interface around.&lt;li&gt;Understand
76
+ variables and how to design your own data structures.&lt;li&gt;Work with the
77
+ file system.&lt;li&gt;Connect to data sources and the Internet.&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Who
78
+ is this book for?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;For anyone wanting to learn to
79
+ program native applications in Mac OS X, including developers new to the Mac,
80
+ developers new to Objective—C, or students entirely new to programming.</Content></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
63
81
  http_version: '1.1'
@@ -2,16 +2,16 @@
2
2
  - !ruby/struct:VCR::HTTPInteraction
3
3
  request: !ruby/struct:VCR::Request
4
4
  method: :get
5
- uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=wdV/o5vXh/GyotqbSPk0DSRBmFBHwZEySc8beG8h70k=&Timestamp=2011-09-04T15:14:38Z&Version=2010-11-01
6
- body: !!null
7
- headers: !!null
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg=&Timestamp=2011-11-17T12:26:37Z&Version=2010-11-01
6
+ body:
7
+ headers:
8
8
  response: !ruby/struct:VCR::Response
9
9
  status: !ruby/struct:VCR::ResponseStatus
10
10
  code: 200
11
11
  message: OK
12
12
  headers:
13
13
  date:
14
- - Sun, 04 Sep 2011 15:14:38 GMT
14
+ - Thu, 17 Nov 2011 12:26:38 GMT
15
15
  server:
16
16
  - Server
17
17
  content-type:
@@ -22,42 +22,60 @@
22
22
  - close
23
23
  transfer-encoding:
24
24
  - chunked
25
- body: <?xml version="1.0" ?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><RequestId>ba07d9a3-ba2c-4f6d-b808-281d8faff7b6</RequestId><Arguments><Argument
26
- Name="Operation" Value="ItemLookup"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
27
- Name="ItemId" Value="1430218150"></Argument><Argument Name="AWSAccessKeyId"
28
- Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp" Value="2011-09-04T15:14:38Z"></Argument><Argument
29
- Name="Signature" Value="wdV/o5vXh/GyotqbSPk0DSRBmFBHwZEySc8beG8h70k="></Argument><Argument
30
- Name="ResponseGroup" Value="Medium"></Argument><Argument Name="AssociateTag"></Argument><Argument
31
- Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0108370000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><IdType>ASIN</IdType><MerchantId>Amazon</MerchantId><OfferPage>1</OfferPage><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup><ReviewPage>1</ReviewPage><ReviewSort>-SubmissionDate</ReviewSort><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
25
+ body: <?xml version="1.0" encoding="UTF-8"?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0BRWQRGR2A48H99TTBFF</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="ItemId" Value="1430218150"></Argument><Argument
28
+ Name="enforceAlignForOnca" Value="false"></Argument><Argument Name="Service"
29
+ Value="AWSECommerceService"></Argument><Argument Name="Signature" Value="eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg="></Argument><Argument
30
+ Name="ResponseGroup" Value="Medium"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument
31
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
32
+ Value="2011-11-17T12:26:37Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0373060703277588</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
32
33
  Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
33
34
  To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
34
35
  To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
35
36
  To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
36
37
  A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
37
38
  Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
38
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>92255</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
39
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>25537</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
39
40
  Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
40
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
41
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
41
42
  Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
42
43
  Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
43
44
  Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
44
45
  Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
45
46
  Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
46
47
  Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
47
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
48
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
48
49
  Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Mark
49
50
  Dalrymple</Author><Author>Scott Knaster</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1st
50
51
  ed. 2009. Corr. 3rd printing</Edition><Feature>Apress Learn ObjectiveC on the
51
52
  Mac</Feature><Feature>Take your coding skills to the next level with this extensive
52
53
  guide to ObjectiveC, the native programming language for developing sophisticated
53
- software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
54
+ software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
54
55
  Units="hundredths-inches">90</Height><Length Units="hundredths-inches">925</Length><Weight
55
- Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
56
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>978-1-4302-1815-9</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>360</NumberOfPages><PackageDimensions><Height
56
+ Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>978-1-4302-1815-9</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>360</NumberOfPages><PackageDimensions><Height
57
57
  Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
58
58
  Units="hundredths-pounds">123</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><PartNumber>978-1-4302-1815-9</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-12-25</PublicationDate><Publisher>Apress</Publisher><SKU>mon0000005185</SKU><Studio>Apress</Studio><Title>Learn
59
- Objective-C on the Mac (Learn Series)</Title><TradeInValue><Amount>432</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.32</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1394</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.94</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1499</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.99</FormattedPrice></LowestUsedPrice><TotalNew>48</TotalNew><TotalUsed>26</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
- Description</Source><Content>&lt;P&gt;Learn Objective-C on the Macintosh is
61
- a classic programming primer for Mac OS X developers. And it’s hard to believe,
62
- but this will be the only guide to Objective-C specifically aimed at new developers!&lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
59
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1404</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.04</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>898</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.98</FormattedPrice></LowestUsedPrice><TotalNew>57</TotalNew><TotalUsed>45</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
+ Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
61
+ with this extensive guide to Objective—C, the native programming language for
62
+ developing sophisticated software applications for Mac OS X. ObjectiveC is
63
+ a powerful, object—oriented extension of C, making this book the perfect follow—up
64
+ to Dave MarkÕs best—selling Learn C on the Mac, Mac OS X Edition. Whether youÕre
65
+ an experienced C programmer or youÕre coming from a different language such
66
+ as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you
67
+ how to harness the powers of Objective—C in your applications!&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A
68
+ complete course on the basics of Objective—C using AppleÕs free Xcode tools&lt;li&gt;An
69
+ introduction to object—oriented programming&lt;li&gt;Comprehensive coverage
70
+ of inheritance, composition, object initialization, categories, protocols, memory
71
+ management, and organizing source files&lt;li&gt;A brief tour of CocoaÕs Foundation
72
+ framework and AppKit&lt;li&gt;A helpful Òlearning curveÓ guide for non—C developers&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;What
73
+ youÕll learn&lt;/b&gt;&lt;ul&gt;&lt;li&gt;Learn Objective—C programming, the
74
+ gateway to programming your Mac or iPhone.&lt;li&gt;Write applications for the
75
+ Mac OS X interface, the cleanest user—interface around.&lt;li&gt;Understand
76
+ variables and how to design your own data structures.&lt;li&gt;Work with the
77
+ file system.&lt;li&gt;Connect to data sources and the Internet.&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Who
78
+ is this book for?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;For anyone wanting to learn to
79
+ program native applications in Mac OS X, including developers new to the Mac,
80
+ developers new to Objective—C, or students entirely new to programming.</Content></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
63
81
  http_version: '1.1'
@@ -0,0 +1,81 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg=&Timestamp=2011-11-17T12:26:37Z&Version=2010-11-01
6
+ body:
7
+ headers:
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ date:
14
+ - Thu, 17 Nov 2011 12:26:37 GMT
15
+ server:
16
+ - Server
17
+ content-type:
18
+ - text/xml;charset=UTF-8
19
+ vary:
20
+ - Accept-Encoding,User-Agent
21
+ nncoection:
22
+ - close
23
+ transfer-encoding:
24
+ - chunked
25
+ body: <?xml version="1.0" encoding="UTF-8"?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
26
+ Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>1X0J47T86R7536F3QVW8</RequestId><Arguments><Argument
27
+ Name="AssociateTag"></Argument><Argument Name="ItemId" Value="1430218150"></Argument><Argument
28
+ Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature"
29
+ Value="eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg="></Argument><Argument Name="ResponseGroup"
30
+ Value="Medium"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument
31
+ Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
32
+ Value="2011-11-17T12:26:37Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0332679748535156</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
33
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
34
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
35
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
36
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
37
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
38
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
39
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>25537</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
40
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
41
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
42
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
43
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
44
+ Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
45
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
46
+ Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
47
+ Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
48
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
49
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Mark
50
+ Dalrymple</Author><Author>Scott Knaster</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1st
51
+ ed. 2009. Corr. 3rd printing</Edition><Feature>Apress Learn ObjectiveC on the
52
+ Mac</Feature><Feature>Take your coding skills to the next level with this extensive
53
+ guide to ObjectiveC, the native programming language for developing sophisticated
54
+ software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
55
+ Units="hundredths-inches">90</Height><Length Units="hundredths-inches">925</Length><Weight
56
+ Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>978-1-4302-1815-9</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>360</NumberOfPages><PackageDimensions><Height
57
+ Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
58
+ Units="hundredths-pounds">123</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><PartNumber>978-1-4302-1815-9</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-12-25</PublicationDate><Publisher>Apress</Publisher><SKU>mon0000005185</SKU><Studio>Apress</Studio><Title>Learn
59
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1404</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.04</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>898</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.98</FormattedPrice></LowestUsedPrice><TotalNew>57</TotalNew><TotalUsed>45</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
+ Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
61
+ with this extensive guide to Objective—C, the native programming language for
62
+ developing sophisticated software applications for Mac OS X. Objective—C is
63
+ a powerful, object—oriented extension of C, making this book the perfect follow—up
64
+ to Dave MarkÕs best—selling Learn C on the Mac, Mac OS X Edition. Whether youÕre
65
+ an experienced C programmer or youÕre coming from a different language such
66
+ as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you
67
+ how to harness the powers of Objective—C in your applications!&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A
68
+ complete course on the basics of Objective—C using AppleÕs free Xcode tools&lt;li&gt;An
69
+ introduction to object—oriented programming&lt;li&gt;Comprehensive coverage
70
+ of inheritance, composition, object initialization, categories, protocols, memory
71
+ management, and organizing source files&lt;li&gt;A brief tour of CocoaÕs Foundation
72
+ framework and AppKit&lt;li&gt;A helpful Òlearning curveÓ guide for non—C developers&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;What
73
+ youÕll learn&lt;/b&gt;&lt;ul&gt;&lt;li&gt;Learn Objective—C programming, the
74
+ gateway to programming your Mac or iPhone.&lt;li&gt;Write applications for the
75
+ Mac OS X interface, the cleanest user—interface around.&lt;li&gt;Understand
76
+ variables and how to design your own data structures.&lt;li&gt;Work with the
77
+ file system.&lt;li&gt;Connect to data sources and the Internet.&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Who
78
+ is this book for?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;For anyone wanting to learn to
79
+ program native applications in Mac OS X, including developers new to the Mac,
80
+ developers new to Objective—C, or students entirely new to programming.</Content></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
81
+ http_version: '1.1'
@@ -0,0 +1,538 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&Keywords=Learn%20Objective-C&Operation=ItemSearch&ResponseGroup=Medium&SearchIndex=Books&Service=AWSECommerceService&Signature=tIPgLr6DaExYEyDgLe7mE/rYJIExGzHFMJkmws5vPiU=&Timestamp=2011-11-17T12:26:38Z&Version=2010-11-01
6
+ body:
7
+ headers:
8
+ response: !ruby/struct:VCR::Response
9
+ status: !ruby/struct:VCR::ResponseStatus
10
+ code: 200
11
+ message: OK
12
+ headers:
13
+ date:
14
+ - Thu, 17 Nov 2011 12:26:38 GMT
15
+ server:
16
+ - Server
17
+ content-type:
18
+ - text/xml;charset=UTF-8
19
+ vary:
20
+ - Accept-Encoding,User-Agent
21
+ nncoection:
22
+ - close
23
+ transfer-encoding:
24
+ - chunked
25
+ body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><ItemSearchResponse xmlns=\"http://webservices.amazon.com/AWSECommerceService/2010-11-01\"><OperationRequest><HTTPHeaders><Header
26
+ Name=\"UserAgent\" Value=\"Jakarta Commons-HttpClient/3.0.1\"></Header></HTTPHeaders><RequestId>0N05F6RQAJVGYCBKNV7C</RequestId><Arguments><Argument
27
+ Name=\"SearchIndex\" Value=\"Books\"></Argument><Argument Name=\"AssociateTag\"></Argument><Argument
28
+ Name=\"Service\" Value=\"AWSECommerceService\"></Argument><Argument Name=\"Keywords\"
29
+ Value=\"Learn Objective-C\"></Argument><Argument Name=\"Signature\" Value=\"tIPgLr6DaExYEyDgLe7mE/rYJIExGzHFMJkmws5vPiU=\"></Argument><Argument
30
+ Name=\"ResponseGroup\" Value=\"Medium\"></Argument><Argument Name=\"Operation\"
31
+ Value=\"ItemSearch\"></Argument><Argument Name=\"AWSAccessKeyId\" Value=\"AKIAJFA5X7RTOKFNPVZQ\"></Argument><Argument
32
+ Name=\"Timestamp\" Value=\"2011-11-17T12:26:38Z\"></Argument><Argument Name=\"Version\"
33
+ Value=\"2010-11-01\"></Argument></Arguments><RequestProcessingTime>0.232908964157104</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemSearchRequest><Keywords>Learn
34
+ Objective-C</Keywords><ResponseGroup>Medium</ResponseGroup><SearchIndex>Books</SearchIndex></ItemSearchRequest></Request><TotalResults>89</TotalResults><TotalPages>9</TotalPages><Item><ASIN>0321711394</ASIN><DetailPageURL>http://www.amazon.com/Programming-Objective-C-Third-Developers-Library/dp/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711394</DetailPageURL><ItemLinks><ItemLink><Description>Technical
35
+ Details</Description><URL>http://www.amazon.com/Programming-Objective-C-Third-Developers-Library/dp/tech-data/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
36
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
37
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
38
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Tell
39
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>All
40
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>All
41
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink></ItemLinks><SalesRank>2752</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL75_.jpg</URL><Height
42
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">56</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL160_.jpg</URL><Height
43
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL500_.jpg</URL><Height
44
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">376</Width></LargeImage><ImageSets><ImageSet
45
+ Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL30_.jpg</URL><Height
46
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL75_.jpg</URL><Height
47
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">56</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL75_.jpg</URL><Height
48
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">56</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL110_.jpg</URL><Height
49
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL160_.jpg</URL><Height
50
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL500_.jpg</URL><Height
51
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">376</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Stephen
52
+ G. Kochan</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321711397</EAN><EANList><EANListElement>9780321711397</EANListElement></EANList><Edition>3</Edition><ISBN>0321711394</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
53
+ Professional</Label><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>Addison-Wesley
54
+ Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>552</NumberOfPages><PackageDimensions><Height
55
+ Units=\"hundredths-inches\">110</Height><Length Units=\"hundredths-inches\">906</Length><Weight
56
+ Units=\"hundredths-pounds\">185</Weight><Width Units=\"hundredths-inches\">709</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-06-20</PublicationDate><Publisher>Addison-Wesley
57
+ Professional</Publisher><SKU>4624400</SKU><Studio>Addison-Wesley Professional</Studio><Title>Programming
58
+ in Objective-C, Third Edition (Developer's Library)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2640</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$26.40</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2640</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$26.40</FormattedPrice></LowestUsedPrice><TotalNew>45</TotalNew><TotalUsed>22</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
59
+ Description</Source><Content>&lt;i&gt;Programming in Objective-C&lt;/i&gt; is
60
+ a concise, carefully written tutorial on the basics of Objective-C and object-oriented
61
+ programming for the iOS and Mac platforms.&lt;br&gt;&lt;br&gt;The book makes
62
+ no assumptions about prior experience with object-oriented programming languages
63
+ or with the C language (which Objective-C is based upon). Because of this, both
64
+ beginners and experienced programmers alike can use this book to quickly and
65
+ effectively learn the fundamentals of Objective-C. Readers can also learn the
66
+ concepts of object-oriented programming without having to first learn all of
67
+ the intricacies of the underlying procedural language (C).&lt;br&gt;&lt;br&gt;This
68
+ unique approach to learning, combined with many small program examples and exercises
69
+ at the end of each chapter, makes &lt;i&gt;Programming in Objective-C&lt;/i&gt;
70
+ ideally suited for either classroom use or self-study. While the Objective-C
71
+ language itself has gone through relatively minor changes since the introduction
72
+ of Objective-C 2.0, the Apple development tools that programmers use for Objective-C
73
+ development on the Mac and on iOS have changed significantly in a very short
74
+ period of time. &lt;br&gt;&lt;br&gt;The third edition of &lt;i&gt;Programming
75
+ in Objective-C&lt;/i&gt; includes numerous updates and improvements throughout
76
+ the book:&lt;br&gt;&lt;br&gt; &lt;li&gt;Improved organization for some chapters&lt;/li&gt;
77
+ &lt;li&gt;Incorporation of feedback and suggestions from members of the author's
78
+ forum for readers, including more detailed descriptions for some of the examples&lt;/li&gt;
79
+ &lt;li&gt;A new introduction to blocks with examples&lt;/li&gt; &lt;li&gt;Replacement
80
+ of deprecated methods with newer methods&lt;/li&gt; &lt;li&gt;Updated diagrams
81
+ and steps for using Xcode 4&lt;/li&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1449387829</ASIN><DetailPageURL>http://www.amazon.com/Head-First-iPhone-iPad-Development/dp/1449387829%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449387829</DetailPageURL><ItemLinks><ItemLink><Description>Technical
82
+ Details</Description><URL>http://www.amazon.com/Head-First-iPhone-iPad-Development/dp/tech-data/1449387829%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>Add
83
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1449387829%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>Add
84
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1449387829%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>Add
85
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1449387829%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>Tell
86
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1449387829%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>All
87
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1449387829%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>All
88
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1449387829%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink></ItemLinks><SalesRank>18544</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL75_.jpg</URL><Height
89
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">65</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL160_.jpg</URL><Height
90
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">139</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL500_.jpg</URL><Height
91
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">433</Width></LargeImage><ImageSets><ImageSet
92
+ Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL30_.jpg</URL><Height
93
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">26</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL75_.jpg</URL><Height
94
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">65</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL75_.jpg</URL><Height
95
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">65</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL110_.jpg</URL><Height
96
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">95</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL160_.jpg</URL><Height
97
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">139</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL500_.jpg</URL><Height
98
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">433</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Dan
99
+ Pilone</Author><Author>Tracey Pilone</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.1</DeweyDecimalNumber><EAN>9781449387822</EAN><EANList><EANListElement>9781449387822</EANListElement></EANList><Edition>Second
100
+ Edition</Edition><ISBN>1449387829</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>O'Reilly
101
+ Media</Label><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>O'Reilly
102
+ Media</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>672</NumberOfPages><PackageDimensions><Height
103
+ Units=\"hundredths-inches\">180</Height><Length Units=\"hundredths-inches\">920</Length><Weight
104
+ Units=\"hundredths-pounds\">265</Weight><Width Units=\"hundredths-inches\">800</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-06-30</PublicationDate><Publisher>O'Reilly
105
+ Media</Publisher><SKU>1449387829</SKU><Studio>O'Reilly Media</Studio><Title>Head
106
+ First iPhone and iPad Development: A Learner's Guide to Creating Objective-C
107
+ Applications for the iPhone and iPad</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2985</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$29.85</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$25.00</FormattedPrice></LowestUsedPrice><TotalNew>28</TotalNew><TotalUsed>16</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
108
+ Description</Source><Content>&lt;DIV&gt;&lt;p&gt;Let's say you have a killer
109
+ app idea for iPhone and iPad. Where do you begin? &lt;i&gt;Head First iPhone
110
+ and iPad Development&lt;/i&gt; will help you get your first application up and
111
+ running in no time. You'll not only learn how to design for Apple's devices,
112
+ you'll also master the iPhone SDK tools -- including Interface Builder, Xcode,
113
+ and Objective-C programming principles -- to make your app stand out.&lt;/p&gt;&lt;p&gt;Whether
114
+ you're a seasoned Mac developer who wants to jump into the App store, or someone
115
+ with strong object-oriented programming skills but no Mac experience, this book
116
+ is a complete learning experience for creating eye-catching, top-selling iPhone
117
+ and iPad applications.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Install the iPhone OS SDK
118
+ and get started using Interface Builder and XCode &lt;/li&gt;&lt;li&gt;Put Objective-C
119
+ core concepts to work, including message passing, protocols, properties, and
120
+ memory management &lt;/li&gt;&lt;li&gt;Take advantage of iPhone OS patterns
121
+ such as datasources and delegates &lt;/li&gt;&lt;li&gt;Preview your applications
122
+ in the Simulator &lt;/li&gt;&lt;li&gt;Build more complicated interactions that
123
+ utilize multiple views, data entry/editing, and rotation &lt;/li&gt;&lt;li&gt;Work
124
+ with the iPhone's camera, GPS, and accelerometer &lt;/li&gt;&lt;li&gt;Optimize,
125
+ test, and distribute your application&lt;p&gt; We think your time is too valuable
126
+ to waste struggling with new concepts. Using the latest research in cognitive
127
+ science and learning theory to craft a multi-sensory learning experience, &lt;i&gt;Head
128
+ First iPhone and iPad Development&lt;/i&gt; has a visually rich format designed
129
+ for the way your brain works, not a text-heavy approach that puts you to sleep.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1591398398</ASIN><DetailPageURL>http://www.amazon.com/Enterprise-Architecture-Strategy-Foundation-Execution/dp/1591398398%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1591398398</DetailPageURL><ItemLinks><ItemLink><Description>Technical
130
+ Details</Description><URL>http://www.amazon.com/Enterprise-Architecture-Strategy-Foundation-Execution/dp/tech-data/1591398398%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>Add
131
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1591398398%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>Add
132
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1591398398%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>Add
133
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1591398398%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>Tell
134
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1591398398%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>All
135
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1591398398%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>All
136
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1591398398%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink></ItemLinks><SalesRank>7753</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL75_.jpg</URL><Height
137
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL160_.jpg</URL><Height
138
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">107</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL500_.jpg</URL><Height
139
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">335</Width></LargeImage><ImageSets><ImageSet
140
+ Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL30_.jpg</URL><Height
141
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">20</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL75_.jpg</URL><Height
142
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL75_.jpg</URL><Height
143
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL110_.jpg</URL><Height
144
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">74</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL160_.jpg</URL><Height
145
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">107</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL500_.jpg</URL><Height
146
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">335</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Jeanne
147
+ W. Ross</Author><Author>Peter Weill</Author><Author>David Robertson</Author><Binding>Hardcover</Binding><DeweyDecimalNumber>658.4038</DeweyDecimalNumber><EAN>9781591398394</EAN><EANList><EANListElement>9781591398394</EANListElement></EANList><ISBN>1591398398</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
148
+ Units=\"hundredths-inches\">95</Height><Length Units=\"hundredths-inches\">956</Length><Weight
149
+ Units=\"hundredths-pounds\">124</Weight><Width Units=\"hundredths-inches\">638</Width></ItemDimensions><Label>Harvard
150
+ Business Press</Label><ListPrice><Amount>3995</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.95</FormattedPrice></ListPrice><Manufacturer>Harvard
151
+ Business Press</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>256</NumberOfPages><PackageDimensions><Height
152
+ Units=\"hundredths-inches\">102</Height><Length Units=\"hundredths-inches\">921</Length><Weight
153
+ Units=\"hundredths-pounds\">123</Weight><Width Units=\"hundredths-inches\">654</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2006-08-01</PublicationDate><Publisher>Harvard
154
+ Business Press</Publisher><SKU>mon0000078991</SKU><Studio>Harvard Business Press</Studio><Title>Enterprise
155
+ Architecture As Strategy: Creating a Foundation for Business Execution</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1497</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.97</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.00</FormattedPrice></LowestUsedPrice><TotalNew>46</TotalNew><TotalUsed>52</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
156
+ Description</Source><Content>Enterprise architecture defines a firm's needs
157
+ for standardized tasks, job roles, systems, infrastructure, and data in core
158
+ business processes. Thus, it helps a company to articulate how it will compete
159
+ in a digital economy and it guides managers' daily decisions to realize their
160
+ vision of success. This book clearly explains enterprise architecture's vital
161
+ role in enabling--or constraining--the execution of business strategy. The book
162
+ provides clear frameworks, thoughtful case examples, and a proven-effective
163
+ structured process for designing and implementing effective enterprise architectures.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>143023024X</ASIN><DetailPageURL>http://www.amazon.com/Beginning-iPhone-Development-Exploring-iOS/dp/143023024X%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D143023024X</DetailPageURL><ItemLinks><ItemLink><Description>Technical
164
+ Details</Description><URL>http://www.amazon.com/Beginning-iPhone-Development-Exploring-iOS/dp/tech-data/143023024X%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>Add
165
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D143023024X%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>Add
166
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D143023024X%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>Add
167
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D143023024X%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>Tell
168
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/143023024X%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>All
169
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/143023024X%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>All
170
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/143023024X%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink></ItemLinks><SalesRank>25755</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL75_.jpg</URL><Height
171
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL160_.jpg</URL><Height
172
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL500_.jpg</URL><Height
173
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">408</Width></LargeImage><ImageSets><ImageSet
174
+ Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL30_.jpg</URL><Height
175
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL75_.jpg</URL><Height
176
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL75_.jpg</URL><Height
177
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL110_.jpg</URL><Height
178
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">90</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL160_.jpg</URL><Height
179
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL500_.jpg</URL><Height
180
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">408</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>David
181
+ Mark</Author><Author>Jack Nutting</Author><Author>Jeff LaMarche</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.26</DeweyDecimalNumber><EAN>9781430230243</EAN><EANList><EANListElement>9781430230243</EANListElement></EANList><Edition>1</Edition><ISBN>143023024X</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>676</NumberOfPages><PackageDimensions><Height
182
+ Units=\"hundredths-inches\">150</Height><Length Units=\"hundredths-inches\">937</Length><Weight
183
+ Units=\"hundredths-pounds\">210</Weight><Width Units=\"hundredths-inches\">764</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-01-28</PublicationDate><Publisher>Apress</Publisher><SKU>22434737</SKU><Studio>Apress</Studio><Title>Beginning
184
+ iPhone 4 Development: Exploring the iOS SDK</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2299</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2400</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$24.00</FormattedPrice></LowestUsedPrice><TotalNew>40</TotalNew><TotalUsed>16</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
185
+ Description</Source><Content>&lt;p&gt;The authors of the bestselling &lt;em&gt;Beginning
186
+ iPhone 3 Development&lt;/em&gt; are back, with the same excellent material completely
187
+ updated for iOS 4 and written from the ground up using the latest version of
188
+ Apple's Xcode 3. All source code has been updated to use the latest Xcode templates
189
+ and current APIs, and all-new screenshots show Xcode 3 in action.&lt;br /&gt;&lt;br
190
+ /&gt;&lt;em&gt;Beginning iPhone 4 Development&lt;/em&gt; is a complete course
191
+ in iOS development. You'll master techniques that work on iPhone, iPad, and
192
+ iPod touch. We start with the basics, showing you how to download and install
193
+ the tools you'll need, and how to create your first simple application. Next
194
+ you'll learn to integrate all the interface elements iOS users have come to
195
+ know and love, such as buttons, switches, pickers, toolbars, and sliders. You'll
196
+ master a variety of design patterns, from the simplest single view to complex
197
+ hierarchical drill-downs. The confusing art of table building will be demystified,
198
+ and you'll learn techniques to save and retrieve your data using SQLite, iPhone's
199
+ built-in database management system and Core Data, the standard for persistence
200
+ that Apple brought to iOS with the release of SDK 3.   &lt;br /&gt;&lt;br /&gt;And
201
+ there's much more! You'll learn to draw using Quartz 2D and OpenGL ES, add multitouch
202
+ gestural support (pinches and swipes) to your applications, and work with the
203
+ camera, photo library, accelerometer, and built-in GPS. You'll discover the
204
+ fine points of application preferences and learn how to localize your apps for
205
+ multiple languages. You'll also learn how to use the new concurrency APIs included
206
+ in iOS 4, and make robust multithreaded applications using Grand Central Dispatch.  
207
+ &lt;/p&gt;&lt;ul&gt; &lt;li&gt;The iPhone 4 update to the best-selling and
208
+ most recommended book for Cocoa touch developers   &lt;/li&gt; &lt;li&gt;Written
209
+ in an accessible, easy-to-follow style   &lt;/li&gt; &lt;li&gt;Full of useful
210
+ tips and techniques to help you become an iOS pro &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;What
211
+ you'll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;Everything you need to know to
212
+ develop your own best-selling iPhone and iPad apps &lt;/li&gt; &lt;li&gt;Best
213
+ practices for optimizing your code and delivering great user experiences &lt;/li&gt;
214
+ \ &lt;li&gt;How to create &amp;#147;universal&amp;#148; apps for both iPhone
215
+ and iPad &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Who this book is for&lt;/h3&gt; &lt;p&gt;
216
+ \ Anyone who wants to start developing for iPhone, iPad, and iPod touch.&lt;br
217
+ /&gt;&lt;br /&gt;You can discover more about this book, download source code,
218
+ and find support forums at the book's companion site, at www.iphonedevbook.com.
219
+ \ &lt;/p&gt; &lt;h3&gt;Table of Contents&lt;/h3&gt;&lt;ol&gt; &lt;li&gt;Welcome
220
+ to the Jungle &lt;/li&gt; &lt;li&gt;Appeasing the Tiki Gods &lt;/li&gt; &lt;li&gt;Handling
221
+ Basic Interaction &lt;/li&gt; &lt;li&gt;More User Interface Fun &lt;/li&gt;
222
+ \ &lt;li&gt;Autorotation and Autosizing &lt;/li&gt; &lt;li&gt;Multiview
223
+ Applications &lt;/li&gt; &lt;li&gt;Tab Bars and Pickers &lt;/li&gt; &lt;li&gt;Introduction
224
+ to Table Views &lt;/li&gt; &lt;li&gt;Navigation Controllers and Table Views
225
+ &lt;/li&gt; &lt;li&gt;iPad Considerations &lt;/li&gt; &lt;li&gt;Application
226
+ Settings and User Defaults &lt;/li&gt; &lt;li&gt;Basic Data Persistence &lt;/li&gt;
227
+ \ &lt;li&gt;Grand Central Dispatch, Background Processing, and You &lt;/li&gt;
228
+ \ &lt;li&gt;Drawing with Quartz and OpenGL &lt;/li&gt; &lt;li&gt;Taps,
229
+ Touches, and Gestures &lt;/li&gt; &lt;li&gt;Where Am I? Finding Your Way
230
+ with Core Location &lt;/li&gt; &lt;li&gt;Whee! Gyro and Accelerometer! &lt;/li&gt;
231
+ \ &lt;li&gt;iPhone Camera and Photo Library &lt;/li&gt; &lt;li&gt;Application
232
+ Localization &lt;/li&gt; &lt;li&gt;Where to Next? &lt;/li&gt;&lt;/ol&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0470475382</ASIN><DetailPageURL>http://www.amazon.com/21st-Century-Skills-Learning-Times/dp/0470475382%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470475382</DetailPageURL><ItemLinks><ItemLink><Description>Technical
233
+ Details</Description><URL>http://www.amazon.com/21st-Century-Skills-Learning-Times/dp/tech-data/0470475382%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>Add
234
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0470475382%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>Add
235
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0470475382%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>Add
236
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0470475382%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>Tell
237
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0470475382%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>All
238
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0470475382%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>All
239
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0470475382%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink></ItemLinks><SalesRank>47702</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL75_.jpg</URL><Height
240
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL160_.jpg</URL><Height
241
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">106</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL500_.jpg</URL><Height
242
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">332</Width></LargeImage><ImageSets><ImageSet
243
+ Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL30_.jpg</URL><Height
244
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">20</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL75_.jpg</URL><Height
245
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL75_.jpg</URL><Height
246
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL110_.jpg</URL><Height
247
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">73</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL160_.jpg</URL><Height
248
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">106</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL500_.jpg</URL><Height
249
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">332</Width></LargeImage></ImageSet><ImageSet
250
+ Category=\"variant\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL30_.jpg</URL><Height
251
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">20</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL75_.jpg</URL><Height
252
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">49</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL75_.jpg</URL><Height
253
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">49</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL110_.jpg</URL><Height
254
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">72</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL160_.jpg</URL><Height
255
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">105</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL500_.jpg</URL><Height
256
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">328</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Bernie
257
+ Trilling</Author><Author>Charles Fadel</Author><Binding>Hardcover</Binding><DeweyDecimalNumber>370.73</DeweyDecimalNumber><EAN>9780470475386</EAN><EANList><EANListElement>9780470475386</EANListElement></EANList><Edition>1</Edition><ISBN>0470475382</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
258
+ Units=\"centimeters\">2.37</Height><Weight Units=\"hundredths-pounds\">1</Weight><Width
259
+ Units=\"centimeters\">1.56</Width></ItemDimensions><Label>Jossey-Bass</Label><ListPrice><Amount>2795</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$27.95</FormattedPrice></ListPrice><Manufacturer>Jossey-Bass</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>240</NumberOfPages><PackageDimensions><Height
260
+ Units=\"hundredths-inches\">110</Height><Length Units=\"hundredths-inches\">900</Length><Weight
261
+ Units=\"hundredths-pounds\">95</Weight><Width Units=\"hundredths-inches\">610</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-10-05</PublicationDate><Publisher>Jossey-Bass</Publisher><SKU>WILY9780470475386</SKU><Studio>Jossey-Bass</Studio><Title>21st
262
+ Century Skills: Learning for Life in Our Times</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1340</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.40</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1398</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.98</FormattedPrice></LowestUsedPrice><LowestCollectiblePrice><Amount>1599</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.99</FormattedPrice></LowestCollectiblePrice><TotalNew>51</TotalNew><TotalUsed>19</TotalUsed><TotalCollectible>1</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
263
+ Description</Source><Content>&lt;b&gt;The new building blocks for learning in
264
+ a complex world&lt;/b&gt;&lt;p&gt;This important resource introduces a framework
265
+ for 21st Century learning that maps out the skills needed to survive and thrive
266
+ in a complex and connected world. 21st Century content includes the basic core
267
+ subjects of reading, writing, and arithmetic-but also emphasizes global awareness,
268
+ financial/economic literacy, and health issues. The skills fall into three categories:
269
+ learning and innovations skills; digital literacy skills; and life and career
270
+ skills. This book is filled with vignettes, international examples, and classroom
271
+ samples that help illustrate the framework and provide an exciting view of twenty-first
272
+ century teaching and learning.&lt;ul&gt;&lt;li&gt;Explores the three main categories
273
+ of 21st Century Skills: learning and innovations skills; digital literacy skills;
274
+ and life and career skills &lt;/li&gt;&lt;li&gt;Addresses timely issues such
275
+ as the rapid advance of technology and increased economic competition&lt;/li&gt;&lt;li&gt;Based
276
+ on a framework developed by the Partnership for 21st Century Skills (P21)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The
277
+ book contains a DVD with video clips of classroom teaching. For more information
278
+ on the book visit www.21stcenturyskillsbook.com.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0596805780</ASIN><DetailPageURL>http://www.amazon.com/Building-iPhone-Apps-HTML-JavaScript/dp/0596805780%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596805780</DetailPageURL><ItemLinks><ItemLink><Description>Technical
279
+ Details</Description><URL>http://www.amazon.com/Building-iPhone-Apps-HTML-JavaScript/dp/tech-data/0596805780%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>Add
280
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0596805780%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>Add
281
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0596805780%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>Add
282
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0596805780%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>Tell
283
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0596805780%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>All
284
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0596805780%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>All
285
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0596805780%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink></ItemLinks><SalesRank>26836</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL75_.jpg</URL><Height
286
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL160_.jpg</URL><Height
287
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL500_.jpg</URL><Height
288
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">381</Width></LargeImage><ImageSets><ImageSet
289
+ Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL30_.jpg</URL><Height
290
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL75_.jpg</URL><Height
291
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL75_.jpg</URL><Height
292
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL110_.jpg</URL><Height
293
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">84</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL160_.jpg</URL><Height
294
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL500_.jpg</URL><Height
295
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">381</Width></LargeImage></ImageSet><ImageSet
296
+ Category=\"swatch\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL30_.jpg</URL><Height
297
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL75_.jpg</URL><Height
298
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL75_.jpg</URL><Height
299
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL110_.jpg</URL><Height
300
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">84</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL160_.jpg</URL><Height
301
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL500_.jpg</URL><Height
302
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">380</Width></LargeImage></ImageSet><ImageSet
303
+ Category=\"variant\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL30_.jpg</URL><Height
304
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL75_.jpg</URL><Height
305
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL75_.jpg</URL><Height
306
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL110_.jpg</URL><Height
307
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">84</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL160_.jpg</URL><Height
308
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL500_.jpg</URL><Height
309
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">380</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Jonathan
310
+ Stark</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.1</DeweyDecimalNumber><EAN>9780596805784</EAN><EANList><EANListElement>9780596805784</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
311
+ 9780596805784</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
312
+ NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
313
+ Buy with Confidence! Millions of books sold!</Feature><ISBN>0596805780</ISBN><ItemDimensions><Height
314
+ Units=\"hundredths-inches\">39</Height><Length Units=\"hundredths-inches\">924</Length><Weight
315
+ Units=\"hundredths-pounds\">69</Weight><Width Units=\"hundredths-inches\">702</Width></ItemDimensions><Label>O'Reilly
316
+ Media</Label><ListPrice><Amount>2999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$29.99</FormattedPrice></ListPrice><Manufacturer>O'Reilly
317
+ Media</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>192</NumberOfPages><PackageDimensions><Height
318
+ Units=\"hundredths-inches\">50</Height><Length Units=\"hundredths-inches\">910</Length><Weight
319
+ Units=\"hundredths-pounds\">45</Weight><Width Units=\"hundredths-inches\">690</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-01-26</PublicationDate><Publisher>O'Reilly
320
+ Media</Publisher><SKU>2019714076</SKU><Studio>O'Reilly Media</Studio><Title>Building
321
+ iPhone Apps with HTML, CSS, and JavaScript: Making App Store Apps Without Objective-C
322
+ or Cocoa</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1308</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.08</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>984</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.84</FormattedPrice></LowestUsedPrice><TotalNew>50</TotalNew><TotalUsed>39</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
323
+ Description</Source><Content>&lt;DIV&gt;&lt;p&gt;&lt;b&gt;What people are saying
324
+ about &lt;i&gt;Building iPhone Apps w/ HTML, CSS, and JavaScript&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;\"The
325
+ future of mobile development is clearly web technologies like CSS, HTML and
326
+ JavaScript. Jonathan Stark shows you how to leverage your existing web development
327
+ skills to build native iPhone applications using these technologies.\"&lt;br&gt;&lt;br&gt;
328
+ --John Allsopp, author and founder of Web Directions&lt;/p&gt;&lt;p&gt;\"Jonathan's
329
+ book is the most comprehensive documentation available for developing web applications
330
+ for mobile Safari. Not just great tech coverage, this book is an easy read of
331
+ purely fascinating mobile tidbits in a fun colloquial style. Must have for all
332
+ PhoneGap developers.\"&lt;br&gt;&lt;br&gt; -- Brian LeRoux, Nitobi Software&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;It's
333
+ a fact: if you know HTML, CSS, and JavaScript, you already have the tools you
334
+ need to develop your own iPhone apps. With this book, you'll learn how to use
335
+ these open source web technologies to design and build apps for the iPhone and
336
+ iPod Touch on the platform of your choice-without using Objective-C or Cocoa.&lt;/p&gt;&lt;p&gt;Device-agnostic
337
+ mobile apps are the wave of the future, and this book shows you how to create
338
+ one product for several platforms. You'll find guidelines for converting your
339
+ product into a native iPhone app using the free PhoneGap framework. And you'll
340
+ learn why releasing your product as a web app first helps you find, fix, and
341
+ test bugs much faster than if you went straight to the App Store with a product
342
+ built with Apple's tools.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Build iPhone apps with
343
+ tools you already know how to use &lt;/li&gt;&lt;li&gt;Learn how to make an
344
+ existing website look and behave like an iPhone app &lt;/li&gt;&lt;li&gt;Add
345
+ native-looking animations to your web app using jQTouch &lt;/li&gt;&lt;li&gt;Take
346
+ advantage of client-side data storage with apps that run even when the iPhone
347
+ is offline &lt;/li&gt;&lt;li&gt;Hook into advanced iPhone features -- including
348
+ the accelerometer, geolocation, and vibration -- with JavaScript &lt;/li&gt;&lt;li&gt;Submit
349
+ your applications to the App Store with Xcode&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
350
+ This book received valuable community input through O'Reilly's Open Feedback
351
+ Publishing System (OFPS). Learn more at &lt;i&gt;http://labs.oreilly.com/ofps.html&lt;/i&gt;.&lt;/p&gt;&lt;/div&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0672305100</ASIN><DetailPageURL>http://www.amazon.com/Absolute-Beginners-Guide-C-2nd/dp/0672305100%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0672305100</DetailPageURL><ItemLinks><ItemLink><Description>Technical
352
+ Details</Description><URL>http://www.amazon.com/Absolute-Beginners-Guide-C-2nd/dp/tech-data/0672305100%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>Add
353
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0672305100%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>Add
354
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0672305100%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>Add
355
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0672305100%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>Tell
356
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0672305100%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>All
357
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0672305100%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>All
358
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0672305100%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink></ItemLinks><SalesRank>48482</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL75_.jpg</URL><Height
359
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL160_.jpg</URL><Height
360
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL500_.jpg</URL><Height
361
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">407</Width></LargeImage><ImageSets><ImageSet
362
+ Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL30_.jpg</URL><Height
363
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL75_.jpg</URL><Height
364
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL75_.jpg</URL><Height
365
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL110_.jpg</URL><Height
366
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">90</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL160_.jpg</URL><Height
367
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL500_.jpg</URL><Height
368
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">407</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Greg
369
+ Perry</Author><Binding>Paperback</Binding><CatalogNumberList><CatalogNumberListElement>AL10608353</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.133</DeweyDecimalNumber><EAN>9780672305108</EAN><EANList><EANListElement>0752063051009</EANListElement><EANListElement>9780672305108</EANListElement></EANList><Edition>2</Edition><ISBN>0672305100</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
370
+ Units=\"centimeters\">227.25</Height><Weight Units=\"hundredths-pounds\">151</Weight><Width
371
+ Units=\"centimeters\">182.75</Width></ItemDimensions><Label>Sams</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Sams</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>432</NumberOfPages><PackageDimensions><Height
372
+ Units=\"hundredths-inches\">94</Height><Length Units=\"hundredths-inches\">906</Length><Weight
373
+ Units=\"hundredths-pounds\">159</Weight><Width Units=\"hundredths-inches\">717</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>1994-04-18</PublicationDate><Publisher>Sams</Publisher><SKU>22173032</SKU><Studio>Sams</Studio><Title>Absolute
374
+ Beginner's Guide to C (2nd Edition)</Title><UPC>752063051009</UPC><UPCList><UPCListElement>752063051009</UPCListElement></UPCList></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2100</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.00</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>815</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.15</FormattedPrice></LowestUsedPrice><TotalNew>42</TotalNew><TotalUsed>42</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
375
+ Description</Source><Content>&lt;P&gt;For beginning programmers, this updated
376
+ edition answers all C programming questions. This bestseller talks to readers
377
+ at their level, explaining every aspect of how to get started and learn the
378
+ C language quickly. Readers also find out where to learn more about C. This
379
+ book includes tear-out reference card of C functions and statements, a hierarchy
380
+ chart, and other valuable information. It uses special icons, notes, clues,
381
+ warnings, and rewards to make understanding easier. And the clear and friendly
382
+ style presumes no programming knowledge. &lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0807750026</ASIN><DetailPageURL>http://www.amazon.com/Rethinking-Education-Technology-Education-Connections-Education-Connections/dp/0807750026%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0807750026</DetailPageURL><ItemLinks><ItemLink><Description>Technical
383
+ Details</Description><URL>http://www.amazon.com/Rethinking-Education-Technology-Education-Connections-Education-Connections/dp/tech-data/0807750026%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>Add
384
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0807750026%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>Add
385
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0807750026%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>Add
386
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0807750026%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>Tell
387
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0807750026%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>All
388
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0807750026%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>All
389
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0807750026%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink></ItemLinks><SalesRank>20043</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL75_.jpg</URL><Height
390
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">51</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL160_.jpg</URL><Height
391
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">109</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL500_.jpg</URL><Height
392
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">342</Width></LargeImage><ImageSets><ImageSet
393
+ Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL30_.jpg</URL><Height
394
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">21</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL75_.jpg</URL><Height
395
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">51</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL75_.jpg</URL><Height
396
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">51</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL110_.jpg</URL><Height
397
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">75</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL160_.jpg</URL><Height
398
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">109</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL500_.jpg</URL><Height
399
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">342</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Allan
400
+ Collins</Author><Author>Richard Halverson</Author><Binding>Paperback</Binding><DeweyDecimalNumber>370.2854</DeweyDecimalNumber><EAN>9780807750025</EAN><EANList><EANListElement>9780807750025</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
401
+ 9780807750025</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
402
+ NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
403
+ Buy with Confidence! Millions of books sold!</Feature><ISBN>0807750026</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
404
+ Units=\"centimeters\">222.5</Height><Weight Units=\"hundredths-pounds\">61</Weight><Width
405
+ Units=\"centimeters\">152.5</Width></ItemDimensions><Label>Teachers College
406
+ Press</Label><ListPrice><Amount>2195</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.95</FormattedPrice></ListPrice><Manufacturer>Teachers
407
+ College Press</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>192</NumberOfPages><PackageDimensions><Height
408
+ Units=\"hundredths-inches\">60</Height><Length Units=\"hundredths-inches\">880</Length><Weight
409
+ Units=\"hundredths-pounds\">70</Weight><Width Units=\"hundredths-inches\">610</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-09</PublicationDate><Publisher>Teachers
410
+ College Press</Publisher><SKU>870719</SKU><Studio>Teachers College Press</Studio><Title>Rethinking
411
+ Education in the Age of Technology: The Digital Revolution and Schooling in
412
+ America (Technology, Education--Connections (Tec)) (Technology, Education-Connections,
413
+ the Tec Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1360</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.60</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1001</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.01</FormattedPrice></LowestUsedPrice><TotalNew>32</TotalNew><TotalUsed>27</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
414
+ Description</Source><Content>The digital revolution has hit education, with
415
+ more and more classrooms plugged into the whole wired world. But are schools
416
+ making the most of new technologies? Are they tapping into the learning potential
417
+ of today's Firefox/Facebook/cell phone generation? Have schools fallen through
418
+ the crack of the digital divide? In Rethinking Education in the Age of Technology,
419
+ Allan Collins and Richard Halverson argue that the knowledge revolution has
420
+ transformed our jobs, our homes, our lives, and therefore must also transform
421
+ our schools. Much like after the school-reform movement of the industrial revolution,
422
+ our society is again poised at the edge of radical change. To keep pace with
423
+ a globalized technological culture, we must rethink how we educate the next
424
+ generation or America will be left behind. This groundbreaking book offers a
425
+ vision for the future of American education that goes well beyond the walls
426
+ of the classroom to include online social networks, distance learning with anytime,
427
+ anywhere access, digital home schooling models, video-game learning environments,
428
+ and more.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0385493231</ASIN><DetailPageURL>http://www.amazon.com/Schools-That-Learn-Discipline-Fieldbook/dp/0385493231%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0385493231</DetailPageURL><ItemLinks><ItemLink><Description>Technical
429
+ Details</Description><URL>http://www.amazon.com/Schools-That-Learn-Discipline-Fieldbook/dp/tech-data/0385493231%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>Add
430
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0385493231%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>Add
431
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0385493231%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>Add
432
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0385493231%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>Tell
433
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0385493231%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>All
434
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0385493231%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>All
435
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0385493231%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink></ItemLinks><SalesRank>79418</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL75_.jpg</URL><Height
436
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">62</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL160_.jpg</URL><Height
437
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">132</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL500_.jpg</URL><Height
438
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">412</Width></LargeImage><ImageSets><ImageSet
439
+ Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL30_.jpg</URL><Height
440
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL75_.jpg</URL><Height
441
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">62</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL75_.jpg</URL><Height
442
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">62</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL110_.jpg</URL><Height
443
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">91</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL160_.jpg</URL><Height
444
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">132</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL500_.jpg</URL><Height
445
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">412</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Peter
446
+ M. Senge</Author><Author>Nelda H. Cambron McCabe</Author><Author>Timothy Lucas</Author><Author>Art
447
+ Kleiner</Author><Author>Janis Dutton</Author><Author>Bryan Smith</Author><Binding>Paperback</Binding><DeweyDecimalNumber>371.207</DeweyDecimalNumber><EAN>9780385493239</EAN><EANList><EANListElement>9780385493239</EANListElement></EANList><Edition>1</Edition><ISBN>0385493231</ISBN><ItemDimensions><Height
448
+ Units=\"centimeters\">223.5</Height><Weight Units=\"hundredths-pounds\">253</Weight><Width
449
+ Units=\"centimeters\">185.5</Width></ItemDimensions><Label>Crown Business</Label><ListPrice><Amount>3750</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$37.50</FormattedPrice></ListPrice><Manufacturer>Crown
450
+ Business</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>608</NumberOfPages><PackageDimensions><Height
451
+ Units=\"hundredths-inches\">180</Height><Length Units=\"hundredths-inches\">890</Length><Weight
452
+ Units=\"hundredths-pounds\">255</Weight><Width Units=\"hundredths-inches\">740</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2000-09-12</PublicationDate><Publisher>Crown
453
+ Business</Publisher><ReleaseDate>2000-09-12</ReleaseDate><SKU>3415346U2</SKU><Studio>Crown
454
+ Business</Studio><Title>Schools That Learn: A Fifth Discipline Fieldbook for
455
+ Educators, Parents, and Everyone Who Cares About Education</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1287</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.87</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.01</FormattedPrice></LowestUsedPrice><LowestCollectiblePrice><Amount>3750</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$37.50</FormattedPrice></LowestCollectiblePrice><TotalNew>47</TotalNew><TotalUsed>122</TotalUsed><TotalCollectible>2</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
456
+ Description</Source><Content>Created by bestselling author and MIT senior lecturer
457
+ Peter Senge and a team of educators and organizational change leaders, this
458
+ new addition to the &lt;b&gt;Fifth Discipline Resource Book&lt;/b&gt; series
459
+ offers practical advice for educators, administrators, and parents on how to
460
+ strengthen and rebuild our schools.&lt;br&gt;&lt;br&gt;Few would argue that
461
+ schools today are in trouble. The problems are sparking a national debate as
462
+ educators, school boards, administrators, and parents search for ways to strengthen
463
+ our school system at all levels, more effectively respond to the rapidly changing
464
+ world around us, and better educate our children.&lt;br&gt;&lt;br&gt;Bestselling
465
+ author Peter Senge and his Fifth Discipline team have written &lt;b&gt;Schools
466
+ That Learn&lt;/b&gt; because educatorsâ\x80\x94who have made up a sizable percentage
467
+ of the audience for the popular Fifth Discipline booksâ\x80\x94have asked for
468
+ a book that focuses specifically on schools and education, to help reclaim schools
469
+ even in economically depressed or turbulent districts. One of the great strengths
470
+ of &lt;b&gt;Schools That Learn&lt;/b&gt; is its description of practices that
471
+ are meeting success across the country and around the world, as schools attempt
472
+ to learn, grow, and reinvent themselves using the principles of organizational
473
+ learning. Featuring articles, case studies, and anecdotes from prominent educators
474
+ such as Howard Gardner, Jay Forrester, and 1999 U.S. Superintendent of the Year
475
+ Gerry House, as well as from impassioned teachers, administrators, parents,
476
+ and students, the book offers a wealth of practical tools, anecdotes, and advice
477
+ that people can use to help schools (and the classrooms in them and communities
478
+ around them) learn to learn.&lt;br&gt;&lt;br&gt;You'll read about schools, for
479
+ instance, where principals introduce themselves to parents new to the school
480
+ as \"entering a nine-year conversation\" about their children's education; where
481
+ teachers use computer modeling to galvanize student insight into everything
482
+ from Romeo and Juliet to the extinction of the mammoths; and where teachers'
483
+ training is not just bureaucratic ritual but an opportunity to recharge and
484
+ rethink the classroom.&lt;br&gt;&lt;br&gt;In a fast-changing world where school
485
+ violence is a growing concern, where standardized tests are applied as simplistic
486
+ \"quick fixes,\" where rapid advances in science and technology threaten to
487
+ outpace schools' effectiveness, where the average tenure of a school district
488
+ superintendent is less than three years, and where students, parents, and teachers
489
+ feel weighed down by increasing pressures, &lt;b&gt;Schools That Learn&lt;/b&gt;
490
+ offers much-needed material for the dialogue about the educating of children
491
+ in the twenty-first century.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321706242</ASIN><DetailPageURL>http://www.amazon.com/iPhone-Programming-Ranch-Guide-Guides/dp/0321706242%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321706242</DetailPageURL><ItemLinks><ItemLink><Description>Technical
492
+ Details</Description><URL>http://www.amazon.com/iPhone-Programming-Ranch-Guide-Guides/dp/tech-data/0321706242%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>Add
493
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321706242%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>Add
494
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321706242%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>Add
495
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321706242%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>Tell
496
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321706242%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>All
497
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321706242%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>All
498
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321706242%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink></ItemLinks><SalesRank>42208</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL75_.jpg</URL><Height
499
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">48</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL160_.jpg</URL><Height
500
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">103</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL500_.jpg</URL><Height
501
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">321</Width></LargeImage><ImageSets><ImageSet
502
+ Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL30_.jpg</URL><Height
503
+ Units=\"pixels\">30</Height><Width Units=\"pixels\">19</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL75_.jpg</URL><Height
504
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">48</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL75_.jpg</URL><Height
505
+ Units=\"pixels\">75</Height><Width Units=\"pixels\">48</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL110_.jpg</URL><Height
506
+ Units=\"pixels\">110</Height><Width Units=\"pixels\">71</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL160_.jpg</URL><Height
507
+ Units=\"pixels\">160</Height><Width Units=\"pixels\">103</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL500_.jpg</URL><Height
508
+ Units=\"pixels\">500</Height><Width Units=\"pixels\">321</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Joe
509
+ Conway</Author><Author>Aaron Hillegass</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.1</DeweyDecimalNumber><EAN>9780321706249</EAN><EANList><EANListElement>9780321706249</EANListElement></EANList><Edition>1</Edition><ISBN>0321706242</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
510
+ Units=\"centimeters\">2.5</Height><Weight Units=\"hundredths-pounds\">2</Weight><Width
511
+ Units=\"centimeters\">1.75</Width></ItemDimensions><Label>Addison-Wesley Professional</Label><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>Addison-Wesley
512
+ Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>432</NumberOfPages><PackageDimensions><Height
513
+ Units=\"hundredths-inches\">110</Height><Length Units=\"hundredths-inches\">1040</Length><Weight
514
+ Units=\"hundredths-pounds\">185</Weight><Width Units=\"hundredths-inches\">710</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-23</PublicationDate><Publisher>Addison-Wesley
515
+ Professional</Publisher><SKU>ACOMMP2_book_usedgood_0321706242</SKU><Studio>Addison-Wesley
516
+ Professional</Studio><Title>iPhone Programming: The Big Nerd Ranch Guide (Big
517
+ Nerd Ranch Guides)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2449</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$24.49</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1861</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.61</FormattedPrice></LowestUsedPrice><TotalNew>26</TotalNew><TotalUsed>38</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
518
+ Description</Source><Content>Based on Big Nerd Ranch&amp;rsquo;s popular iPhone
519
+ Bootcamp class, iPhone Programming: The Big Nerd Ranch Guide leads you through
520
+ the essential tools and techniques for developing applications for the iPhone,
521
+ iPad, and iPod Touch. In each chapter, you will learn programming concepts and
522
+ apply them immediately as you build an application or enhance one from a previous
523
+ chapter. These applications have been carefully designed and tested to teach
524
+ the associated concepts and to provide practice working with the standard development
525
+ tools Xcode, Interface Builder, and Instruments. The guide&amp;rsquo;s learn-while-doing
526
+ approach delivers the practical knowledge and experience you need to design
527
+ and build real-world applications. Here are some of the topics covered:&lt;br&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;Dynamic
528
+ interfaces with animation&lt;/li&gt;&lt;li&gt;Using the camera and photo library&lt;/li&gt;&lt;li&gt;User
529
+ location and mapping services&lt;/li&gt;&lt;li&gt;Accessing accelerometer data&lt;/li&gt;&lt;li&gt;Handling
530
+ multi-touch gestures&lt;/li&gt;&lt;li&gt;Navigation and tabbed applications&lt;/li&gt;&lt;li&gt;Tables
531
+ and creating custom rows&lt;/li&gt;&lt;li&gt;Multiple ways of storing and loading
532
+ data: archiving, Core Data, SQLite&lt;/li&gt;&lt;li&gt;Communicating with web
533
+ services&lt;/li&gt;&lt;li&gt;ALocalization/Internationalization&lt;/li&gt;&lt;/ul&gt;
534
+ \ \"After many 'false starts' with other iPhone development books, these clear
535
+ and concise tutorials made the concepts gel for me. This book is a definite
536
+ must have for any budding iPhone developer.\" &amp;ndash;Peter Watling, New
537
+ Zealand, Developer of BubbleWrap</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemSearchResponse>"
538
+ http_version: '1.1'