asin 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. data/Gemfile.lock +4 -4
  2. data/lib/asin/client.rb +13 -2
  3. data/lib/asin/version.rb +1 -1
  4. data/spec/browse_node_spec.rb +0 -10
  5. data/spec/cart_spec.rb +0 -7
  6. data/spec/cassettes/add_items1430216263.yml +67 -0
  7. data/spec/cassettes/browse_node_599826.yml +38 -0
  8. data/spec/cassettes/clear_cart.yml +65 -0
  9. data/spec/cassettes/create_cart_with_asin_1430218150_and_other_asin_1430216263.yml +36 -0
  10. data/spec/cassettes/get_cart.yml +67 -0
  11. data/spec/cassettes/lookup_1430218150.yml +63 -0
  12. data/spec/cassettes/lookup_1430218150_item_class.yml +63 -0
  13. data/spec/cassettes/lookup_1430218150_mash.yml +63 -0
  14. data/spec/cassettes/lookup_1430218150_medium.yml +63 -0
  15. data/spec/cassettes/lookup_1430218150_rash.yml +63 -0
  16. data/spec/cassettes/lookup_1430218150_raw.yml +63 -0
  17. data/spec/cassettes/lookup_1430218150_small_and_alternateversions.yml +43 -0
  18. data/{cassettes → spec/cassettes}/lookup_multiple_asins.yml +12 -11
  19. data/spec/cassettes/search_index_music.yml +32 -0
  20. data/spec/cassettes/search_keywords.yml +479 -0
  21. data/{cassettes → spec/cassettes}/search_keywords_index_music.yml +36 -36
  22. data/spec/cassettes/search_keywords_key_index_music.yml +113 -0
  23. data/{cassettes → spec/cassettes}/search_keywords_single_result.yml +13 -13
  24. data/spec/cassettes/update_items.yml +70 -0
  25. data/spec/config_spec.rb +53 -0
  26. data/spec/search_spec.rb +13 -58
  27. data/spec/spec_helper.rb +13 -1
  28. metadata +134 -106
  29. data/cassettes/add_items1430216263.yml +0 -204
  30. data/cassettes/browse_node_599826.yml +0 -112
  31. data/cassettes/clear_cart.yml +0 -196
  32. data/cassettes/create_cart_with_asin_1430218150_and_other_asin_1430216263.yml +0 -36
  33. data/cassettes/get_cart.yml +0 -199
  34. data/cassettes/lookup_1430218150-0439023521_multiple.yml +0 -26
  35. data/cassettes/lookup_1430218150.yml +0 -184
  36. data/cassettes/lookup_1430218150_item_class.yml +0 -184
  37. data/cassettes/lookup_1430218150_mash.yml +0 -184
  38. data/cassettes/lookup_1430218150_medium.yml +0 -184
  39. data/cassettes/lookup_1430218150_rash.yml +0 -184
  40. data/cassettes/lookup_1430218150_raw.yml +0 -184
  41. data/cassettes/search_index_music.yml +0 -92
  42. data/cassettes/search_keywords.yml +0 -1513
  43. data/cassettes/search_keywords_key_index_music.yml +0 -231
  44. data/cassettes/update_items.yml +0 -208
@@ -1,92 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&Operation=ItemSearch&SearchIndex=Music&Service=AWSECommerceService&Signature=m8YWJzwx3+WA0ziQ2ypXiwO6Zx+Qij7Ffaz6gr+OPhw=&Timestamp=2011-08-02T14:48:00Z&Version=2010-11-01
6
- body: !!null
7
- headers: !!null
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- date:
14
- - Tue, 02 Aug 2011 14:49:30 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" ?><ItemSearchResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><RequestId>f44eeec8-c81a-4ed7-a8cd-b925d232084f</RequestId><Arguments><Argument
26
- Name="Operation" Value="ItemSearch"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
27
- Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
28
- Value="2011-08-02T14:48:00Z"></Argument><Argument Name="Signature" Value="m8YWJzwx3+WA0ziQ2ypXiwO6Zx+Qij7Ffaz6gr+OPhw="></Argument><Argument
29
- Name="SearchIndex" Value="Music"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0104630000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>False</IsValid><ItemSearchRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><MerchantId>Amazon</MerchantId><ResponseGroup>Small</ResponseGroup><ReviewSort>-SubmissionDate</ReviewSort><SearchIndex>Music</SearchIndex></ItemSearchRequest><Errors><Error><Code>AWS.MinimumParameterRequirement</Code><Message>Your
30
- request should have atleast 1 of the following parameters: ''Keywords'',''Title'',''Power'',''BrowseNode'',''Artist'',''Author'',''Actor'',''Director'',''AudienceRating'',''Manufacturer'',''MusicLabel'',''Composer'',''Publisher'',''Brand'',''Conductor'',''Orchestra'',''TextStream'',''Cuisine'',''City'',''Neighborhood''.</Message></Error></Errors></Request></Items></ItemSearchResponse>'
31
- http_version: '1.1'
32
- - !ruby/struct:VCR::HTTPInteraction
33
- request: !ruby/struct:VCR::Request
34
- method: :get
35
- uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&Operation=ItemSearch&SearchIndex=Music&Service=AWSECommerceService&Signature=m8YWJzwx3+WA0ziQ2ypXiwO6Zx+Qij7Ffaz6gr+OPhw=&Timestamp=2011-08-02T14:48:00Z&Version=2010-11-01
36
- body: !!null
37
- headers: !!null
38
- response: !ruby/struct:VCR::Response
39
- status: !ruby/struct:VCR::ResponseStatus
40
- code: 200
41
- message: OK
42
- headers:
43
- date:
44
- - Tue, 02 Aug 2011 14:49:42 GMT
45
- server:
46
- - Server
47
- content-type:
48
- - text/xml;charset=UTF-8
49
- vary:
50
- - Accept-Encoding,User-Agent
51
- nncoection:
52
- - close
53
- transfer-encoding:
54
- - chunked
55
- body: ! '<?xml version="1.0" ?><ItemSearchResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><RequestId>81e4aa1e-a911-491e-a081-6f2ec65ab1ab</RequestId><Arguments><Argument
56
- Name="Operation" Value="ItemSearch"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
57
- Name="Signature" Value="m8YWJzwx3+WA0ziQ2ypXiwO6Zx+Qij7Ffaz6gr+OPhw="></Argument><Argument
58
- Name="Version" Value="2010-11-01"></Argument><Argument Name="AWSAccessKeyId"
59
- Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp" Value="2011-08-02T14:48:00Z"></Argument><Argument
60
- Name="SearchIndex" Value="Music"></Argument></Arguments><RequestProcessingTime>0.0023460000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>False</IsValid><ItemSearchRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><MerchantId>Amazon</MerchantId><ResponseGroup>Small</ResponseGroup><ReviewSort>-SubmissionDate</ReviewSort><SearchIndex>Music</SearchIndex></ItemSearchRequest><Errors><Error><Code>AWS.MinimumParameterRequirement</Code><Message>Your
61
- request should have atleast 1 of the following parameters: ''Keywords'',''Title'',''Power'',''BrowseNode'',''Artist'',''Author'',''Actor'',''Director'',''AudienceRating'',''Manufacturer'',''MusicLabel'',''Composer'',''Publisher'',''Brand'',''Conductor'',''Orchestra'',''TextStream'',''Cuisine'',''City'',''Neighborhood''.</Message></Error></Errors></Request></Items></ItemSearchResponse>'
62
- http_version: '1.1'
63
- - !ruby/struct:VCR::HTTPInteraction
64
- request: !ruby/struct:VCR::Request
65
- method: :get
66
- uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&Operation=ItemSearch&SearchIndex=Music&Service=AWSECommerceService&Signature=m8YWJzwx3+WA0ziQ2ypXiwO6Zx+Qij7Ffaz6gr+OPhw=&Timestamp=2011-08-02T14:48:00Z&Version=2010-11-01
67
- body: !!null
68
- headers: !!null
69
- response: !ruby/struct:VCR::Response
70
- status: !ruby/struct:VCR::ResponseStatus
71
- code: 200
72
- message: OK
73
- headers:
74
- date:
75
- - Tue, 02 Aug 2011 14:54:05 GMT
76
- server:
77
- - Server
78
- content-type:
79
- - text/xml;charset=UTF-8
80
- vary:
81
- - Accept-Encoding,User-Agent
82
- nncoection:
83
- - close
84
- transfer-encoding:
85
- - chunked
86
- body: ! '<?xml version="1.0" ?><ItemSearchResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><RequestId>7345b46b-12ef-4c95-ae7c-003d8d3b3bb3</RequestId><Arguments><Argument
87
- Name="Operation" Value="ItemSearch"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
88
- Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
89
- Value="2011-08-02T14:48:00Z"></Argument><Argument Name="Signature" Value="m8YWJzwx3+WA0ziQ2ypXiwO6Zx+Qij7Ffaz6gr+OPhw="></Argument><Argument
90
- Name="SearchIndex" Value="Music"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0023690000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>False</IsValid><ItemSearchRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><MerchantId>Amazon</MerchantId><ResponseGroup>Small</ResponseGroup><ReviewSort>-SubmissionDate</ReviewSort><SearchIndex>Music</SearchIndex></ItemSearchRequest><Errors><Error><Code>AWS.MinimumParameterRequirement</Code><Message>Your
91
- request should have atleast 1 of the following parameters: ''Keywords'',''Title'',''Power'',''BrowseNode'',''Artist'',''Author'',''Actor'',''Director'',''AudienceRating'',''Manufacturer'',''MusicLabel'',''Composer'',''Publisher'',''Brand'',''Conductor'',''Orchestra'',''TextStream'',''Cuisine'',''City'',''Neighborhood''.</Message></Error></Errors></Request></Items></ItemSearchResponse>'
92
- http_version: '1.1'
@@ -1,1513 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&Keywords=Learn%20Objective-C&Operation=ItemSearch&ResponseGroup=Medium&SearchIndex=Books&Service=AWSECommerceService&Signature=cQysX7SHbmrF+yTDoIdIu10uirlEPUy+5FM/HDG8TQU=&Timestamp=2011-08-02T14:48:00Z&Version=2010-11-01
6
- body: !!null
7
- headers: !!null
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- date:
14
- - Tue, 02 Aug 2011 14:49:28 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" ?><ItemSearchResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><RequestId>92b861ff-35d9-4bc6-b4d4-f045fe930d05</RequestId><Arguments><Argument
26
- Name="Operation" Value="ItemSearch"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
27
- Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
28
- Value="2011-08-02T14:48:00Z"></Argument><Argument Name="Signature" Value="cQysX7SHbmrF+yTDoIdIu10uirlEPUy+5FM/HDG8TQU="></Argument><Argument
29
- Name="ResponseGroup" Value="Medium"></Argument><Argument Name="SearchIndex"
30
- Value="Books"></Argument><Argument Name="Version" Value="2010-11-01"></Argument><Argument
31
- Name="Keywords" Value="Learn Objective-C"></Argument></Arguments><RequestProcessingTime>0.0764370000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemSearchRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><Keywords>Learn
32
- Objective-C</Keywords><MerchantId>Amazon</MerchantId><ResponseGroup>Medium</ResponseGroup><ReviewSort>-SubmissionDate</ReviewSort><SearchIndex>Books</SearchIndex></ItemSearchRequest></Request><TotalResults>83</TotalResults><TotalPages>9</TotalPages><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>20399</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
40
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
41
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
42
- Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
43
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
44
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
45
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
46
- Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
47
- Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
48
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.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><IsEligibleForTradeIn>1</IsEligibleForTradeIn><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><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
57
- 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
58
- Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
59
- 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>9781430218159_ln</SKU><Studio>Apress</Studio><Title>Learn
60
- Objective-C on the Mac (Learn Series)</Title><TradeInValue><Amount>68</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.68</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.00</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>789</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.89</FormattedPrice></LowestUsedPrice><TotalNew>47</TotalNew><TotalUsed>33</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
61
- Description</Source><Content>&lt;P&gt;Learn Objective-C on the Macintosh is
62
- a classic programming primer for Mac OS X developers. And it’s hard to believe,
63
- but this will be the only guide to Objective-C specifically aimed at new developers!&lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1430228326</ASIN><DetailPageURL>http://www.amazon.com/Objective-C-Absolute-Beginners-iPhone-Programming/dp/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430228326</DetailPageURL><ItemLinks><ItemLink><Description>Technical
64
- Details</Description><URL>http://www.amazon.com/Objective-C-Absolute-Beginners-iPhone-Programming/dp/tech-data/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
65
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
66
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
67
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Tell
68
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>All
69
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>All
70
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink></ItemLinks><SalesRank>87130</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL75_.jpg</URL><Height
71
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL160_.jpg</URL><Height
72
- Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L.jpg</URL><Height
73
- Units="pixels">500</Height><Width Units="pixels">406</Width></LargeImage><ImageSets><ImageSet
74
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL30_.jpg</URL><Height
75
- Units="pixels">30</Height><Width Units="pixels">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL75_.jpg</URL><Height
76
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL75_.jpg</URL><Height
77
- Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL110_.jpg</URL><Height
78
- Units="pixels">110</Height><Width Units="pixels">89</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL160_.jpg</URL><Height
79
- Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L.jpg</URL><Height
80
- Units="pixels">500</Height><Width Units="pixels">406</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Gary
81
- Bennett</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430228325</EAN><EANList><EANListElement>9781430228325</EANListElement></EANList><Edition>1</Edition><ISBN>1430228326</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
82
- Units="hundredths-inches">89</Height><Length Units="hundredths-inches">954</Length><Weight
83
- Units="hundredths-pounds">132</Weight><Width Units="hundredths-inches">758</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
84
- 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><NumberOfItems>1</NumberOfItems><NumberOfPages>350</NumberOfPages><PackageDimensions><Height
85
- Units="hundredths-inches">100</Height><Length Units="hundredths-inches">920</Length><Weight
86
- Units="hundredths-pounds">135</Weight><Width Units="hundredths-inches">750</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-01</PublicationDate><Publisher>Apress</Publisher><SKU>Z1430228326Z2</SKU><Studio>Apress</Studio><Title>Objective-C
87
- for Absolute Beginners: iPhone and Mac Programming Made Easy</Title><TradeInValue><Amount>1560</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.60</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2495</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$24.95</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2299</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.99</FormattedPrice></LowestUsedPrice><TotalNew>21</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
88
- Description</Source><Content>&lt;P&gt;The success of Learn to Program Objective-C,
89
- from Apress, allowed many people to migrate their existing programming skills
90
- to Objective-C. This book allows even people who have never programmed before,
91
- but are inspired by what their Mac or iPhone can do, and what their friends
92
- have achieved with it, to program these devices for the first time, even with
93
- no programming knowledge.&lt;BR&gt;&lt;BR&gt;Objective-C is gaining popularity
94
- faster than any other programming language, which isn''t surprising since it''s
95
- the native development language for both Apple''s iPhone OS and Mac OS X. "Objective-C
96
- for Absolute Beginners" is the first book to introduce this rich, object-oriented
97
- language to new programmers. &lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321711394</ASIN><DetailPageURL>http://www.amazon.com/Programming-Objective-C-3rd-Developers-Library/dp/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711394</DetailPageURL><ItemLinks><ItemLink><Description>Technical
98
- Details</Description><URL>http://www.amazon.com/Programming-Objective-C-3rd-Developers-Library/dp/tech-data/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
99
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
100
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
101
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Tell
102
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>All
103
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>All
104
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink></ItemLinks><SalesRank>1639</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL75_.jpg</URL><Height
105
- Units="pixels">75</Height><Width Units="pixels">56</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL160_.jpg</URL><Height
106
- Units="pixels">160</Height><Width Units="pixels">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL.jpg</URL><Height
107
- Units="pixels">500</Height><Width Units="pixels">374</Width></LargeImage><ImageSets><ImageSet
108
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL30_.jpg</URL><Height
109
- Units="pixels">30</Height><Width Units="pixels">22</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL75_.jpg</URL><Height
110
- Units="pixels">75</Height><Width Units="pixels">56</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL75_.jpg</URL><Height
111
- Units="pixels">75</Height><Width Units="pixels">56</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL110_.jpg</URL><Height
112
- Units="pixels">110</Height><Width Units="pixels">82</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL160_.jpg</URL><Height
113
- Units="pixels">160</Height><Width Units="pixels">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL.jpg</URL><Height
114
- Units="pixels">500</Height><Width Units="pixels">374</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Stephen
115
- G. Kochan</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321711397</EAN><EANList><EANListElement>9780321711397</EANListElement></EANList><Edition>3</Edition><ISBN>0321711394</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
116
- Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
117
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>Addison-Wesley
118
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>552</NumberOfPages><PackageDimensions><Height
119
- Units="hundredths-inches">100</Height><Length Units="hundredths-inches">890</Length><Weight
120
- Units="hundredths-pounds">185</Weight><Width Units="hundredths-inches">700</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-06-20</PublicationDate><Publisher>Addison-Wesley
121
- Professional</Publisher><SKU>A9183504</SKU><Studio>Addison-Wesley Professional</Studio><Title>Programming
122
- in Objective-C (3rd Edition) (Developer''s Library)</Title><TradeInValue><Amount>1075</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.75</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2294</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.94</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2296</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.96</FormattedPrice></LowestUsedPrice><TotalNew>36</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
123
- Description</Source><Content>&lt;i&gt;Programming in Objective-C&lt;/i&gt; is
124
- a concise, carefully written tutorial on the basics of Objective-C and object-oriented
125
- programming for the iOS and Mac platforms.&lt;br&gt;&lt;br&gt;The book makes
126
- no assumptions about prior experience with object-oriented programming languages
127
- or with the C language (which Objective-C is based upon). Because of this, both
128
- beginners and experienced programmers alike can use this book to quickly and
129
- effectively learn the fundamentals of Objective-C. Readers can also learn the
130
- concepts of object-oriented programming without having to first learn all of
131
- the intricacies of the underlying procedural language (C).&lt;br&gt;&lt;br&gt;This
132
- unique approach to learning, combined with many small program examples and exercises
133
- at the end of each chapter, makes &lt;i&gt;Programming in Objective-C&lt;/i&gt;
134
- ideally suited for either classroom use or self-study. While the Objective-C
135
- language itself has gone through relatively minor changes since the introduction
136
- of Objective-C 2.0, the Apple development tools that programmers use for Objective-C
137
- development on the Mac and on iOS have changed significantly in a very short
138
- period of time. &lt;br&gt;&lt;br&gt;The third edition of &lt;i&gt;Programming
139
- in Objective-C&lt;/i&gt; includes numerous updates and improvements throughout
140
- the book:&lt;br&gt;&lt;br&gt; &lt;li&gt;Improved organization for some chapters&lt;/li&gt;
141
- &lt;li&gt;Incorporation of feedback and suggestions from members of the author''s
142
- forum for readers, including more detailed descriptions for some of the examples&lt;/li&gt;
143
- &lt;li&gt;A new introduction to blocks with examples&lt;/li&gt; &lt;li&gt;Replacement
144
- of deprecated methods with newer methods&lt;/li&gt; &lt;li&gt;Updated diagrams
145
- and steps for using Xcode 4&lt;/li&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321711386</ASIN><DetailPageURL>http://www.amazon.com/Learning-Objective-C-2-0-Hands-Developers/dp/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711386</DetailPageURL><ItemLinks><ItemLink><Description>Technical
146
- Details</Description><URL>http://www.amazon.com/Learning-Objective-C-2-0-Hands-Developers/dp/tech-data/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Add
147
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321711386%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Add
148
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321711386%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Add
149
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321711386%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Tell
150
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>All
151
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>All
152
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink></ItemLinks><SalesRank>215522</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL75_.jpg</URL><Height
153
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL160_.jpg</URL><Height
154
- Units="pixels">160</Height><Width Units="pixels">124</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL.jpg</URL><Height
155
- Units="pixels">500</Height><Width Units="pixels">389</Width></LargeImage><ImageSets><ImageSet
156
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL30_.jpg</URL><Height
157
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL75_.jpg</URL><Height
158
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL75_.jpg</URL><Height
159
- Units="pixels">75</Height><Width Units="pixels">58</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL110_.jpg</URL><Height
160
- Units="pixels">110</Height><Width Units="pixels">86</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL160_.jpg</URL><Height
161
- Units="pixels">160</Height><Width Units="pixels">124</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL.jpg</URL><Height
162
- Units="pixels">500</Height><Width Units="pixels">389</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Robert
163
- Clair</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321711380</EAN><EANList><EANListElement>9780321711380</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
164
- 9780321711380</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
165
- NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
166
- Buy with Confidence! Millions of books sold!</Feature><ISBN>0321711386</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
167
- Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
168
- 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>Addison-Wesley
169
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>416</NumberOfPages><PackageDimensions><Height
170
- Units="hundredths-inches">94</Height><Length Units="hundredths-inches">898</Length><Weight
171
- Units="hundredths-pounds">146</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-08-02</PublicationDate><Publisher>Addison-Wesley
172
- Professional</Publisher><SKU>ST0321711386</SKU><Studio>Addison-Wesley Professional</Studio><Title>Learning
173
- Objective-C 2.0: A Hands-On Guide to Objective-C for Mac and iOS Developers</Title><TradeInValue><Amount>575</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.75</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2197</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.97</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2200</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.00</FormattedPrice></LowestUsedPrice><TotalNew>47</TotalNew><TotalUsed>11</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
174
- Description</Source><Content>&lt;b&gt;Get Started Fast with Objective-C 2.0
175
- Programming for OS X, iPhone, iPod touch, and iPad&lt;/b&gt; &lt;p style="margin:
176
- 0px;"&gt; &lt;/p&gt; &lt;p style="margin: 0px;"&gt;If you want to learn Objective-C
177
- 2.0 to write programs for Mac OS X, iPhone, iPad, or iPod touch, you’ve come
178
- to the right place! Concise, readable, and friendly, Learning Objective-C 2.0
179
- is the perfect beginner’s guide to the latest version of Objective-C.&lt;/p&gt;
180
- &lt;p style="margin: 0px;"&gt; &lt;/p&gt; &lt;p style="margin: 0px;"&gt;Longtime
181
- Mac OS X and iPhone developer Robert Clair covers everything from the absolute
182
- basics to Objective-C 2.0’s newest innovations. Clair begins with a practical
183
- refresher on C and object-oriented programming and walks you through creating
184
- your first Objective-C program with Xcode. Next, you’ll master each core language
185
- feature, from objects and classes to messaging, frameworks, and protocols. Every
186
- concept is illustrated with simple examples, and many chapters contain hands-on
187
- practice exercises.&lt;/p&gt; &lt;p style="margin: 0px;"&gt; &lt;/p&gt; &lt;p
188
- style="margin: 0px;"&gt;Throughout, &lt;b&gt;&lt;i&gt;Learning Objective-C 2.0&lt;/i&gt;&lt;/b&gt;
189
- focuses on the features, concepts, and techniques that matter most day to day.
190
- The result is an outstanding first book for everyone who wants to begin programming
191
- for iPhone, iPod touch, iPad, or Mac OS X.&lt;/p&gt; &lt;p style="margin: 0px;"&gt; &lt;/p&gt;
192
- &lt;p style="margin: 0px;"&gt;COVERAGE INCLUDES&lt;/p&gt; &lt;p style="margin:
193
- 0px;"&gt; &lt;/p&gt; &lt;ul&gt;&lt;li&gt;Understanding methods, messages, and
194
- the Objective-C messaging system&lt;/li&gt;&lt;li&gt;Defining classes, creating
195
- object instances, and using class objects&lt;/li&gt;&lt;li&gt;Using categories
196
- to extend classes without subclassing&lt;/li&gt;&lt;li&gt;Simplifying development
197
- with Objective-C 2.0 declared properties&lt;/li&gt;&lt;li&gt;Using protocols
198
- to emphasize behavior rather than class&lt;/li&gt;&lt;li&gt;Working with common
199
- Foundation classes for strings, arrays, dictionaries, sets, and number objects&lt;/li&gt;&lt;li&gt;Using
200
- Objective-C control structures, including Objective-C 2.0’s new fast enumeration
201
- construct&lt;/li&gt;&lt;li&gt;Understanding application security and hiding
202
- the declaration of methods that should stay private&lt;/li&gt;&lt;li&gt;Using
203
- the new blocks feature provided in Objective-C 2.0&lt;/li&gt;&lt;/ul&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1430223693</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Java-Developers/dp/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430223693</DetailPageURL><ItemLinks><ItemLink><Description>Technical
204
- Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Java-Developers/dp/tech-data/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Add
205
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430223693%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Add
206
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430223693%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Add
207
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430223693%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Tell
208
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>All
209
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>All
210
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink></ItemLinks><SalesRank>382058</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL75_.jpg</URL><Height
211
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL160_.jpg</URL><Height
212
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL.jpg</URL><Height
213
- Units="pixels">500</Height><Width Units="pixels">409</Width></LargeImage><ImageSets><ImageSet
214
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL30_.jpg</URL><Height
215
- Units="pixels">30</Height><Width Units="pixels">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL75_.jpg</URL><Height
216
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL75_.jpg</URL><Height
217
- Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL110_.jpg</URL><Height
218
- Units="pixels">110</Height><Width Units="pixels">90</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL160_.jpg</URL><Height
219
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL.jpg</URL><Height
220
- Units="pixels">500</Height><Width Units="pixels">409</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>James
221
- Bucanek</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430223696</EAN><EANList><EANListElement>9781430223696</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
222
- 9781430223696</Feature><Feature>Condition: Used - Very Good</Feature><Feature>Notes:
223
- 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence!
224
- Millions of books sold!</Feature><ISBN>1430223693</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
225
- Units="hundredths-inches">106</Height><Length Units="hundredths-inches">930</Length><Weight
226
- Units="hundredths-pounds">161</Weight><Width Units="hundredths-inches">752</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
227
- 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><NumberOfItems>1</NumberOfItems><NumberOfPages>493</NumberOfPages><PackageDimensions><Height
228
- Units="hundredths-inches">120</Height><Length Units="hundredths-inches">900</Length><Weight
229
- Units="hundredths-pounds">165</Weight><Width Units="hundredths-inches">750</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-09-25</PublicationDate><Publisher>Apress</Publisher><SKU>Z1430223693Z2</SKU><Studio>Apress</Studio><Title>Learn
230
- Objective-C for Java Developers (Learn Series)</Title><TradeInValue><Amount>25</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.25</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.01</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.01</FormattedPrice></LowestUsedPrice><TotalNew>40</TotalNew><TotalUsed>35</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
231
- Description</Source><Content>&lt;P&gt;Objective-C is Apple’s language for developing
232
- native Mac OS X and iPhone applications, and it’s become incredibly popular
233
- with experienced developers, especially Java developers.&lt;/P&gt; &lt;P&gt;MacBooks,
234
- MacBook Pros, and iPhones have been showing up in ever growing numbers at Java
235
- conferences, and now that the iTunes App Store is such a huge success, it seems
236
- that all of these Mac-owning Java developers want to learn Objective-C and join
237
- the rush to create the next “cool” app. Learn Objective-C for Java Developers
238
- is the book for them.&lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321566157</ASIN><DetailPageURL>http://www.amazon.com/Programming-Objective-C-2-0-Stephen-Kochan/dp/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321566157</DetailPageURL><ItemLinks><ItemLink><Description>Technical
239
- Details</Description><URL>http://www.amazon.com/Programming-Objective-C-2-0-Stephen-Kochan/dp/tech-data/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
240
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
241
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
242
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Tell
243
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>All
244
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>All
245
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink></ItemLinks><SalesRank>28060</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
246
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL160_.jpg</URL><Height
247
- Units="pixels">160</Height><Width Units="pixels">125</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L.jpg</URL><Height
248
- Units="pixels">500</Height><Width Units="pixels">390</Width></LargeImage><ImageSets><ImageSet
249
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL30_.jpg</URL><Height
250
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
251
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
252
- Units="pixels">75</Height><Width Units="pixels">58</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL110_.jpg</URL><Height
253
- Units="pixels">110</Height><Width Units="pixels">86</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL160_.jpg</URL><Height
254
- Units="pixels">160</Height><Width Units="pixels">125</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L.jpg</URL><Height
255
- Units="pixels">500</Height><Width Units="pixels">390</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Stephen
256
- G. Kochan</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321566157</EAN><EANList><EANListElement>9780321566157</EANListElement></EANList><Edition>2</Edition><ISBN>0321566157</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
257
- Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
258
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>4499</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$44.99</FormattedPrice></ListPrice><Manufacturer>Addison-Wesley
259
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>624</NumberOfPages><PackageDimensions><Height
260
- Units="hundredths-inches">140</Height><Length Units="hundredths-inches">890</Length><Weight
261
- Units="hundredths-pounds">210</Weight><Width Units="hundredths-inches">690</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-01-08</PublicationDate><Publisher>Addison-Wesley
262
- Professional</Publisher><SKU>0321566157</SKU><Studio>Addison-Wesley Professional</Studio><Title>Programming
263
- in Objective-C 2.0 (2nd Edition)</Title><TradeInValue><Amount>385</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.85</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1799</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1600</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$16.00</FormattedPrice></LowestUsedPrice><TotalNew>29</TotalNew><TotalUsed>49</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
264
- Description</Source><Content>&lt;P style="MARGIN: 0px"&gt;&lt;/P&gt; &lt;P
265
- style="MARGIN: 0px"&gt;&lt;B&gt;THE #1 BESTSELLING BOOK ON OBJECTIVE-C 2.0&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
266
- style="MARGIN: 0px"&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
267
- 0px"&gt;&lt;I&gt;Programming in Objective-C 2.0&lt;/I&gt; provides the new programmer
268
- a complete, step-by-step introduction to Objective-C, the primary language used
269
- to develop applications for the iPhone, iPad, and Mac OS X platforms.&lt;/P&gt; &lt;P
270
- style="MARGIN: 0px"&gt; &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;The book does
271
- not assume previous experience with either C or object-oriented programming
272
- languages, and it includes many detailed, practical examples of how to put Objective-C
273
- to use in your everyday iPhone/iPad or Mac OS X programming tasks.&lt;/P&gt; &lt;P
274
- style="MARGIN: 0px"&gt;&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;A
275
- powerful yet simple object-oriented programming language that’s based on the
276
- C programming language, Objective-C is widely available not only on OS X and
277
- the iPhone/iPad platform but across many operating systems that support the
278
- gcc compiler, including Linux, Unix, and Windows systems.&lt;/P&gt; &lt;P style="MARGIN:
279
- 0px"&gt; &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;The second edition of this
280
- book thoroughly covers the latest version of the language, Objective-C 2.0.
281
- And it shows not only how to take advantage of the Foundation framework’s rich
282
- built-in library of classes but also how to use the iPhone SDK to develop programs
283
- designed for the iPhone/iPad platform.&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt; &lt;/P&gt; &lt;P
284
- style="MARGIN: 0px"&gt;&lt;B&gt;&lt;U&gt;Table of Contents&lt;/U&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
285
- style="MARGIN: 0px"&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
286
- 0px"&gt;   1    Introduction &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;&lt;B&gt;Part
287
- I: The Objective-C 2.0 Language&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
288
- 2    Programming in Objective-C &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
289
- 3    Classes, Objects, and Methods &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
290
- 0px"&gt;    4    Data Types and Expressions&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
291
- 0px"&gt;    5    Program Looping&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
292
- 6    Making Decisions&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
293
- 7    More on Classes&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;    8    Inheritance&lt;BR&gt;&lt;/P&gt; &lt;P
294
- style="MARGIN: 0px"&gt;    9    Polymorphism, Dynamic Typing, and Dynamic Binding&lt;BR&gt;&lt;/P&gt; &lt;P
295
- style="MARGIN: 0px"&gt;  10    More on Variables and Data Types&lt;BR&gt;&lt;/P&gt; &lt;P
296
- style="MARGIN: 0px"&gt;  11    Categories and Protocols&lt;BR&gt;&lt;/P&gt; &lt;P
297
- style="MARGIN: 0px"&gt;  12    The Preprocessor&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
298
- 0px"&gt;  13    Underlying C Language Features&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
299
- 0px"&gt;&lt;B&gt;Part II: The Foundation Framework&lt;/B&gt;&lt;/P&gt; &lt;P
300
- style="MARGIN: 0px"&gt;  14    Introduction to the Foundation Framework &lt;BR&gt;&lt;/P&gt; &lt;P
301
- style="MARGIN: 0px"&gt;  15    Numbers, Strings, and Collections &lt;BR&gt;&lt;/P&gt; &lt;P
302
- style="MARGIN: 0px"&gt;  16    Working with Files &lt;BR&gt;&lt;/P&gt; &lt;P
303
- style="MARGIN: 0px"&gt;  17    Memory Management &lt;BR&gt;&lt;/P&gt; &lt;P
304
- style="MARGIN: 0px"&gt;  18    Copying Objects &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
305
- 0px"&gt;  19    Archiving &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;&lt;B&gt;Part
306
- &lt;B&gt;III: Cocoa and the iPhone SDK&lt;/B&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
307
- style="MARGIN: 0px"&gt;  20    Introduction to Cocoa &lt;/P&gt; &lt;P style="MARGIN:
308
- 0px"&gt;  21    Writing iPhone Applications &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
309
- 0px"&gt;&lt;B&gt;Part IV: Appendixes&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
310
- 0px"&gt;  A    Glossary &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt; 
311
- B    Objective-C 2.0 Language Summary &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
312
- 0px"&gt;  C    Address Book Source Code&lt;BR&gt;&lt;/P&gt;  D    Resources&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0470522755</ASIN><DetailPageURL>http://www.amazon.com/Objective-C-Dummies-Neal-Goldstein/dp/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470522755</DetailPageURL><ItemLinks><ItemLink><Description>Technical
313
- Details</Description><URL>http://www.amazon.com/Objective-C-Dummies-Neal-Goldstein/dp/tech-data/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Add
314
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0470522755%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Add
315
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0470522755%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Add
316
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0470522755%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Tell
317
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>All
318
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>All
319
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink></ItemLinks><SalesRank>110753</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL75_.jpg</URL><Height
320
- Units="pixels">75</Height><Width Units="pixels">59</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL160_.jpg</URL><Height
321
- Units="pixels">160</Height><Width Units="pixels">127</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL.jpg</URL><Height
322
- Units="pixels">500</Height><Width Units="pixels">396</Width></LargeImage><ImageSets><ImageSet
323
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL30_.jpg</URL><Height
324
- Units="pixels">30</Height><Width Units="pixels">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL75_.jpg</URL><Height
325
- Units="pixels">75</Height><Width Units="pixels">59</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL75_.jpg</URL><Height
326
- Units="pixels">75</Height><Width Units="pixels">59</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL110_.jpg</URL><Height
327
- Units="pixels">110</Height><Width Units="pixels">87</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL160_.jpg</URL><Height
328
- Units="pixels">160</Height><Width Units="pixels">127</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL.jpg</URL><Height
329
- Units="pixels">500</Height><Width Units="pixels">396</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Neal
330
- Goldstein</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780470522752</EAN><EANList><EANListElement>9780470522752</EANListElement></EANList><Edition>1</Edition><ISBN>0470522755</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
331
- Units="hundredths-inches">95</Height><Length Units="hundredths-inches">926</Length><Weight
332
- Units="hundredths-pounds">151</Weight><Width Units="hundredths-inches">732</Width></ItemDimensions><Label>For
333
- Dummies</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
334
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>2999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$29.99</FormattedPrice></ListPrice><Manufacturer>For
335
- Dummies</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>456</NumberOfPages><PackageDimensions><Height
336
- Units="hundredths-inches">110</Height><Length Units="hundredths-inches">900</Length><Weight
337
- Units="hundredths-pounds">150</Weight><Width Units="hundredths-inches">730</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-10-05</PublicationDate><Publisher>For
338
- Dummies</Publisher><SKU>4721992</SKU><Studio>For Dummies</Studio><Title>Objective-C
339
- For Dummies</Title><TradeInValue><Amount>63</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.63</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1576</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.76</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1574</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.74</FormattedPrice></LowestUsedPrice><TotalNew>38</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
340
- Description</Source><Content>&lt;b&gt;Learn the primary programming language
341
- for creating iPhone and Mac apps&lt;/b&gt;&lt;p&gt;The only thing hotter than
342
- the iPhone right now is new apps for the iPhone. Objective-C is the primary
343
- language for programming iPhone and Mac OS X applications, and this book makes
344
- it easy to learn Objective-C.&lt;p&gt;Even if you have no programming experience,
345
- &lt;i&gt;Objective-C For Dummies&lt;/i&gt; will teach you what you need to know
346
- to start creating iPhone apps. It provides an understanding of object-oriented
347
- programming in an entertaining way that helps you learn.&lt;ul&gt;&lt;li&gt;iPhone
348
- and Mac apps are hot, and most are created with Objective-C&lt;li&gt;Covers
349
- Xcode 3.2, which is included in Mac OS X Snow Leopard&lt;li&gt;Explains object-oriented
350
- programming concepts in a straightforward but fun style that makes learning
351
- easy&lt;li&gt;Ideal for those with no programming experience as well as those
352
- who may know other languages but are new to Objective-C&lt;li&gt;Prepares you
353
- to start creating iPhone and Mac OS X apps&lt;li&gt;Understand Mac programming
354
- concepts and patterns, and why to use them&lt;li&gt;Bonus CD includes all code
355
- samples used in the book&lt;/ul&gt;&lt;p&gt;&lt;i&gt;Objective-C For Dummies&lt;/i&gt;
356
- gives you the tools to turn your idea for an iPhone app into reality.&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt;
357
- CD-ROM/DVD and other supplementary materials are not included as part of eBook
358
- file.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1934356514</ASIN><DetailPageURL>http://www.amazon.com/Beginning-Mac-Programming-Objective-C-Programmers/dp/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1934356514</DetailPageURL><ItemLinks><ItemLink><Description>Technical
359
- Details</Description><URL>http://www.amazon.com/Beginning-Mac-Programming-Objective-C-Programmers/dp/tech-data/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Add
360
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1934356514%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Add
361
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1934356514%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Add
362
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1934356514%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Tell
363
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>All
364
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>All
365
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink></ItemLinks><SalesRank>86425</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL75_.jpg</URL><Height
366
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL160_.jpg</URL><Height
367
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL.jpg</URL><Height
368
- Units="pixels">416</Height><Width Units="pixels">340</Width></LargeImage><ImageSets><ImageSet
369
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL30_.jpg</URL><Height
370
- Units="pixels">30</Height><Width Units="pixels">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL75_.jpg</URL><Height
371
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL75_.jpg</URL><Height
372
- Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL110_.jpg</URL><Height
373
- Units="pixels">110</Height><Width Units="pixels">90</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL160_.jpg</URL><Height
374
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL.jpg</URL><Height
375
- Units="pixels">416</Height><Width Units="pixels">340</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Tim
376
- Isted</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.268</DeweyDecimalNumber><EAN>9781934356517</EAN><EANList><EANListElement>9781934356517</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
377
- 9781934356517</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
378
- NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
379
- Buy with Confidence! Millions of books sold!</Feature><ISBN>1934356514</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
380
- Units="hundredths-inches">79</Height><Length Units="hundredths-inches">908</Length><Weight
381
- Units="hundredths-pounds">142</Weight><Width Units="hundredths-inches">752</Width></ItemDimensions><Label>Pragmatic
382
- Bookshelf</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
383
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>3495</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$34.95</FormattedPrice></ListPrice><Manufacturer>Pragmatic
384
- Bookshelf</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>352</NumberOfPages><PackageDimensions><Height
385
- Units="hundredths-inches">87</Height><Length Units="hundredths-inches">906</Length><Weight
386
- Units="hundredths-pounds">146</Weight><Width Units="hundredths-inches">772</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-02</PublicationDate><Publisher>Pragmatic
387
- Bookshelf</Publisher><SKU>9781934356517</SKU><Studio>Pragmatic Bookshelf</Studio><Title>Beginning
388
- Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers)</Title><TradeInValue><Amount>750</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.50</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1981</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.81</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.00</FormattedPrice></LowestUsedPrice><TotalNew>45</TotalNew><TotalUsed>30</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
389
- Description</Source><Content>&lt;DIV&gt;&lt;p&gt;&lt;i&gt;Beginning Mac Programming&lt;/i&gt;
390
- takes you through concrete, working examples, giving you the core concepts and
391
- principles of development in context so you will be ready to build the applications
392
- you''ve been imagining. It introduces you to Objective-C and the Cocoa framework
393
- in clear, easy-to-understand lessons, and demonstrates how you can use them
394
- together to write for the Mac, as well as the iPhone and iPod.&lt;/p&gt;&lt;p&gt;
395
- You''ll explore crucial developer tools like Xcode and Interface Builder, and
396
- learn the principles of object-oriented programming, and how memory, data, and
397
- storage work to help you build your software.&lt;/p&gt;&lt;p&gt; If you''ve
398
- ever wanted to develop software for the Mac, this book is for you.&lt;/p&gt;&lt;/div&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0596804792</ASIN><DetailPageURL>http://www.amazon.com/Cocoa-Objective-C-Running-Foundations-programming/dp/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596804792</DetailPageURL><ItemLinks><ItemLink><Description>Technical
399
- Details</Description><URL>http://www.amazon.com/Cocoa-Objective-C-Running-Foundations-programming/dp/tech-data/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
400
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
401
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
402
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Tell
403
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>All
404
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>All
405
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink></ItemLinks><SalesRank>20370</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL75_.jpg</URL><Height
406
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL160_.jpg</URL><Height
407
- Units="pixels">160</Height><Width Units="pixels">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL.jpg</URL><Height
408
- Units="pixels">420</Height><Width Units="pixels">320</Width></LargeImage><ImageSets><ImageSet
409
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL30_.jpg</URL><Height
410
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL75_.jpg</URL><Height
411
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL75_.jpg</URL><Height
412
- Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL110_.jpg</URL><Height
413
- Units="pixels">110</Height><Width Units="pixels">84</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL160_.jpg</URL><Height
414
- Units="pixels">160</Height><Width Units="pixels">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL.jpg</URL><Height
415
- Units="pixels">420</Height><Width Units="pixels">320</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Scott
416
- Stevenson</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.268</DeweyDecimalNumber><EAN>9780596804794</EAN><EANList><EANListElement>9780596804794</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
417
- 9780596804794</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
418
- NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
419
- Buy with Confidence! Millions of books sold!</Feature><ISBN>0596804792</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
420
- Units="hundredths-inches">84</Height><Length Units="hundredths-inches">922</Length><Weight
421
- Units="hundredths-pounds">143</Weight><Width Units="hundredths-inches">712</Width></ItemDimensions><Label>O''Reilly
422
- Media</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
423
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>3499</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$34.99</FormattedPrice></ListPrice><Manufacturer>O''Reilly
424
- Media</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>416</NumberOfPages><PackageDimensions><Height
425
- Units="hundredths-inches">90</Height><Length Units="hundredths-inches">900</Length><Weight
426
- Units="hundredths-pounds">135</Weight><Width Units="hundredths-inches">680</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-30</PublicationDate><Publisher>O''Reilly
427
- Media</Publisher><SKU>{B1}_0596804792</SKU><Studio>O''Reilly Media</Studio><Title>Cocoa
428
- and Objective-C: Up and Running: Foundations of Mac, iPhone, and iPod touch
429
- programming</Title><TradeInValue><Amount>333</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.33</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1843</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.43</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1428</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.28</FormattedPrice></LowestUsedPrice><TotalNew>46</TotalNew><TotalUsed>22</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
430
- Description</Source><Content>&lt;DIV&gt;&lt;p&gt;Build solid applications for
431
- Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming
432
- skills or years of programming experience. With this book, you''ll learn how
433
- to use Apple''s Cocoa framework and the Objective-C language through step-by-step
434
- tutorials, hands-on exercises, clear examples, and sound advice from a Cocoa
435
- expert.&lt;/p&gt;&lt;p&gt; &lt;i&gt;Cocoa and Objective-C: Up and Running&lt;/i&gt;
436
- offers just enough theory to ground you, then shows you how to use Apple''s
437
- rapid development tools -- Xcode and Interface Builder -- to develop Cocoa applications,
438
- manage user interaction, create great UIs, and more. You''ll quickly gain the
439
- experience you need to develop sophisticated Apple software, whether you''re
440
- somewhat new to programming or just new to this platform.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Get
441
- a quick hands-on tour of basic programming skills with the C language &lt;/li&gt;&lt;li&gt;Learn
442
- how to use Interface Builder to quickly design and prototype your application''s
443
- user interface &lt;/li&gt;&lt;li&gt;Start using Objective-C by creating objects
444
- and learning memory management &lt;/li&gt;&lt;li&gt;Learn about the Model-View-Controller
445
- (MVC) method of sharing data between objects &lt;/li&gt;&lt;li&gt;Understand
446
- the Foundation value classes, Cocoa''s robust API for storing common data types
447
- &lt;/li&gt;&lt;li&gt;Become familiar with Apple''s graphics frameworks, and
448
- learn how to make custom views with AppKit &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1430233303</ASIN><DetailPageURL>http://www.amazon.com/Pro-Objective-C-Design-Patterns-iOS/dp/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430233303</DetailPageURL><ItemLinks><ItemLink><Description>Technical
449
- Details</Description><URL>http://www.amazon.com/Pro-Objective-C-Design-Patterns-iOS/dp/tech-data/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Add
450
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430233303%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Add
451
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430233303%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Add
452
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430233303%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Tell
453
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>All
454
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>All
455
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink></ItemLinks><SalesRank>309854</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL75_.jpg</URL><Height
456
- Units="pixels">75</Height><Width Units="pixels">62</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL160_.jpg</URL><Height
457
- Units="pixels">160</Height><Width Units="pixels">133</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL.jpg</URL><Height
458
- Units="pixels">500</Height><Width Units="pixels">415</Width></LargeImage><ImageSets><ImageSet
459
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL30_.jpg</URL><Height
460
- Units="pixels">30</Height><Width Units="pixels">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL75_.jpg</URL><Height
461
- Units="pixels">75</Height><Width Units="pixels">62</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL75_.jpg</URL><Height
462
- Units="pixels">75</Height><Width Units="pixels">62</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL110_.jpg</URL><Height
463
- Units="pixels">110</Height><Width Units="pixels">91</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL160_.jpg</URL><Height
464
- Units="pixels">160</Height><Width Units="pixels">133</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL.jpg</URL><Height
465
- Units="pixels">500</Height><Width Units="pixels">415</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Carlo
466
- Chung</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430233305</EAN><EANList><EANListElement>9781430233305</EANListElement></EANList><Edition>1</Edition><ISBN>1430233303</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
467
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>392</NumberOfPages><PackageDimensions><Height
468
- Units="hundredths-inches">120</Height><Length Units="hundredths-inches">920</Length><Weight
469
- Units="hundredths-pounds">145</Weight><Width Units="hundredths-inches">770</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-04-01</PublicationDate><Publisher>Apress</Publisher><SKU>5011828081</SKU><Studio>Apress</Studio><Title>Pro
470
- Objective-C Design Patterns for iOS</Title><TradeInValue><Amount>742</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.42</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2703</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$27.03</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2392</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$23.92</FormattedPrice></LowestUsedPrice><TotalNew>30</TotalNew><TotalUsed>12</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
471
- Description</Source><Content>&lt;p&gt; It’s time to capitalize on your mastery
472
- of Cocoa with &lt;em&gt;Pro Objective-C Design Patterns for iOS&lt;/em&gt;. You’ve
473
- developed apps that impressed and performed, and now you’re ready to jump into
474
- development practices that will leave you with more effective, efficient, and
475
- professional level apps. This book is the element you need to make the jump
476
- from journeyman to master.&lt;br /&gt;&lt;br /&gt;All too often, developers
477
- grind through building good apps on willpower and a vigorous focus on code development,
478
- leaving them unaware of and unable to benefit from the underlying structural
479
- and functional design patterns.  &lt;br /&gt;&lt;br /&gt;&lt;em&gt;Pro Objective-C
480
- Design Patterns for iOS&lt;/em&gt; will teach you those design patterns that
481
- have always been present at some level in your code, but were never recognized,
482
- acknowledged, or fully utilized. Implementation of specific pattern approaches
483
- will prove their value to any developer working in the iOS application arena.
484
- You’ll learn to master classic patterns like singleton, abstract factory, chain
485
- of responsibility, and observer. You’ll also discover less well-known but useful
486
- patterns like memento, composite, command, and mediator. &lt;/p&gt; &lt;h3&gt;What
487
- you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;The basic concepts of various
488
- design patterns &lt;/li&gt; &lt;li&gt;How to apply design patterns to your
489
- code based on different scenarios &lt;/li&gt; &lt;li&gt;How design patterns
490
- can strengthen your apps&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Who
491
- this book is for&lt;/h3&gt; &lt;p&gt; Any professional or aspiring
492
- iOS developer will find productivity, efficiency, and effectiveness of software
493
- development enhanced by the methods and practice delivered by &lt;em&gt;Pro
494
- Objective-C Design Patterns for iOS&lt;/em&gt;. &lt;/p&gt; &lt;h3&gt;Table
495
- of Contents&lt;/h3&gt;&lt;ol&gt; &lt;li&gt;Hello, Design Patterns! &lt;/li&gt; &lt;li&gt;A
496
- Case Study: Designing an App &lt;/li&gt; &lt;li&gt;Prototype &lt;/li&gt; &lt;li&gt;Factory
497
- Method &lt;/li&gt; &lt;li&gt;Abstract Factory &lt;/li&gt; &lt;li&gt;Builder
498
- &lt;/li&gt; &lt;li&gt;Singleton &lt;/li&gt; &lt;li&gt;Adapter &lt;/li&gt; &lt;li&gt;Bridge
499
- &lt;/li&gt; &lt;li&gt;Façade &lt;/li&gt; &lt;li&gt;Mediator &lt;/li&gt; &lt;li&gt;Observer
500
- &lt;/li&gt; &lt;li&gt;Composite &lt;/li&gt; &lt;li&gt;Iterator &lt;/li&gt; &lt;li&gt;Visitor
501
- &lt;/li&gt; &lt;li&gt;Decorator &lt;/li&gt; &lt;li&gt;Chain of Responsibility
502
- &lt;/li&gt; &lt;li&gt;Template Method &lt;/li&gt; &lt;li&gt;Strategy &lt;/li&gt; &lt;li&gt;Command
503
- &lt;/li&gt; &lt;li&gt;Flyweight &lt;/li&gt; &lt;li&gt;Proxy &lt;/li&gt; &lt;li&gt;Memento
504
- &lt;/li&gt;&lt;/ol&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemSearchResponse>'
505
- http_version: '1.1'
506
- - !ruby/struct:VCR::HTTPInteraction
507
- request: !ruby/struct:VCR::Request
508
- method: :get
509
- uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&Keywords=Learn%20Objective-C&Operation=ItemSearch&ResponseGroup=Medium&SearchIndex=Books&Service=AWSECommerceService&Signature=cQysX7SHbmrF+yTDoIdIu10uirlEPUy+5FM/HDG8TQU=&Timestamp=2011-08-02T14:48:00Z&Version=2010-11-01
510
- body: !!null
511
- headers: !!null
512
- response: !ruby/struct:VCR::Response
513
- status: !ruby/struct:VCR::ResponseStatus
514
- code: 200
515
- message: OK
516
- headers:
517
- date:
518
- - Tue, 02 Aug 2011 14:49:41 GMT
519
- server:
520
- - Server
521
- content-type:
522
- - text/xml;charset=UTF-8
523
- vary:
524
- - Accept-Encoding,User-Agent
525
- nncoection:
526
- - close
527
- transfer-encoding:
528
- - chunked
529
- body: ! '<?xml version="1.0" ?><ItemSearchResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><RequestId>0f702494-d3e1-4e99-b4f2-23cfe5a84ded</RequestId><Arguments><Argument
530
- Name="Operation" Value="ItemSearch"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
531
- Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
532
- Value="2011-08-02T14:48:00Z"></Argument><Argument Name="Signature" Value="cQysX7SHbmrF+yTDoIdIu10uirlEPUy+5FM/HDG8TQU="></Argument><Argument
533
- Name="ResponseGroup" Value="Medium"></Argument><Argument Name="SearchIndex"
534
- Value="Books"></Argument><Argument Name="Version" Value="2010-11-01"></Argument><Argument
535
- Name="Keywords" Value="Learn Objective-C"></Argument></Arguments><RequestProcessingTime>0.1204610000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemSearchRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><Keywords>Learn
536
- Objective-C</Keywords><MerchantId>Amazon</MerchantId><ResponseGroup>Medium</ResponseGroup><ReviewSort>-SubmissionDate</ReviewSort><SearchIndex>Books</SearchIndex></ItemSearchRequest></Request><TotalResults>83</TotalResults><TotalPages>9</TotalPages><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
537
- 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
538
- 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
539
- 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
540
- 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
541
- 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
542
- 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
543
- 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>20399</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
544
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
545
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
546
- Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
547
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
548
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
549
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
550
- Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
551
- Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
552
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
553
- Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Mark
554
- 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
555
- ed. 2009. Corr. 3rd printing</Edition><Feature>Apress Learn ObjectiveC on the
556
- Mac</Feature><Feature>Take your coding skills to the next level with this extensive
557
- guide to ObjectiveC, the native programming language for developing sophisticated
558
- software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
559
- Units="hundredths-inches">90</Height><Length Units="hundredths-inches">925</Length><Weight
560
- Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
561
- 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
562
- Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
563
- 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>9781430218159_ln</SKU><Studio>Apress</Studio><Title>Learn
564
- Objective-C on the Mac (Learn Series)</Title><TradeInValue><Amount>68</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.68</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.00</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>789</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.89</FormattedPrice></LowestUsedPrice><TotalNew>47</TotalNew><TotalUsed>33</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
565
- Description</Source><Content>&lt;P&gt;Learn Objective-C on the Macintosh is
566
- a classic programming primer for Mac OS X developers. And it’s hard to believe,
567
- but this will be the only guide to Objective-C specifically aimed at new developers!&lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1430228326</ASIN><DetailPageURL>http://www.amazon.com/Objective-C-Absolute-Beginners-iPhone-Programming/dp/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430228326</DetailPageURL><ItemLinks><ItemLink><Description>Technical
568
- Details</Description><URL>http://www.amazon.com/Objective-C-Absolute-Beginners-iPhone-Programming/dp/tech-data/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
569
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
570
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
571
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Tell
572
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>All
573
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>All
574
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink></ItemLinks><SalesRank>87130</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL75_.jpg</URL><Height
575
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL160_.jpg</URL><Height
576
- Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L.jpg</URL><Height
577
- Units="pixels">500</Height><Width Units="pixels">406</Width></LargeImage><ImageSets><ImageSet
578
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL30_.jpg</URL><Height
579
- Units="pixels">30</Height><Width Units="pixels">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL75_.jpg</URL><Height
580
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL75_.jpg</URL><Height
581
- Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL110_.jpg</URL><Height
582
- Units="pixels">110</Height><Width Units="pixels">89</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL160_.jpg</URL><Height
583
- Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L.jpg</URL><Height
584
- Units="pixels">500</Height><Width Units="pixels">406</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Gary
585
- Bennett</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430228325</EAN><EANList><EANListElement>9781430228325</EANListElement></EANList><Edition>1</Edition><ISBN>1430228326</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
586
- Units="hundredths-inches">89</Height><Length Units="hundredths-inches">954</Length><Weight
587
- Units="hundredths-pounds">132</Weight><Width Units="hundredths-inches">758</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
588
- 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><NumberOfItems>1</NumberOfItems><NumberOfPages>350</NumberOfPages><PackageDimensions><Height
589
- Units="hundredths-inches">100</Height><Length Units="hundredths-inches">920</Length><Weight
590
- Units="hundredths-pounds">135</Weight><Width Units="hundredths-inches">750</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-01</PublicationDate><Publisher>Apress</Publisher><SKU>Z1430228326Z2</SKU><Studio>Apress</Studio><Title>Objective-C
591
- for Absolute Beginners: iPhone and Mac Programming Made Easy</Title><TradeInValue><Amount>1560</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.60</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2495</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$24.95</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2299</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.99</FormattedPrice></LowestUsedPrice><TotalNew>21</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
592
- Description</Source><Content>&lt;P&gt;The success of Learn to Program Objective-C,
593
- from Apress, allowed many people to migrate their existing programming skills
594
- to Objective-C. This book allows even people who have never programmed before,
595
- but are inspired by what their Mac or iPhone can do, and what their friends
596
- have achieved with it, to program these devices for the first time, even with
597
- no programming knowledge.&lt;BR&gt;&lt;BR&gt;Objective-C is gaining popularity
598
- faster than any other programming language, which isn''t surprising since it''s
599
- the native development language for both Apple''s iPhone OS and Mac OS X. "Objective-C
600
- for Absolute Beginners" is the first book to introduce this rich, object-oriented
601
- language to new programmers. &lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321711394</ASIN><DetailPageURL>http://www.amazon.com/Programming-Objective-C-3rd-Developers-Library/dp/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711394</DetailPageURL><ItemLinks><ItemLink><Description>Technical
602
- Details</Description><URL>http://www.amazon.com/Programming-Objective-C-3rd-Developers-Library/dp/tech-data/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
603
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
604
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
605
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Tell
606
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>All
607
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>All
608
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink></ItemLinks><SalesRank>1639</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL75_.jpg</URL><Height
609
- Units="pixels">75</Height><Width Units="pixels">56</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL160_.jpg</URL><Height
610
- Units="pixels">160</Height><Width Units="pixels">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL.jpg</URL><Height
611
- Units="pixels">500</Height><Width Units="pixels">374</Width></LargeImage><ImageSets><ImageSet
612
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL30_.jpg</URL><Height
613
- Units="pixels">30</Height><Width Units="pixels">22</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL75_.jpg</URL><Height
614
- Units="pixels">75</Height><Width Units="pixels">56</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL75_.jpg</URL><Height
615
- Units="pixels">75</Height><Width Units="pixels">56</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL110_.jpg</URL><Height
616
- Units="pixels">110</Height><Width Units="pixels">82</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL160_.jpg</URL><Height
617
- Units="pixels">160</Height><Width Units="pixels">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL.jpg</URL><Height
618
- Units="pixels">500</Height><Width Units="pixels">374</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Stephen
619
- G. Kochan</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321711397</EAN><EANList><EANListElement>9780321711397</EANListElement></EANList><Edition>3</Edition><ISBN>0321711394</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
620
- Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
621
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>Addison-Wesley
622
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>552</NumberOfPages><PackageDimensions><Height
623
- Units="hundredths-inches">100</Height><Length Units="hundredths-inches">890</Length><Weight
624
- Units="hundredths-pounds">185</Weight><Width Units="hundredths-inches">700</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-06-20</PublicationDate><Publisher>Addison-Wesley
625
- Professional</Publisher><SKU>A9183504</SKU><Studio>Addison-Wesley Professional</Studio><Title>Programming
626
- in Objective-C (3rd Edition) (Developer''s Library)</Title><TradeInValue><Amount>1075</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.75</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2294</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.94</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2296</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.96</FormattedPrice></LowestUsedPrice><TotalNew>36</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
627
- Description</Source><Content>&lt;i&gt;Programming in Objective-C&lt;/i&gt; is
628
- a concise, carefully written tutorial on the basics of Objective-C and object-oriented
629
- programming for the iOS and Mac platforms.&lt;br&gt;&lt;br&gt;The book makes
630
- no assumptions about prior experience with object-oriented programming languages
631
- or with the C language (which Objective-C is based upon). Because of this, both
632
- beginners and experienced programmers alike can use this book to quickly and
633
- effectively learn the fundamentals of Objective-C. Readers can also learn the
634
- concepts of object-oriented programming without having to first learn all of
635
- the intricacies of the underlying procedural language (C).&lt;br&gt;&lt;br&gt;This
636
- unique approach to learning, combined with many small program examples and exercises
637
- at the end of each chapter, makes &lt;i&gt;Programming in Objective-C&lt;/i&gt;
638
- ideally suited for either classroom use or self-study. While the Objective-C
639
- language itself has gone through relatively minor changes since the introduction
640
- of Objective-C 2.0, the Apple development tools that programmers use for Objective-C
641
- development on the Mac and on iOS have changed significantly in a very short
642
- period of time. &lt;br&gt;&lt;br&gt;The third edition of &lt;i&gt;Programming
643
- in Objective-C&lt;/i&gt; includes numerous updates and improvements throughout
644
- the book:&lt;br&gt;&lt;br&gt; &lt;li&gt;Improved organization for some chapters&lt;/li&gt;
645
- &lt;li&gt;Incorporation of feedback and suggestions from members of the author''s
646
- forum for readers, including more detailed descriptions for some of the examples&lt;/li&gt;
647
- &lt;li&gt;A new introduction to blocks with examples&lt;/li&gt; &lt;li&gt;Replacement
648
- of deprecated methods with newer methods&lt;/li&gt; &lt;li&gt;Updated diagrams
649
- and steps for using Xcode 4&lt;/li&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321711386</ASIN><DetailPageURL>http://www.amazon.com/Learning-Objective-C-2-0-Hands-Developers/dp/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711386</DetailPageURL><ItemLinks><ItemLink><Description>Technical
650
- Details</Description><URL>http://www.amazon.com/Learning-Objective-C-2-0-Hands-Developers/dp/tech-data/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Add
651
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321711386%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Add
652
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321711386%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Add
653
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321711386%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Tell
654
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>All
655
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>All
656
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink></ItemLinks><SalesRank>215522</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL75_.jpg</URL><Height
657
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL160_.jpg</URL><Height
658
- Units="pixels">160</Height><Width Units="pixels">124</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL.jpg</URL><Height
659
- Units="pixels">500</Height><Width Units="pixels">389</Width></LargeImage><ImageSets><ImageSet
660
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL30_.jpg</URL><Height
661
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL75_.jpg</URL><Height
662
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL75_.jpg</URL><Height
663
- Units="pixels">75</Height><Width Units="pixels">58</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL110_.jpg</URL><Height
664
- Units="pixels">110</Height><Width Units="pixels">86</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL160_.jpg</URL><Height
665
- Units="pixels">160</Height><Width Units="pixels">124</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL.jpg</URL><Height
666
- Units="pixels">500</Height><Width Units="pixels">389</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Robert
667
- Clair</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321711380</EAN><EANList><EANListElement>9780321711380</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
668
- 9780321711380</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
669
- NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
670
- Buy with Confidence! Millions of books sold!</Feature><ISBN>0321711386</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
671
- Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
672
- 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>Addison-Wesley
673
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>416</NumberOfPages><PackageDimensions><Height
674
- Units="hundredths-inches">94</Height><Length Units="hundredths-inches">898</Length><Weight
675
- Units="hundredths-pounds">146</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-08-02</PublicationDate><Publisher>Addison-Wesley
676
- Professional</Publisher><SKU>ST0321711386</SKU><Studio>Addison-Wesley Professional</Studio><Title>Learning
677
- Objective-C 2.0: A Hands-On Guide to Objective-C for Mac and iOS Developers</Title><TradeInValue><Amount>575</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.75</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2197</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.97</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2200</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.00</FormattedPrice></LowestUsedPrice><TotalNew>47</TotalNew><TotalUsed>11</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
678
- Description</Source><Content>&lt;b&gt;Get Started Fast with Objective-C 2.0
679
- Programming for OS X, iPhone, iPod touch, and iPad&lt;/b&gt; &lt;p style="margin:
680
- 0px;"&gt; &lt;/p&gt; &lt;p style="margin: 0px;"&gt;If you want to learn Objective-C
681
- 2.0 to write programs for Mac OS X, iPhone, iPad, or iPod touch, you’ve come
682
- to the right place! Concise, readable, and friendly, Learning Objective-C 2.0
683
- is the perfect beginner’s guide to the latest version of Objective-C.&lt;/p&gt;
684
- &lt;p style="margin: 0px;"&gt; &lt;/p&gt; &lt;p style="margin: 0px;"&gt;Longtime
685
- Mac OS X and iPhone developer Robert Clair covers everything from the absolute
686
- basics to Objective-C 2.0’s newest innovations. Clair begins with a practical
687
- refresher on C and object-oriented programming and walks you through creating
688
- your first Objective-C program with Xcode. Next, you’ll master each core language
689
- feature, from objects and classes to messaging, frameworks, and protocols. Every
690
- concept is illustrated with simple examples, and many chapters contain hands-on
691
- practice exercises.&lt;/p&gt; &lt;p style="margin: 0px;"&gt; &lt;/p&gt; &lt;p
692
- style="margin: 0px;"&gt;Throughout, &lt;b&gt;&lt;i&gt;Learning Objective-C 2.0&lt;/i&gt;&lt;/b&gt;
693
- focuses on the features, concepts, and techniques that matter most day to day.
694
- The result is an outstanding first book for everyone who wants to begin programming
695
- for iPhone, iPod touch, iPad, or Mac OS X.&lt;/p&gt; &lt;p style="margin: 0px;"&gt; &lt;/p&gt;
696
- &lt;p style="margin: 0px;"&gt;COVERAGE INCLUDES&lt;/p&gt; &lt;p style="margin:
697
- 0px;"&gt; &lt;/p&gt; &lt;ul&gt;&lt;li&gt;Understanding methods, messages, and
698
- the Objective-C messaging system&lt;/li&gt;&lt;li&gt;Defining classes, creating
699
- object instances, and using class objects&lt;/li&gt;&lt;li&gt;Using categories
700
- to extend classes without subclassing&lt;/li&gt;&lt;li&gt;Simplifying development
701
- with Objective-C 2.0 declared properties&lt;/li&gt;&lt;li&gt;Using protocols
702
- to emphasize behavior rather than class&lt;/li&gt;&lt;li&gt;Working with common
703
- Foundation classes for strings, arrays, dictionaries, sets, and number objects&lt;/li&gt;&lt;li&gt;Using
704
- Objective-C control structures, including Objective-C 2.0’s new fast enumeration
705
- construct&lt;/li&gt;&lt;li&gt;Understanding application security and hiding
706
- the declaration of methods that should stay private&lt;/li&gt;&lt;li&gt;Using
707
- the new blocks feature provided in Objective-C 2.0&lt;/li&gt;&lt;/ul&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1430223693</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Java-Developers/dp/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430223693</DetailPageURL><ItemLinks><ItemLink><Description>Technical
708
- Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Java-Developers/dp/tech-data/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Add
709
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430223693%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Add
710
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430223693%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Add
711
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430223693%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Tell
712
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>All
713
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>All
714
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink></ItemLinks><SalesRank>382058</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL75_.jpg</URL><Height
715
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL160_.jpg</URL><Height
716
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL.jpg</URL><Height
717
- Units="pixels">500</Height><Width Units="pixels">409</Width></LargeImage><ImageSets><ImageSet
718
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL30_.jpg</URL><Height
719
- Units="pixels">30</Height><Width Units="pixels">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL75_.jpg</URL><Height
720
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL75_.jpg</URL><Height
721
- Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL110_.jpg</URL><Height
722
- Units="pixels">110</Height><Width Units="pixels">90</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL160_.jpg</URL><Height
723
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL.jpg</URL><Height
724
- Units="pixels">500</Height><Width Units="pixels">409</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>James
725
- Bucanek</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430223696</EAN><EANList><EANListElement>9781430223696</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
726
- 9781430223696</Feature><Feature>Condition: Used - Very Good</Feature><Feature>Notes:
727
- 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence!
728
- Millions of books sold!</Feature><ISBN>1430223693</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
729
- Units="hundredths-inches">106</Height><Length Units="hundredths-inches">930</Length><Weight
730
- Units="hundredths-pounds">161</Weight><Width Units="hundredths-inches">752</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
731
- 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><NumberOfItems>1</NumberOfItems><NumberOfPages>493</NumberOfPages><PackageDimensions><Height
732
- Units="hundredths-inches">120</Height><Length Units="hundredths-inches">900</Length><Weight
733
- Units="hundredths-pounds">165</Weight><Width Units="hundredths-inches">750</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-09-25</PublicationDate><Publisher>Apress</Publisher><SKU>Z1430223693Z2</SKU><Studio>Apress</Studio><Title>Learn
734
- Objective-C for Java Developers (Learn Series)</Title><TradeInValue><Amount>25</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.25</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.01</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.01</FormattedPrice></LowestUsedPrice><TotalNew>40</TotalNew><TotalUsed>35</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
735
- Description</Source><Content>&lt;P&gt;Objective-C is Apple’s language for developing
736
- native Mac OS X and iPhone applications, and it’s become incredibly popular
737
- with experienced developers, especially Java developers.&lt;/P&gt; &lt;P&gt;MacBooks,
738
- MacBook Pros, and iPhones have been showing up in ever growing numbers at Java
739
- conferences, and now that the iTunes App Store is such a huge success, it seems
740
- that all of these Mac-owning Java developers want to learn Objective-C and join
741
- the rush to create the next “cool” app. Learn Objective-C for Java Developers
742
- is the book for them.&lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321566157</ASIN><DetailPageURL>http://www.amazon.com/Programming-Objective-C-2-0-Stephen-Kochan/dp/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321566157</DetailPageURL><ItemLinks><ItemLink><Description>Technical
743
- Details</Description><URL>http://www.amazon.com/Programming-Objective-C-2-0-Stephen-Kochan/dp/tech-data/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
744
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
745
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
746
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Tell
747
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>All
748
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>All
749
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink></ItemLinks><SalesRank>28060</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
750
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL160_.jpg</URL><Height
751
- Units="pixels">160</Height><Width Units="pixels">125</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L.jpg</URL><Height
752
- Units="pixels">500</Height><Width Units="pixels">390</Width></LargeImage><ImageSets><ImageSet
753
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL30_.jpg</URL><Height
754
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
755
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
756
- Units="pixels">75</Height><Width Units="pixels">58</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL110_.jpg</URL><Height
757
- Units="pixels">110</Height><Width Units="pixels">86</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL160_.jpg</URL><Height
758
- Units="pixels">160</Height><Width Units="pixels">125</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L.jpg</URL><Height
759
- Units="pixels">500</Height><Width Units="pixels">390</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Stephen
760
- G. Kochan</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321566157</EAN><EANList><EANListElement>9780321566157</EANListElement></EANList><Edition>2</Edition><ISBN>0321566157</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
761
- Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
762
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>4499</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$44.99</FormattedPrice></ListPrice><Manufacturer>Addison-Wesley
763
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>624</NumberOfPages><PackageDimensions><Height
764
- Units="hundredths-inches">140</Height><Length Units="hundredths-inches">890</Length><Weight
765
- Units="hundredths-pounds">210</Weight><Width Units="hundredths-inches">690</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-01-08</PublicationDate><Publisher>Addison-Wesley
766
- Professional</Publisher><SKU>0321566157</SKU><Studio>Addison-Wesley Professional</Studio><Title>Programming
767
- in Objective-C 2.0 (2nd Edition)</Title><TradeInValue><Amount>385</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.85</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1799</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1600</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$16.00</FormattedPrice></LowestUsedPrice><TotalNew>29</TotalNew><TotalUsed>49</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
768
- Description</Source><Content>&lt;P style="MARGIN: 0px"&gt;&lt;/P&gt; &lt;P
769
- style="MARGIN: 0px"&gt;&lt;B&gt;THE #1 BESTSELLING BOOK ON OBJECTIVE-C 2.0&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
770
- style="MARGIN: 0px"&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
771
- 0px"&gt;&lt;I&gt;Programming in Objective-C 2.0&lt;/I&gt; provides the new programmer
772
- a complete, step-by-step introduction to Objective-C, the primary language used
773
- to develop applications for the iPhone, iPad, and Mac OS X platforms.&lt;/P&gt; &lt;P
774
- style="MARGIN: 0px"&gt; &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;The book does
775
- not assume previous experience with either C or object-oriented programming
776
- languages, and it includes many detailed, practical examples of how to put Objective-C
777
- to use in your everyday iPhone/iPad or Mac OS X programming tasks.&lt;/P&gt; &lt;P
778
- style="MARGIN: 0px"&gt;&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;A
779
- powerful yet simple object-oriented programming language that’s based on the
780
- C programming language, Objective-C is widely available not only on OS X and
781
- the iPhone/iPad platform but across many operating systems that support the
782
- gcc compiler, including Linux, Unix, and Windows systems.&lt;/P&gt; &lt;P style="MARGIN:
783
- 0px"&gt; &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;The second edition of this
784
- book thoroughly covers the latest version of the language, Objective-C 2.0.
785
- And it shows not only how to take advantage of the Foundation framework’s rich
786
- built-in library of classes but also how to use the iPhone SDK to develop programs
787
- designed for the iPhone/iPad platform.&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt; &lt;/P&gt; &lt;P
788
- style="MARGIN: 0px"&gt;&lt;B&gt;&lt;U&gt;Table of Contents&lt;/U&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
789
- style="MARGIN: 0px"&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
790
- 0px"&gt;   1    Introduction &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;&lt;B&gt;Part
791
- I: The Objective-C 2.0 Language&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
792
- 2    Programming in Objective-C &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
793
- 3    Classes, Objects, and Methods &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
794
- 0px"&gt;    4    Data Types and Expressions&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
795
- 0px"&gt;    5    Program Looping&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
796
- 6    Making Decisions&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
797
- 7    More on Classes&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;    8    Inheritance&lt;BR&gt;&lt;/P&gt; &lt;P
798
- style="MARGIN: 0px"&gt;    9    Polymorphism, Dynamic Typing, and Dynamic Binding&lt;BR&gt;&lt;/P&gt; &lt;P
799
- style="MARGIN: 0px"&gt;  10    More on Variables and Data Types&lt;BR&gt;&lt;/P&gt; &lt;P
800
- style="MARGIN: 0px"&gt;  11    Categories and Protocols&lt;BR&gt;&lt;/P&gt; &lt;P
801
- style="MARGIN: 0px"&gt;  12    The Preprocessor&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
802
- 0px"&gt;  13    Underlying C Language Features&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
803
- 0px"&gt;&lt;B&gt;Part II: The Foundation Framework&lt;/B&gt;&lt;/P&gt; &lt;P
804
- style="MARGIN: 0px"&gt;  14    Introduction to the Foundation Framework &lt;BR&gt;&lt;/P&gt; &lt;P
805
- style="MARGIN: 0px"&gt;  15    Numbers, Strings, and Collections &lt;BR&gt;&lt;/P&gt; &lt;P
806
- style="MARGIN: 0px"&gt;  16    Working with Files &lt;BR&gt;&lt;/P&gt; &lt;P
807
- style="MARGIN: 0px"&gt;  17    Memory Management &lt;BR&gt;&lt;/P&gt; &lt;P
808
- style="MARGIN: 0px"&gt;  18    Copying Objects &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
809
- 0px"&gt;  19    Archiving &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;&lt;B&gt;Part
810
- &lt;B&gt;III: Cocoa and the iPhone SDK&lt;/B&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
811
- style="MARGIN: 0px"&gt;  20    Introduction to Cocoa &lt;/P&gt; &lt;P style="MARGIN:
812
- 0px"&gt;  21    Writing iPhone Applications &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
813
- 0px"&gt;&lt;B&gt;Part IV: Appendixes&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
814
- 0px"&gt;  A    Glossary &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt; 
815
- B    Objective-C 2.0 Language Summary &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
816
- 0px"&gt;  C    Address Book Source Code&lt;BR&gt;&lt;/P&gt;  D    Resources&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0470522755</ASIN><DetailPageURL>http://www.amazon.com/Objective-C-Dummies-Neal-Goldstein/dp/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470522755</DetailPageURL><ItemLinks><ItemLink><Description>Technical
817
- Details</Description><URL>http://www.amazon.com/Objective-C-Dummies-Neal-Goldstein/dp/tech-data/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Add
818
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0470522755%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Add
819
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0470522755%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Add
820
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0470522755%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Tell
821
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>All
822
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>All
823
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink></ItemLinks><SalesRank>110753</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL75_.jpg</URL><Height
824
- Units="pixels">75</Height><Width Units="pixels">59</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL160_.jpg</URL><Height
825
- Units="pixels">160</Height><Width Units="pixels">127</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL.jpg</URL><Height
826
- Units="pixels">500</Height><Width Units="pixels">396</Width></LargeImage><ImageSets><ImageSet
827
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL30_.jpg</URL><Height
828
- Units="pixels">30</Height><Width Units="pixels">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL75_.jpg</URL><Height
829
- Units="pixels">75</Height><Width Units="pixels">59</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL75_.jpg</URL><Height
830
- Units="pixels">75</Height><Width Units="pixels">59</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL110_.jpg</URL><Height
831
- Units="pixels">110</Height><Width Units="pixels">87</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL160_.jpg</URL><Height
832
- Units="pixels">160</Height><Width Units="pixels">127</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL.jpg</URL><Height
833
- Units="pixels">500</Height><Width Units="pixels">396</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Neal
834
- Goldstein</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780470522752</EAN><EANList><EANListElement>9780470522752</EANListElement></EANList><Edition>1</Edition><ISBN>0470522755</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
835
- Units="hundredths-inches">95</Height><Length Units="hundredths-inches">926</Length><Weight
836
- Units="hundredths-pounds">151</Weight><Width Units="hundredths-inches">732</Width></ItemDimensions><Label>For
837
- Dummies</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
838
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>2999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$29.99</FormattedPrice></ListPrice><Manufacturer>For
839
- Dummies</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>456</NumberOfPages><PackageDimensions><Height
840
- Units="hundredths-inches">110</Height><Length Units="hundredths-inches">900</Length><Weight
841
- Units="hundredths-pounds">150</Weight><Width Units="hundredths-inches">730</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-10-05</PublicationDate><Publisher>For
842
- Dummies</Publisher><SKU>4721992</SKU><Studio>For Dummies</Studio><Title>Objective-C
843
- For Dummies</Title><TradeInValue><Amount>63</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.63</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1576</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.76</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1574</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.74</FormattedPrice></LowestUsedPrice><TotalNew>38</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
844
- Description</Source><Content>&lt;b&gt;Learn the primary programming language
845
- for creating iPhone and Mac apps&lt;/b&gt;&lt;p&gt;The only thing hotter than
846
- the iPhone right now is new apps for the iPhone. Objective-C is the primary
847
- language for programming iPhone and Mac OS X applications, and this book makes
848
- it easy to learn Objective-C.&lt;p&gt;Even if you have no programming experience,
849
- &lt;i&gt;Objective-C For Dummies&lt;/i&gt; will teach you what you need to know
850
- to start creating iPhone apps. It provides an understanding of object-oriented
851
- programming in an entertaining way that helps you learn.&lt;ul&gt;&lt;li&gt;iPhone
852
- and Mac apps are hot, and most are created with Objective-C&lt;li&gt;Covers
853
- Xcode 3.2, which is included in Mac OS X Snow Leopard&lt;li&gt;Explains object-oriented
854
- programming concepts in a straightforward but fun style that makes learning
855
- easy&lt;li&gt;Ideal for those with no programming experience as well as those
856
- who may know other languages but are new to Objective-C&lt;li&gt;Prepares you
857
- to start creating iPhone and Mac OS X apps&lt;li&gt;Understand Mac programming
858
- concepts and patterns, and why to use them&lt;li&gt;Bonus CD includes all code
859
- samples used in the book&lt;/ul&gt;&lt;p&gt;&lt;i&gt;Objective-C For Dummies&lt;/i&gt;
860
- gives you the tools to turn your idea for an iPhone app into reality.&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt;
861
- CD-ROM/DVD and other supplementary materials are not included as part of eBook
862
- file.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1934356514</ASIN><DetailPageURL>http://www.amazon.com/Beginning-Mac-Programming-Objective-C-Programmers/dp/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1934356514</DetailPageURL><ItemLinks><ItemLink><Description>Technical
863
- Details</Description><URL>http://www.amazon.com/Beginning-Mac-Programming-Objective-C-Programmers/dp/tech-data/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Add
864
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1934356514%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Add
865
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1934356514%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Add
866
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1934356514%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Tell
867
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>All
868
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>All
869
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink></ItemLinks><SalesRank>86425</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL75_.jpg</URL><Height
870
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL160_.jpg</URL><Height
871
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL.jpg</URL><Height
872
- Units="pixels">416</Height><Width Units="pixels">340</Width></LargeImage><ImageSets><ImageSet
873
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL30_.jpg</URL><Height
874
- Units="pixels">30</Height><Width Units="pixels">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL75_.jpg</URL><Height
875
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL75_.jpg</URL><Height
876
- Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL110_.jpg</URL><Height
877
- Units="pixels">110</Height><Width Units="pixels">90</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL160_.jpg</URL><Height
878
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL.jpg</URL><Height
879
- Units="pixels">416</Height><Width Units="pixels">340</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Tim
880
- Isted</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.268</DeweyDecimalNumber><EAN>9781934356517</EAN><EANList><EANListElement>9781934356517</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
881
- 9781934356517</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
882
- NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
883
- Buy with Confidence! Millions of books sold!</Feature><ISBN>1934356514</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
884
- Units="hundredths-inches">79</Height><Length Units="hundredths-inches">908</Length><Weight
885
- Units="hundredths-pounds">142</Weight><Width Units="hundredths-inches">752</Width></ItemDimensions><Label>Pragmatic
886
- Bookshelf</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
887
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>3495</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$34.95</FormattedPrice></ListPrice><Manufacturer>Pragmatic
888
- Bookshelf</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>352</NumberOfPages><PackageDimensions><Height
889
- Units="hundredths-inches">87</Height><Length Units="hundredths-inches">906</Length><Weight
890
- Units="hundredths-pounds">146</Weight><Width Units="hundredths-inches">772</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-02</PublicationDate><Publisher>Pragmatic
891
- Bookshelf</Publisher><SKU>9781934356517</SKU><Studio>Pragmatic Bookshelf</Studio><Title>Beginning
892
- Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers)</Title><TradeInValue><Amount>750</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.50</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1981</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.81</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.00</FormattedPrice></LowestUsedPrice><TotalNew>45</TotalNew><TotalUsed>30</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
893
- Description</Source><Content>&lt;DIV&gt;&lt;p&gt;&lt;i&gt;Beginning Mac Programming&lt;/i&gt;
894
- takes you through concrete, working examples, giving you the core concepts and
895
- principles of development in context so you will be ready to build the applications
896
- you''ve been imagining. It introduces you to Objective-C and the Cocoa framework
897
- in clear, easy-to-understand lessons, and demonstrates how you can use them
898
- together to write for the Mac, as well as the iPhone and iPod.&lt;/p&gt;&lt;p&gt;
899
- You''ll explore crucial developer tools like Xcode and Interface Builder, and
900
- learn the principles of object-oriented programming, and how memory, data, and
901
- storage work to help you build your software.&lt;/p&gt;&lt;p&gt; If you''ve
902
- ever wanted to develop software for the Mac, this book is for you.&lt;/p&gt;&lt;/div&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0596804792</ASIN><DetailPageURL>http://www.amazon.com/Cocoa-Objective-C-Running-Foundations-programming/dp/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596804792</DetailPageURL><ItemLinks><ItemLink><Description>Technical
903
- Details</Description><URL>http://www.amazon.com/Cocoa-Objective-C-Running-Foundations-programming/dp/tech-data/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
904
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
905
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
906
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Tell
907
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>All
908
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>All
909
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink></ItemLinks><SalesRank>20370</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL75_.jpg</URL><Height
910
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL160_.jpg</URL><Height
911
- Units="pixels">160</Height><Width Units="pixels">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL.jpg</URL><Height
912
- Units="pixels">420</Height><Width Units="pixels">320</Width></LargeImage><ImageSets><ImageSet
913
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL30_.jpg</URL><Height
914
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL75_.jpg</URL><Height
915
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL75_.jpg</URL><Height
916
- Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL110_.jpg</URL><Height
917
- Units="pixels">110</Height><Width Units="pixels">84</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL160_.jpg</URL><Height
918
- Units="pixels">160</Height><Width Units="pixels">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL.jpg</URL><Height
919
- Units="pixels">420</Height><Width Units="pixels">320</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Scott
920
- Stevenson</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.268</DeweyDecimalNumber><EAN>9780596804794</EAN><EANList><EANListElement>9780596804794</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
921
- 9780596804794</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
922
- NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
923
- Buy with Confidence! Millions of books sold!</Feature><ISBN>0596804792</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
924
- Units="hundredths-inches">84</Height><Length Units="hundredths-inches">922</Length><Weight
925
- Units="hundredths-pounds">143</Weight><Width Units="hundredths-inches">712</Width></ItemDimensions><Label>O''Reilly
926
- Media</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
927
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>3499</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$34.99</FormattedPrice></ListPrice><Manufacturer>O''Reilly
928
- Media</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>416</NumberOfPages><PackageDimensions><Height
929
- Units="hundredths-inches">90</Height><Length Units="hundredths-inches">900</Length><Weight
930
- Units="hundredths-pounds">135</Weight><Width Units="hundredths-inches">680</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-30</PublicationDate><Publisher>O''Reilly
931
- Media</Publisher><SKU>{B1}_0596804792</SKU><Studio>O''Reilly Media</Studio><Title>Cocoa
932
- and Objective-C: Up and Running: Foundations of Mac, iPhone, and iPod touch
933
- programming</Title><TradeInValue><Amount>333</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.33</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1843</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.43</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1428</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.28</FormattedPrice></LowestUsedPrice><TotalNew>46</TotalNew><TotalUsed>22</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
934
- Description</Source><Content>&lt;DIV&gt;&lt;p&gt;Build solid applications for
935
- Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming
936
- skills or years of programming experience. With this book, you''ll learn how
937
- to use Apple''s Cocoa framework and the Objective-C language through step-by-step
938
- tutorials, hands-on exercises, clear examples, and sound advice from a Cocoa
939
- expert.&lt;/p&gt;&lt;p&gt; &lt;i&gt;Cocoa and Objective-C: Up and Running&lt;/i&gt;
940
- offers just enough theory to ground you, then shows you how to use Apple''s
941
- rapid development tools -- Xcode and Interface Builder -- to develop Cocoa applications,
942
- manage user interaction, create great UIs, and more. You''ll quickly gain the
943
- experience you need to develop sophisticated Apple software, whether you''re
944
- somewhat new to programming or just new to this platform.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Get
945
- a quick hands-on tour of basic programming skills with the C language &lt;/li&gt;&lt;li&gt;Learn
946
- how to use Interface Builder to quickly design and prototype your application''s
947
- user interface &lt;/li&gt;&lt;li&gt;Start using Objective-C by creating objects
948
- and learning memory management &lt;/li&gt;&lt;li&gt;Learn about the Model-View-Controller
949
- (MVC) method of sharing data between objects &lt;/li&gt;&lt;li&gt;Understand
950
- the Foundation value classes, Cocoa''s robust API for storing common data types
951
- &lt;/li&gt;&lt;li&gt;Become familiar with Apple''s graphics frameworks, and
952
- learn how to make custom views with AppKit &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1430233303</ASIN><DetailPageURL>http://www.amazon.com/Pro-Objective-C-Design-Patterns-iOS/dp/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430233303</DetailPageURL><ItemLinks><ItemLink><Description>Technical
953
- Details</Description><URL>http://www.amazon.com/Pro-Objective-C-Design-Patterns-iOS/dp/tech-data/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Add
954
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430233303%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Add
955
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430233303%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Add
956
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430233303%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Tell
957
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>All
958
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>All
959
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink></ItemLinks><SalesRank>309854</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL75_.jpg</URL><Height
960
- Units="pixels">75</Height><Width Units="pixels">62</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL160_.jpg</URL><Height
961
- Units="pixels">160</Height><Width Units="pixels">133</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL.jpg</URL><Height
962
- Units="pixels">500</Height><Width Units="pixels">415</Width></LargeImage><ImageSets><ImageSet
963
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL30_.jpg</URL><Height
964
- Units="pixels">30</Height><Width Units="pixels">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL75_.jpg</URL><Height
965
- Units="pixels">75</Height><Width Units="pixels">62</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL75_.jpg</URL><Height
966
- Units="pixels">75</Height><Width Units="pixels">62</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL110_.jpg</URL><Height
967
- Units="pixels">110</Height><Width Units="pixels">91</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL160_.jpg</URL><Height
968
- Units="pixels">160</Height><Width Units="pixels">133</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL.jpg</URL><Height
969
- Units="pixels">500</Height><Width Units="pixels">415</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Carlo
970
- Chung</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430233305</EAN><EANList><EANListElement>9781430233305</EANListElement></EANList><Edition>1</Edition><ISBN>1430233303</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
971
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>392</NumberOfPages><PackageDimensions><Height
972
- Units="hundredths-inches">120</Height><Length Units="hundredths-inches">920</Length><Weight
973
- Units="hundredths-pounds">145</Weight><Width Units="hundredths-inches">770</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-04-01</PublicationDate><Publisher>Apress</Publisher><SKU>5011828081</SKU><Studio>Apress</Studio><Title>Pro
974
- Objective-C Design Patterns for iOS</Title><TradeInValue><Amount>742</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.42</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2703</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$27.03</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2392</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$23.92</FormattedPrice></LowestUsedPrice><TotalNew>30</TotalNew><TotalUsed>12</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
975
- Description</Source><Content>&lt;p&gt; It’s time to capitalize on your mastery
976
- of Cocoa with &lt;em&gt;Pro Objective-C Design Patterns for iOS&lt;/em&gt;. You’ve
977
- developed apps that impressed and performed, and now you’re ready to jump into
978
- development practices that will leave you with more effective, efficient, and
979
- professional level apps. This book is the element you need to make the jump
980
- from journeyman to master.&lt;br /&gt;&lt;br /&gt;All too often, developers
981
- grind through building good apps on willpower and a vigorous focus on code development,
982
- leaving them unaware of and unable to benefit from the underlying structural
983
- and functional design patterns.  &lt;br /&gt;&lt;br /&gt;&lt;em&gt;Pro Objective-C
984
- Design Patterns for iOS&lt;/em&gt; will teach you those design patterns that
985
- have always been present at some level in your code, but were never recognized,
986
- acknowledged, or fully utilized. Implementation of specific pattern approaches
987
- will prove their value to any developer working in the iOS application arena.
988
- You’ll learn to master classic patterns like singleton, abstract factory, chain
989
- of responsibility, and observer. You’ll also discover less well-known but useful
990
- patterns like memento, composite, command, and mediator. &lt;/p&gt; &lt;h3&gt;What
991
- you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;The basic concepts of various
992
- design patterns &lt;/li&gt; &lt;li&gt;How to apply design patterns to your
993
- code based on different scenarios &lt;/li&gt; &lt;li&gt;How design patterns
994
- can strengthen your apps&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Who
995
- this book is for&lt;/h3&gt; &lt;p&gt; Any professional or aspiring
996
- iOS developer will find productivity, efficiency, and effectiveness of software
997
- development enhanced by the methods and practice delivered by &lt;em&gt;Pro
998
- Objective-C Design Patterns for iOS&lt;/em&gt;. &lt;/p&gt; &lt;h3&gt;Table
999
- of Contents&lt;/h3&gt;&lt;ol&gt; &lt;li&gt;Hello, Design Patterns! &lt;/li&gt; &lt;li&gt;A
1000
- Case Study: Designing an App &lt;/li&gt; &lt;li&gt;Prototype &lt;/li&gt; &lt;li&gt;Factory
1001
- Method &lt;/li&gt; &lt;li&gt;Abstract Factory &lt;/li&gt; &lt;li&gt;Builder
1002
- &lt;/li&gt; &lt;li&gt;Singleton &lt;/li&gt; &lt;li&gt;Adapter &lt;/li&gt; &lt;li&gt;Bridge
1003
- &lt;/li&gt; &lt;li&gt;Façade &lt;/li&gt; &lt;li&gt;Mediator &lt;/li&gt; &lt;li&gt;Observer
1004
- &lt;/li&gt; &lt;li&gt;Composite &lt;/li&gt; &lt;li&gt;Iterator &lt;/li&gt; &lt;li&gt;Visitor
1005
- &lt;/li&gt; &lt;li&gt;Decorator &lt;/li&gt; &lt;li&gt;Chain of Responsibility
1006
- &lt;/li&gt; &lt;li&gt;Template Method &lt;/li&gt; &lt;li&gt;Strategy &lt;/li&gt; &lt;li&gt;Command
1007
- &lt;/li&gt; &lt;li&gt;Flyweight &lt;/li&gt; &lt;li&gt;Proxy &lt;/li&gt; &lt;li&gt;Memento
1008
- &lt;/li&gt;&lt;/ol&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemSearchResponse>'
1009
- http_version: '1.1'
1010
- - !ruby/struct:VCR::HTTPInteraction
1011
- request: !ruby/struct:VCR::Request
1012
- method: :get
1013
- uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&Keywords=Learn%20Objective-C&Operation=ItemSearch&ResponseGroup=Medium&SearchIndex=Books&Service=AWSECommerceService&Signature=cQysX7SHbmrF+yTDoIdIu10uirlEPUy+5FM/HDG8TQU=&Timestamp=2011-08-02T14:48:00Z&Version=2010-11-01
1014
- body: !!null
1015
- headers: !!null
1016
- response: !ruby/struct:VCR::Response
1017
- status: !ruby/struct:VCR::ResponseStatus
1018
- code: 200
1019
- message: OK
1020
- headers:
1021
- date:
1022
- - Tue, 02 Aug 2011 14:54:04 GMT
1023
- server:
1024
- - Server
1025
- content-type:
1026
- - text/xml;charset=UTF-8
1027
- vary:
1028
- - Accept-Encoding,User-Agent
1029
- nncoection:
1030
- - close
1031
- transfer-encoding:
1032
- - chunked
1033
- body: ! '<?xml version="1.0" ?><ItemSearchResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><RequestId>60c9ddbd-adf3-44ac-aaf3-2effcc98e3b6</RequestId><Arguments><Argument
1034
- Name="Operation" Value="ItemSearch"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
1035
- Name="Signature" Value="cQysX7SHbmrF+yTDoIdIu10uirlEPUy+5FM/HDG8TQU="></Argument><Argument
1036
- Name="Version" Value="2010-11-01"></Argument><Argument Name="Keywords" Value="Learn
1037
- Objective-C"></Argument><Argument Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument
1038
- Name="Timestamp" Value="2011-08-02T14:48:00Z"></Argument><Argument Name="ResponseGroup"
1039
- Value="Medium"></Argument><Argument Name="SearchIndex" Value="Books"></Argument></Arguments><RequestProcessingTime>0.1064660000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemSearchRequest><Condition>New</Condition><DeliveryMethod>Ship</DeliveryMethod><Keywords>Learn
1040
- Objective-C</Keywords><MerchantId>Amazon</MerchantId><ResponseGroup>Medium</ResponseGroup><ReviewSort>-SubmissionDate</ReviewSort><SearchIndex>Books</SearchIndex></ItemSearchRequest></Request><TotalResults>83</TotalResults><TotalPages>9</TotalPages><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
1041
- 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
1042
- 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
1043
- 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
1044
- 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
1045
- 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
1046
- 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
1047
- 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>20399</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
1048
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
1049
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
1050
- Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
1051
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
1052
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
1053
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
1054
- Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
1055
- Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
1056
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
1057
- Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Mark
1058
- 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
1059
- ed. 2009. Corr. 3rd printing</Edition><Feature>Apress Learn ObjectiveC on the
1060
- Mac</Feature><Feature>Take your coding skills to the next level with this extensive
1061
- guide to ObjectiveC, the native programming language for developing sophisticated
1062
- software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
1063
- Units="hundredths-inches">90</Height><Length Units="hundredths-inches">925</Length><Weight
1064
- Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
1065
- 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
1066
- Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
1067
- 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>9781430218159_ln</SKU><Studio>Apress</Studio><Title>Learn
1068
- Objective-C on the Mac (Learn Series)</Title><TradeInValue><Amount>68</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.68</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.00</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>789</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.89</FormattedPrice></LowestUsedPrice><TotalNew>47</TotalNew><TotalUsed>33</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
1069
- Description</Source><Content>&lt;P&gt;Learn Objective-C on the Macintosh is
1070
- a classic programming primer for Mac OS X developers. And it’s hard to believe,
1071
- but this will be the only guide to Objective-C specifically aimed at new developers!&lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1430228326</ASIN><DetailPageURL>http://www.amazon.com/Objective-C-Absolute-Beginners-iPhone-Programming/dp/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430228326</DetailPageURL><ItemLinks><ItemLink><Description>Technical
1072
- Details</Description><URL>http://www.amazon.com/Objective-C-Absolute-Beginners-iPhone-Programming/dp/tech-data/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
1073
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
1074
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
1075
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Tell
1076
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>All
1077
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>All
1078
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430228326%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink></ItemLinks><SalesRank>87130</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL75_.jpg</URL><Height
1079
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL160_.jpg</URL><Height
1080
- Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L.jpg</URL><Height
1081
- Units="pixels">500</Height><Width Units="pixels">406</Width></LargeImage><ImageSets><ImageSet
1082
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL30_.jpg</URL><Height
1083
- Units="pixels">30</Height><Width Units="pixels">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL75_.jpg</URL><Height
1084
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL75_.jpg</URL><Height
1085
- Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL110_.jpg</URL><Height
1086
- Units="pixels">110</Height><Width Units="pixels">89</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L._SL160_.jpg</URL><Height
1087
- Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41P3boPLx4L.jpg</URL><Height
1088
- Units="pixels">500</Height><Width Units="pixels">406</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Gary
1089
- Bennett</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430228325</EAN><EANList><EANListElement>9781430228325</EANListElement></EANList><Edition>1</Edition><ISBN>1430228326</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
1090
- Units="hundredths-inches">89</Height><Length Units="hundredths-inches">954</Length><Weight
1091
- Units="hundredths-pounds">132</Weight><Width Units="hundredths-inches">758</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
1092
- 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><NumberOfItems>1</NumberOfItems><NumberOfPages>350</NumberOfPages><PackageDimensions><Height
1093
- Units="hundredths-inches">100</Height><Length Units="hundredths-inches">920</Length><Weight
1094
- Units="hundredths-pounds">135</Weight><Width Units="hundredths-inches">750</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-01</PublicationDate><Publisher>Apress</Publisher><SKU>Z1430228326Z2</SKU><Studio>Apress</Studio><Title>Objective-C
1095
- for Absolute Beginners: iPhone and Mac Programming Made Easy</Title><TradeInValue><Amount>1560</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.60</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2495</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$24.95</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2299</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.99</FormattedPrice></LowestUsedPrice><TotalNew>21</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
1096
- Description</Source><Content>&lt;P&gt;The success of Learn to Program Objective-C,
1097
- from Apress, allowed many people to migrate their existing programming skills
1098
- to Objective-C. This book allows even people who have never programmed before,
1099
- but are inspired by what their Mac or iPhone can do, and what their friends
1100
- have achieved with it, to program these devices for the first time, even with
1101
- no programming knowledge.&lt;BR&gt;&lt;BR&gt;Objective-C is gaining popularity
1102
- faster than any other programming language, which isn''t surprising since it''s
1103
- the native development language for both Apple''s iPhone OS and Mac OS X. "Objective-C
1104
- for Absolute Beginners" is the first book to introduce this rich, object-oriented
1105
- language to new programmers. &lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321711394</ASIN><DetailPageURL>http://www.amazon.com/Programming-Objective-C-3rd-Developers-Library/dp/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711394</DetailPageURL><ItemLinks><ItemLink><Description>Technical
1106
- Details</Description><URL>http://www.amazon.com/Programming-Objective-C-3rd-Developers-Library/dp/tech-data/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
1107
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
1108
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
1109
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Tell
1110
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>All
1111
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>All
1112
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink></ItemLinks><SalesRank>1639</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL75_.jpg</URL><Height
1113
- Units="pixels">75</Height><Width Units="pixels">56</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL160_.jpg</URL><Height
1114
- Units="pixels">160</Height><Width Units="pixels">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL.jpg</URL><Height
1115
- Units="pixels">500</Height><Width Units="pixels">374</Width></LargeImage><ImageSets><ImageSet
1116
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL30_.jpg</URL><Height
1117
- Units="pixels">30</Height><Width Units="pixels">22</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL75_.jpg</URL><Height
1118
- Units="pixels">75</Height><Width Units="pixels">56</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL75_.jpg</URL><Height
1119
- Units="pixels">75</Height><Width Units="pixels">56</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL110_.jpg</URL><Height
1120
- Units="pixels">110</Height><Width Units="pixels">82</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL._SL160_.jpg</URL><Height
1121
- Units="pixels">160</Height><Width Units="pixels">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414UsmkTQvL.jpg</URL><Height
1122
- Units="pixels">500</Height><Width Units="pixels">374</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Stephen
1123
- G. Kochan</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321711397</EAN><EANList><EANListElement>9780321711397</EANListElement></EANList><Edition>3</Edition><ISBN>0321711394</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
1124
- Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
1125
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>Addison-Wesley
1126
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>552</NumberOfPages><PackageDimensions><Height
1127
- Units="hundredths-inches">100</Height><Length Units="hundredths-inches">890</Length><Weight
1128
- Units="hundredths-pounds">185</Weight><Width Units="hundredths-inches">700</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-06-20</PublicationDate><Publisher>Addison-Wesley
1129
- Professional</Publisher><SKU>A9183504</SKU><Studio>Addison-Wesley Professional</Studio><Title>Programming
1130
- in Objective-C (3rd Edition) (Developer''s Library)</Title><TradeInValue><Amount>1075</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.75</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2294</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.94</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2296</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.96</FormattedPrice></LowestUsedPrice><TotalNew>36</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
1131
- Description</Source><Content>&lt;i&gt;Programming in Objective-C&lt;/i&gt; is
1132
- a concise, carefully written tutorial on the basics of Objective-C and object-oriented
1133
- programming for the iOS and Mac platforms.&lt;br&gt;&lt;br&gt;The book makes
1134
- no assumptions about prior experience with object-oriented programming languages
1135
- or with the C language (which Objective-C is based upon). Because of this, both
1136
- beginners and experienced programmers alike can use this book to quickly and
1137
- effectively learn the fundamentals of Objective-C. Readers can also learn the
1138
- concepts of object-oriented programming without having to first learn all of
1139
- the intricacies of the underlying procedural language (C).&lt;br&gt;&lt;br&gt;This
1140
- unique approach to learning, combined with many small program examples and exercises
1141
- at the end of each chapter, makes &lt;i&gt;Programming in Objective-C&lt;/i&gt;
1142
- ideally suited for either classroom use or self-study. While the Objective-C
1143
- language itself has gone through relatively minor changes since the introduction
1144
- of Objective-C 2.0, the Apple development tools that programmers use for Objective-C
1145
- development on the Mac and on iOS have changed significantly in a very short
1146
- period of time. &lt;br&gt;&lt;br&gt;The third edition of &lt;i&gt;Programming
1147
- in Objective-C&lt;/i&gt; includes numerous updates and improvements throughout
1148
- the book:&lt;br&gt;&lt;br&gt; &lt;li&gt;Improved organization for some chapters&lt;/li&gt;
1149
- &lt;li&gt;Incorporation of feedback and suggestions from members of the author''s
1150
- forum for readers, including more detailed descriptions for some of the examples&lt;/li&gt;
1151
- &lt;li&gt;A new introduction to blocks with examples&lt;/li&gt; &lt;li&gt;Replacement
1152
- of deprecated methods with newer methods&lt;/li&gt; &lt;li&gt;Updated diagrams
1153
- and steps for using Xcode 4&lt;/li&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321711386</ASIN><DetailPageURL>http://www.amazon.com/Learning-Objective-C-2-0-Hands-Developers/dp/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711386</DetailPageURL><ItemLinks><ItemLink><Description>Technical
1154
- Details</Description><URL>http://www.amazon.com/Learning-Objective-C-2-0-Hands-Developers/dp/tech-data/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Add
1155
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321711386%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Add
1156
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321711386%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Add
1157
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321711386%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>Tell
1158
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>All
1159
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink><ItemLink><Description>All
1160
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321711386%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711386</URL></ItemLink></ItemLinks><SalesRank>215522</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL75_.jpg</URL><Height
1161
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL160_.jpg</URL><Height
1162
- Units="pixels">160</Height><Width Units="pixels">124</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL.jpg</URL><Height
1163
- Units="pixels">500</Height><Width Units="pixels">389</Width></LargeImage><ImageSets><ImageSet
1164
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL30_.jpg</URL><Height
1165
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL75_.jpg</URL><Height
1166
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL75_.jpg</URL><Height
1167
- Units="pixels">75</Height><Width Units="pixels">58</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL110_.jpg</URL><Height
1168
- Units="pixels">110</Height><Width Units="pixels">86</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL._SL160_.jpg</URL><Height
1169
- Units="pixels">160</Height><Width Units="pixels">124</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41LgE5wnlUL.jpg</URL><Height
1170
- Units="pixels">500</Height><Width Units="pixels">389</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Robert
1171
- Clair</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321711380</EAN><EANList><EANListElement>9780321711380</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
1172
- 9780321711380</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
1173
- NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
1174
- Buy with Confidence! Millions of books sold!</Feature><ISBN>0321711386</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
1175
- Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
1176
- 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>Addison-Wesley
1177
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>416</NumberOfPages><PackageDimensions><Height
1178
- Units="hundredths-inches">94</Height><Length Units="hundredths-inches">898</Length><Weight
1179
- Units="hundredths-pounds">146</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-08-02</PublicationDate><Publisher>Addison-Wesley
1180
- Professional</Publisher><SKU>ST0321711386</SKU><Studio>Addison-Wesley Professional</Studio><Title>Learning
1181
- Objective-C 2.0: A Hands-On Guide to Objective-C for Mac and iOS Developers</Title><TradeInValue><Amount>575</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.75</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2197</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.97</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2200</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.00</FormattedPrice></LowestUsedPrice><TotalNew>47</TotalNew><TotalUsed>11</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
1182
- Description</Source><Content>&lt;b&gt;Get Started Fast with Objective-C 2.0
1183
- Programming for OS X, iPhone, iPod touch, and iPad&lt;/b&gt; &lt;p style="margin:
1184
- 0px;"&gt; &lt;/p&gt; &lt;p style="margin: 0px;"&gt;If you want to learn Objective-C
1185
- 2.0 to write programs for Mac OS X, iPhone, iPad, or iPod touch, you’ve come
1186
- to the right place! Concise, readable, and friendly, Learning Objective-C 2.0
1187
- is the perfect beginner’s guide to the latest version of Objective-C.&lt;/p&gt;
1188
- &lt;p style="margin: 0px;"&gt; &lt;/p&gt; &lt;p style="margin: 0px;"&gt;Longtime
1189
- Mac OS X and iPhone developer Robert Clair covers everything from the absolute
1190
- basics to Objective-C 2.0’s newest innovations. Clair begins with a practical
1191
- refresher on C and object-oriented programming and walks you through creating
1192
- your first Objective-C program with Xcode. Next, you’ll master each core language
1193
- feature, from objects and classes to messaging, frameworks, and protocols. Every
1194
- concept is illustrated with simple examples, and many chapters contain hands-on
1195
- practice exercises.&lt;/p&gt; &lt;p style="margin: 0px;"&gt; &lt;/p&gt; &lt;p
1196
- style="margin: 0px;"&gt;Throughout, &lt;b&gt;&lt;i&gt;Learning Objective-C 2.0&lt;/i&gt;&lt;/b&gt;
1197
- focuses on the features, concepts, and techniques that matter most day to day.
1198
- The result is an outstanding first book for everyone who wants to begin programming
1199
- for iPhone, iPod touch, iPad, or Mac OS X.&lt;/p&gt; &lt;p style="margin: 0px;"&gt; &lt;/p&gt;
1200
- &lt;p style="margin: 0px;"&gt;COVERAGE INCLUDES&lt;/p&gt; &lt;p style="margin:
1201
- 0px;"&gt; &lt;/p&gt; &lt;ul&gt;&lt;li&gt;Understanding methods, messages, and
1202
- the Objective-C messaging system&lt;/li&gt;&lt;li&gt;Defining classes, creating
1203
- object instances, and using class objects&lt;/li&gt;&lt;li&gt;Using categories
1204
- to extend classes without subclassing&lt;/li&gt;&lt;li&gt;Simplifying development
1205
- with Objective-C 2.0 declared properties&lt;/li&gt;&lt;li&gt;Using protocols
1206
- to emphasize behavior rather than class&lt;/li&gt;&lt;li&gt;Working with common
1207
- Foundation classes for strings, arrays, dictionaries, sets, and number objects&lt;/li&gt;&lt;li&gt;Using
1208
- Objective-C control structures, including Objective-C 2.0’s new fast enumeration
1209
- construct&lt;/li&gt;&lt;li&gt;Understanding application security and hiding
1210
- the declaration of methods that should stay private&lt;/li&gt;&lt;li&gt;Using
1211
- the new blocks feature provided in Objective-C 2.0&lt;/li&gt;&lt;/ul&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1430223693</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Java-Developers/dp/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430223693</DetailPageURL><ItemLinks><ItemLink><Description>Technical
1212
- Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Java-Developers/dp/tech-data/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Add
1213
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430223693%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Add
1214
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430223693%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Add
1215
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430223693%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>Tell
1216
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>All
1217
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink><ItemLink><Description>All
1218
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430223693%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430223693</URL></ItemLink></ItemLinks><SalesRank>382058</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL75_.jpg</URL><Height
1219
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL160_.jpg</URL><Height
1220
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL.jpg</URL><Height
1221
- Units="pixels">500</Height><Width Units="pixels">409</Width></LargeImage><ImageSets><ImageSet
1222
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL30_.jpg</URL><Height
1223
- Units="pixels">30</Height><Width Units="pixels">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL75_.jpg</URL><Height
1224
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL75_.jpg</URL><Height
1225
- Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL110_.jpg</URL><Height
1226
- Units="pixels">110</Height><Width Units="pixels">90</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL._SL160_.jpg</URL><Height
1227
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41SkwjUoowL.jpg</URL><Height
1228
- Units="pixels">500</Height><Width Units="pixels">409</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>James
1229
- Bucanek</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430223696</EAN><EANList><EANListElement>9781430223696</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
1230
- 9781430223696</Feature><Feature>Condition: Used - Very Good</Feature><Feature>Notes:
1231
- 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence!
1232
- Millions of books sold!</Feature><ISBN>1430223693</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
1233
- Units="hundredths-inches">106</Height><Length Units="hundredths-inches">930</Length><Weight
1234
- Units="hundredths-pounds">161</Weight><Width Units="hundredths-inches">752</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
1235
- 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><NumberOfItems>1</NumberOfItems><NumberOfPages>493</NumberOfPages><PackageDimensions><Height
1236
- Units="hundredths-inches">120</Height><Length Units="hundredths-inches">900</Length><Weight
1237
- Units="hundredths-pounds">165</Weight><Width Units="hundredths-inches">750</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-09-25</PublicationDate><Publisher>Apress</Publisher><SKU>Z1430223693Z2</SKU><Studio>Apress</Studio><Title>Learn
1238
- Objective-C for Java Developers (Learn Series)</Title><TradeInValue><Amount>25</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.25</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.01</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.01</FormattedPrice></LowestUsedPrice><TotalNew>40</TotalNew><TotalUsed>35</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
1239
- Description</Source><Content>&lt;P&gt;Objective-C is Apple’s language for developing
1240
- native Mac OS X and iPhone applications, and it’s become incredibly popular
1241
- with experienced developers, especially Java developers.&lt;/P&gt; &lt;P&gt;MacBooks,
1242
- MacBook Pros, and iPhones have been showing up in ever growing numbers at Java
1243
- conferences, and now that the iTunes App Store is such a huge success, it seems
1244
- that all of these Mac-owning Java developers want to learn Objective-C and join
1245
- the rush to create the next “cool” app. Learn Objective-C for Java Developers
1246
- is the book for them.&lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321566157</ASIN><DetailPageURL>http://www.amazon.com/Programming-Objective-C-2-0-Stephen-Kochan/dp/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321566157</DetailPageURL><ItemLinks><ItemLink><Description>Technical
1247
- Details</Description><URL>http://www.amazon.com/Programming-Objective-C-2-0-Stephen-Kochan/dp/tech-data/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
1248
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
1249
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
1250
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Tell
1251
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>All
1252
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>All
1253
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321566157%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink></ItemLinks><SalesRank>28060</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
1254
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL160_.jpg</URL><Height
1255
- Units="pixels">160</Height><Width Units="pixels">125</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L.jpg</URL><Height
1256
- Units="pixels">500</Height><Width Units="pixels">390</Width></LargeImage><ImageSets><ImageSet
1257
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL30_.jpg</URL><Height
1258
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
1259
- Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
1260
- Units="pixels">75</Height><Width Units="pixels">58</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL110_.jpg</URL><Height
1261
- Units="pixels">110</Height><Width Units="pixels">86</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL160_.jpg</URL><Height
1262
- Units="pixels">160</Height><Width Units="pixels">125</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L.jpg</URL><Height
1263
- Units="pixels">500</Height><Width Units="pixels">390</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Stephen
1264
- G. Kochan</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321566157</EAN><EANList><EANListElement>9780321566157</EANListElement></EANList><Edition>2</Edition><ISBN>0321566157</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
1265
- Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
1266
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>4499</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$44.99</FormattedPrice></ListPrice><Manufacturer>Addison-Wesley
1267
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>624</NumberOfPages><PackageDimensions><Height
1268
- Units="hundredths-inches">140</Height><Length Units="hundredths-inches">890</Length><Weight
1269
- Units="hundredths-pounds">210</Weight><Width Units="hundredths-inches">690</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-01-08</PublicationDate><Publisher>Addison-Wesley
1270
- Professional</Publisher><SKU>0321566157</SKU><Studio>Addison-Wesley Professional</Studio><Title>Programming
1271
- in Objective-C 2.0 (2nd Edition)</Title><TradeInValue><Amount>385</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.85</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1799</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1600</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$16.00</FormattedPrice></LowestUsedPrice><TotalNew>29</TotalNew><TotalUsed>49</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
1272
- Description</Source><Content>&lt;P style="MARGIN: 0px"&gt;&lt;/P&gt; &lt;P
1273
- style="MARGIN: 0px"&gt;&lt;B&gt;THE #1 BESTSELLING BOOK ON OBJECTIVE-C 2.0&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
1274
- style="MARGIN: 0px"&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
1275
- 0px"&gt;&lt;I&gt;Programming in Objective-C 2.0&lt;/I&gt; provides the new programmer
1276
- a complete, step-by-step introduction to Objective-C, the primary language used
1277
- to develop applications for the iPhone, iPad, and Mac OS X platforms.&lt;/P&gt; &lt;P
1278
- style="MARGIN: 0px"&gt; &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;The book does
1279
- not assume previous experience with either C or object-oriented programming
1280
- languages, and it includes many detailed, practical examples of how to put Objective-C
1281
- to use in your everyday iPhone/iPad or Mac OS X programming tasks.&lt;/P&gt; &lt;P
1282
- style="MARGIN: 0px"&gt;&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;A
1283
- powerful yet simple object-oriented programming language that’s based on the
1284
- C programming language, Objective-C is widely available not only on OS X and
1285
- the iPhone/iPad platform but across many operating systems that support the
1286
- gcc compiler, including Linux, Unix, and Windows systems.&lt;/P&gt; &lt;P style="MARGIN:
1287
- 0px"&gt; &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;The second edition of this
1288
- book thoroughly covers the latest version of the language, Objective-C 2.0.
1289
- And it shows not only how to take advantage of the Foundation framework’s rich
1290
- built-in library of classes but also how to use the iPhone SDK to develop programs
1291
- designed for the iPhone/iPad platform.&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt; &lt;/P&gt; &lt;P
1292
- style="MARGIN: 0px"&gt;&lt;B&gt;&lt;U&gt;Table of Contents&lt;/U&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
1293
- style="MARGIN: 0px"&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
1294
- 0px"&gt;   1    Introduction &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;&lt;B&gt;Part
1295
- I: The Objective-C 2.0 Language&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
1296
- 2    Programming in Objective-C &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
1297
- 3    Classes, Objects, and Methods &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
1298
- 0px"&gt;    4    Data Types and Expressions&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
1299
- 0px"&gt;    5    Program Looping&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
1300
- 6    Making Decisions&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
1301
- 7    More on Classes&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;    8    Inheritance&lt;BR&gt;&lt;/P&gt; &lt;P
1302
- style="MARGIN: 0px"&gt;    9    Polymorphism, Dynamic Typing, and Dynamic Binding&lt;BR&gt;&lt;/P&gt; &lt;P
1303
- style="MARGIN: 0px"&gt;  10    More on Variables and Data Types&lt;BR&gt;&lt;/P&gt; &lt;P
1304
- style="MARGIN: 0px"&gt;  11    Categories and Protocols&lt;BR&gt;&lt;/P&gt; &lt;P
1305
- style="MARGIN: 0px"&gt;  12    The Preprocessor&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
1306
- 0px"&gt;  13    Underlying C Language Features&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
1307
- 0px"&gt;&lt;B&gt;Part II: The Foundation Framework&lt;/B&gt;&lt;/P&gt; &lt;P
1308
- style="MARGIN: 0px"&gt;  14    Introduction to the Foundation Framework &lt;BR&gt;&lt;/P&gt; &lt;P
1309
- style="MARGIN: 0px"&gt;  15    Numbers, Strings, and Collections &lt;BR&gt;&lt;/P&gt; &lt;P
1310
- style="MARGIN: 0px"&gt;  16    Working with Files &lt;BR&gt;&lt;/P&gt; &lt;P
1311
- style="MARGIN: 0px"&gt;  17    Memory Management &lt;BR&gt;&lt;/P&gt; &lt;P
1312
- style="MARGIN: 0px"&gt;  18    Copying Objects &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
1313
- 0px"&gt;  19    Archiving &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;&lt;B&gt;Part
1314
- &lt;B&gt;III: Cocoa and the iPhone SDK&lt;/B&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
1315
- style="MARGIN: 0px"&gt;  20    Introduction to Cocoa &lt;/P&gt; &lt;P style="MARGIN:
1316
- 0px"&gt;  21    Writing iPhone Applications &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
1317
- 0px"&gt;&lt;B&gt;Part IV: Appendixes&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
1318
- 0px"&gt;  A    Glossary &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt; 
1319
- B    Objective-C 2.0 Language Summary &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
1320
- 0px"&gt;  C    Address Book Source Code&lt;BR&gt;&lt;/P&gt;  D    Resources&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0470522755</ASIN><DetailPageURL>http://www.amazon.com/Objective-C-Dummies-Neal-Goldstein/dp/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470522755</DetailPageURL><ItemLinks><ItemLink><Description>Technical
1321
- Details</Description><URL>http://www.amazon.com/Objective-C-Dummies-Neal-Goldstein/dp/tech-data/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Add
1322
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0470522755%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Add
1323
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0470522755%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Add
1324
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0470522755%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>Tell
1325
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>All
1326
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink><ItemLink><Description>All
1327
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0470522755%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470522755</URL></ItemLink></ItemLinks><SalesRank>110753</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL75_.jpg</URL><Height
1328
- Units="pixels">75</Height><Width Units="pixels">59</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL160_.jpg</URL><Height
1329
- Units="pixels">160</Height><Width Units="pixels">127</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL.jpg</URL><Height
1330
- Units="pixels">500</Height><Width Units="pixels">396</Width></LargeImage><ImageSets><ImageSet
1331
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL30_.jpg</URL><Height
1332
- Units="pixels">30</Height><Width Units="pixels">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL75_.jpg</URL><Height
1333
- Units="pixels">75</Height><Width Units="pixels">59</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL75_.jpg</URL><Height
1334
- Units="pixels">75</Height><Width Units="pixels">59</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL110_.jpg</URL><Height
1335
- Units="pixels">110</Height><Width Units="pixels">87</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL._SL160_.jpg</URL><Height
1336
- Units="pixels">160</Height><Width Units="pixels">127</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51n1iAK3RjL.jpg</URL><Height
1337
- Units="pixels">500</Height><Width Units="pixels">396</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Neal
1338
- Goldstein</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780470522752</EAN><EANList><EANListElement>9780470522752</EANListElement></EANList><Edition>1</Edition><ISBN>0470522755</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
1339
- Units="hundredths-inches">95</Height><Length Units="hundredths-inches">926</Length><Weight
1340
- Units="hundredths-pounds">151</Weight><Width Units="hundredths-inches">732</Width></ItemDimensions><Label>For
1341
- Dummies</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
1342
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>2999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$29.99</FormattedPrice></ListPrice><Manufacturer>For
1343
- Dummies</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>456</NumberOfPages><PackageDimensions><Height
1344
- Units="hundredths-inches">110</Height><Length Units="hundredths-inches">900</Length><Weight
1345
- Units="hundredths-pounds">150</Weight><Width Units="hundredths-inches">730</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-10-05</PublicationDate><Publisher>For
1346
- Dummies</Publisher><SKU>4721992</SKU><Studio>For Dummies</Studio><Title>Objective-C
1347
- For Dummies</Title><TradeInValue><Amount>63</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.63</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1576</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.76</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1574</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.74</FormattedPrice></LowestUsedPrice><TotalNew>38</TotalNew><TotalUsed>13</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
1348
- Description</Source><Content>&lt;b&gt;Learn the primary programming language
1349
- for creating iPhone and Mac apps&lt;/b&gt;&lt;p&gt;The only thing hotter than
1350
- the iPhone right now is new apps for the iPhone. Objective-C is the primary
1351
- language for programming iPhone and Mac OS X applications, and this book makes
1352
- it easy to learn Objective-C.&lt;p&gt;Even if you have no programming experience,
1353
- &lt;i&gt;Objective-C For Dummies&lt;/i&gt; will teach you what you need to know
1354
- to start creating iPhone apps. It provides an understanding of object-oriented
1355
- programming in an entertaining way that helps you learn.&lt;ul&gt;&lt;li&gt;iPhone
1356
- and Mac apps are hot, and most are created with Objective-C&lt;li&gt;Covers
1357
- Xcode 3.2, which is included in Mac OS X Snow Leopard&lt;li&gt;Explains object-oriented
1358
- programming concepts in a straightforward but fun style that makes learning
1359
- easy&lt;li&gt;Ideal for those with no programming experience as well as those
1360
- who may know other languages but are new to Objective-C&lt;li&gt;Prepares you
1361
- to start creating iPhone and Mac OS X apps&lt;li&gt;Understand Mac programming
1362
- concepts and patterns, and why to use them&lt;li&gt;Bonus CD includes all code
1363
- samples used in the book&lt;/ul&gt;&lt;p&gt;&lt;i&gt;Objective-C For Dummies&lt;/i&gt;
1364
- gives you the tools to turn your idea for an iPhone app into reality.&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt;
1365
- CD-ROM/DVD and other supplementary materials are not included as part of eBook
1366
- file.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1934356514</ASIN><DetailPageURL>http://www.amazon.com/Beginning-Mac-Programming-Objective-C-Programmers/dp/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1934356514</DetailPageURL><ItemLinks><ItemLink><Description>Technical
1367
- Details</Description><URL>http://www.amazon.com/Beginning-Mac-Programming-Objective-C-Programmers/dp/tech-data/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Add
1368
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1934356514%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Add
1369
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1934356514%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Add
1370
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1934356514%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>Tell
1371
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>All
1372
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink><ItemLink><Description>All
1373
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1934356514%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1934356514</URL></ItemLink></ItemLinks><SalesRank>86425</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL75_.jpg</URL><Height
1374
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL160_.jpg</URL><Height
1375
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL.jpg</URL><Height
1376
- Units="pixels">416</Height><Width Units="pixels">340</Width></LargeImage><ImageSets><ImageSet
1377
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL30_.jpg</URL><Height
1378
- Units="pixels">30</Height><Width Units="pixels">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL75_.jpg</URL><Height
1379
- Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL75_.jpg</URL><Height
1380
- Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL110_.jpg</URL><Height
1381
- Units="pixels">110</Height><Width Units="pixels">90</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL._SL160_.jpg</URL><Height
1382
- Units="pixels">160</Height><Width Units="pixels">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/414Skg0O6yL.jpg</URL><Height
1383
- Units="pixels">416</Height><Width Units="pixels">340</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Tim
1384
- Isted</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.268</DeweyDecimalNumber><EAN>9781934356517</EAN><EANList><EANListElement>9781934356517</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
1385
- 9781934356517</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
1386
- NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
1387
- Buy with Confidence! Millions of books sold!</Feature><ISBN>1934356514</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
1388
- Units="hundredths-inches">79</Height><Length Units="hundredths-inches">908</Length><Weight
1389
- Units="hundredths-pounds">142</Weight><Width Units="hundredths-inches">752</Width></ItemDimensions><Label>Pragmatic
1390
- Bookshelf</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
1391
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>3495</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$34.95</FormattedPrice></ListPrice><Manufacturer>Pragmatic
1392
- Bookshelf</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>352</NumberOfPages><PackageDimensions><Height
1393
- Units="hundredths-inches">87</Height><Length Units="hundredths-inches">906</Length><Weight
1394
- Units="hundredths-pounds">146</Weight><Width Units="hundredths-inches">772</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-02</PublicationDate><Publisher>Pragmatic
1395
- Bookshelf</Publisher><SKU>9781934356517</SKU><Studio>Pragmatic Bookshelf</Studio><Title>Beginning
1396
- Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers)</Title><TradeInValue><Amount>750</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.50</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1981</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.81</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.00</FormattedPrice></LowestUsedPrice><TotalNew>45</TotalNew><TotalUsed>30</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
1397
- Description</Source><Content>&lt;DIV&gt;&lt;p&gt;&lt;i&gt;Beginning Mac Programming&lt;/i&gt;
1398
- takes you through concrete, working examples, giving you the core concepts and
1399
- principles of development in context so you will be ready to build the applications
1400
- you''ve been imagining. It introduces you to Objective-C and the Cocoa framework
1401
- in clear, easy-to-understand lessons, and demonstrates how you can use them
1402
- together to write for the Mac, as well as the iPhone and iPod.&lt;/p&gt;&lt;p&gt;
1403
- You''ll explore crucial developer tools like Xcode and Interface Builder, and
1404
- learn the principles of object-oriented programming, and how memory, data, and
1405
- storage work to help you build your software.&lt;/p&gt;&lt;p&gt; If you''ve
1406
- ever wanted to develop software for the Mac, this book is for you.&lt;/p&gt;&lt;/div&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0596804792</ASIN><DetailPageURL>http://www.amazon.com/Cocoa-Objective-C-Running-Foundations-programming/dp/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596804792</DetailPageURL><ItemLinks><ItemLink><Description>Technical
1407
- Details</Description><URL>http://www.amazon.com/Cocoa-Objective-C-Running-Foundations-programming/dp/tech-data/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
1408
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
1409
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
1410
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Tell
1411
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>All
1412
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>All
1413
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0596804792%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink></ItemLinks><SalesRank>20370</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL75_.jpg</URL><Height
1414
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL160_.jpg</URL><Height
1415
- Units="pixels">160</Height><Width Units="pixels">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL.jpg</URL><Height
1416
- Units="pixels">420</Height><Width Units="pixels">320</Width></LargeImage><ImageSets><ImageSet
1417
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL30_.jpg</URL><Height
1418
- Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL75_.jpg</URL><Height
1419
- Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL75_.jpg</URL><Height
1420
- Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL110_.jpg</URL><Height
1421
- Units="pixels">110</Height><Width Units="pixels">84</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL._SL160_.jpg</URL><Height
1422
- Units="pixels">160</Height><Width Units="pixels">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41AQuM9%2B9vL.jpg</URL><Height
1423
- Units="pixels">420</Height><Width Units="pixels">320</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Scott
1424
- Stevenson</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.268</DeweyDecimalNumber><EAN>9780596804794</EAN><EANList><EANListElement>9780596804794</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
1425
- 9780596804794</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
1426
- NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
1427
- Buy with Confidence! Millions of books sold!</Feature><ISBN>0596804792</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
1428
- Units="hundredths-inches">84</Height><Length Units="hundredths-inches">922</Length><Weight
1429
- Units="hundredths-pounds">143</Weight><Width Units="hundredths-inches">712</Width></ItemDimensions><Label>O''Reilly
1430
- Media</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
1431
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>3499</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$34.99</FormattedPrice></ListPrice><Manufacturer>O''Reilly
1432
- Media</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>416</NumberOfPages><PackageDimensions><Height
1433
- Units="hundredths-inches">90</Height><Length Units="hundredths-inches">900</Length><Weight
1434
- Units="hundredths-pounds">135</Weight><Width Units="hundredths-inches">680</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-30</PublicationDate><Publisher>O''Reilly
1435
- Media</Publisher><SKU>{B1}_0596804792</SKU><Studio>O''Reilly Media</Studio><Title>Cocoa
1436
- and Objective-C: Up and Running: Foundations of Mac, iPhone, and iPod touch
1437
- programming</Title><TradeInValue><Amount>333</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.33</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1843</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.43</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1428</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.28</FormattedPrice></LowestUsedPrice><TotalNew>46</TotalNew><TotalUsed>22</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
1438
- Description</Source><Content>&lt;DIV&gt;&lt;p&gt;Build solid applications for
1439
- Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming
1440
- skills or years of programming experience. With this book, you''ll learn how
1441
- to use Apple''s Cocoa framework and the Objective-C language through step-by-step
1442
- tutorials, hands-on exercises, clear examples, and sound advice from a Cocoa
1443
- expert.&lt;/p&gt;&lt;p&gt; &lt;i&gt;Cocoa and Objective-C: Up and Running&lt;/i&gt;
1444
- offers just enough theory to ground you, then shows you how to use Apple''s
1445
- rapid development tools -- Xcode and Interface Builder -- to develop Cocoa applications,
1446
- manage user interaction, create great UIs, and more. You''ll quickly gain the
1447
- experience you need to develop sophisticated Apple software, whether you''re
1448
- somewhat new to programming or just new to this platform.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Get
1449
- a quick hands-on tour of basic programming skills with the C language &lt;/li&gt;&lt;li&gt;Learn
1450
- how to use Interface Builder to quickly design and prototype your application''s
1451
- user interface &lt;/li&gt;&lt;li&gt;Start using Objective-C by creating objects
1452
- and learning memory management &lt;/li&gt;&lt;li&gt;Learn about the Model-View-Controller
1453
- (MVC) method of sharing data between objects &lt;/li&gt;&lt;li&gt;Understand
1454
- the Foundation value classes, Cocoa''s robust API for storing common data types
1455
- &lt;/li&gt;&lt;li&gt;Become familiar with Apple''s graphics frameworks, and
1456
- learn how to make custom views with AppKit &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1430233303</ASIN><DetailPageURL>http://www.amazon.com/Pro-Objective-C-Design-Patterns-iOS/dp/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430233303</DetailPageURL><ItemLinks><ItemLink><Description>Technical
1457
- Details</Description><URL>http://www.amazon.com/Pro-Objective-C-Design-Patterns-iOS/dp/tech-data/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Add
1458
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430233303%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Add
1459
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430233303%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Add
1460
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430233303%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>Tell
1461
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>All
1462
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink><ItemLink><Description>All
1463
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430233303%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430233303</URL></ItemLink></ItemLinks><SalesRank>309854</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL75_.jpg</URL><Height
1464
- Units="pixels">75</Height><Width Units="pixels">62</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL160_.jpg</URL><Height
1465
- Units="pixels">160</Height><Width Units="pixels">133</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL.jpg</URL><Height
1466
- Units="pixels">500</Height><Width Units="pixels">415</Width></LargeImage><ImageSets><ImageSet
1467
- Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL30_.jpg</URL><Height
1468
- Units="pixels">30</Height><Width Units="pixels">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL75_.jpg</URL><Height
1469
- Units="pixels">75</Height><Width Units="pixels">62</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL75_.jpg</URL><Height
1470
- Units="pixels">75</Height><Width Units="pixels">62</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL110_.jpg</URL><Height
1471
- Units="pixels">110</Height><Width Units="pixels">91</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL._SL160_.jpg</URL><Height
1472
- Units="pixels">160</Height><Width Units="pixels">133</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/412VZm2WikL.jpg</URL><Height
1473
- Units="pixels">500</Height><Width Units="pixels">415</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Carlo
1474
- Chung</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430233305</EAN><EANList><EANListElement>9781430233305</EANListElement></EANList><Edition>1</Edition><ISBN>1430233303</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
1475
- Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>392</NumberOfPages><PackageDimensions><Height
1476
- Units="hundredths-inches">120</Height><Length Units="hundredths-inches">920</Length><Weight
1477
- Units="hundredths-pounds">145</Weight><Width Units="hundredths-inches">770</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-04-01</PublicationDate><Publisher>Apress</Publisher><SKU>5011828081</SKU><Studio>Apress</Studio><Title>Pro
1478
- Objective-C Design Patterns for iOS</Title><TradeInValue><Amount>742</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$7.42</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2703</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$27.03</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2392</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$23.92</FormattedPrice></LowestUsedPrice><TotalNew>30</TotalNew><TotalUsed>12</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
1479
- Description</Source><Content>&lt;p&gt; It’s time to capitalize on your mastery
1480
- of Cocoa with &lt;em&gt;Pro Objective-C Design Patterns for iOS&lt;/em&gt;. You’ve
1481
- developed apps that impressed and performed, and now you’re ready to jump into
1482
- development practices that will leave you with more effective, efficient, and
1483
- professional level apps. This book is the element you need to make the jump
1484
- from journeyman to master.&lt;br /&gt;&lt;br /&gt;All too often, developers
1485
- grind through building good apps on willpower and a vigorous focus on code development,
1486
- leaving them unaware of and unable to benefit from the underlying structural
1487
- and functional design patterns.  &lt;br /&gt;&lt;br /&gt;&lt;em&gt;Pro Objective-C
1488
- Design Patterns for iOS&lt;/em&gt; will teach you those design patterns that
1489
- have always been present at some level in your code, but were never recognized,
1490
- acknowledged, or fully utilized. Implementation of specific pattern approaches
1491
- will prove their value to any developer working in the iOS application arena.
1492
- You’ll learn to master classic patterns like singleton, abstract factory, chain
1493
- of responsibility, and observer. You’ll also discover less well-known but useful
1494
- patterns like memento, composite, command, and mediator. &lt;/p&gt; &lt;h3&gt;What
1495
- you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;The basic concepts of various
1496
- design patterns &lt;/li&gt; &lt;li&gt;How to apply design patterns to your
1497
- code based on different scenarios &lt;/li&gt; &lt;li&gt;How design patterns
1498
- can strengthen your apps&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Who
1499
- this book is for&lt;/h3&gt; &lt;p&gt; Any professional or aspiring
1500
- iOS developer will find productivity, efficiency, and effectiveness of software
1501
- development enhanced by the methods and practice delivered by &lt;em&gt;Pro
1502
- Objective-C Design Patterns for iOS&lt;/em&gt;. &lt;/p&gt; &lt;h3&gt;Table
1503
- of Contents&lt;/h3&gt;&lt;ol&gt; &lt;li&gt;Hello, Design Patterns! &lt;/li&gt; &lt;li&gt;A
1504
- Case Study: Designing an App &lt;/li&gt; &lt;li&gt;Prototype &lt;/li&gt; &lt;li&gt;Factory
1505
- Method &lt;/li&gt; &lt;li&gt;Abstract Factory &lt;/li&gt; &lt;li&gt;Builder
1506
- &lt;/li&gt; &lt;li&gt;Singleton &lt;/li&gt; &lt;li&gt;Adapter &lt;/li&gt; &lt;li&gt;Bridge
1507
- &lt;/li&gt; &lt;li&gt;Façade &lt;/li&gt; &lt;li&gt;Mediator &lt;/li&gt; &lt;li&gt;Observer
1508
- &lt;/li&gt; &lt;li&gt;Composite &lt;/li&gt; &lt;li&gt;Iterator &lt;/li&gt; &lt;li&gt;Visitor
1509
- &lt;/li&gt; &lt;li&gt;Decorator &lt;/li&gt; &lt;li&gt;Chain of Responsibility
1510
- &lt;/li&gt; &lt;li&gt;Template Method &lt;/li&gt; &lt;li&gt;Strategy &lt;/li&gt; &lt;li&gt;Command
1511
- &lt;/li&gt; &lt;li&gt;Flyweight &lt;/li&gt; &lt;li&gt;Proxy &lt;/li&gt; &lt;li&gt;Memento
1512
- &lt;/li&gt;&lt;/ol&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemSearchResponse>'
1513
- http_version: '1.1'