asin 0.8.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. data/.document +1 -2
  2. data/{CHANGELOG.rdoc → CHANGELOG.md} +12 -12
  3. data/Gemfile.lock +6 -0
  4. data/README.md +153 -0
  5. data/lib/asin/client.rb +6 -5
  6. data/lib/asin/configuration.rb +9 -20
  7. data/lib/asin/version.rb +1 -1
  8. data/spec/browse_node_spec.rb +2 -1
  9. data/spec/cart_spec.rb +2 -1
  10. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_add_items_to_a_cart.yml +62 -46
  11. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_clear_a_cart.yml +60 -45
  12. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_get_a_cart.yml +61 -46
  13. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_update_a_cart.yml +64 -49
  14. data/spec/cassettes/asin/browse_node_should_lookup_a_browse_node.yml +28 -22
  15. data/spec/cassettes/asin/cart_should_create_a_cart.yml +30 -23
  16. data/spec/cassettes/asin/lookup_and_search_should_have_metadata.yml +70 -61
  17. data/spec/cassettes/asin/lookup_and_search_should_lookup_a_book.yml +70 -61
  18. data/spec/cassettes/asin/lookup_and_search_should_lookup_multiple_books.yml +120 -111
  19. data/spec/cassettes/asin/lookup_and_search_should_lookup_multiple_response_groups.yml +37 -32
  20. data/spec/cassettes/asin/lookup_and_search_should_return_a_custom_item_class.yml +70 -61
  21. data/spec/cassettes/asin/lookup_and_search_should_return_a_mash_value.yml +70 -61
  22. data/spec/cassettes/asin/lookup_and_search_should_return_a_rash_value.yml +70 -61
  23. data/spec/cassettes/asin/lookup_and_search_should_return_a_raw_value.yml +70 -61
  24. data/spec/cassettes/asin/lookup_and_search_should_search_keywords_a_book_with_fulltext.yml +573 -524
  25. data/spec/cassettes/asin/lookup_and_search_should_search_keywords_and_handle_a_single_result.yml +45 -37
  26. data/spec/cassettes/asin/lookup_and_search_should_search_keywords_never_mind_music.yml +109 -104
  27. data/spec/cassettes/asin/lookup_and_search_should_search_music.yml +28 -26
  28. data/spec/cassettes/asin/lookup_and_search_should_search_never_mind_music.yml +112 -110
  29. data/spec/cassettes/asin/similarity_should_find_similar_items.yml +500 -488
  30. data/spec/cassettes/asin/similarity_should_find_similar_items_for_multiple_asins_and_different_config.yml +53 -26
  31. data/spec/config_spec.rb +1 -1
  32. data/spec/search_spec.rb +7 -9
  33. data/spec/similarity_spec.rb +5 -4
  34. data/spec/spec_helper.rb +3 -1
  35. metadata +89 -31
  36. data/README.rdoc +0 -169
  37. data/spec/cassettes/asin/similarity_should_lookup_for_similar_items.yml +0 -618
@@ -2,42 +2,47 @@
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=Small,AlternateVersions&Service=AWSECommerceService&Signature=tU2msJ9gJuMToEhT1QKEEyuM0R0hLyash4oZx5SoFyE=&Timestamp=2011-11-17T12:26:36Z&Version=2010-11-01
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAIBNLWSCV5OXMPD6A&AssociateTag=phoet-20&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Small,AlternateVersions&Service=AWSECommerceService&Signature=gBEOykOQxOaf5qvveBWQbKvqKLUo0q7QaZgqUNSzges=&Timestamp=2012-09-22T13:40:55Z&Version=2011-08-01
6
6
  body:
7
7
  headers:
8
8
  response: !ruby/struct:VCR::Response
9
9
  status: !ruby/struct:VCR::ResponseStatus
10
10
  code: 200
11
- message: OK
11
+ message: !binary |-
12
+ T0s=
12
13
  headers:
13
- date:
14
- - Thu, 17 Nov 2011 12:26:36 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>0QNSY4530XR303ZYHQXY</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="tU2msJ9gJuMToEhT1QKEEyuM0R0hLyash4oZx5SoFyE="></Argument><Argument Name="ResponseGroup"
30
- Value="Small,AlternateVersions"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument
31
- Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
32
- Value="2011-11-17T12:26:36Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0487499237060547</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><ItemId>1430218150</ItemId><ResponseGroup>AlternateVersions</ResponseGroup><ResponseGroup>Small</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><ItemAttributes><Author>Mark
40
- Dalrymple</Author><Author>Scott Knaster</Author><Manufacturer>Apress</Manufacturer><ProductGroup>Book</ProductGroup><Title>Learn
41
- Objective-C on the Mac (Learn Series)</Title></ItemAttributes><AlternateVersions><AlternateVersion><ASIN>B001NLL7VG</ASIN><Title>Learn
42
- Objective&amp;ndash;C on the Mac (Learn Series)</Title><Binding>Kindle Edition</Binding></AlternateVersion></AlternateVersions></Item></Items></ItemLookupResponse>
14
+ !binary "ZGF0ZQ==":
15
+ - !binary |-
16
+ U2F0LCAyMiBTZXAgMjAxMiAxMzo0MDo1MCBHTVQ=
17
+ !binary "c2VydmVy":
18
+ - !binary |-
19
+ U2VydmVy
20
+ !binary "Y29udGVudC10eXBl":
21
+ - !binary |-
22
+ dGV4dC94bWw7Y2hhcnNldD1VVEYtOA==
23
+ !binary "dmFyeQ==":
24
+ - !binary |-
25
+ QWNjZXB0LUVuY29kaW5nLFVzZXItQWdlbnQ=
26
+ !binary "bm5jb2VjdGlvbg==":
27
+ - !binary |-
28
+ Y2xvc2U=
29
+ !binary "dHJhbnNmZXItZW5jb2Rpbmc=":
30
+ - !binary |-
31
+ Y2h1bmtlZA==
32
+ body: <?xml version="1.0" ?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2011-08-01"><OperationRequest><RequestId>d69126b4-0df1-4803-936c-66995e1bc994</RequestId><Arguments><Argument
33
+ Name="Operation" Value="ItemLookup"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
34
+ Name="Signature" Value="gBEOykOQxOaf5qvveBWQbKvqKLUo0q7QaZgqUNSzges="></Argument><Argument
35
+ Name="AssociateTag" Value="phoet-20"></Argument><Argument Name="Version" Value="2011-08-01"></Argument><Argument
36
+ Name="ItemId" Value="1430218150"></Argument><Argument Name="AWSAccessKeyId"
37
+ Value="AKIAIBNLWSCV5OXMPD6A"></Argument><Argument Name="Timestamp" Value="2012-09-22T13:40:55Z"></Argument><Argument
38
+ Name="ResponseGroup" Value="Small,AlternateVersions"></Argument></Arguments><RequestProcessingTime>0.0540000000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><IdType>ASIN</IdType><ItemId>1430218150</ItemId><ResponseGroup>Small</ResponseGroup><ResponseGroup>AlternateVersions</ResponseGroup><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
39
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
40
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
41
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
42
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
43
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
44
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
45
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><ItemAttributes><Author>Scott
46
+ Knaster</Author><Author>Mark Dalrymple</Author><Manufacturer>Apress</Manufacturer><ProductGroup>Book</ProductGroup><Title>Learn
47
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes></Item></Items></ItemLookupResponse>
43
48
  http_version: '1.1'
@@ -2,80 +2,89 @@
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=eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg=&Timestamp=2011-11-17T12:26:37Z&Version=2010-11-01
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAIBNLWSCV5OXMPD6A&AssociateTag=phoet-20&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=HjwO9UsYUA8qfWPIv5JuBebA91McnFTprjJRsolL8i4=&Timestamp=2012-09-22T13:35:23Z&Version=2011-08-01
6
6
  body:
7
7
  headers:
8
8
  response: !ruby/struct:VCR::Response
9
9
  status: !ruby/struct:VCR::ResponseStatus
10
10
  code: 200
11
- message: OK
11
+ message: !binary |-
12
+ T0s=
12
13
  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>059TNKCCD2EE651Q0C4C</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.038128137588501</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
14
+ !binary "ZGF0ZQ==":
15
+ - !binary |-
16
+ U2F0LCAyMiBTZXAgMjAxMiAxMzozNToxOCBHTVQ=
17
+ !binary "c2VydmVy":
18
+ - !binary |-
19
+ U2VydmVy
20
+ !binary "Y29udGVudC10eXBl":
21
+ - !binary |-
22
+ dGV4dC94bWw7Y2hhcnNldD1VVEYtOA==
23
+ !binary "dmFyeQ==":
24
+ - !binary |-
25
+ QWNjZXB0LUVuY29kaW5nLFVzZXItQWdlbnQ=
26
+ !binary "bm5jb2VjdGlvbg==":
27
+ - !binary |-
28
+ Y2xvc2U=
29
+ !binary "dHJhbnNmZXItZW5jb2Rpbmc=":
30
+ - !binary |-
31
+ Y2h1bmtlZA==
32
+ body: <?xml version="1.0" ?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2011-08-01"><OperationRequest><RequestId>0930e278-4afd-414f-81f4-ee5a34d283ca</RequestId><Arguments><Argument
33
+ Name="Operation" Value="ItemLookup"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
34
+ Name="Signature" Value="HjwO9UsYUA8qfWPIv5JuBebA91McnFTprjJRsolL8i4="></Argument><Argument
35
+ Name="AssociateTag" Value="phoet-20"></Argument><Argument Name="Version" Value="2011-08-01"></Argument><Argument
36
+ Name="ItemId" Value="1430218150"></Argument><Argument Name="AWSAccessKeyId"
37
+ Value="AKIAIBNLWSCV5OXMPD6A"></Argument><Argument Name="Timestamp" Value="2012-09-22T13:35:23Z"></Argument><Argument
38
+ Name="ResponseGroup" Value="Medium"></Argument></Arguments><RequestProcessingTime>0.0172670000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><IdType>ASIN</IdType><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
39
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
40
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
41
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
42
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
43
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
44
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
45
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>147373</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
40
46
  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
47
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
42
48
  Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
43
49
  Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
44
50
  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
51
  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
52
  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
53
  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
54
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
55
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Scott
56
+ Knaster</Author><Author>Mark Dalrymple</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1</Edition><Feature>Apress
57
+ Learn ObjectiveC on the Mac</Feature><Feature>Take your coding skills to the
58
+ next level with this extensive guide to ObjectiveC, the native programming language
59
+ for developing sophisticated software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
60
+ Units="hundredths-inches">925</Height><Length Units="hundredths-inches">752</Length><Weight
61
+ Units="hundredths-pounds">137</Weight><Width Units="hundredths-inches">71</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
62
+ 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
57
63
  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
64
+ 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>2009-01-07</PublicationDate><Publisher>Apress</Publisher><SKU>mon0001920250</SKU><Studio>Apress</Studio><Title>Learn
65
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1599</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>277</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.77</FormattedPrice></LowestUsedPrice><TotalNew>56</TotalNew><TotalUsed>62</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
66
  Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
61
- with this extensive guide to ObjectiveC, the native programming language for
62
- developing sophisticated software applications for Mac OS X. ObjectiveC is
63
- a powerful, objectoriented extension of C, making this book the perfect followup
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 ObjectiveC 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>
67
+ with this extensive guide to ObjectiveC, the native programming language for
68
+ developing sophisticated software applications for Mac OS X. ObjectiveC is
69
+ a powerful, objectoriented extension of C, making this book the perfect followup
70
+ to Dave Mark’s bestselling &lt;em&gt;Learn C on the Mac, Mac OS X Edition&lt;/em&gt;.
71
+ Whether you’re an experienced C programmer or you’re coming from a different
72
+ language such as C++ or Java, leading Mac experts &lt;strong&gt;Mark Dalrymple&lt;/strong&gt;
73
+ and &lt;strong&gt;Scott Knaster&lt;/strong&gt; show you how to harness the powers
74
+ of ObjectiveC in your applications!&lt;/p&gt; &lt;ul&gt; &lt;li&gt;A complete
75
+ course on the basics of Objective–C using Apple’s free Xcode tools &lt;/li&gt; &lt;li&gt;An
76
+ introduction to object–oriented programming &lt;/li&gt; &lt;li&gt;Comprehensive
77
+ coverage of inheritance, composition, object initialization, categories, protocols,
78
+ memory management, and organizing source files &lt;/li&gt; &lt;li&gt;A brief
79
+ tour of Cocoa’s foundation framework and AppKit &lt;/li&gt; &lt;li&gt;A
80
+ helpful “learning curve” guide for non–C developers &lt;/li&gt; &lt;/ul&gt;
81
+ &lt;h3&gt;What you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;Learn Objective–C
82
+ programming, the gateway to programming your Mac or iPhone&lt;/li&gt; &lt;li&gt;Write
83
+ applications for the Mac OS X interface, the cleanest user–interface around&lt;/li&gt; &lt;li&gt;Understand
84
+ variables and how to design your own data structures&lt;/li&gt; &lt;li&gt;Work
85
+ with the file system&lt;/li&gt; &lt;li&gt;Connect to data sources and the
86
+ Internet&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Who this book is for&lt;/h3&gt; &lt;p&gt; For
87
+ anyone wanting to learn to program native applications in Mac OS X, including
88
+ developers new to the Mac, developers new to Objective–C, or students entirely
89
+ new to programming. &lt;/p&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
81
90
  http_version: '1.1'
@@ -2,80 +2,89 @@
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=eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg=&Timestamp=2011-11-17T12:26:37Z&Version=2010-11-01
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAIBNLWSCV5OXMPD6A&AssociateTag=phoet-20&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=Dh2jnaP+3+kP4+yYC3ZLYuRsGhEanlVpXsTOm/QPFtU=&Timestamp=2012-09-22T13:35:24Z&Version=2011-08-01
6
6
  body:
7
7
  headers:
8
8
  response: !ruby/struct:VCR::Response
9
9
  status: !ruby/struct:VCR::ResponseStatus
10
10
  code: 200
11
- message: OK
11
+ message: !binary |-
12
+ T0s=
12
13
  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>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
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
14
+ !binary "ZGF0ZQ==":
15
+ - !binary |-
16
+ U2F0LCAyMiBTZXAgMjAxMiAxMzozNToxOSBHTVQ=
17
+ !binary "c2VydmVy":
18
+ - !binary |-
19
+ U2VydmVy
20
+ !binary "Y29udGVudC10eXBl":
21
+ - !binary |-
22
+ dGV4dC94bWw7Y2hhcnNldD1VVEYtOA==
23
+ !binary "dmFyeQ==":
24
+ - !binary |-
25
+ QWNjZXB0LUVuY29kaW5nLFVzZXItQWdlbnQ=
26
+ !binary "bm5jb2VjdGlvbg==":
27
+ - !binary |-
28
+ Y2xvc2U=
29
+ !binary "dHJhbnNmZXItZW5jb2Rpbmc=":
30
+ - !binary |-
31
+ Y2h1bmtlZA==
32
+ body: <?xml version="1.0" ?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2011-08-01"><OperationRequest><RequestId>ca2e6fe5-846d-4b9c-a08b-9179b2acb82a</RequestId><Arguments><Argument
33
+ Name="Operation" Value="ItemLookup"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
34
+ Name="Signature" Value="Dh2jnaP+3+kP4+yYC3ZLYuRsGhEanlVpXsTOm/QPFtU="></Argument><Argument
35
+ Name="AssociateTag" Value="phoet-20"></Argument><Argument Name="Version" Value="2011-08-01"></Argument><Argument
36
+ Name="ItemId" Value="1430218150"></Argument><Argument Name="AWSAccessKeyId"
37
+ Value="AKIAIBNLWSCV5OXMPD6A"></Argument><Argument Name="Timestamp" Value="2012-09-22T13:35:24Z"></Argument><Argument
38
+ Name="ResponseGroup" Value="Medium"></Argument></Arguments><RequestProcessingTime>0.0185610000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><IdType>ASIN</IdType><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
39
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
40
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
41
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
42
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
43
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
44
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
45
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>147373</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
40
46
  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
47
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
42
48
  Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
43
49
  Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
44
50
  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
51
  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
52
  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
53
  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
54
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
55
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Scott
56
+ Knaster</Author><Author>Mark Dalrymple</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1</Edition><Feature>Apress
57
+ Learn ObjectiveC on the Mac</Feature><Feature>Take your coding skills to the
58
+ next level with this extensive guide to ObjectiveC, the native programming language
59
+ for developing sophisticated software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
60
+ Units="hundredths-inches">925</Height><Length Units="hundredths-inches">752</Length><Weight
61
+ Units="hundredths-pounds">137</Weight><Width Units="hundredths-inches">71</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
62
+ 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
57
63
  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
64
+ 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>2009-01-07</PublicationDate><Publisher>Apress</Publisher><SKU>mon0001920250</SKU><Studio>Apress</Studio><Title>Learn
65
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1599</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>277</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.77</FormattedPrice></LowestUsedPrice><TotalNew>56</TotalNew><TotalUsed>62</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
66
  Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
61
- with this extensive guide to ObjectiveC, the native programming language for
62
- developing sophisticated software applications for Mac OS X. ObjectiveC is
63
- a powerful, objectoriented extension of C, making this book the perfect followup
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 ObjectiveC 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>
67
+ with this extensive guide to ObjectiveC, the native programming language for
68
+ developing sophisticated software applications for Mac OS X. ObjectiveC is
69
+ a powerful, objectoriented extension of C, making this book the perfect followup
70
+ to Dave Mark’s bestselling &lt;em&gt;Learn C on the Mac, Mac OS X Edition&lt;/em&gt;.
71
+ Whether you’re an experienced C programmer or you’re coming from a different
72
+ language such as C++ or Java, leading Mac experts &lt;strong&gt;Mark Dalrymple&lt;/strong&gt;
73
+ and &lt;strong&gt;Scott Knaster&lt;/strong&gt; show you how to harness the powers
74
+ of ObjectiveC in your applications!&lt;/p&gt; &lt;ul&gt; &lt;li&gt;A complete
75
+ course on the basics of Objective–C using Apple’s free Xcode tools &lt;/li&gt; &lt;li&gt;An
76
+ introduction to object–oriented programming &lt;/li&gt; &lt;li&gt;Comprehensive
77
+ coverage of inheritance, composition, object initialization, categories, protocols,
78
+ memory management, and organizing source files &lt;/li&gt; &lt;li&gt;A brief
79
+ tour of Cocoa’s foundation framework and AppKit &lt;/li&gt; &lt;li&gt;A
80
+ helpful “learning curve” guide for non–C developers &lt;/li&gt; &lt;/ul&gt;
81
+ &lt;h3&gt;What you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;Learn Objective–C
82
+ programming, the gateway to programming your Mac or iPhone&lt;/li&gt; &lt;li&gt;Write
83
+ applications for the Mac OS X interface, the cleanest user–interface around&lt;/li&gt; &lt;li&gt;Understand
84
+ variables and how to design your own data structures&lt;/li&gt; &lt;li&gt;Work
85
+ with the file system&lt;/li&gt; &lt;li&gt;Connect to data sources and the
86
+ Internet&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Who this book is for&lt;/h3&gt; &lt;p&gt; For
87
+ anyone wanting to learn to program native applications in Mac OS X, including
88
+ developers new to the Mac, developers new to Objective–C, or students entirely
89
+ new to programming. &lt;/p&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
81
90
  http_version: '1.1'
@@ -2,80 +2,89 @@
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=eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg=&Timestamp=2011-11-17T12:26:37Z&Version=2010-11-01
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAIBNLWSCV5OXMPD6A&AssociateTag=phoet-20&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=Dh2jnaP+3+kP4+yYC3ZLYuRsGhEanlVpXsTOm/QPFtU=&Timestamp=2012-09-22T13:35:24Z&Version=2011-08-01
6
6
  body:
7
7
  headers:
8
8
  response: !ruby/struct:VCR::Response
9
9
  status: !ruby/struct:VCR::ResponseStatus
10
10
  code: 200
11
- message: OK
11
+ message: !binary |-
12
+ T0s=
12
13
  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"?><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
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
14
+ !binary "ZGF0ZQ==":
15
+ - !binary |-
16
+ U2F0LCAyMiBTZXAgMjAxMiAxMzozNToyMCBHTVQ=
17
+ !binary "c2VydmVy":
18
+ - !binary |-
19
+ U2VydmVy
20
+ !binary "Y29udGVudC10eXBl":
21
+ - !binary |-
22
+ dGV4dC94bWw7Y2hhcnNldD1VVEYtOA==
23
+ !binary "dmFyeQ==":
24
+ - !binary |-
25
+ QWNjZXB0LUVuY29kaW5nLFVzZXItQWdlbnQ=
26
+ !binary "bm5jb2VjdGlvbg==":
27
+ - !binary |-
28
+ Y2xvc2U=
29
+ !binary "dHJhbnNmZXItZW5jb2Rpbmc=":
30
+ - !binary |-
31
+ Y2h1bmtlZA==
32
+ body: <?xml version="1.0" ?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2011-08-01"><OperationRequest><RequestId>29a658af-e08b-4b8d-affc-0ea3426f4ed5</RequestId><Arguments><Argument
33
+ Name="Operation" Value="ItemLookup"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
34
+ Name="Signature" Value="Dh2jnaP+3+kP4+yYC3ZLYuRsGhEanlVpXsTOm/QPFtU="></Argument><Argument
35
+ Name="AssociateTag" Value="phoet-20"></Argument><Argument Name="Version" Value="2011-08-01"></Argument><Argument
36
+ Name="ItemId" Value="1430218150"></Argument><Argument Name="AWSAccessKeyId"
37
+ Value="AKIAIBNLWSCV5OXMPD6A"></Argument><Argument Name="Timestamp" Value="2012-09-22T13:35:24Z"></Argument><Argument
38
+ Name="ResponseGroup" Value="Medium"></Argument></Arguments><RequestProcessingTime>0.0148570000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><IdType>ASIN</IdType><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
39
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
40
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
41
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
42
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
43
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
44
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
45
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>147373</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
40
46
  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
47
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
42
48
  Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
43
49
  Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
44
50
  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
51
  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
52
  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
53
  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
54
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
55
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Scott
56
+ Knaster</Author><Author>Mark Dalrymple</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1</Edition><Feature>Apress
57
+ Learn ObjectiveC on the Mac</Feature><Feature>Take your coding skills to the
58
+ next level with this extensive guide to ObjectiveC, the native programming language
59
+ for developing sophisticated software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
60
+ Units="hundredths-inches">925</Height><Length Units="hundredths-inches">752</Length><Weight
61
+ Units="hundredths-pounds">137</Weight><Width Units="hundredths-inches">71</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
62
+ 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
57
63
  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
64
+ 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>2009-01-07</PublicationDate><Publisher>Apress</Publisher><SKU>mon0001920250</SKU><Studio>Apress</Studio><Title>Learn
65
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1599</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>277</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.77</FormattedPrice></LowestUsedPrice><TotalNew>56</TotalNew><TotalUsed>62</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
66
  Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
61
- with this extensive guide to ObjectiveC, the native programming language for
62
- developing sophisticated software applications for Mac OS X. ObjectiveC is
63
- a powerful, objectoriented extension of C, making this book the perfect followup
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 ObjectiveC 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>
67
+ with this extensive guide to ObjectiveC, the native programming language for
68
+ developing sophisticated software applications for Mac OS X. ObjectiveC is
69
+ a powerful, objectoriented extension of C, making this book the perfect followup
70
+ to Dave Mark’s bestselling &lt;em&gt;Learn C on the Mac, Mac OS X Edition&lt;/em&gt;.
71
+ Whether you’re an experienced C programmer or you’re coming from a different
72
+ language such as C++ or Java, leading Mac experts &lt;strong&gt;Mark Dalrymple&lt;/strong&gt;
73
+ and &lt;strong&gt;Scott Knaster&lt;/strong&gt; show you how to harness the powers
74
+ of ObjectiveC in your applications!&lt;/p&gt; &lt;ul&gt; &lt;li&gt;A complete
75
+ course on the basics of Objective–C using Apple’s free Xcode tools &lt;/li&gt; &lt;li&gt;An
76
+ introduction to object–oriented programming &lt;/li&gt; &lt;li&gt;Comprehensive
77
+ coverage of inheritance, composition, object initialization, categories, protocols,
78
+ memory management, and organizing source files &lt;/li&gt; &lt;li&gt;A brief
79
+ tour of Cocoa’s foundation framework and AppKit &lt;/li&gt; &lt;li&gt;A
80
+ helpful “learning curve” guide for non–C developers &lt;/li&gt; &lt;/ul&gt;
81
+ &lt;h3&gt;What you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;Learn Objective–C
82
+ programming, the gateway to programming your Mac or iPhone&lt;/li&gt; &lt;li&gt;Write
83
+ applications for the Mac OS X interface, the cleanest user–interface around&lt;/li&gt; &lt;li&gt;Understand
84
+ variables and how to design your own data structures&lt;/li&gt; &lt;li&gt;Work
85
+ with the file system&lt;/li&gt; &lt;li&gt;Connect to data sources and the
86
+ Internet&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Who this book is for&lt;/h3&gt; &lt;p&gt; For
87
+ anyone wanting to learn to program native applications in Mac OS X, including
88
+ developers new to the Mac, developers new to Objective–C, or students entirely
89
+ new to programming. &lt;/p&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
81
90
  http_version: '1.1'