asin 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.travis.yml +4 -6
- data/CHANGELOG.rdoc +10 -0
- data/Gemfile.lock +36 -26
- data/README.rdoc +11 -9
- data/asin.gemspec +13 -11
- data/lib/asin/client.rb +27 -7
- data/lib/asin/configuration.rb +52 -100
- data/lib/asin/version.rb +1 -1
- data/rakefile.rb +1 -7
- data/spec/browse_node_spec.rb +1 -3
- data/spec/cart_spec.rb +26 -36
- data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_add_items_to_a_cart.yml +68 -0
- data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_clear_a_cart.yml +66 -0
- data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_get_a_cart.yml +67 -0
- data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_update_a_cart.yml +70 -0
- data/spec/cassettes/{browse_node_599826.yml → asin/browse_node_should_lookup_a_browse_node.yml} +8 -8
- data/spec/cassettes/asin/cart_should_create_a_cart.yml +36 -0
- data/spec/cassettes/{lookup_1430218150_item_class.yml → asin/lookup_and_search_should_have_metadata.yml} +39 -21
- data/spec/cassettes/{lookup_1430218150.yml → asin/lookup_and_search_should_lookup_a_book.yml} +39 -21
- data/spec/cassettes/{lookup_multiple_asins.yml → asin/lookup_and_search_should_lookup_multiple_books.yml} +89 -71
- data/spec/cassettes/{lookup_1430218150_small_and_alternateversions.yml → asin/lookup_and_search_should_lookup_multiple_response_groups.yml} +7 -7
- data/spec/cassettes/{lookup_1430218150_rash.yml → asin/lookup_and_search_should_return_a_custom_item_class.yml} +39 -21
- data/spec/cassettes/{lookup_1430218150_medium.yml → asin/lookup_and_search_should_return_a_mash_value.yml} +39 -21
- data/spec/cassettes/{lookup_1430218150_mash.yml → asin/lookup_and_search_should_return_a_rash_value.yml} +39 -21
- data/spec/cassettes/asin/lookup_and_search_should_return_a_raw_value.yml +81 -0
- data/spec/cassettes/asin/lookup_and_search_should_search_keywords_a_book_with_fulltext.yml +538 -0
- data/spec/cassettes/{search_keywords_single_result.yml → asin/lookup_and_search_should_search_keywords_and_handle_a_single_result.yml} +19 -19
- data/spec/cassettes/{search_keywords_index_music.yml → asin/lookup_and_search_should_search_keywords_never_mind_music.yml} +62 -59
- data/spec/cassettes/asin/lookup_and_search_should_search_music.yml +37 -0
- data/spec/cassettes/{search_keywords_key_index_music.yml → asin/lookup_and_search_should_search_never_mind_music.yml} +76 -67
- data/spec/cassettes/asin/similarity_should_find_similar_items.yml +618 -0
- data/spec/cassettes/asin/similarity_should_find_similar_items_for_multiple_asins_and_different_config.yml +58 -0
- data/spec/cassettes/asin/similarity_should_lookup_for_similar_items.yml +618 -0
- data/spec/config_spec.rb +2 -7
- data/spec/search_spec.rb +60 -87
- data/spec/similarity_spec.rb +23 -0
- data/spec/spec_helper.rb +19 -6
- metadata +158 -137
- data/spec/cassettes/add_items1430216263.yml +0 -67
- data/spec/cassettes/clear_cart.yml +0 -65
- data/spec/cassettes/create_cart_with_asin_1430218150_and_other_asin_1430216263.yml +0 -36
- data/spec/cassettes/get_cart.yml +0 -67
- data/spec/cassettes/lookup_1430218150_raw.yml +0 -63
- data/spec/cassettes/search_index_music.yml +0 -32
- data/spec/cassettes/search_keywords.yml +0 -479
- 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=
|
6
|
-
body:
|
7
|
-
headers:
|
5
|
+
uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=Npr2EeHz/6LoRqC6OEmmjLkyoFyR88UmnpB366XDQ3o=&Timestamp=2011-11-17T12:26:36Z&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
|
-
-
|
14
|
+
- Thu, 17 Nov 2011 12:26:36 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><
|
26
|
-
Name="
|
27
|
-
Name="
|
28
|
-
Name="
|
29
|
-
|
30
|
-
Value="
|
31
|
-
Name="
|
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>0WJPJM3NR1B2TD8AFE5J</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="Npr2EeHz/6LoRqC6OEmmjLkyoFyR88UmnpB366XDQ3o="></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:36Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0319437980651855</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>
|
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><
|
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><
|
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
|
60
|
-
Description</Source><Content><
|
61
|
-
|
62
|
-
|
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><p>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!</p><ul><li>A
|
68
|
+
complete course on the basics of Objective—C using AppleÕs free Xcode tools<li>An
|
69
|
+
introduction to object—oriented programming<li>Comprehensive coverage
|
70
|
+
of inheritance, composition, object initialization, categories, protocols, memory
|
71
|
+
management, and organizing source files<li>A brief tour of CocoaÕs Foundation
|
72
|
+
framework and AppKit<li>A helpful Òlearning curveÓ guide for non—C developers</ul></p><p><b>What
|
73
|
+
youÕll learn</b><ul><li>Learn Objective—C programming, the
|
74
|
+
gateway to programming your Mac or iPhone.<li>Write applications for the
|
75
|
+
Mac OS X interface, the cleanest user—interface around.<li>Understand
|
76
|
+
variables and how to design your own data structures.<li>Work with the
|
77
|
+
file system.<li>Connect to data sources and the Internet.</ul></p><p><b>Who
|
78
|
+
is this book for?</b></p><p>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'
|
data/spec/cassettes/{lookup_1430218150.yml → asin/lookup_and_search_should_lookup_a_book.yml}
RENAMED
@@ -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=
|
6
|
-
body:
|
7
|
-
headers:
|
5
|
+
uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=HviZwBRydx//vvn5nFhiRlqO9sdeSkECGK+zgTAbsRg=&Timestamp=2011-11-17T12:26:35Z&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
|
-
-
|
14
|
+
- Thu, 17 Nov 2011 12:26:35 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><
|
26
|
-
Name="
|
27
|
-
Name="ItemId" Value="1430218150"></Argument><Argument
|
28
|
-
Value="
|
29
|
-
|
30
|
-
|
31
|
-
Name="
|
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>016R8HFAHNHNP3CDAGXJ</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="HviZwBRydx//vvn5nFhiRlqO9sdeSkECGK+zgTAbsRg="></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:35Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0330829620361328</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>
|
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><
|
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><
|
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
|
60
|
-
Description</Source><Content><
|
61
|
-
|
62
|
-
|
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><p>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!</p><ul><li>A
|
68
|
+
complete course on the basics of Objective—C using AppleÕs free Xcode tools<li>An
|
69
|
+
introduction to object—oriented programming<li>Comprehensive coverage
|
70
|
+
of inheritance, composition, object initialization, categories, protocols, memory
|
71
|
+
management, and organizing source files<li>A brief tour of CocoaÕs Foundation
|
72
|
+
framework and AppKit<li>A helpful Òlearning curveÓ guide for non—C developers</ul></p><p><b>What
|
73
|
+
youÕll learn</b><ul><li>Learn Objective—C programming, the
|
74
|
+
gateway to programming your Mac or iPhone.<li>Write applications for the
|
75
|
+
Mac OS X interface, the cleanest user—interface around.<li>Understand
|
76
|
+
variables and how to design your own data structures.<li>Work with the
|
77
|
+
file system.<li>Connect to data sources and the Internet.</ul></p><p><b>Who
|
78
|
+
is this book for?</b></p><p>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,1430216263&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=
|
6
|
-
body:
|
7
|
-
headers:
|
5
|
+
uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150,1430216263&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=i/g4swEwkR6lFS0suFPw+6PTUqfEhIwJ9ERAP4+p1bM=&Timestamp=2011-11-17T12:26:36Z&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
|
-
-
|
14
|
+
- Thu, 17 Nov 2011 12:26:36 GMT
|
15
15
|
server:
|
16
16
|
- Server
|
17
17
|
content-type:
|
@@ -22,92 +22,110 @@
|
|
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><
|
26
|
-
Name="
|
27
|
-
Name="
|
28
|
-
Name="
|
29
|
-
|
30
|
-
Value="
|
31
|
-
Name="
|
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>15M6SHS953BWYGZFYB6B</RequestId><Arguments><Argument
|
27
|
+
Name="AssociateTag"></Argument><Argument Name="ItemId" Value="1430218150,1430216263"></Argument><Argument
|
28
|
+
Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature"
|
29
|
+
Value="i/g4swEwkR6lFS0suFPw+6PTUqfEhIwJ9ERAP4+p1bM="></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:36Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0527219772338867</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><ItemId>1430216263</ItemId><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup></ItemLookupRequest></Request><Item><ASIN>1430216263</ASIN><DetailPageURL>http://www.amazon.com/Beginning-iPhone-Development-Exploring-SDK/dp/1430216263%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430216263</DetailPageURL><ItemLinks><ItemLink><Description>Technical
|
33
|
+
Details</Description><URL>http://www.amazon.com/Beginning-iPhone-Development-Exploring-SDK/dp/tech-data/1430216263%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>Add
|
34
|
+
To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430216263%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>Add
|
35
|
+
To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430216263%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>Add
|
36
|
+
To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430216263%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>Tell
|
37
|
+
A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430216263%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>All
|
38
|
+
Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430216263%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink><ItemLink><Description>All
|
39
|
+
Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430216263%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430216263</URL></ItemLink></ItemLinks><SalesRank>231995</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL75_.jpg</URL><Height
|
40
|
+
Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL160_.jpg</URL><Height
|
41
|
+
Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL500_.jpg</URL><Height
|
42
|
+
Units="pixels">500</Height><Width Units="pixels">378</Width></LargeImage><ImageSets><ImageSet
|
43
|
+
Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL30_.jpg</URL><Height
|
44
|
+
Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL75_.jpg</URL><Height
|
45
|
+
Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL75_.jpg</URL><Height
|
46
|
+
Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL110_.jpg</URL><Height
|
47
|
+
Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL160_.jpg</URL><Height
|
48
|
+
Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41E6e5kF3xL._SL500_.jpg</URL><Height
|
49
|
+
Units="pixels">500</Height><Width Units="pixels">378</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Dave
|
50
|
+
Mark</Author><Author>Jeff LaMarche</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430216261</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.26</DeweyDecimalNumber><EAN>9781430216261</EAN><EANList><EANListElement>9781430216261</EANListElement></EANList><Edition>1st
|
51
|
+
ed. 2009. Corr. 4th printing</Edition><Feature>Apress Beginning iPhone Development:
|
52
|
+
Exporing the iPhone SDK</Feature><Feature>Are you a programmer looking for a
|
53
|
+
new challenge? Does the thought of building your very own iPhone app make your
|
54
|
+
heart race and your pulse quicken? If so, then Beginning iPhone Development
|
55
|
+
is just the book for you.</Feature><ISBN>1430216263</ISBN><ItemDimensions><Height
|
56
|
+
Units="hundredths-inches">130</Height><Length Units="hundredths-inches">920</Length><Weight
|
57
|
+
Units="hundredths-pounds">200</Weight><Width Units="hundredths-inches">750</Width></ItemDimensions><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>9781430216261</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>536</NumberOfPages><PackageDimensions><Height
|
58
|
+
Units="hundredths-inches">130</Height><Length Units="hundredths-inches">920</Length><Weight
|
59
|
+
Units="hundredths-pounds">190</Weight><Width Units="hundredths-inches">690</Width></PackageDimensions><PartNumber>9781430216261</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-11-21</PublicationDate><Publisher>Apress</Publisher><SKU>3_1430216263</SKU><Studio>Apress</Studio><Title>Beginning
|
60
|
+
iPhone Development: Exploring the iPhone SDK</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>234</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.34</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>234</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.34</FormattedPrice></LowestUsedPrice><TotalNew>54</TotalNew><TotalUsed>65</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
|
61
|
+
Description</Source><Content><p> Are you a programmer looking for a new
|
62
|
+
challenge? Does the thought of building your very own iPhone app make your heart
|
63
|
+
race and your pulse quicken? If so, then Beginning iPhone Development is just
|
64
|
+
the book for you. </p> <p> Assuming only a minimal working knowledge
|
65
|
+
of Objective-C, and written in a friendly, easy-to-follow style, Beginning iPhone
|
66
|
+
Development offers a complete soup-to-nuts course in iPhone and iPod touch programming.
|
67
|
+
</p> <p> The book starts with the basics, walking you through the
|
68
|
+
process of downloading and installing Apple''s free iPhone SDK, then stepping
|
69
|
+
you though the creation of your first simple iPhone application. You''ll move
|
70
|
+
on from there, mastering all the iPhone interface elements that you''ve come
|
71
|
+
to know and love, such as buttons, switches, pickers, toolbars, sliders, etc.
|
72
|
+
</p> <p> You''ll master a variety of design patterns, from the simplest
|
73
|
+
single view to complex hierarchical drill-downs. You''ll master the art of table-building
|
74
|
+
and learn how to save your data using the iPhone file system. You''ll also learn
|
75
|
+
how to save and retrieve your data using SQLite, iPhone''s built-in database
|
76
|
+
management system. </p> <p> You''ll learn how to draw using Quartz
|
77
|
+
2D and OpenGL ES. You''ll add MultiTouch Gestural Support (pinches and swipes)
|
78
|
+
to your applications, and work with the Camera, Photo Library, and Accelerometer.
|
79
|
+
You''ll master application preferences, learn how to localize your apps into
|
80
|
+
other languages, and so much more. </p> <p> Apple''s iPhone SDK,
|
81
|
+
this book, and your imagination are all you''ll need to start building your
|
82
|
+
very own best-selling iPhone applications. </p><br /><br /></Content></EditorialReview></EditorialReviews></Item><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
83
|
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
84
|
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
85
|
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
86
|
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
87
|
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
88
|
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>
|
89
|
+
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
90
|
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
|
91
|
+
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
92
|
Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
|
42
93
|
Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
|
43
94
|
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
95
|
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
96
|
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
97
|
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
|
98
|
+
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
99
|
Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Mark
|
49
100
|
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
101
|
ed. 2009. Corr. 3rd printing</Edition><Feature>Apress Learn ObjectiveC on the
|
51
102
|
Mac</Feature><Feature>Take your coding skills to the next level with this extensive
|
52
103
|
guide to ObjectiveC, the native programming language for developing sophisticated
|
53
|
-
software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><
|
104
|
+
software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
|
54
105
|
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><
|
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
|
106
|
+
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
107
|
Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
|
58
108
|
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
|
60
|
-
Description</Source><Content><
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
A
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
ed. 2009. Corr. 4th printing</Edition><Feature>Apress Beginning iPhone Development:
|
82
|
-
Exporing the iPhone SDK</Feature><Feature>Are you a programmer looking for a
|
83
|
-
new challenge? Does the thought of building your very own iPhone app make your
|
84
|
-
heart race and your pulse quicken? If so, then Beginning iPhone Development
|
85
|
-
is just the book for you.</Feature><ISBN>1430216263</ISBN><ItemDimensions><Weight
|
86
|
-
Units="hundredths-pounds">300</Weight></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
|
87
|
-
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>9781430216261</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>536</NumberOfPages><PackageDimensions><Height
|
88
|
-
Units="hundredths-inches">130</Height><Length Units="hundredths-inches">920</Length><Weight
|
89
|
-
Units="hundredths-pounds">190</Weight><Width Units="hundredths-inches">690</Width></PackageDimensions><PartNumber>9781430216261</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-11-21</PublicationDate><Publisher>Apress</Publisher><SKU>BKK-07901005-M</SKU><Studio>Apress</Studio><Title>Beginning
|
90
|
-
iPhone Development: Exploring the iPhone SDK</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>489</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.89</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>108</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.08</FormattedPrice></LowestUsedPrice><TotalNew>37</TotalNew><TotalUsed>64</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
|
91
|
-
Description</Source><Content><P>Beginning iPhone Development: Exploring
|
92
|
-
the iPhone SDK is the second beginning level book from Apress that is written
|
93
|
-
for developers who want to program Apple’s iPhone, this time focusing on how
|
94
|
-
to take advantage of the powerful new SDK that Apple are due to release in the
|
95
|
-
second half of 2008.</P> <P>So while our first book (Beginning
|
96
|
-
iPhone Application Development 978-1-4302-1051-1) was a general introduction
|
97
|
-
to application development on the iPhone with general introductions to the tools
|
98
|
-
of the trade such as Objective-C, the platform APIs and developer tools, this
|
99
|
-
second book focuses specifically on the new iPhone 2 SDK, which will give developers
|
100
|
-
new ways to create experiences for iPhone users.</P> <P>Readers
|
101
|
-
will discover how to create programs for the iPhone using Apple''s official
|
102
|
-
Software Development Kit (SDK). Readers will learn to design user interfaces
|
103
|
-
using Apple''s Interface Builder tool, starting with simple interfaces and progressing
|
104
|
-
to complex, professional-quality multi-view applications. Using a practical
|
105
|
-
step-by-step approach, the readers will see how to implement common iPhone application
|
106
|
-
interfaces and learn about about the Model-View-Controller approach to programming
|
107
|
-
used throughout the iPhone SDK. Readers will also see how to interact with the
|
108
|
-
user through the iPhone''s multitouch screen as well as learn how to save data
|
109
|
-
using the iPhone''s file system and the embedded SQLite database. The book is
|
110
|
-
packed with information and code samples showing how to exploit all the goodness
|
111
|
-
of the new SDK from the iPhone''s built-in accelerometer to the built-in camera
|
112
|
-
and everything in between.</P></Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>'
|
109
|
+
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
|
110
|
+
Description</Source><Content><p>Take your coding skills to the next level
|
111
|
+
with this extensive guide to Objective—C, the native programming language for
|
112
|
+
developing sophisticated software applications for Mac OS X. Objective—C is
|
113
|
+
a powerful, object—oriented extension of C, making this book the perfect follow—up
|
114
|
+
to Dave MarkÕs best—selling Learn C on the Mac, Mac OS X Edition. Whether youÕre
|
115
|
+
an experienced C programmer or youÕre coming from a different language such
|
116
|
+
as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you
|
117
|
+
how to harness the powers of Objective—C in your applications!</p><ul><li>A
|
118
|
+
complete course on the basics of Objective—C using AppleÕs free Xcode tools<li>An
|
119
|
+
introduction to object—oriented programming<li>Comprehensive coverage
|
120
|
+
of inheritance, composition, object initialization, categories, protocols, memory
|
121
|
+
management, and organizing source files<li>A brief tour of CocoaÕs Foundation
|
122
|
+
framework and AppKit<li>A helpful Òlearning curveÓ guide for non—C developers</ul></p><p><b>What
|
123
|
+
youÕll learn</b><ul><li>Learn Objective—C programming, the
|
124
|
+
gateway to programming your Mac or iPhone.<li>Write applications for the
|
125
|
+
Mac OS X interface, the cleanest user—interface around.<li>Understand
|
126
|
+
variables and how to design your own data structures.<li>Work with the
|
127
|
+
file system.<li>Connect to data sources and the Internet.</ul></p><p><b>Who
|
128
|
+
is this book for?</b></p><p>For anyone wanting to learn to
|
129
|
+
program native applications in Mac OS X, including developers new to the Mac,
|
130
|
+
developers new to Objective—C, or students entirely new to programming.</Content></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>'
|
113
131
|
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=Small,AlternateVersions&Service=AWSECommerceService&Signature=
|
6
|
-
body:
|
7
|
-
headers:
|
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
|
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
|
-
-
|
14
|
+
- Thu, 17 Nov 2011 12:26:36 GMT
|
15
15
|
server:
|
16
16
|
- Server
|
17
17
|
content-type:
|
@@ -23,13 +23,13 @@
|
|
23
23
|
transfer-encoding:
|
24
24
|
- chunked
|
25
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>
|
26
|
+
Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>0QNSY4530XR303ZYHQXY</RequestId><Arguments><Argument
|
27
27
|
Name="AssociateTag"></Argument><Argument Name="ItemId" Value="1430218150"></Argument><Argument
|
28
28
|
Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature"
|
29
|
-
Value="
|
29
|
+
Value="tU2msJ9gJuMToEhT1QKEEyuM0R0hLyash4oZx5SoFyE="></Argument><Argument Name="ResponseGroup"
|
30
30
|
Value="Small,AlternateVersions"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument
|
31
31
|
Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
|
32
|
-
Value="2011-
|
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
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
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
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
|
@@ -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=
|
6
|
-
body:
|
7
|
-
headers:
|
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
|
-
-
|
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><
|
26
|
-
Name="
|
27
|
-
Name="
|
28
|
-
Name="
|
29
|
-
|
30
|
-
Value="
|
31
|
-
Name="
|
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
|
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>
|
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><
|
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><
|
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
|
60
|
-
Description</Source><Content><
|
61
|
-
|
62
|
-
|
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><p>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!</p><ul><li>A
|
68
|
+
complete course on the basics of Objective—C using AppleÕs free Xcode tools<li>An
|
69
|
+
introduction to object—oriented programming<li>Comprehensive coverage
|
70
|
+
of inheritance, composition, object initialization, categories, protocols, memory
|
71
|
+
management, and organizing source files<li>A brief tour of CocoaÕs Foundation
|
72
|
+
framework and AppKit<li>A helpful Òlearning curveÓ guide for non—C developers</ul></p><p><b>What
|
73
|
+
youÕll learn</b><ul><li>Learn Objective—C programming, the
|
74
|
+
gateway to programming your Mac or iPhone.<li>Write applications for the
|
75
|
+
Mac OS X interface, the cleanest user—interface around.<li>Understand
|
76
|
+
variables and how to design your own data structures.<li>Work with the
|
77
|
+
file system.<li>Connect to data sources and the Internet.</ul></p><p><b>Who
|
78
|
+
is this book for?</b></p><p>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'
|