asin 0.8.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. data/.document +1 -2
  2. data/{CHANGELOG.rdoc → CHANGELOG.md} +12 -12
  3. data/Gemfile.lock +6 -0
  4. data/README.md +153 -0
  5. data/lib/asin/client.rb +6 -5
  6. data/lib/asin/configuration.rb +9 -20
  7. data/lib/asin/version.rb +1 -1
  8. data/spec/browse_node_spec.rb +2 -1
  9. data/spec/cart_spec.rb +2 -1
  10. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_add_items_to_a_cart.yml +62 -46
  11. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_clear_a_cart.yml +60 -45
  12. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_get_a_cart.yml +61 -46
  13. data/spec/cassettes/asin/asin_cart_with_an_existing_cart_should_update_a_cart.yml +64 -49
  14. data/spec/cassettes/asin/browse_node_should_lookup_a_browse_node.yml +28 -22
  15. data/spec/cassettes/asin/cart_should_create_a_cart.yml +30 -23
  16. data/spec/cassettes/asin/lookup_and_search_should_have_metadata.yml +70 -61
  17. data/spec/cassettes/asin/lookup_and_search_should_lookup_a_book.yml +70 -61
  18. data/spec/cassettes/asin/lookup_and_search_should_lookup_multiple_books.yml +120 -111
  19. data/spec/cassettes/asin/lookup_and_search_should_lookup_multiple_response_groups.yml +37 -32
  20. data/spec/cassettes/asin/lookup_and_search_should_return_a_custom_item_class.yml +70 -61
  21. data/spec/cassettes/asin/lookup_and_search_should_return_a_mash_value.yml +70 -61
  22. data/spec/cassettes/asin/lookup_and_search_should_return_a_rash_value.yml +70 -61
  23. data/spec/cassettes/asin/lookup_and_search_should_return_a_raw_value.yml +70 -61
  24. data/spec/cassettes/asin/lookup_and_search_should_search_keywords_a_book_with_fulltext.yml +573 -524
  25. data/spec/cassettes/asin/lookup_and_search_should_search_keywords_and_handle_a_single_result.yml +45 -37
  26. data/spec/cassettes/asin/lookup_and_search_should_search_keywords_never_mind_music.yml +109 -104
  27. data/spec/cassettes/asin/lookup_and_search_should_search_music.yml +28 -26
  28. data/spec/cassettes/asin/lookup_and_search_should_search_never_mind_music.yml +112 -110
  29. data/spec/cassettes/asin/similarity_should_find_similar_items.yml +500 -488
  30. data/spec/cassettes/asin/similarity_should_find_similar_items_for_multiple_asins_and_different_config.yml +53 -26
  31. data/spec/config_spec.rb +1 -1
  32. data/spec/search_spec.rb +7 -9
  33. data/spec/similarity_spec.rb +5 -4
  34. data/spec/spec_helper.rb +3 -1
  35. metadata +89 -31
  36. data/README.rdoc +0 -169
  37. data/spec/cassettes/asin/similarity_should_lookup_for_similar_items.yml +0 -618
@@ -2,80 +2,89 @@
2
2
  - !ruby/struct:VCR::HTTPInteraction
3
3
  request: !ruby/struct:VCR::Request
4
4
  method: :get
5
- uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg=&Timestamp=2011-11-17T12:26:37Z&Version=2010-11-01
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAIBNLWSCV5OXMPD6A&AssociateTag=phoet-20&ItemId=1430218150&Operation=ItemLookup&ResponseGroup=Medium&Service=AWSECommerceService&Signature=HjwO9UsYUA8qfWPIv5JuBebA91McnFTprjJRsolL8i4=&Timestamp=2012-09-22T13:35:23Z&Version=2011-08-01
6
6
  body:
7
7
  headers:
8
8
  response: !ruby/struct:VCR::Response
9
9
  status: !ruby/struct:VCR::ResponseStatus
10
10
  code: 200
11
- message: OK
11
+ message: !binary |-
12
+ T0s=
12
13
  headers:
13
- date:
14
- - Thu, 17 Nov 2011 12:26:37 GMT
15
- server:
16
- - Server
17
- content-type:
18
- - text/xml;charset=UTF-8
19
- vary:
20
- - Accept-Encoding,User-Agent
21
- nncoection:
22
- - close
23
- transfer-encoding:
24
- - chunked
25
- body: <?xml version="1.0" encoding="UTF-8"?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2010-11-01"><OperationRequest><HTTPHeaders><Header
26
- Name="UserAgent" Value="Jakarta Commons-HttpClient/3.0.1"></Header></HTTPHeaders><RequestId>1X0J47T86R7536F3QVW8</RequestId><Arguments><Argument
27
- Name="AssociateTag"></Argument><Argument Name="ItemId" Value="1430218150"></Argument><Argument
28
- Name="Service" Value="AWSECommerceService"></Argument><Argument Name="Signature"
29
- Value="eV3pBIgMLzqiApO43Fsdjm3HcmJN6R05IfsbSAwitvg="></Argument><Argument Name="ResponseGroup"
30
- Value="Medium"></Argument><Argument Name="Operation" Value="ItemLookup"></Argument><Argument
31
- Name="AWSAccessKeyId" Value="AKIAJFA5X7RTOKFNPVZQ"></Argument><Argument Name="Timestamp"
32
- Value="2011-11-17T12:26:37Z"></Argument><Argument Name="Version" Value="2010-11-01"></Argument></Arguments><RequestProcessingTime>0.0332679748535156</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
33
- Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Mark-Dalrymple/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
34
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
35
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
36
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
37
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
38
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
39
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>25537</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
14
+ !binary "ZGF0ZQ==":
15
+ - !binary |-
16
+ U2F0LCAyMiBTZXAgMjAxMiAxMzozNToxOSBHTVQ=
17
+ !binary "c2VydmVy":
18
+ - !binary |-
19
+ U2VydmVy
20
+ !binary "Y29udGVudC10eXBl":
21
+ - !binary |-
22
+ dGV4dC94bWw7Y2hhcnNldD1VVEYtOA==
23
+ !binary "dmFyeQ==":
24
+ - !binary |-
25
+ QWNjZXB0LUVuY29kaW5nLFVzZXItQWdlbnQ=
26
+ !binary "bm5jb2VjdGlvbg==":
27
+ - !binary |-
28
+ Y2xvc2U=
29
+ !binary "dHJhbnNmZXItZW5jb2Rpbmc=":
30
+ - !binary |-
31
+ Y2h1bmtlZA==
32
+ body: <?xml version="1.0" ?><ItemLookupResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2011-08-01"><OperationRequest><RequestId>e712952e-2492-4cac-9711-0add3200e7b3</RequestId><Arguments><Argument
33
+ Name="Operation" Value="ItemLookup"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
34
+ Name="Signature" Value="HjwO9UsYUA8qfWPIv5JuBebA91McnFTprjJRsolL8i4="></Argument><Argument
35
+ Name="AssociateTag" Value="phoet-20"></Argument><Argument Name="Version" Value="2011-08-01"></Argument><Argument
36
+ Name="ItemId" Value="1430218150"></Argument><Argument Name="AWSAccessKeyId"
37
+ Value="AKIAIBNLWSCV5OXMPD6A"></Argument><Argument Name="Timestamp" Value="2012-09-22T13:35:23Z"></Argument><Argument
38
+ Name="ResponseGroup" Value="Medium"></Argument></Arguments><RequestProcessingTime>0.0160700000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemLookupRequest><IdType>ASIN</IdType><ItemId>1430218150</ItemId><ResponseGroup>Medium</ResponseGroup><VariationPage>All</VariationPage></ItemLookupRequest></Request><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
39
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
40
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
41
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
42
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
43
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
44
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
45
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>147373</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
40
46
  Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
41
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
47
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
42
48
  Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
43
49
  Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
44
50
  Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
45
51
  Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
46
52
  Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
47
53
  Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
48
- Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL500_.jpg</URL><Height
49
- Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Mark
50
- Dalrymple</Author><Author>Scott Knaster</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1st
51
- ed. 2009. Corr. 3rd printing</Edition><Feature>Apress Learn ObjectiveC on the
52
- Mac</Feature><Feature>Take your coding skills to the next level with this extensive
53
- guide to ObjectiveC, the native programming language for developing sophisticated
54
- software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
55
- Units="hundredths-inches">90</Height><Length Units="hundredths-inches">925</Length><Weight
56
- Units="hundredths-pounds">122</Weight><Width Units="hundredths-inches">697</Width></ItemDimensions><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>978-1-4302-1815-9</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>360</NumberOfPages><PackageDimensions><Height
54
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
55
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Scott
56
+ Knaster</Author><Author>Mark Dalrymple</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1</Edition><Feature>Apress
57
+ Learn ObjectiveC on the Mac</Feature><Feature>Take your coding skills to the
58
+ next level with this extensive guide to ObjectiveC, the native programming language
59
+ for developing sophisticated software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
60
+ Units="hundredths-inches">925</Height><Length Units="hundredths-inches">752</Length><Weight
61
+ Units="hundredths-pounds">137</Weight><Width Units="hundredths-inches">71</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
62
+ Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><MPN>978-1-4302-1815-9</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>360</NumberOfPages><PackageDimensions><Height
57
63
  Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
58
- Units="hundredths-pounds">123</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><PartNumber>978-1-4302-1815-9</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-12-25</PublicationDate><Publisher>Apress</Publisher><SKU>mon0000005185</SKU><Studio>Apress</Studio><Title>Learn
59
- Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1404</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.04</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>898</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.98</FormattedPrice></LowestUsedPrice><TotalNew>57</TotalNew><TotalUsed>45</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
64
+ Units="hundredths-pounds">123</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><PartNumber>978-1-4302-1815-9</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-01-07</PublicationDate><Publisher>Apress</Publisher><SKU>mon0001920250</SKU><Studio>Apress</Studio><Title>Learn
65
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1599</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>277</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.77</FormattedPrice></LowestUsedPrice><TotalNew>56</TotalNew><TotalUsed>62</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
60
66
  Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
61
- with this extensive guide to ObjectiveC, the native programming language for
62
- developing sophisticated software applications for Mac OS X. ObjectiveC is
63
- a powerful, objectoriented extension of C, making this book the perfect followup
64
- to Dave MarkÕs best—selling Learn C on the Mac, Mac OS X Edition. Whether youÕre
65
- an experienced C programmer or youÕre coming from a different language such
66
- as C++ or Java, leading Mac experts Mark Dalrymple and Scott Knaster show you
67
- how to harness the powers of Objective—C in your applications!&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A
68
- complete course on the basics of ObjectiveC using AppleÕs free Xcode tools&lt;li&gt;An
69
- introduction to object—oriented programming&lt;li&gt;Comprehensive coverage
70
- of inheritance, composition, object initialization, categories, protocols, memory
71
- management, and organizing source files&lt;li&gt;A brief tour of CocoaÕs Foundation
72
- framework and AppKit&lt;li&gt;A helpful Òlearning curveÓ guide for non—C developers&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;What
73
- youÕll learn&lt;/b&gt;&lt;ul&gt;&lt;li&gt;Learn Objective—C programming, the
74
- gateway to programming your Mac or iPhone.&lt;li&gt;Write applications for the
75
- Mac OS X interface, the cleanest user—interface around.&lt;li&gt;Understand
76
- variables and how to design your own data structures.&lt;li&gt;Work with the
77
- file system.&lt;li&gt;Connect to data sources and the Internet.&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Who
78
- is this book for?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;For anyone wanting to learn to
79
- program native applications in Mac OS X, including developers new to the Mac,
80
- developers new to Objective—C, or students entirely new to programming.</Content></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
67
+ with this extensive guide to ObjectiveC, the native programming language for
68
+ developing sophisticated software applications for Mac OS X. ObjectiveC is
69
+ a powerful, objectoriented extension of C, making this book the perfect followup
70
+ to Dave Mark’s bestselling &lt;em&gt;Learn C on the Mac, Mac OS X Edition&lt;/em&gt;.
71
+ Whether you’re an experienced C programmer or you’re coming from a different
72
+ language such as C++ or Java, leading Mac experts &lt;strong&gt;Mark Dalrymple&lt;/strong&gt;
73
+ and &lt;strong&gt;Scott Knaster&lt;/strong&gt; show you how to harness the powers
74
+ of ObjectiveC in your applications!&lt;/p&gt; &lt;ul&gt; &lt;li&gt;A complete
75
+ course on the basics of Objective–C using Apple’s free Xcode tools &lt;/li&gt; &lt;li&gt;An
76
+ introduction to object–oriented programming &lt;/li&gt; &lt;li&gt;Comprehensive
77
+ coverage of inheritance, composition, object initialization, categories, protocols,
78
+ memory management, and organizing source files &lt;/li&gt; &lt;li&gt;A brief
79
+ tour of Cocoa’s foundation framework and AppKit &lt;/li&gt; &lt;li&gt;A
80
+ helpful “learning curve” guide for non–C developers &lt;/li&gt; &lt;/ul&gt;
81
+ &lt;h3&gt;What you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;Learn Objective–C
82
+ programming, the gateway to programming your Mac or iPhone&lt;/li&gt; &lt;li&gt;Write
83
+ applications for the Mac OS X interface, the cleanest user–interface around&lt;/li&gt; &lt;li&gt;Understand
84
+ variables and how to design your own data structures&lt;/li&gt; &lt;li&gt;Work
85
+ with the file system&lt;/li&gt; &lt;li&gt;Connect to data sources and the
86
+ Internet&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Who this book is for&lt;/h3&gt; &lt;p&gt; For
87
+ anyone wanting to learn to program native applications in Mac OS X, including
88
+ developers new to the Mac, developers new to Objective–C, or students entirely
89
+ new to programming. &lt;/p&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemLookupResponse>
81
90
  http_version: '1.1'
@@ -2,537 +2,586 @@
2
2
  - !ruby/struct:VCR::HTTPInteraction
3
3
  request: !ruby/struct:VCR::Request
4
4
  method: :get
5
- uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAJFA5X7RTOKFNPVZQ&AssociateTag=&Keywords=Learn%20Objective-C&Operation=ItemSearch&ResponseGroup=Medium&SearchIndex=Books&Service=AWSECommerceService&Signature=tIPgLr6DaExYEyDgLe7mE/rYJIExGzHFMJkmws5vPiU=&Timestamp=2011-11-17T12:26:38Z&Version=2010-11-01
5
+ uri: http://webservices.amazon.com:80/onca/xml?AWSAccessKeyId=AKIAIBNLWSCV5OXMPD6A&AssociateTag=phoet-20&Keywords=Learn%20Objective-C&Operation=ItemSearch&ResponseGroup=Medium&SearchIndex=Books&Service=AWSECommerceService&Signature=M3ZeHyCLppN9onX4IVNa8gmTHbFTxREZs26ug88nBuE=&Timestamp=2012-09-22T13:35:25Z&Version=2011-08-01
6
6
  body:
7
7
  headers:
8
8
  response: !ruby/struct:VCR::Response
9
9
  status: !ruby/struct:VCR::ResponseStatus
10
10
  code: 200
11
- message: OK
11
+ message: !binary |-
12
+ T0s=
12
13
  headers:
13
- date:
14
- - Thu, 17 Nov 2011 12:26:38 GMT
15
- server:
16
- - Server
17
- content-type:
18
- - text/xml;charset=UTF-8
19
- vary:
20
- - Accept-Encoding,User-Agent
21
- nncoection:
22
- - close
23
- transfer-encoding:
24
- - chunked
25
- body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?><ItemSearchResponse xmlns=\"http://webservices.amazon.com/AWSECommerceService/2010-11-01\"><OperationRequest><HTTPHeaders><Header
26
- Name=\"UserAgent\" Value=\"Jakarta Commons-HttpClient/3.0.1\"></Header></HTTPHeaders><RequestId>0N05F6RQAJVGYCBKNV7C</RequestId><Arguments><Argument
27
- Name=\"SearchIndex\" Value=\"Books\"></Argument><Argument Name=\"AssociateTag\"></Argument><Argument
28
- Name=\"Service\" Value=\"AWSECommerceService\"></Argument><Argument Name=\"Keywords\"
29
- Value=\"Learn Objective-C\"></Argument><Argument Name=\"Signature\" Value=\"tIPgLr6DaExYEyDgLe7mE/rYJIExGzHFMJkmws5vPiU=\"></Argument><Argument
30
- Name=\"ResponseGroup\" Value=\"Medium\"></Argument><Argument Name=\"Operation\"
31
- Value=\"ItemSearch\"></Argument><Argument Name=\"AWSAccessKeyId\" Value=\"AKIAJFA5X7RTOKFNPVZQ\"></Argument><Argument
32
- Name=\"Timestamp\" Value=\"2011-11-17T12:26:38Z\"></Argument><Argument Name=\"Version\"
33
- Value=\"2010-11-01\"></Argument></Arguments><RequestProcessingTime>0.232908964157104</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemSearchRequest><Keywords>Learn
34
- Objective-C</Keywords><ResponseGroup>Medium</ResponseGroup><SearchIndex>Books</SearchIndex></ItemSearchRequest></Request><TotalResults>89</TotalResults><TotalPages>9</TotalPages><Item><ASIN>0321711394</ASIN><DetailPageURL>http://www.amazon.com/Programming-Objective-C-Third-Developers-Library/dp/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321711394</DetailPageURL><ItemLinks><ItemLink><Description>Technical
35
- Details</Description><URL>http://www.amazon.com/Programming-Objective-C-Third-Developers-Library/dp/tech-data/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
36
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
37
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Add
38
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321711394%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>Tell
39
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>All
40
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink><ItemLink><Description>All
41
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321711394%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321711394</URL></ItemLink></ItemLinks><SalesRank>2752</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL75_.jpg</URL><Height
42
- Units=\"pixels\">75</Height><Width Units=\"pixels\">56</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL160_.jpg</URL><Height
43
- Units=\"pixels\">160</Height><Width Units=\"pixels\">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL500_.jpg</URL><Height
44
- Units=\"pixels\">500</Height><Width Units=\"pixels\">376</Width></LargeImage><ImageSets><ImageSet
45
- Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL30_.jpg</URL><Height
46
- Units=\"pixels\">30</Height><Width Units=\"pixels\">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL75_.jpg</URL><Height
47
- Units=\"pixels\">75</Height><Width Units=\"pixels\">56</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL75_.jpg</URL><Height
48
- Units=\"pixels\">75</Height><Width Units=\"pixels\">56</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL110_.jpg</URL><Height
49
- Units=\"pixels\">110</Height><Width Units=\"pixels\">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL160_.jpg</URL><Height
50
- Units=\"pixels\">160</Height><Width Units=\"pixels\">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/514GKabDXcL._SL500_.jpg</URL><Height
51
- Units=\"pixels\">500</Height><Width Units=\"pixels\">376</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Stephen
52
- G. Kochan</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.117</DeweyDecimalNumber><EAN>9780321711397</EAN><EANList><EANListElement>9780321711397</EANListElement></EANList><Edition>3</Edition><ISBN>0321711394</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Addison-Wesley
53
- Professional</Label><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>Addison-Wesley
54
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>552</NumberOfPages><PackageDimensions><Height
55
- Units=\"hundredths-inches\">110</Height><Length Units=\"hundredths-inches\">906</Length><Weight
56
- Units=\"hundredths-pounds\">185</Weight><Width Units=\"hundredths-inches\">709</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-06-20</PublicationDate><Publisher>Addison-Wesley
57
- Professional</Publisher><SKU>4624400</SKU><Studio>Addison-Wesley Professional</Studio><Title>Programming
58
- in Objective-C, Third Edition (Developer's Library)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2640</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$26.40</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2640</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$26.40</FormattedPrice></LowestUsedPrice><TotalNew>45</TotalNew><TotalUsed>22</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
59
- Description</Source><Content>&lt;i&gt;Programming in Objective-C&lt;/i&gt; is
60
- a concise, carefully written tutorial on the basics of Objective-C and object-oriented
61
- programming for the iOS and Mac platforms.&lt;br&gt;&lt;br&gt;The book makes
62
- no assumptions about prior experience with object-oriented programming languages
63
- or with the C language (which Objective-C is based upon). Because of this, both
64
- beginners and experienced programmers alike can use this book to quickly and
65
- effectively learn the fundamentals of Objective-C. Readers can also learn the
66
- concepts of object-oriented programming without having to first learn all of
67
- the intricacies of the underlying procedural language (C).&lt;br&gt;&lt;br&gt;This
14
+ !binary "ZGF0ZQ==":
15
+ - !binary |-
16
+ U2F0LCAyMiBTZXAgMjAxMiAxMzozNToyMSBHTVQ=
17
+ !binary "c2VydmVy":
18
+ - !binary |-
19
+ U2VydmVy
20
+ !binary "Y29udGVudC10eXBl":
21
+ - !binary |-
22
+ dGV4dC94bWw7Y2hhcnNldD1VVEYtOA==
23
+ !binary "dmFyeQ==":
24
+ - !binary |-
25
+ QWNjZXB0LUVuY29kaW5nLFVzZXItQWdlbnQ=
26
+ !binary "bm5jb2VjdGlvbg==":
27
+ - !binary |-
28
+ Y2xvc2U=
29
+ !binary "dHJhbnNmZXItZW5jb2Rpbmc=":
30
+ - !binary |-
31
+ Y2h1bmtlZA==
32
+ body: ! '<?xml version="1.0" ?><ItemSearchResponse xmlns="http://webservices.amazon.com/AWSECommerceService/2011-08-01"><OperationRequest><RequestId>749249b0-3199-4e10-9e29-18f445c69092</RequestId><Arguments><Argument
33
+ Name="Operation" Value="ItemSearch"></Argument><Argument Name="Service" Value="AWSECommerceService"></Argument><Argument
34
+ Name="Signature" Value="M3ZeHyCLppN9onX4IVNa8gmTHbFTxREZs26ug88nBuE="></Argument><Argument
35
+ Name="AssociateTag" Value="phoet-20"></Argument><Argument Name="Version" Value="2011-08-01"></Argument><Argument
36
+ Name="Keywords" Value="Learn Objective-C"></Argument><Argument Name="AWSAccessKeyId"
37
+ Value="AKIAIBNLWSCV5OXMPD6A"></Argument><Argument Name="Timestamp" Value="2012-09-22T13:35:25Z"></Argument><Argument
38
+ Name="ResponseGroup" Value="Medium"></Argument><Argument Name="SearchIndex"
39
+ Value="Books"></Argument></Arguments><RequestProcessingTime>0.0839400000000000</RequestProcessingTime></OperationRequest><Items><Request><IsValid>True</IsValid><ItemSearchRequest><Keywords>Learn
40
+ Objective-C</Keywords><ResponseGroup>Medium</ResponseGroup><SearchIndex>Books</SearchIndex></ItemSearchRequest></Request><TotalResults>211</TotalResults><TotalPages>22</TotalPages><MoreSearchResultsUrl>http://www.amazon.com/gp/redirect.html?camp=2025&amp;creative=386001&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fsearch%3Fkeywords%3DLearn%2BObjective-C%26url%3Dsearch-alias%253Dstripbooks&amp;linkCode=xm2&amp;tag=phoet-20&amp;SubscriptionId=AKIAIBNLWSCV5OXMPD6A</MoreSearchResultsUrl><Item><ASIN>1430218150</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218150</DetailPageURL><ItemLinks><ItemLink><Description>Technical
41
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-Series/dp/tech-data/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
42
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
43
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Add
44
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218150%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>Tell
45
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
46
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink><ItemLink><Description>All
47
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218150%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218150</URL></ItemLink></ItemLinks><SalesRank>147373</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
48
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
49
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
50
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage><ImageSets><ImageSet
51
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL30_.jpg</URL><Height
52
+ Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
53
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL75_.jpg</URL><Height
54
+ Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL110_.jpg</URL><Height
55
+ Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL._SL160_.jpg</URL><Height
56
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41kq5bDvnUL.jpg</URL><Height
57
+ Units="pixels">500</Height><Width Units="pixels">379</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Scott
58
+ Knaster</Author><Author>Mark Dalrymple</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218159</CatalogNumberListElement></CatalogNumberList><EAN>9781430218159</EAN><EANList><EANListElement>9781430218159</EANListElement></EANList><Edition>1</Edition><Feature>Apress
59
+ Learn ObjectiveC on the Mac</Feature><Feature>Take your coding skills to the
60
+ next level with this extensive guide to ObjectiveC, the native programming language
61
+ for developing sophisticated software applications for Mac OS X.</Feature><ISBN>1430218150</ISBN><ItemDimensions><Height
62
+ Units="hundredths-inches">925</Height><Length Units="hundredths-inches">752</Length><Weight
63
+ Units="hundredths-pounds">137</Weight><Width Units="hundredths-inches">71</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
64
+ 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
65
+ Units="hundredths-inches">102</Height><Length Units="hundredths-inches">921</Length><Weight
66
+ Units="hundredths-pounds">123</Weight><Width Units="hundredths-inches">701</Width></PackageDimensions><PartNumber>978-1-4302-1815-9</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-01-07</PublicationDate><Publisher>Apress</Publisher><SKU>mon0001920250</SKU><Studio>Apress</Studio><Title>Learn
67
+ Objective-C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1599</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>277</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$2.77</FormattedPrice></LowestUsedPrice><TotalNew>56</TotalNew><TotalUsed>62</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
68
+ Description</Source><Content>&lt;p&gt;Take your coding skills to the next level
69
+ with this extensive guide to Objective–C, the native programming language for
70
+ developing sophisticated software applications for Mac OS X. Objective–C is
71
+ a powerful, object–oriented extension of C, making this book the perfect follow–up
72
+ to Dave Mark’s bestselling &lt;em&gt;Learn C on the Mac, Mac OS X Edition&lt;/em&gt;.
73
+ Whether you’re an experienced C programmer or you’re coming from a different
74
+ language such as C++ or Java, leading Mac experts &lt;strong&gt;Mark Dalrymple&lt;/strong&gt;
75
+ and &lt;strong&gt;Scott Knaster&lt;/strong&gt; show you how to harness the powers
76
+ of Objective–C in your applications!&lt;/p&gt; &lt;ul&gt; &lt;li&gt;A complete
77
+ course on the basics of Objective–C using Apple’s free Xcode tools &lt;/li&gt; &lt;li&gt;An
78
+ introduction to object–oriented programming &lt;/li&gt; &lt;li&gt;Comprehensive
79
+ coverage of inheritance, composition, object initialization, categories, protocols,
80
+ memory management, and organizing source files &lt;/li&gt; &lt;li&gt;A brief
81
+ tour of Cocoa’s foundation framework and AppKit &lt;/li&gt; &lt;li&gt;A
82
+ helpful “learning curve” guide for non–C developers &lt;/li&gt; &lt;/ul&gt;
83
+ &lt;h3&gt;What you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;Learn Objective–C
84
+ programming, the gateway to programming your Mac or iPhone&lt;/li&gt; &lt;li&gt;Write
85
+ applications for the Mac OS X interface, the cleanest user–interface around&lt;/li&gt; &lt;li&gt;Understand
86
+ variables and how to design your own data structures&lt;/li&gt; &lt;li&gt;Work
87
+ with the file system&lt;/li&gt; &lt;li&gt;Connect to data sources and the
88
+ Internet&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Who this book is for&lt;/h3&gt; &lt;p&gt; For
89
+ anyone wanting to learn to program native applications in Mac OS X, including
90
+ developers new to the Mac, developers new to Objective–C, or students entirely
91
+ new to programming. &lt;/p&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1430241888</ASIN><DetailPageURL>http://www.amazon.com/Learn-Objective-C-Mac-For-Apress/dp/1430241888%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430241888</DetailPageURL><ItemLinks><ItemLink><Description>Technical
92
+ Details</Description><URL>http://www.amazon.com/Learn-Objective-C-Mac-For-Apress/dp/tech-data/1430241888%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430241888</URL></ItemLink><ItemLink><Description>Add
93
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430241888%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430241888</URL></ItemLink><ItemLink><Description>Add
94
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430241888%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430241888</URL></ItemLink><ItemLink><Description>Add
95
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430241888%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430241888</URL></ItemLink><ItemLink><Description>Tell
96
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430241888%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430241888</URL></ItemLink><ItemLink><Description>All
97
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430241888%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430241888</URL></ItemLink><ItemLink><Description>All
98
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430241888%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430241888</URL></ItemLink></ItemLinks><SalesRank>327152</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41emD53brxL._SL75_.jpg</URL><Height
99
+ Units="pixels">75</Height><Width Units="pixels">56</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41emD53brxL._SL160_.jpg</URL><Height
100
+ Units="pixels">160</Height><Width Units="pixels">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41emD53brxL.jpg</URL><Height
101
+ Units="pixels">500</Height><Width Units="pixels">375</Width></LargeImage><ImageSets><ImageSet
102
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41emD53brxL._SL30_.jpg</URL><Height
103
+ Units="pixels">30</Height><Width Units="pixels">22</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41emD53brxL._SL75_.jpg</URL><Height
104
+ Units="pixels">75</Height><Width Units="pixels">56</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41emD53brxL._SL75_.jpg</URL><Height
105
+ Units="pixels">75</Height><Width Units="pixels">56</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41emD53brxL._SL110_.jpg</URL><Height
106
+ Units="pixels">110</Height><Width Units="pixels">82</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41emD53brxL._SL160_.jpg</URL><Height
107
+ Units="pixels">160</Height><Width Units="pixels">120</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41emD53brxL.jpg</URL><Height
108
+ Units="pixels">500</Height><Width Units="pixels">375</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Scott
109
+ Knaster</Author><Author>Waqar Malik</Author><Author>Mark Dalrymple</Author><Binding>Paperback</Binding><EAN>9781430241881</EAN><EANList><EANListElement>9781430241881</EANListElement></EANList><Edition>2</Edition><ISBN>1430241888</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
110
+ Units="hundredths-inches">925</Height><Length Units="hundredths-inches">752</Length><Weight
111
+ Units="hundredths-pounds">146</Weight><Width Units="hundredths-inches">79</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
112
+ 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>384</NumberOfPages><PackageDimensions><Height
113
+ Units="hundredths-inches">80</Height><Length Units="hundredths-inches">920</Length><Weight
114
+ Units="hundredths-pounds">130</Weight><Width Units="hundredths-inches">750</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2012-06-27</PublicationDate><Publisher>Apress</Publisher><SKU>708639</SKU><Studio>Apress</Studio><Title>Learn
115
+ Objective-C on the Mac: For OS X and iOS (Learn Apress)</Title><TradeInValue><Amount>420</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.20</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2248</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.48</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2101</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.01</FormattedPrice></LowestUsedPrice><TotalNew>35</TotalNew><TotalUsed>16</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
116
+ Description</Source><Content>&lt;p&gt;Learn to write apps for some of today''s
117
+ hottest technologies, including the iPhone and iPad (using iOS), as well as
118
+ the Mac (using OS X). It starts with Objective-C, the base language on which
119
+ the native iOS software development kit (SDK) and the OS X are based. &lt;strong&gt;&lt;em&gt;Learn
120
+ Objective-C on the Mac: For OS X and iOS&lt;/em&gt;,&lt;/strong&gt; &lt;strong&gt;&lt;em&gt;Second
121
+ Edition&lt;/em&gt;&lt;/strong&gt; updates a best selling book and&lt;strong&gt;&lt;em&gt; &lt;/em&gt;&lt;/strong&gt;is
122
+ an extensive, newly updated guide to Objective-C.&lt;br /&gt; &lt;br /&gt; Objective-C
123
+ is a powerful, object-oriented extension of C, making this update the perfect
124
+ follow-up to Dave Mark’s bestselling &lt;em&gt;Learn C on the Mac&lt;/em&gt;.
125
+ Whether you’re an experienced C programmer or you’re coming from a different
126
+ language such as C++ or Java, leading Mac experts &lt;strong&gt;Scott Knaster&lt;/strong&gt;
127
+ and &lt;strong&gt;Waqar Malik&lt;/strong&gt; show how to harness the power of
128
+ Objective-C in your apps!&lt;/p&gt; &lt;ul&gt; &lt;li&gt;A complete course
129
+ on the basics of Objective-C using Apple’s newest Xcode tools &lt;/li&gt; &lt;li&gt;An
130
+ introduction to object-oriented programming &lt;/li&gt; &lt;li&gt;Comprehensive
131
+ coverage of new topics like blocks, GCD, ARC, class extensions, as well as inheritance,
132
+ composition, object initialization, categories, protocols, memory management,
133
+ and organizing source files &lt;/li&gt; &lt;li&gt;An introduction to building
134
+ user interfaces using what is called the UIKit &lt;/li&gt; &lt;li&gt;A primer
135
+ for non-C programmers to get off the ground even faster &lt;/li&gt; &lt;/ul&gt;
136
+ &lt;h3&gt;What you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;Learn Objective-C
137
+ programming, the gateway to programming your iPhone, iPad or Mac &lt;/li&gt; &lt;li&gt;Write
138
+ apps for the iOS and/or OS X interfaces, the cleanest user-interfaces around
139
+ &lt;/li&gt; &lt;li&gt;Understand variables and how to design your own data
140
+ structures &lt;/li&gt; &lt;li&gt;Work with the new Objective-C features
141
+ now available in this update like blocks, automated reference counting (ARC)
142
+ and class extensions &lt;/li&gt; &lt;li&gt;Work with new tools available
143
+ like Clang static analyzer and Grand Central Dispatch (GCD) &lt;/li&gt; &lt;li&gt;Undertand
144
+ UIKit and how to build simple user interfaces easily and effectively &lt;/li&gt; &lt;li&gt;Explore
145
+ using the latest Xcode &lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Who this book is for&lt;/h3&gt; &lt;p&gt; For
146
+ anyone wanting to learn to program native apps in iOS and/or OS X, including
147
+ developers new to the iOS-based iPhone and iPad as well as OS X-based Mac computers.
148
+ This book is for developers new to Objective-C, but who have some programming
149
+ experience. &lt;/p&gt; &lt;h3&gt;Table of Contents&lt;/h3&gt;&lt;ol&gt; &lt;li&gt;Hello 
150
+ &lt;/li&gt; &lt;li&gt;Extensions to C &lt;/li&gt; &lt;li&gt;Introduction
151
+ to Object-Oriented Programming &lt;/li&gt; &lt;li&gt;Inheritance &lt;/li&gt; &lt;li&gt;Composition
152
+ &lt;/li&gt; &lt;li&gt;Source File Organization and Using Xcode 4 &lt;/li&gt; &lt;li&gt;More
153
+ About Xcode &lt;/li&gt; &lt;li&gt;A Quick Tour of the Foundation Kit &lt;/li&gt; &lt;li&gt;Memory
154
+ Management and ARC &lt;/li&gt; &lt;li&gt;Object Initialization &lt;/li&gt; &lt;li&gt;Properties
155
+ &lt;/li&gt; &lt;li&gt;Categories &lt;/li&gt; &lt;li&gt;Protocols &lt;/li&gt; &lt;li&gt;Blocks
156
+ and Concurrency &lt;/li&gt; &lt;li&gt;Introduction to UIKit &lt;/li&gt; &lt;li&gt;Introduction
157
+ to the Application Kit &lt;/li&gt; &lt;li&gt;File Loading and Saving &lt;/li&gt; &lt;li&gt;Key-Value
158
+ Coding &lt;/li&gt; &lt;li&gt;Using the Static Analyzer &lt;/li&gt; &lt;li&gt;NSPredicate
159
+ &lt;/li&gt; &lt;/ol&gt; Appendix: Coming from Other Languages</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321706285</ASIN><DetailPageURL>http://www.amazon.com/Objective-C-Programming-Ranch-Guide-Guides/dp/0321706285%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321706285</DetailPageURL><ItemLinks><ItemLink><Description>Technical
160
+ Details</Description><URL>http://www.amazon.com/Objective-C-Programming-Ranch-Guide-Guides/dp/tech-data/0321706285%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706285</URL></ItemLink><ItemLink><Description>Add
161
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321706285%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706285</URL></ItemLink><ItemLink><Description>Add
162
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321706285%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706285</URL></ItemLink><ItemLink><Description>Add
163
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321706285%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706285</URL></ItemLink><ItemLink><Description>Tell
164
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321706285%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706285</URL></ItemLink><ItemLink><Description>All
165
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321706285%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706285</URL></ItemLink><ItemLink><Description>All
166
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321706285%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706285</URL></ItemLink></ItemLinks><SalesRank>2734</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41KYuQqMSZL._SL75_.jpg</URL><Height
167
+ Units="pixels">75</Height><Width Units="pixels">52</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41KYuQqMSZL._SL160_.jpg</URL><Height
168
+ Units="pixels">160</Height><Width Units="pixels">112</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41KYuQqMSZL.jpg</URL><Height
169
+ Units="pixels">500</Height><Width Units="pixels">350</Width></LargeImage><ImageSets><ImageSet
170
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41KYuQqMSZL._SL30_.jpg</URL><Height
171
+ Units="pixels">30</Height><Width Units="pixels">21</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41KYuQqMSZL._SL75_.jpg</URL><Height
172
+ Units="pixels">75</Height><Width Units="pixels">52</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41KYuQqMSZL._SL75_.jpg</URL><Height
173
+ Units="pixels">75</Height><Width Units="pixels">52</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41KYuQqMSZL._SL110_.jpg</URL><Height
174
+ Units="pixels">110</Height><Width Units="pixels">77</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41KYuQqMSZL._SL160_.jpg</URL><Height
175
+ Units="pixels">160</Height><Width Units="pixels">112</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41KYuQqMSZL.jpg</URL><Height
176
+ Units="pixels">500</Height><Width Units="pixels">350</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Aaron
177
+ Hillegass</Author><Binding>Paperback</Binding><EAN>9780321706287</EAN><EANList><EANListElement>9780321706287</EANListElement></EANList><Edition>1</Edition><ISBN>0321706285</ISBN><ItemDimensions><Height
178
+ Units="hundredths-inches">902</Height><Length Units="hundredths-inches">701</Length><Weight
179
+ Units="hundredths-pounds">130</Weight><Width Units="hundredths-inches">75</Width></ItemDimensions><Label>Big
180
+ Nerd Ranch Guides</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
181
+ 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>Big
182
+ Nerd Ranch Guides</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>288</NumberOfPages><PackageDimensions><Height
183
+ Units="hundredths-inches">80</Height><Length Units="hundredths-inches">990</Length><Weight
184
+ Units="hundredths-pounds">150</Weight><Width Units="hundredths-inches">690</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-10-18</PublicationDate><Publisher>Big
185
+ Nerd Ranch Guides</Publisher><SKU>APX7687332861141582</SKU><Studio>Big Nerd
186
+ Ranch Guides</Studio><Title>Objective-C Programming: The Big Nerd Ranch Guide
187
+ (Big Nerd Ranch Guides)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1864</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.64</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1995</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.95</FormattedPrice></LowestUsedPrice><TotalNew>44</TotalNew><TotalUsed>25</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
188
+ Description</Source><Content>&lt;p&gt; Want to write applications for iOS or
189
+ the Mac? This introduction to programming and the Objective-C language is the
190
+ first step on your journey from someone who uses apps to someone who writes
191
+ them. &lt;/p&gt; &lt;p&gt; Based on Big Nerd Ranch''s legendary &lt;em&gt;Objective-C
192
+ Bootcamp&lt;/em&gt;,¿this book covers C, Objective-C, and the common programming
193
+ idioms that enable developers to make the most of Apple technologies. &lt;/p&gt; &lt;p&gt; This
194
+ is the only introductory-level book written by Aaron Hillegass, one of the most
195
+ experienced and authoritative voices in the iOS and Cocoa community. &lt;/p&gt; &lt;p&gt; Compatible
196
+ with Xcode 4.2, iOS 5, and Mac OS X 10.7 (Lion), this guide features short chapters
197
+ and engaging style to keep you motivated and moving forward. At the same time,
198
+ Aaron’s determination that you understand what you’re doing—or at least why
199
+ you’re doing it—encourages you to think critically as a programmer. &lt;/p&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321811909</ASIN><DetailPageURL>http://www.amazon.com/Programming-Objective-C-Edition-Developers-Library/dp/0321811909%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321811909</DetailPageURL><ItemLinks><ItemLink><Description>Technical
200
+ Details</Description><URL>http://www.amazon.com/Programming-Objective-C-Edition-Developers-Library/dp/tech-data/0321811909%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321811909</URL></ItemLink><ItemLink><Description>Add
201
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321811909%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321811909</URL></ItemLink><ItemLink><Description>Add
202
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321811909%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321811909</URL></ItemLink><ItemLink><Description>Add
203
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321811909%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321811909</URL></ItemLink><ItemLink><Description>Tell
204
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321811909%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321811909</URL></ItemLink><ItemLink><Description>All
205
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321811909%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321811909</URL></ItemLink><ItemLink><Description>All
206
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321811909%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321811909</URL></ItemLink></ItemLinks><SalesRank>7118</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41xSLtnXeSL._SL75_.jpg</URL><Height
207
+ Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41xSLtnXeSL._SL160_.jpg</URL><Height
208
+ Units="pixels">160</Height><Width Units="pixels">124</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41xSLtnXeSL.jpg</URL><Height
209
+ Units="pixels">500</Height><Width Units="pixels">389</Width></LargeImage><ImageSets><ImageSet
210
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41xSLtnXeSL._SL30_.jpg</URL><Height
211
+ Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41xSLtnXeSL._SL75_.jpg</URL><Height
212
+ Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41xSLtnXeSL._SL75_.jpg</URL><Height
213
+ Units="pixels">75</Height><Width Units="pixels">58</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41xSLtnXeSL._SL110_.jpg</URL><Height
214
+ Units="pixels">110</Height><Width Units="pixels">86</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41xSLtnXeSL._SL160_.jpg</URL><Height
215
+ Units="pixels">160</Height><Width Units="pixels">124</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41xSLtnXeSL.jpg</URL><Height
216
+ Units="pixels">500</Height><Width Units="pixels">389</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Stephen
217
+ G. Kochan</Author><Binding>Paperback</Binding><EAN>9780321811905</EAN><EANList><EANListElement>9780321811905</EANListElement></EANList><Edition>4</Edition><ISBN>0321811909</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
218
+ Units="hundredths-inches">902</Height><Length Units="hundredths-inches">701</Length><Weight
219
+ Units="hundredths-pounds">193</Weight><Width Units="hundredths-inches">130</Width></ItemDimensions><Label>Addison-Wesley
220
+ Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
221
+ 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
222
+ Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>600</NumberOfPages><PackageDimensions><Height
223
+ Units="hundredths-inches">130</Height><Length Units="hundredths-inches">900</Length><Weight
224
+ Units="hundredths-pounds">190</Weight><Width Units="hundredths-inches">700</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-12-16</PublicationDate><Publisher>Addison-Wesley
225
+ Professional</Publisher><SKU>7347028</SKU><Studio>Addison-Wesley Professional</Studio><Title>Programming
226
+ in Objective-C (4th Edition) (Developer''s Library)</Title><TradeInValue><Amount>1727</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.27</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2304</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$23.04</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2091</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$20.91</FormattedPrice></LowestUsedPrice><TotalNew>54</TotalNew><TotalUsed>27</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
227
+ Description</Source><Content>&lt;div&gt;&lt;b&gt;This is the 4th edition of
228
+ the world''s bestselling book on Objective-C programming, fully updated to cover
229
+ Xcode 4.2 and Automatic Reference Counting (ARC).&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt; 
230
+  &lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;i&gt; Programming
231
+ in Objective-C &lt;/i&gt;is a concise, carefully written tutorial on the basics
232
+ of Objective-C and object-oriented programming for Apple''s iOS and Mac platforms.
233
+ The book makes no assumptions about prior experience with object-oriented programming
234
+ languages or with the C language (which Objective-C is based upon). Because
235
+ of this, both beginners and experienced programmers alike can use this book
236
+ to quickly and effectively learn the fundamentals of Objective-C. Readers can
237
+ also learn the concepts of object-oriented programming without having to first
238
+ learn all of the intricacies of the underlying C programming language. &lt;div&gt;&lt;/div&gt;&lt;div&gt; &lt;br&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;This
68
239
  unique approach to learning, combined with many small program examples and exercises
69
240
  at the end of each chapter, makes &lt;i&gt;Programming in Objective-C&lt;/i&gt;
70
- ideally suited for either classroom use or self-study. While the Objective-C
71
- language itself has gone through relatively minor changes since the introduction
72
- of Objective-C 2.0, the Apple development tools that programmers use for Objective-C
73
- development on the Mac and on iOS have changed significantly in a very short
74
- period of time. &lt;br&gt;&lt;br&gt;The third edition of &lt;i&gt;Programming
75
- in Objective-C&lt;/i&gt; includes numerous updates and improvements throughout
76
- the book:&lt;br&gt;&lt;br&gt; &lt;li&gt;Improved organization for some chapters&lt;/li&gt;
77
- &lt;li&gt;Incorporation of feedback and suggestions from members of the author's
78
- forum for readers, including more detailed descriptions for some of the examples&lt;/li&gt;
79
- &lt;li&gt;A new introduction to blocks with examples&lt;/li&gt; &lt;li&gt;Replacement
80
- of deprecated methods with newer methods&lt;/li&gt; &lt;li&gt;Updated diagrams
81
- and steps for using Xcode 4&lt;/li&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1449387829</ASIN><DetailPageURL>http://www.amazon.com/Head-First-iPhone-iPad-Development/dp/1449387829%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1449387829</DetailPageURL><ItemLinks><ItemLink><Description>Technical
82
- Details</Description><URL>http://www.amazon.com/Head-First-iPhone-iPad-Development/dp/tech-data/1449387829%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>Add
83
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1449387829%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>Add
84
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1449387829%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>Add
85
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1449387829%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>Tell
86
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1449387829%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>All
87
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1449387829%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink><ItemLink><Description>All
88
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1449387829%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1449387829</URL></ItemLink></ItemLinks><SalesRank>18544</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL75_.jpg</URL><Height
89
- Units=\"pixels\">75</Height><Width Units=\"pixels\">65</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL160_.jpg</URL><Height
90
- Units=\"pixels\">160</Height><Width Units=\"pixels\">139</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL500_.jpg</URL><Height
91
- Units=\"pixels\">500</Height><Width Units=\"pixels\">433</Width></LargeImage><ImageSets><ImageSet
92
- Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL30_.jpg</URL><Height
93
- Units=\"pixels\">30</Height><Width Units=\"pixels\">26</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL75_.jpg</URL><Height
94
- Units=\"pixels\">75</Height><Width Units=\"pixels\">65</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL75_.jpg</URL><Height
95
- Units=\"pixels\">75</Height><Width Units=\"pixels\">65</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL110_.jpg</URL><Height
96
- Units=\"pixels\">110</Height><Width Units=\"pixels\">95</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL160_.jpg</URL><Height
97
- Units=\"pixels\">160</Height><Width Units=\"pixels\">139</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/513eBSPJlEL._SL500_.jpg</URL><Height
98
- Units=\"pixels\">500</Height><Width Units=\"pixels\">433</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Dan
99
- Pilone</Author><Author>Tracey Pilone</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.1</DeweyDecimalNumber><EAN>9781449387822</EAN><EANList><EANListElement>9781449387822</EANListElement></EANList><Edition>Second
100
- Edition</Edition><ISBN>1449387829</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>O'Reilly
101
- Media</Label><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>O'Reilly
102
- Media</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>672</NumberOfPages><PackageDimensions><Height
103
- Units=\"hundredths-inches\">180</Height><Length Units=\"hundredths-inches\">920</Length><Weight
104
- Units=\"hundredths-pounds\">265</Weight><Width Units=\"hundredths-inches\">800</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-06-30</PublicationDate><Publisher>O'Reilly
105
- Media</Publisher><SKU>1449387829</SKU><Studio>O'Reilly Media</Studio><Title>Head
106
- First iPhone and iPad Development: A Learner's Guide to Creating Objective-C
107
- Applications for the iPhone and iPad</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2985</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$29.85</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$25.00</FormattedPrice></LowestUsedPrice><TotalNew>28</TotalNew><TotalUsed>16</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
108
- Description</Source><Content>&lt;DIV&gt;&lt;p&gt;Let's say you have a killer
109
- app idea for iPhone and iPad. Where do you begin? &lt;i&gt;Head First iPhone
110
- and iPad Development&lt;/i&gt; will help you get your first application up and
111
- running in no time. You'll not only learn how to design for Apple's devices,
112
- you'll also master the iPhone SDK tools -- including Interface Builder, Xcode,
113
- and Objective-C programming principles -- to make your app stand out.&lt;/p&gt;&lt;p&gt;Whether
114
- you're a seasoned Mac developer who wants to jump into the App store, or someone
115
- with strong object-oriented programming skills but no Mac experience, this book
116
- is a complete learning experience for creating eye-catching, top-selling iPhone
117
- and iPad applications.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Install the iPhone OS SDK
118
- and get started using Interface Builder and XCode &lt;/li&gt;&lt;li&gt;Put Objective-C
119
- core concepts to work, including message passing, protocols, properties, and
120
- memory management &lt;/li&gt;&lt;li&gt;Take advantage of iPhone OS patterns
121
- such as datasources and delegates &lt;/li&gt;&lt;li&gt;Preview your applications
122
- in the Simulator &lt;/li&gt;&lt;li&gt;Build more complicated interactions that
123
- utilize multiple views, data entry/editing, and rotation &lt;/li&gt;&lt;li&gt;Work
124
- with the iPhone's camera, GPS, and accelerometer &lt;/li&gt;&lt;li&gt;Optimize,
125
- test, and distribute your application&lt;p&gt; We think your time is too valuable
126
- to waste struggling with new concepts. Using the latest research in cognitive
127
- science and learning theory to craft a multi-sensory learning experience, &lt;i&gt;Head
128
- First iPhone and iPad Development&lt;/i&gt; has a visually rich format designed
129
- for the way your brain works, not a text-heavy approach that puts you to sleep.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1591398398</ASIN><DetailPageURL>http://www.amazon.com/Enterprise-Architecture-Strategy-Foundation-Execution/dp/1591398398%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1591398398</DetailPageURL><ItemLinks><ItemLink><Description>Technical
130
- Details</Description><URL>http://www.amazon.com/Enterprise-Architecture-Strategy-Foundation-Execution/dp/tech-data/1591398398%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>Add
131
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1591398398%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>Add
132
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1591398398%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>Add
133
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1591398398%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>Tell
134
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1591398398%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>All
135
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/1591398398%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink><ItemLink><Description>All
136
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1591398398%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1591398398</URL></ItemLink></ItemLinks><SalesRank>7753</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL75_.jpg</URL><Height
137
- Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL160_.jpg</URL><Height
138
- Units=\"pixels\">160</Height><Width Units=\"pixels\">107</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL500_.jpg</URL><Height
139
- Units=\"pixels\">500</Height><Width Units=\"pixels\">335</Width></LargeImage><ImageSets><ImageSet
140
- Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL30_.jpg</URL><Height
141
- Units=\"pixels\">30</Height><Width Units=\"pixels\">20</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL75_.jpg</URL><Height
142
- Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL75_.jpg</URL><Height
143
- Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL110_.jpg</URL><Height
144
- Units=\"pixels\">110</Height><Width Units=\"pixels\">74</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL160_.jpg</URL><Height
145
- Units=\"pixels\">160</Height><Width Units=\"pixels\">107</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41DWW3lpblL._SL500_.jpg</URL><Height
146
- Units=\"pixels\">500</Height><Width Units=\"pixels\">335</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Jeanne
147
- W. Ross</Author><Author>Peter Weill</Author><Author>David Robertson</Author><Binding>Hardcover</Binding><DeweyDecimalNumber>658.4038</DeweyDecimalNumber><EAN>9781591398394</EAN><EANList><EANListElement>9781591398394</EANListElement></EANList><ISBN>1591398398</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
148
- Units=\"hundredths-inches\">95</Height><Length Units=\"hundredths-inches\">956</Length><Weight
149
- Units=\"hundredths-pounds\">124</Weight><Width Units=\"hundredths-inches\">638</Width></ItemDimensions><Label>Harvard
150
- Business Press</Label><ListPrice><Amount>3995</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.95</FormattedPrice></ListPrice><Manufacturer>Harvard
151
- Business Press</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>256</NumberOfPages><PackageDimensions><Height
152
- Units=\"hundredths-inches\">102</Height><Length Units=\"hundredths-inches\">921</Length><Weight
153
- Units=\"hundredths-pounds\">123</Weight><Width Units=\"hundredths-inches\">654</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2006-08-01</PublicationDate><Publisher>Harvard
154
- Business Press</Publisher><SKU>mon0000078991</SKU><Studio>Harvard Business Press</Studio><Title>Enterprise
155
- Architecture As Strategy: Creating a Foundation for Business Execution</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1497</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.97</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1500</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.00</FormattedPrice></LowestUsedPrice><TotalNew>46</TotalNew><TotalUsed>52</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
156
- Description</Source><Content>Enterprise architecture defines a firm's needs
157
- for standardized tasks, job roles, systems, infrastructure, and data in core
158
- business processes. Thus, it helps a company to articulate how it will compete
159
- in a digital economy and it guides managers' daily decisions to realize their
160
- vision of success. This book clearly explains enterprise architecture's vital
161
- role in enabling--or constraining--the execution of business strategy. The book
162
- provides clear frameworks, thoughtful case examples, and a proven-effective
163
- structured process for designing and implementing effective enterprise architectures.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>143023024X</ASIN><DetailPageURL>http://www.amazon.com/Beginning-iPhone-Development-Exploring-iOS/dp/143023024X%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D143023024X</DetailPageURL><ItemLinks><ItemLink><Description>Technical
164
- Details</Description><URL>http://www.amazon.com/Beginning-iPhone-Development-Exploring-iOS/dp/tech-data/143023024X%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>Add
165
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D143023024X%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>Add
166
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D143023024X%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>Add
167
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D143023024X%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>Tell
168
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/143023024X%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>All
169
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/143023024X%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink><ItemLink><Description>All
170
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/143023024X%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D143023024X</URL></ItemLink></ItemLinks><SalesRank>25755</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL75_.jpg</URL><Height
171
- Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL160_.jpg</URL><Height
172
- Units=\"pixels\">160</Height><Width Units=\"pixels\">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL500_.jpg</URL><Height
173
- Units=\"pixels\">500</Height><Width Units=\"pixels\">408</Width></LargeImage><ImageSets><ImageSet
174
- Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL30_.jpg</URL><Height
175
- Units=\"pixels\">30</Height><Width Units=\"pixels\">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL75_.jpg</URL><Height
176
- Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL75_.jpg</URL><Height
177
- Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL110_.jpg</URL><Height
178
- Units=\"pixels\">110</Height><Width Units=\"pixels\">90</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL160_.jpg</URL><Height
179
- Units=\"pixels\">160</Height><Width Units=\"pixels\">131</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/4111A463xZL._SL500_.jpg</URL><Height
180
- Units=\"pixels\">500</Height><Width Units=\"pixels\">408</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>David
181
- Mark</Author><Author>Jack Nutting</Author><Author>Jeff LaMarche</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.26</DeweyDecimalNumber><EAN>9781430230243</EAN><EANList><EANListElement>9781430230243</EANListElement></EANList><Edition>1</Edition><ISBN>143023024X</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>Apress</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Apress</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>676</NumberOfPages><PackageDimensions><Height
182
- Units=\"hundredths-inches\">150</Height><Length Units=\"hundredths-inches\">937</Length><Weight
183
- Units=\"hundredths-pounds\">210</Weight><Width Units=\"hundredths-inches\">764</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-01-28</PublicationDate><Publisher>Apress</Publisher><SKU>22434737</SKU><Studio>Apress</Studio><Title>Beginning
184
- iPhone 4 Development: Exploring the iOS SDK</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2299</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$22.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2400</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$24.00</FormattedPrice></LowestUsedPrice><TotalNew>40</TotalNew><TotalUsed>16</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
185
- Description</Source><Content>&lt;p&gt;The authors of the bestselling &lt;em&gt;Beginning
186
- iPhone 3 Development&lt;/em&gt; are back, with the same excellent material completely
187
- updated for iOS 4 and written from the ground up using the latest version of
188
- Apple's Xcode 3. All source code has been updated to use the latest Xcode templates
189
- and current APIs, and all-new screenshots show Xcode 3 in action.&lt;br /&gt;&lt;br
190
- /&gt;&lt;em&gt;Beginning iPhone 4 Development&lt;/em&gt; is a complete course
191
- in iOS development. You'll master techniques that work on iPhone, iPad, and
192
- iPod touch. We start with the basics, showing you how to download and install
193
- the tools you'll need, and how to create your first simple application. Next
194
- you'll learn to integrate all the interface elements iOS users have come to
195
- know and love, such as buttons, switches, pickers, toolbars, and sliders. You'll
196
- master a variety of design patterns, from the simplest single view to complex
197
- hierarchical drill-downs. The confusing art of table building will be demystified,
198
- and you'll learn techniques to save and retrieve your data using SQLite, iPhone's
199
- built-in database management system and Core Data, the standard for persistence
200
- that Apple brought to iOS with the release of SDK 3.   &lt;br /&gt;&lt;br /&gt;And
201
- there's much more! You'll learn to draw using Quartz 2D and OpenGL ES, add multitouch
202
- gestural support (pinches and swipes) to your applications, and work with the
203
- camera, photo library, accelerometer, and built-in GPS. You'll discover the
204
- fine points of application preferences and learn how to localize your apps for
205
- multiple languages. You'll also learn how to use the new concurrency APIs included
206
- in iOS 4, and make robust multithreaded applications using Grand Central Dispatch.  
207
- &lt;/p&gt;&lt;ul&gt; &lt;li&gt;The iPhone 4 update to the best-selling and
208
- most recommended book for Cocoa touch developers   &lt;/li&gt; &lt;li&gt;Written
209
- in an accessible, easy-to-follow style   &lt;/li&gt; &lt;li&gt;Full of useful
210
- tips and techniques to help you become an iOS pro &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;What
211
- you'll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;Everything you need to know to
212
- develop your own best-selling iPhone and iPad apps &lt;/li&gt; &lt;li&gt;Best
213
- practices for optimizing your code and delivering great user experiences &lt;/li&gt;
214
- \ &lt;li&gt;How to create &amp;#147;universal&amp;#148; apps for both iPhone
215
- and iPad &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Who this book is for&lt;/h3&gt; &lt;p&gt;
216
- \ Anyone who wants to start developing for iPhone, iPad, and iPod touch.&lt;br
217
- /&gt;&lt;br /&gt;You can discover more about this book, download source code,
218
- and find support forums at the book's companion site, at www.iphonedevbook.com.
219
- \ &lt;/p&gt; &lt;h3&gt;Table of Contents&lt;/h3&gt;&lt;ol&gt; &lt;li&gt;Welcome
220
- to the Jungle &lt;/li&gt; &lt;li&gt;Appeasing the Tiki Gods &lt;/li&gt; &lt;li&gt;Handling
221
- Basic Interaction &lt;/li&gt; &lt;li&gt;More User Interface Fun &lt;/li&gt;
222
- \ &lt;li&gt;Autorotation and Autosizing &lt;/li&gt; &lt;li&gt;Multiview
223
- Applications &lt;/li&gt; &lt;li&gt;Tab Bars and Pickers &lt;/li&gt; &lt;li&gt;Introduction
224
- to Table Views &lt;/li&gt; &lt;li&gt;Navigation Controllers and Table Views
225
- &lt;/li&gt; &lt;li&gt;iPad Considerations &lt;/li&gt; &lt;li&gt;Application
226
- Settings and User Defaults &lt;/li&gt; &lt;li&gt;Basic Data Persistence &lt;/li&gt;
227
- \ &lt;li&gt;Grand Central Dispatch, Background Processing, and You &lt;/li&gt;
228
- \ &lt;li&gt;Drawing with Quartz and OpenGL &lt;/li&gt; &lt;li&gt;Taps,
229
- Touches, and Gestures &lt;/li&gt; &lt;li&gt;Where Am I? Finding Your Way
230
- with Core Location &lt;/li&gt; &lt;li&gt;Whee! Gyro and Accelerometer! &lt;/li&gt;
231
- \ &lt;li&gt;iPhone Camera and Photo Library &lt;/li&gt; &lt;li&gt;Application
232
- Localization &lt;/li&gt; &lt;li&gt;Where to Next? &lt;/li&gt;&lt;/ol&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0470475382</ASIN><DetailPageURL>http://www.amazon.com/21st-Century-Skills-Learning-Times/dp/0470475382%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0470475382</DetailPageURL><ItemLinks><ItemLink><Description>Technical
233
- Details</Description><URL>http://www.amazon.com/21st-Century-Skills-Learning-Times/dp/tech-data/0470475382%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>Add
234
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0470475382%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>Add
235
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0470475382%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>Add
236
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0470475382%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>Tell
237
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0470475382%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>All
238
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0470475382%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink><ItemLink><Description>All
239
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0470475382%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0470475382</URL></ItemLink></ItemLinks><SalesRank>47702</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL75_.jpg</URL><Height
240
- Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL160_.jpg</URL><Height
241
- Units=\"pixels\">160</Height><Width Units=\"pixels\">106</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL500_.jpg</URL><Height
242
- Units=\"pixels\">500</Height><Width Units=\"pixels\">332</Width></LargeImage><ImageSets><ImageSet
243
- Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL30_.jpg</URL><Height
244
- Units=\"pixels\">30</Height><Width Units=\"pixels\">20</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL75_.jpg</URL><Height
245
- Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL75_.jpg</URL><Height
246
- Units=\"pixels\">75</Height><Width Units=\"pixels\">50</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL110_.jpg</URL><Height
247
- Units=\"pixels\">110</Height><Width Units=\"pixels\">73</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL160_.jpg</URL><Height
248
- Units=\"pixels\">160</Height><Width Units=\"pixels\">106</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51LmIGTWdgL._SL500_.jpg</URL><Height
249
- Units=\"pixels\">500</Height><Width Units=\"pixels\">332</Width></LargeImage></ImageSet><ImageSet
250
- Category=\"variant\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL30_.jpg</URL><Height
251
- Units=\"pixels\">30</Height><Width Units=\"pixels\">20</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL75_.jpg</URL><Height
252
- Units=\"pixels\">75</Height><Width Units=\"pixels\">49</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL75_.jpg</URL><Height
253
- Units=\"pixels\">75</Height><Width Units=\"pixels\">49</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL110_.jpg</URL><Height
254
- Units=\"pixels\">110</Height><Width Units=\"pixels\">72</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL160_.jpg</URL><Height
255
- Units=\"pixels\">160</Height><Width Units=\"pixels\">105</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51DyP2iI9FL._SL500_.jpg</URL><Height
256
- Units=\"pixels\">500</Height><Width Units=\"pixels\">328</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Bernie
257
- Trilling</Author><Author>Charles Fadel</Author><Binding>Hardcover</Binding><DeweyDecimalNumber>370.73</DeweyDecimalNumber><EAN>9780470475386</EAN><EANList><EANListElement>9780470475386</EANListElement></EANList><Edition>1</Edition><ISBN>0470475382</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
258
- Units=\"centimeters\">2.37</Height><Weight Units=\"hundredths-pounds\">1</Weight><Width
259
- Units=\"centimeters\">1.56</Width></ItemDimensions><Label>Jossey-Bass</Label><ListPrice><Amount>2795</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$27.95</FormattedPrice></ListPrice><Manufacturer>Jossey-Bass</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>240</NumberOfPages><PackageDimensions><Height
260
- Units=\"hundredths-inches\">110</Height><Length Units=\"hundredths-inches\">900</Length><Weight
261
- Units=\"hundredths-pounds\">95</Weight><Width Units=\"hundredths-inches\">610</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-10-05</PublicationDate><Publisher>Jossey-Bass</Publisher><SKU>WILY9780470475386</SKU><Studio>Jossey-Bass</Studio><Title>21st
262
- Century Skills: Learning for Life in Our Times</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1340</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.40</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1398</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.98</FormattedPrice></LowestUsedPrice><LowestCollectiblePrice><Amount>1599</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.99</FormattedPrice></LowestCollectiblePrice><TotalNew>51</TotalNew><TotalUsed>19</TotalUsed><TotalCollectible>1</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
263
- Description</Source><Content>&lt;b&gt;The new building blocks for learning in
264
- a complex world&lt;/b&gt;&lt;p&gt;This important resource introduces a framework
265
- for 21st Century learning that maps out the skills needed to survive and thrive
266
- in a complex and connected world. 21st Century content includes the basic core
267
- subjects of reading, writing, and arithmetic-but also emphasizes global awareness,
268
- financial/economic literacy, and health issues. The skills fall into three categories:
269
- learning and innovations skills; digital literacy skills; and life and career
270
- skills. This book is filled with vignettes, international examples, and classroom
271
- samples that help illustrate the framework and provide an exciting view of twenty-first
272
- century teaching and learning.&lt;ul&gt;&lt;li&gt;Explores the three main categories
273
- of 21st Century Skills: learning and innovations skills; digital literacy skills;
274
- and life and career skills &lt;/li&gt;&lt;li&gt;Addresses timely issues such
275
- as the rapid advance of technology and increased economic competition&lt;/li&gt;&lt;li&gt;Based
276
- on a framework developed by the Partnership for 21st Century Skills (P21)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The
277
- book contains a DVD with video clips of classroom teaching. For more information
278
- on the book visit www.21stcenturyskillsbook.com.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0596805780</ASIN><DetailPageURL>http://www.amazon.com/Building-iPhone-Apps-HTML-JavaScript/dp/0596805780%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596805780</DetailPageURL><ItemLinks><ItemLink><Description>Technical
279
- Details</Description><URL>http://www.amazon.com/Building-iPhone-Apps-HTML-JavaScript/dp/tech-data/0596805780%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>Add
280
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0596805780%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>Add
281
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0596805780%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>Add
282
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0596805780%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>Tell
283
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0596805780%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>All
284
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0596805780%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink><ItemLink><Description>All
285
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0596805780%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596805780</URL></ItemLink></ItemLinks><SalesRank>26836</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL75_.jpg</URL><Height
286
- Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL160_.jpg</URL><Height
287
- Units=\"pixels\">160</Height><Width Units=\"pixels\">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL500_.jpg</URL><Height
288
- Units=\"pixels\">500</Height><Width Units=\"pixels\">381</Width></LargeImage><ImageSets><ImageSet
289
- Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL30_.jpg</URL><Height
290
- Units=\"pixels\">30</Height><Width Units=\"pixels\">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL75_.jpg</URL><Height
291
- Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL75_.jpg</URL><Height
292
- Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL110_.jpg</URL><Height
293
- Units=\"pixels\">110</Height><Width Units=\"pixels\">84</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL160_.jpg</URL><Height
294
- Units=\"pixels\">160</Height><Width Units=\"pixels\">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51GBnqfHl1L._SL500_.jpg</URL><Height
295
- Units=\"pixels\">500</Height><Width Units=\"pixels\">381</Width></LargeImage></ImageSet><ImageSet
296
- Category=\"swatch\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL30_.jpg</URL><Height
297
- Units=\"pixels\">30</Height><Width Units=\"pixels\">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL75_.jpg</URL><Height
298
- Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL75_.jpg</URL><Height
299
- Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL110_.jpg</URL><Height
300
- Units=\"pixels\">110</Height><Width Units=\"pixels\">84</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL160_.jpg</URL><Height
301
- Units=\"pixels\">160</Height><Width Units=\"pixels\">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51CEgBU-6TL._SL500_.jpg</URL><Height
302
- Units=\"pixels\">500</Height><Width Units=\"pixels\">380</Width></LargeImage></ImageSet><ImageSet
303
- Category=\"variant\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL30_.jpg</URL><Height
304
- Units=\"pixels\">30</Height><Width Units=\"pixels\">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL75_.jpg</URL><Height
305
- Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL75_.jpg</URL><Height
306
- Units=\"pixels\">75</Height><Width Units=\"pixels\">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL110_.jpg</URL><Height
307
- Units=\"pixels\">110</Height><Width Units=\"pixels\">84</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL160_.jpg</URL><Height
308
- Units=\"pixels\">160</Height><Width Units=\"pixels\">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51JhPZaz0FL._SL500_.jpg</URL><Height
309
- Units=\"pixels\">500</Height><Width Units=\"pixels\">380</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Jonathan
310
- Stark</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.1</DeweyDecimalNumber><EAN>9780596805784</EAN><EANList><EANListElement>9780596805784</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
311
- 9780596805784</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
241
+ ideally suited for either classroom use or self-study.   &lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;This
242
+ edition has been fully updated for the significant changes in iOS 5 and Xcode
243
+ 4.2. One of the biggest changes is &lt;i&gt;Automatic Reference Counting (ARC)&lt;/i&gt;.
244
+ This edition gives detailed coverage of how to use ARC to improve and simplify
245
+ memory management in Objective-C programs. &lt;/div&gt;&lt;/div&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%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430228326</DetailPageURL><ItemLinks><ItemLink><Description>Technical
246
+ Details</Description><URL>http://www.amazon.com/Objective-C-Absolute-Beginners-iPhone-Programming/dp/tech-data/1430228326%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
247
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
248
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Add
249
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430228326%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>Tell
250
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430228326%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>All
251
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430228326%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink><ItemLink><Description>All
252
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430228326%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430228326</URL></ItemLink></ItemLinks><SalesRank>136640</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41c7ciAA%2BCL._SL75_.jpg</URL><Height
253
+ Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41c7ciAA%2BCL._SL160_.jpg</URL><Height
254
+ Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41c7ciAA%2BCL.jpg</URL><Height
255
+ Units="pixels">500</Height><Width Units="pixels">406</Width></LargeImage><ImageSets><ImageSet
256
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41c7ciAA%2BCL._SL30_.jpg</URL><Height
257
+ Units="pixels">30</Height><Width Units="pixels">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41c7ciAA%2BCL._SL75_.jpg</URL><Height
258
+ Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41c7ciAA%2BCL._SL75_.jpg</URL><Height
259
+ Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41c7ciAA%2BCL._SL110_.jpg</URL><Height
260
+ Units="pixels">110</Height><Width Units="pixels">89</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41c7ciAA%2BCL._SL160_.jpg</URL><Height
261
+ Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41c7ciAA%2BCL.jpg</URL><Height
262
+ Units="pixels">500</Height><Width Units="pixels">406</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Gary
263
+ Bennett</Author><Author>Mitchell Fisher</Author><Author>Brad Lees</Author><Binding>Paperback</Binding><EAN>9781430228325</EAN><EANList><EANListElement>9781430228325</EANListElement></EANList><Edition>1</Edition><IsAdultProduct>0</IsAdultProduct><ISBN>1430228326</ISBN><ItemDimensions><Height
264
+ Units="hundredths-inches">953</Height><Length Units="hundredths-inches">760</Length><Weight
265
+ Units="hundredths-pounds">132</Weight><Width Units="hundredths-inches">91</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
266
+ 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>292</NumberOfPages><PackageDimensions><Height
267
+ Units="hundredths-inches">100</Height><Length Units="hundredths-inches">920</Length><Weight
268
+ Units="hundredths-pounds">135</Weight><Width Units="hundredths-inches">750</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-08-25</PublicationDate><Publisher>Apress</Publisher><ReleaseDate>2010-08-25</ReleaseDate><SKU>ACOMMP2_book_usedverygood_1430228326</SKU><Studio>Apress</Studio><Title>Objective-C
269
+ for Absolute Beginners: iPhone, iPad and Mac Programming Made Easy</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1628</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$16.28</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>505</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$5.05</FormattedPrice></LowestUsedPrice><TotalNew>43</TotalNew><TotalUsed>27</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
270
+ Description</Source><Content>&lt;p&gt;It seems as if everyone is writing applications
271
+ for Apple’s iPhone and iPad, but how do they all do it? It’s best to learn Objective-C,
272
+ the native language of both the iOS and Mac OS X, but where to begin? Right
273
+ here, even if you’ve never programmed before!&lt;/p&gt; &lt;p&gt;&lt;em&gt;Objective-C
274
+ for Absolute Beginners&lt;/em&gt; will teach you how to write software for your
275
+ Mac, iPhone, or iPad using Objective-C, an elegant and powerful language with
276
+ a rich set of developer tools. Using a hands-on approach, you’ll learn to think
277
+ in programming terms, how to use Objective-C to build program logic, and how
278
+ to write your own applications and apps.&lt;/p&gt; &lt;p&gt;With over 50 collective
279
+ years in software development and based on an approach pioneered at Carnegie
280
+ Mellon University, the authors have developed a remarkably effective approach
281
+ to learning Objective-C. Since the introduction of Apple’s iPhone, the authors
282
+ have taught hundreds of absolute beginners how to develop Mac, iPhone,and iPad
283
+ apps, including many that became popular apps in the iTunes App Store.&lt;/p&gt;
284
+ &lt;h3&gt;What you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;The fundamentals
285
+ of computer programming: how to understand variables,design data structures,
286
+ and work with file systems &lt;/li&gt; &lt;li&gt;The logic of object-oriented
287
+ programming: how to use Classes, Objects, and Methods &lt;/li&gt; &lt;li&gt;The
288
+ flexibility of Apple''s developer tools: how to install Xcode and write programs
289
+ in Objective-C &lt;/li&gt; &lt;li&gt;The power of Cocoa and Cocoa touch:
290
+ how to make Mac OS X applications or iOS apps that do cool stuff &lt;/li&gt;
291
+ &lt;/ul&gt; &lt;h3&gt;Who this book is for&lt;/h3&gt; &lt;p&gt; Everyone!
292
+ This book is for anyone who wants to learn to develop applications for the Mac
293
+ or apps for the iPhone and iPad using the Objective-C programming language.
294
+ No previous programming experience is necessary. &lt;/p&gt; &lt;h3&gt;Table
295
+ of Contents&lt;/h3&gt;&lt;ol&gt; &lt;li&gt; Becoming a Great iPhone/iPad
296
+ or Mac Programmer  &lt;/li&gt; &lt;li&gt; Programming Basics   &lt;/li&gt; &lt;li&gt; It’s
297
+ All About the Data   &lt;/li&gt; &lt;li&gt; Making Decisions About...and
298
+ Planning Program Flow   &lt;/li&gt; &lt;li&gt; Object Oriented Programming
299
+ with Objective-C   &lt;/li&gt; &lt;li&gt; Introducing Objective-C and Xcode 
300
+ &lt;/li&gt; &lt;li&gt; Objective-C Classes, Objects, and Methods  &lt;/li&gt; &lt;li&gt; Programming
301
+ Basics in Objective-C   &lt;/li&gt; &lt;li&gt; Comparing Data   &lt;/li&gt; &lt;li&gt; Creating
302
+ User Interfaces with Interface Builder   &lt;/li&gt; &lt;li&gt; Memory,
303
+ Addresses, and Pointers   &lt;/li&gt; &lt;li&gt; Debugging Programs with
304
+ Xcode   &lt;/li&gt; &lt;li&gt; Storing Information &lt;/li&gt; &lt;li&gt; Protocols
305
+ and Delegates   &lt;/li&gt; &lt;/ol&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321566157</ASIN><DetailPageURL>http://www.amazon.com/Programming-Objective-C-2-0-2nd-Edition/dp/0321566157%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321566157</DetailPageURL><ItemLinks><ItemLink><Description>Technical
306
+ Details</Description><URL>http://www.amazon.com/Programming-Objective-C-2-0-2nd-Edition/dp/tech-data/0321566157%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
307
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
308
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Add
309
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321566157%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>Tell
310
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321566157%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>All
311
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321566157%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink><ItemLink><Description>All
312
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321566157%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321566157</URL></ItemLink></ItemLinks><SalesRank>70332</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
313
+ Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL160_.jpg</URL><Height
314
+ Units="pixels">160</Height><Width Units="pixels">125</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L.jpg</URL><Height
315
+ Units="pixels">500</Height><Width Units="pixels">390</Width></LargeImage><ImageSets><ImageSet
316
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL30_.jpg</URL><Height
317
+ Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
318
+ Units="pixels">75</Height><Width Units="pixels">58</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL75_.jpg</URL><Height
319
+ Units="pixels">75</Height><Width Units="pixels">58</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL110_.jpg</URL><Height
320
+ Units="pixels">110</Height><Width Units="pixels">86</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L._SL160_.jpg</URL><Height
321
+ Units="pixels">160</Height><Width Units="pixels">125</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41M2GuGl44L.jpg</URL><Height
322
+ Units="pixels">500</Height><Width Units="pixels">390</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Stephen
323
+ G. Kochan</Author><Binding>Paperback</Binding><EAN>9780321566157</EAN><EANList><EANListElement>9780321566157</EANListElement></EANList><Edition>2</Edition><ISBN>0321566157</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
324
+ Units="hundredths-inches">902</Height><Length Units="hundredths-inches">701</Length><Weight
325
+ Units="hundredths-pounds">211</Weight><Width Units="hundredths-inches">142</Width></ItemDimensions><Label>Addison-Wesley
326
+ Professional</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
327
+ 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
328
+ Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>624</NumberOfPages><PackageDimensions><Height
329
+ Units="hundredths-inches">140</Height><Length Units="hundredths-inches">890</Length><Weight
330
+ 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
331
+ Professional</Publisher><SKU>ACOUK_book_usedlikenew_0321566157</SKU><Studio>Addison-Wesley
332
+ Professional</Studio><Title>Programming in Objective-C 2.0 (2nd Edition)</Title><TradeInValue><Amount>121</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$1.21</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2798</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$27.98</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>964</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.64</FormattedPrice></LowestUsedPrice><TotalNew>14</TotalNew><TotalUsed>58</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
333
+ Description</Source><Content>&lt;P style="MARGIN: 0px"&gt;&lt;/P&gt; &lt;P
334
+ 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
335
+ style="MARGIN: 0px"&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
336
+ 0px"&gt;&lt;I&gt;Programming in Objective-C 2.0&lt;/I&gt; provides the new programmer
337
+ a complete, step-by-step introduction to Objective-C, the primary language used
338
+ to develop applications for the iPhone, iPad, and Mac OS X platforms.&lt;/P&gt; &lt;P
339
+ style="MARGIN: 0px"&gt; &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;The book does
340
+ not assume previous experience with either C or object-oriented programming
341
+ languages, and it includes many detailed, practical examples of how to put Objective-C
342
+ to use in your everyday iPhone/iPad or Mac OS X programming tasks.&lt;/P&gt; &lt;P
343
+ style="MARGIN: 0px"&gt;&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;A
344
+ powerful yet simple object-oriented programming language that’s based on the
345
+ C programming language, Objective-C is widely available not only on OS X and
346
+ the iPhone/iPad platform but across many operating systems that support the
347
+ gcc compiler, including Linux, Unix, and Windows systems.&lt;/P&gt; &lt;P style="MARGIN:
348
+ 0px"&gt; &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;The second edition of this
349
+ book thoroughly covers the latest version of the language, Objective-C 2.0.
350
+ And it shows not only how to take advantage of the Foundation framework’s rich
351
+ built-in library of classes but also how to use the iPhone SDK to develop programs
352
+ designed for the iPhone/iPad platform.&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt; &lt;/P&gt; &lt;P
353
+ style="MARGIN: 0px"&gt;&lt;B&gt;&lt;U&gt;Table of Contents&lt;/U&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
354
+ style="MARGIN: 0px"&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
355
+ 0px"&gt;   1    Introduction &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;&lt;B&gt;Part
356
+ I: The Objective-C 2.0 Language&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
357
+ 2    Programming in Objective-C &lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
358
+ 3    Classes, Objects, and Methods &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
359
+ 0px"&gt;    4    Data Types and Expressions&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
360
+ 0px"&gt;    5    Program Looping&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
361
+ 6    Making Decisions&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;   
362
+ 7    More on Classes&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;    8    Inheritance&lt;BR&gt;&lt;/P&gt; &lt;P
363
+ style="MARGIN: 0px"&gt;    9    Polymorphism, Dynamic Typing, and Dynamic Binding&lt;BR&gt;&lt;/P&gt; &lt;P
364
+ style="MARGIN: 0px"&gt;  10    More on Variables and Data Types&lt;BR&gt;&lt;/P&gt; &lt;P
365
+ style="MARGIN: 0px"&gt;  11    Categories and Protocols&lt;BR&gt;&lt;/P&gt; &lt;P
366
+ style="MARGIN: 0px"&gt;  12    The Preprocessor&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
367
+ 0px"&gt;  13    Underlying C Language Features&lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
368
+ 0px"&gt;&lt;B&gt;Part II: The Foundation Framework&lt;/B&gt;&lt;/P&gt; &lt;P
369
+ style="MARGIN: 0px"&gt;  14    Introduction to the Foundation Framework &lt;BR&gt;&lt;/P&gt; &lt;P
370
+ style="MARGIN: 0px"&gt;  15    Numbers, Strings, and Collections &lt;BR&gt;&lt;/P&gt; &lt;P
371
+ style="MARGIN: 0px"&gt;  16    Working with Files &lt;BR&gt;&lt;/P&gt; &lt;P
372
+ style="MARGIN: 0px"&gt;  17    Memory Management &lt;BR&gt;&lt;/P&gt; &lt;P
373
+ style="MARGIN: 0px"&gt;  18    Copying Objects &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
374
+ 0px"&gt;  19    Archiving &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt;&lt;B&gt;Part
375
+ &lt;B&gt;III: Cocoa and the iPhone SDK&lt;/B&gt;&lt;/B&gt;&lt;/P&gt; &lt;P
376
+ style="MARGIN: 0px"&gt;  20    Introduction to Cocoa &lt;/P&gt; &lt;P style="MARGIN:
377
+ 0px"&gt;  21    Writing iPhone Applications &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
378
+ 0px"&gt;&lt;B&gt;Part IV: Appendixes&lt;/B&gt;&lt;/P&gt; &lt;P style="MARGIN:
379
+ 0px"&gt;  A    Glossary &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN: 0px"&gt; 
380
+ B    Objective-C 2.0 Language Summary &lt;BR&gt;&lt;/P&gt; &lt;P style="MARGIN:
381
+ 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>1430218096</ASIN><DetailPageURL>http://www.amazon.com/Learn-C-Mac-Series/dp/1430218096%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430218096</DetailPageURL><ItemLinks><ItemLink><Description>Technical
382
+ Details</Description><URL>http://www.amazon.com/Learn-C-Mac-Series/dp/tech-data/1430218096%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218096</URL></ItemLink><ItemLink><Description>Add
383
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430218096%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218096</URL></ItemLink><ItemLink><Description>Add
384
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430218096%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218096</URL></ItemLink><ItemLink><Description>Add
385
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430218096%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218096</URL></ItemLink><ItemLink><Description>Tell
386
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430218096%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218096</URL></ItemLink><ItemLink><Description>All
387
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430218096%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218096</URL></ItemLink><ItemLink><Description>All
388
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430218096%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430218096</URL></ItemLink></ItemLinks><SalesRank>326745</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/41JbIvZnXjL._SL75_.jpg</URL><Height
389
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41JbIvZnXjL._SL160_.jpg</URL><Height
390
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41JbIvZnXjL.jpg</URL><Height
391
+ Units="pixels">500</Height><Width Units="pixels">378</Width></LargeImage><ImageSets><ImageSet
392
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/41JbIvZnXjL._SL30_.jpg</URL><Height
393
+ Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/41JbIvZnXjL._SL75_.jpg</URL><Height
394
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/41JbIvZnXjL._SL75_.jpg</URL><Height
395
+ Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/41JbIvZnXjL._SL110_.jpg</URL><Height
396
+ Units="pixels">110</Height><Width Units="pixels">83</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/41JbIvZnXjL._SL160_.jpg</URL><Height
397
+ Units="pixels">160</Height><Width Units="pixels">121</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/41JbIvZnXjL.jpg</URL><Height
398
+ Units="pixels">500</Height><Width Units="pixels">378</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Dave
399
+ Mark</Author><Binding>Paperback</Binding><Brand>Apress</Brand><CatalogNumberList><CatalogNumberListElement>9781430218098</CatalogNumberListElement></CatalogNumberList><EAN>9781430218098</EAN><EANList><EANListElement>9781430218098</EANListElement></EANList><Edition>1</Edition><Feature>Apress
400
+ Learn C on the Mac</Feature><Feature>Considered a classic by an entire generation
401
+ of Mac programmers, this popular guide has been completely updated for Mac OS
402
+ X.</Feature><ISBN>1430218096</ISBN><ItemDimensions><Height Units="hundredths-inches">925</Height><Length
403
+ Units="hundredths-inches">752</Length><Weight Units="hundredths-pounds">144</Weight><Width
404
+ Units="hundredths-inches">75</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
405
+ 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-1809-8</MPN><NumberOfItems>1</NumberOfItems><NumberOfPages>376</NumberOfPages><PackageDimensions><Height
406
+ Units="hundredths-inches">100</Height><Length Units="hundredths-inches">920</Length><Weight
407
+ Units="hundredths-pounds">120</Weight><Width Units="hundredths-inches">710</Width></PackageDimensions><PartNumber>978-1-4302-1809-8</PartNumber><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2008-12-12</PublicationDate><Publisher>Apress</Publisher><SKU>1430218096BAKM</SKU><Studio>Apress</Studio><Title>Learn
408
+ C on the Mac (Learn Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1729</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$17.29</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1558</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.58</FormattedPrice></LowestUsedPrice><TotalNew>53</TotalNew><TotalUsed>38</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
409
+ Description</Source><Content>&lt;p&gt;Considered a classic by an entire generation
410
+ of Mac programmers, this popular guide has been updated for Mac OS X. Don’t
411
+ know anything about programming? No problem! Acclaimed author &lt;strong&gt;Dave
412
+ Mark&lt;/strong&gt; starts out with the basics and takes you through a complete
413
+ course in programming C using Apple’s free Xcode tools. This book is perfect
414
+ for beginners learning to program. It includes Mac OS X examples!&lt;/p&gt;
415
+ &lt;ul&gt; &lt;li&gt;Provides best practices for programming newbies &lt;/li&gt; &lt;li&gt;Written
416
+ by the expert on C–programming for the Mac &lt;/li&gt; &lt;li&gt;Presents
417
+ all the basics with a pragmatic, Mac OS X-flavored approach&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Includes
418
+ updated source code which is fully compatible with Xcode 4&lt;/strong&gt; &lt;/li&gt;
419
+ &lt;/ul&gt; &lt;h3&gt;What you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;Master
420
+ C programming, the gateway to programming your Mac or iPhone&lt;/li&gt; &lt;li&gt;Write
421
+ applications for the Mac OS X interface, the cleanest user interface around&lt;/li&gt; &lt;li&gt;Understand
422
+ variables and how to design your own data structures&lt;/li&gt; &lt;li&gt;Work
423
+ with the file system&lt;/li&gt; &lt;li&gt;Connect to data sources and the
424
+ Internet&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Who this book is for&lt;/h3&gt; &lt;p&gt; For
425
+ anyone wanting to learn to program in Mac OS X, including developers new to
426
+ the Mac, developers new to C, or students entirely new to programming. For anyone
427
+ who wants to learn how to program their iPhone, this is also the core language
428
+ primer. &lt;/p&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>1475256353</ASIN><DetailPageURL>http://www.amazon.com/Objective-C-2-0-Essentials-Second-Edition/dp/1475256353%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1475256353</DetailPageURL><ItemLinks><ItemLink><Description>Technical
429
+ Details</Description><URL>http://www.amazon.com/Objective-C-2-0-Essentials-Second-Edition/dp/tech-data/1475256353%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1475256353</URL></ItemLink><ItemLink><Description>Add
430
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1475256353%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1475256353</URL></ItemLink><ItemLink><Description>Add
431
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1475256353%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1475256353</URL></ItemLink><ItemLink><Description>Add
432
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1475256353%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1475256353</URL></ItemLink><ItemLink><Description>Tell
433
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1475256353%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1475256353</URL></ItemLink><ItemLink><Description>All
434
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1475256353%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1475256353</URL></ItemLink><ItemLink><Description>All
435
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1475256353%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1475256353</URL></ItemLink></ItemLinks><SalesRank>439592</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51wW6cVuWPL._SL75_.jpg</URL><Height
436
+ Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51wW6cVuWPL._SL160_.jpg</URL><Height
437
+ Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51wW6cVuWPL.jpg</URL><Height
438
+ Units="pixels">500</Height><Width Units="pixels">405</Width></LargeImage><ImageSets><ImageSet
439
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51wW6cVuWPL._SL30_.jpg</URL><Height
440
+ Units="pixels">30</Height><Width Units="pixels">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51wW6cVuWPL._SL75_.jpg</URL><Height
441
+ Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51wW6cVuWPL._SL75_.jpg</URL><Height
442
+ Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51wW6cVuWPL._SL110_.jpg</URL><Height
443
+ Units="pixels">110</Height><Width Units="pixels">89</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51wW6cVuWPL._SL160_.jpg</URL><Height
444
+ Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51wW6cVuWPL.jpg</URL><Height
445
+ Units="pixels">500</Height><Width Units="pixels">405</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Neil
446
+ Smyth</Author><Binding>Paperback</Binding><EAN>9781475256352</EAN><EANList><EANListElement>9781475256352</EANListElement></EANList><ISBN>1475256353</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><Label>CreateSpace
447
+ Independent Publishing Platform</Label><Languages><Language><Name>English</Name><Type>Original
448
+ Language</Type></Language><Language><Name>English</Name><Type>Published</Type></Language></Languages><ListPrice><Amount>1599</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.99</FormattedPrice></ListPrice><Manufacturer>CreateSpace
449
+ Independent Publishing Platform</Manufacturer><NumberOfPages>198</NumberOfPages><PackageDimensions><Height
450
+ Units="hundredths-inches">63</Height><Length Units="hundredths-inches">929</Length><Weight
451
+ Units="hundredths-pounds">84</Weight><Width Units="hundredths-inches">748</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2012-05-08</PublicationDate><Publisher>CreateSpace
452
+ Independent Publishing Platform</Publisher><Studio>CreateSpace Independent Publishing
453
+ Platform</Studio><Title>Objective-C 2.0 Essentials - Second Edition</Title><TradeInValue><Amount>320</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$3.20</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1599</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$15.99</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>2160</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.60</FormattedPrice></LowestUsedPrice><TotalNew>2</TotalNew><TotalUsed>1</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
454
+ Description</Source><Content>&lt;p&gt; The objective of this book is to teach
455
+ the skills necessary to program in Objective-C using a style that is easy to
456
+ follow, rich in examples and accessible to those who have never used Objective-C
457
+ before. &lt;/p&gt; &lt;p&gt; Topics covered include the fundamentals of Objective-C
458
+ such as variables, looping and flow control. Also included are details of object
459
+ oriented programming, working with files and memory and the Objective-C Foundation
460
+ framework. &lt;/p&gt; &lt;p&gt; Regardless of whether you are developing for
461
+ Mac OS X or the iPhone, this book covers everything you need to know about the
462
+ Objective-C language. &lt;/p&gt; &lt;p&gt; Topics covered include: &lt;/p&gt;
463
+ &lt;ul&gt; &lt;li&gt;The History of Objective-C &lt;li&gt;Installing Xcode and
464
+ Compiling Objective-C on Mac OS X &lt;li&gt;Objective-C 2.0 Data Types &lt;li&gt;Working
465
+ with Variables and Constants in Objective-C &lt;li&gt;Objective-C Operators
466
+ and Expressions &lt;li&gt;Objective-C 2.0 Operator Precedence &lt;li&gt;Commenting
467
+ Objective-C Code &lt;li&gt;Objective-C Flow Control with if and else &lt;li&gt;The
468
+ Objective-C switch Statement &lt;li&gt;Objective-C Looping - The for Statement
469
+ &lt;li&gt;Objective-C Looping with do and while Statements &lt;li&gt;An Overview
470
+ of Objective-C Object Oriented Programming &lt;li&gt;Writing Objective-C Class
471
+ Methods &lt;li&gt;Objective-C - Data Encapsulation, Synthesized Accessors and
472
+ Dot Notation &lt;li&gt;Objective-C Inheritance &lt;li&gt;Pointers and Indirection
473
+ in Objective-C &lt;li&gt;Objective-C Dynamic Binding and Typing with the id
474
+ Type &lt;li&gt;Objective-C Variable Scope and Storage Class &lt;li&gt;An Overview
475
+ of Objective-C Functions &lt;li&gt;Objective-C Enumerators &lt;li&gt;An Overview
476
+ of the Objective-C Foundation Framework &lt;li&gt;Working with String Objects
477
+ in Objective-C &lt;li&gt;Understanding Objective-C Number Objects &lt;li&gt;Working
478
+ with Objective-C Array Objects &lt;li&gt;Objective-C Dictionary Objects &lt;li&gt;Working
479
+ with Directories in Objective-C &lt;li&gt;Working with Files in Objective-C
480
+ &lt;li&gt;Constructing and Manipulating Paths with NSPathUtilities &lt;li&gt;Copying
481
+ Objects in Objective-C &lt;li&gt;Using Objective-C Preprocessor Directives</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%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596804792</DetailPageURL><ItemLinks><ItemLink><Description>Technical
482
+ Details</Description><URL>http://www.amazon.com/Cocoa-Objective-C-Running-Foundations-programming/dp/tech-data/0596804792%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
483
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
484
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Add
485
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0596804792%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>Tell
486
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0596804792%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>All
487
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/0596804792%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink><ItemLink><Description>All
488
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0596804792%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0596804792</URL></ItemLink></ItemLinks><SalesRank>136255</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/514HsIXoiCL._SL75_.jpg</URL><Height
489
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/514HsIXoiCL._SL160_.jpg</URL><Height
490
+ Units="pixels">160</Height><Width Units="pixels">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/514HsIXoiCL.jpg</URL><Height
491
+ Units="pixels">500</Height><Width Units="pixels">381</Width></LargeImage><ImageSets><ImageSet
492
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/514HsIXoiCL._SL30_.jpg</URL><Height
493
+ Units="pixels">30</Height><Width Units="pixels">23</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/514HsIXoiCL._SL75_.jpg</URL><Height
494
+ Units="pixels">75</Height><Width Units="pixels">57</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/514HsIXoiCL._SL75_.jpg</URL><Height
495
+ Units="pixels">75</Height><Width Units="pixels">57</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/514HsIXoiCL._SL110_.jpg</URL><Height
496
+ Units="pixels">110</Height><Width Units="pixels">84</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/514HsIXoiCL._SL160_.jpg</URL><Height
497
+ Units="pixels">160</Height><Width Units="pixels">122</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/514HsIXoiCL.jpg</URL><Height
498
+ Units="pixels">500</Height><Width Units="pixels">381</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Scott
499
+ Stevenson</Author><Binding>Paperback</Binding><EAN>9780596804794</EAN><EANList><EANListElement>9780596804794</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
500
+ 9780596804794</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
312
501
  NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
313
- Buy with Confidence! Millions of books sold!</Feature><ISBN>0596805780</ISBN><ItemDimensions><Height
314
- Units=\"hundredths-inches\">39</Height><Length Units=\"hundredths-inches\">924</Length><Weight
315
- Units=\"hundredths-pounds\">69</Weight><Width Units=\"hundredths-inches\">702</Width></ItemDimensions><Label>O'Reilly
316
- Media</Label><ListPrice><Amount>2999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$29.99</FormattedPrice></ListPrice><Manufacturer>O'Reilly
317
- Media</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>192</NumberOfPages><PackageDimensions><Height
318
- Units=\"hundredths-inches\">50</Height><Length Units=\"hundredths-inches\">910</Length><Weight
319
- Units=\"hundredths-pounds\">45</Weight><Width Units=\"hundredths-inches\">690</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-01-26</PublicationDate><Publisher>O'Reilly
320
- Media</Publisher><SKU>2019714076</SKU><Studio>O'Reilly Media</Studio><Title>Building
321
- iPhone Apps with HTML, CSS, and JavaScript: Making App Store Apps Without Objective-C
322
- or Cocoa</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1308</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.08</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>984</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$9.84</FormattedPrice></LowestUsedPrice><TotalNew>50</TotalNew><TotalUsed>39</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
323
- Description</Source><Content>&lt;DIV&gt;&lt;p&gt;&lt;b&gt;What people are saying
324
- about &lt;i&gt;Building iPhone Apps w/ HTML, CSS, and JavaScript&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;\"The
325
- future of mobile development is clearly web technologies like CSS, HTML and
326
- JavaScript. Jonathan Stark shows you how to leverage your existing web development
327
- skills to build native iPhone applications using these technologies.\"&lt;br&gt;&lt;br&gt;
328
- --John Allsopp, author and founder of Web Directions&lt;/p&gt;&lt;p&gt;\"Jonathan's
329
- book is the most comprehensive documentation available for developing web applications
330
- for mobile Safari. Not just great tech coverage, this book is an easy read of
331
- purely fascinating mobile tidbits in a fun colloquial style. Must have for all
332
- PhoneGap developers.\"&lt;br&gt;&lt;br&gt; -- Brian LeRoux, Nitobi Software&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;It's
333
- a fact: if you know HTML, CSS, and JavaScript, you already have the tools you
334
- need to develop your own iPhone apps. With this book, you'll learn how to use
335
- these open source web technologies to design and build apps for the iPhone and
336
- iPod Touch on the platform of your choice-without using Objective-C or Cocoa.&lt;/p&gt;&lt;p&gt;Device-agnostic
337
- mobile apps are the wave of the future, and this book shows you how to create
338
- one product for several platforms. You'll find guidelines for converting your
339
- product into a native iPhone app using the free PhoneGap framework. And you'll
340
- learn why releasing your product as a web app first helps you find, fix, and
341
- test bugs much faster than if you went straight to the App Store with a product
342
- built with Apple's tools.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Build iPhone apps with
343
- tools you already know how to use &lt;/li&gt;&lt;li&gt;Learn how to make an
344
- existing website look and behave like an iPhone app &lt;/li&gt;&lt;li&gt;Add
345
- native-looking animations to your web app using jQTouch &lt;/li&gt;&lt;li&gt;Take
346
- advantage of client-side data storage with apps that run even when the iPhone
347
- is offline &lt;/li&gt;&lt;li&gt;Hook into advanced iPhone features -- including
348
- the accelerometer, geolocation, and vibration -- with JavaScript &lt;/li&gt;&lt;li&gt;Submit
349
- your applications to the App Store with Xcode&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
350
- This book received valuable community input through O'Reilly's Open Feedback
351
- Publishing System (OFPS). Learn more at &lt;i&gt;http://labs.oreilly.com/ofps.html&lt;/i&gt;.&lt;/p&gt;&lt;/div&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0672305100</ASIN><DetailPageURL>http://www.amazon.com/Absolute-Beginners-Guide-C-2nd/dp/0672305100%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0672305100</DetailPageURL><ItemLinks><ItemLink><Description>Technical
352
- Details</Description><URL>http://www.amazon.com/Absolute-Beginners-Guide-C-2nd/dp/tech-data/0672305100%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>Add
353
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0672305100%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>Add
354
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0672305100%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>Add
355
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0672305100%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>Tell
356
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0672305100%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>All
357
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0672305100%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink><ItemLink><Description>All
358
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0672305100%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0672305100</URL></ItemLink></ItemLinks><SalesRank>48482</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL75_.jpg</URL><Height
359
- Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL160_.jpg</URL><Height
360
- Units=\"pixels\">160</Height><Width Units=\"pixels\">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL500_.jpg</URL><Height
361
- Units=\"pixels\">500</Height><Width Units=\"pixels\">407</Width></LargeImage><ImageSets><ImageSet
362
- Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL30_.jpg</URL><Height
363
- Units=\"pixels\">30</Height><Width Units=\"pixels\">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL75_.jpg</URL><Height
364
- Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL75_.jpg</URL><Height
365
- Units=\"pixels\">75</Height><Width Units=\"pixels\">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL110_.jpg</URL><Height
366
- Units=\"pixels\">110</Height><Width Units=\"pixels\">90</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL160_.jpg</URL><Height
367
- Units=\"pixels\">160</Height><Width Units=\"pixels\">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51lg5JNal3L._SL500_.jpg</URL><Height
368
- Units=\"pixels\">500</Height><Width Units=\"pixels\">407</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Greg
369
- Perry</Author><Binding>Paperback</Binding><CatalogNumberList><CatalogNumberListElement>AL10608353</CatalogNumberListElement></CatalogNumberList><DeweyDecimalNumber>005.133</DeweyDecimalNumber><EAN>9780672305108</EAN><EANList><EANListElement>0752063051009</EANListElement><EANListElement>9780672305108</EANListElement></EANList><Edition>2</Edition><ISBN>0672305100</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
370
- Units=\"centimeters\">227.25</Height><Weight Units=\"hundredths-pounds\">151</Weight><Width
371
- Units=\"centimeters\">182.75</Width></ItemDimensions><Label>Sams</Label><ListPrice><Amount>3999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$39.99</FormattedPrice></ListPrice><Manufacturer>Sams</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>432</NumberOfPages><PackageDimensions><Height
372
- Units=\"hundredths-inches\">94</Height><Length Units=\"hundredths-inches\">906</Length><Weight
373
- Units=\"hundredths-pounds\">159</Weight><Width Units=\"hundredths-inches\">717</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>1994-04-18</PublicationDate><Publisher>Sams</Publisher><SKU>22173032</SKU><Studio>Sams</Studio><Title>Absolute
374
- Beginner's Guide to C (2nd Edition)</Title><UPC>752063051009</UPC><UPCList><UPCListElement>752063051009</UPCListElement></UPCList></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2100</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.00</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>815</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$8.15</FormattedPrice></LowestUsedPrice><TotalNew>42</TotalNew><TotalUsed>42</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
375
- Description</Source><Content>&lt;P&gt;For beginning programmers, this updated
376
- edition answers all C programming questions. This bestseller talks to readers
377
- at their level, explaining every aspect of how to get started and learn the
378
- C language quickly. Readers also find out where to learn more about C. This
379
- book includes tear-out reference card of C functions and statements, a hierarchy
380
- chart, and other valuable information. It uses special icons, notes, clues,
381
- warnings, and rewards to make understanding easier. And the clear and friendly
382
- style presumes no programming knowledge. &lt;/P&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0807750026</ASIN><DetailPageURL>http://www.amazon.com/Rethinking-Education-Technology-Education-Connections-Education-Connections/dp/0807750026%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0807750026</DetailPageURL><ItemLinks><ItemLink><Description>Technical
383
- Details</Description><URL>http://www.amazon.com/Rethinking-Education-Technology-Education-Connections-Education-Connections/dp/tech-data/0807750026%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>Add
384
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0807750026%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>Add
385
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0807750026%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>Add
386
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0807750026%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>Tell
387
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0807750026%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>All
388
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0807750026%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink><ItemLink><Description>All
389
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0807750026%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0807750026</URL></ItemLink></ItemLinks><SalesRank>20043</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL75_.jpg</URL><Height
390
- Units=\"pixels\">75</Height><Width Units=\"pixels\">51</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL160_.jpg</URL><Height
391
- Units=\"pixels\">160</Height><Width Units=\"pixels\">109</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL500_.jpg</URL><Height
392
- Units=\"pixels\">500</Height><Width Units=\"pixels\">342</Width></LargeImage><ImageSets><ImageSet
393
- Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL30_.jpg</URL><Height
394
- Units=\"pixels\">30</Height><Width Units=\"pixels\">21</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL75_.jpg</URL><Height
395
- Units=\"pixels\">75</Height><Width Units=\"pixels\">51</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL75_.jpg</URL><Height
396
- Units=\"pixels\">75</Height><Width Units=\"pixels\">51</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL110_.jpg</URL><Height
397
- Units=\"pixels\">110</Height><Width Units=\"pixels\">75</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL160_.jpg</URL><Height
398
- Units=\"pixels\">160</Height><Width Units=\"pixels\">109</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51afxMiuv6L._SL500_.jpg</URL><Height
399
- Units=\"pixels\">500</Height><Width Units=\"pixels\">342</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Allan
400
- Collins</Author><Author>Richard Halverson</Author><Binding>Paperback</Binding><DeweyDecimalNumber>370.2854</DeweyDecimalNumber><EAN>9780807750025</EAN><EANList><EANListElement>9780807750025</EANListElement></EANList><Edition>1</Edition><Feature>ISBN13:
401
- 9780807750025</Feature><Feature>Condition: New</Feature><Feature>Notes: BRAND
402
- NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders.
403
- Buy with Confidence! Millions of books sold!</Feature><ISBN>0807750026</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
404
- Units=\"centimeters\">222.5</Height><Weight Units=\"hundredths-pounds\">61</Weight><Width
405
- Units=\"centimeters\">152.5</Width></ItemDimensions><Label>Teachers College
406
- Press</Label><ListPrice><Amount>2195</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$21.95</FormattedPrice></ListPrice><Manufacturer>Teachers
407
- College Press</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>192</NumberOfPages><PackageDimensions><Height
408
- Units=\"hundredths-inches\">60</Height><Length Units=\"hundredths-inches\">880</Length><Weight
409
- Units=\"hundredths-pounds\">70</Weight><Width Units=\"hundredths-inches\">610</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2009-09</PublicationDate><Publisher>Teachers
410
- College Press</Publisher><SKU>870719</SKU><Studio>Teachers College Press</Studio><Title>Rethinking
411
- Education in the Age of Technology: The Digital Revolution and Schooling in
412
- America (Technology, Education--Connections (Tec)) (Technology, Education-Connections,
413
- the Tec Series)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1360</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$13.60</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1001</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$10.01</FormattedPrice></LowestUsedPrice><TotalNew>32</TotalNew><TotalUsed>27</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
414
- Description</Source><Content>The digital revolution has hit education, with
415
- more and more classrooms plugged into the whole wired world. But are schools
416
- making the most of new technologies? Are they tapping into the learning potential
417
- of today's Firefox/Facebook/cell phone generation? Have schools fallen through
418
- the crack of the digital divide? In Rethinking Education in the Age of Technology,
419
- Allan Collins and Richard Halverson argue that the knowledge revolution has
420
- transformed our jobs, our homes, our lives, and therefore must also transform
421
- our schools. Much like after the school-reform movement of the industrial revolution,
422
- our society is again poised at the edge of radical change. To keep pace with
423
- a globalized technological culture, we must rethink how we educate the next
424
- generation or America will be left behind. This groundbreaking book offers a
425
- vision for the future of American education that goes well beyond the walls
426
- of the classroom to include online social networks, distance learning with anytime,
427
- anywhere access, digital home schooling models, video-game learning environments,
428
- and more.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0385493231</ASIN><DetailPageURL>http://www.amazon.com/Schools-That-Learn-Discipline-Fieldbook/dp/0385493231%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0385493231</DetailPageURL><ItemLinks><ItemLink><Description>Technical
429
- Details</Description><URL>http://www.amazon.com/Schools-That-Learn-Discipline-Fieldbook/dp/tech-data/0385493231%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>Add
430
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0385493231%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>Add
431
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0385493231%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>Add
432
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0385493231%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>Tell
433
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0385493231%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>All
434
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0385493231%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink><ItemLink><Description>All
435
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0385493231%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0385493231</URL></ItemLink></ItemLinks><SalesRank>79418</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL75_.jpg</URL><Height
436
- Units=\"pixels\">75</Height><Width Units=\"pixels\">62</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL160_.jpg</URL><Height
437
- Units=\"pixels\">160</Height><Width Units=\"pixels\">132</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL500_.jpg</URL><Height
438
- Units=\"pixels\">500</Height><Width Units=\"pixels\">412</Width></LargeImage><ImageSets><ImageSet
439
- Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL30_.jpg</URL><Height
440
- Units=\"pixels\">30</Height><Width Units=\"pixels\">25</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL75_.jpg</URL><Height
441
- Units=\"pixels\">75</Height><Width Units=\"pixels\">62</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL75_.jpg</URL><Height
442
- Units=\"pixels\">75</Height><Width Units=\"pixels\">62</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL110_.jpg</URL><Height
443
- Units=\"pixels\">110</Height><Width Units=\"pixels\">91</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL160_.jpg</URL><Height
444
- Units=\"pixels\">160</Height><Width Units=\"pixels\">132</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/51Ya0Ki9P-L._SL500_.jpg</URL><Height
445
- Units=\"pixels\">500</Height><Width Units=\"pixels\">412</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Peter
446
- M. Senge</Author><Author>Nelda H. Cambron McCabe</Author><Author>Timothy Lucas</Author><Author>Art
447
- Kleiner</Author><Author>Janis Dutton</Author><Author>Bryan Smith</Author><Binding>Paperback</Binding><DeweyDecimalNumber>371.207</DeweyDecimalNumber><EAN>9780385493239</EAN><EANList><EANListElement>9780385493239</EANListElement></EANList><Edition>1</Edition><ISBN>0385493231</ISBN><ItemDimensions><Height
448
- Units=\"centimeters\">223.5</Height><Weight Units=\"hundredths-pounds\">253</Weight><Width
449
- Units=\"centimeters\">185.5</Width></ItemDimensions><Label>Crown Business</Label><ListPrice><Amount>3750</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$37.50</FormattedPrice></ListPrice><Manufacturer>Crown
450
- Business</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>608</NumberOfPages><PackageDimensions><Height
451
- Units=\"hundredths-inches\">180</Height><Length Units=\"hundredths-inches\">890</Length><Weight
452
- Units=\"hundredths-pounds\">255</Weight><Width Units=\"hundredths-inches\">740</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2000-09-12</PublicationDate><Publisher>Crown
453
- Business</Publisher><ReleaseDate>2000-09-12</ReleaseDate><SKU>3415346U2</SKU><Studio>Crown
454
- Business</Studio><Title>Schools That Learn: A Fifth Discipline Fieldbook for
455
- Educators, Parents, and Everyone Who Cares About Education</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1287</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$12.87</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$0.01</FormattedPrice></LowestUsedPrice><LowestCollectiblePrice><Amount>3750</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$37.50</FormattedPrice></LowestCollectiblePrice><TotalNew>47</TotalNew><TotalUsed>122</TotalUsed><TotalCollectible>2</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
456
- Description</Source><Content>Created by bestselling author and MIT senior lecturer
457
- Peter Senge and a team of educators and organizational change leaders, this
458
- new addition to the &lt;b&gt;Fifth Discipline Resource Book&lt;/b&gt; series
459
- offers practical advice for educators, administrators, and parents on how to
460
- strengthen and rebuild our schools.&lt;br&gt;&lt;br&gt;Few would argue that
461
- schools today are in trouble. The problems are sparking a national debate as
462
- educators, school boards, administrators, and parents search for ways to strengthen
463
- our school system at all levels, more effectively respond to the rapidly changing
464
- world around us, and better educate our children.&lt;br&gt;&lt;br&gt;Bestselling
465
- author Peter Senge and his Fifth Discipline team have written &lt;b&gt;Schools
466
- That Learn&lt;/b&gt; because educatorsâ\x80\x94who have made up a sizable percentage
467
- of the audience for the popular Fifth Discipline booksâ\x80\x94have asked for
468
- a book that focuses specifically on schools and education, to help reclaim schools
469
- even in economically depressed or turbulent districts. One of the great strengths
470
- of &lt;b&gt;Schools That Learn&lt;/b&gt; is its description of practices that
471
- are meeting success across the country and around the world, as schools attempt
472
- to learn, grow, and reinvent themselves using the principles of organizational
473
- learning. Featuring articles, case studies, and anecdotes from prominent educators
474
- such as Howard Gardner, Jay Forrester, and 1999 U.S. Superintendent of the Year
475
- Gerry House, as well as from impassioned teachers, administrators, parents,
476
- and students, the book offers a wealth of practical tools, anecdotes, and advice
477
- that people can use to help schools (and the classrooms in them and communities
478
- around them) learn to learn.&lt;br&gt;&lt;br&gt;You'll read about schools, for
479
- instance, where principals introduce themselves to parents new to the school
480
- as \"entering a nine-year conversation\" about their children's education; where
481
- teachers use computer modeling to galvanize student insight into everything
482
- from Romeo and Juliet to the extinction of the mammoths; and where teachers'
483
- training is not just bureaucratic ritual but an opportunity to recharge and
484
- rethink the classroom.&lt;br&gt;&lt;br&gt;In a fast-changing world where school
485
- violence is a growing concern, where standardized tests are applied as simplistic
486
- \"quick fixes,\" where rapid advances in science and technology threaten to
487
- outpace schools' effectiveness, where the average tenure of a school district
488
- superintendent is less than three years, and where students, parents, and teachers
489
- feel weighed down by increasing pressures, &lt;b&gt;Schools That Learn&lt;/b&gt;
490
- offers much-needed material for the dialogue about the educating of children
491
- in the twenty-first century.</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item><Item><ASIN>0321706242</ASIN><DetailPageURL>http://www.amazon.com/iPhone-Programming-Ranch-Guide-Guides/dp/0321706242%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0321706242</DetailPageURL><ItemLinks><ItemLink><Description>Technical
492
- Details</Description><URL>http://www.amazon.com/iPhone-Programming-Ranch-Guide-Guides/dp/tech-data/0321706242%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>Add
493
- To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0321706242%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>Add
494
- To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0321706242%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>Add
495
- To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0321706242%26SubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>Tell
496
- A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/0321706242%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>All
497
- Customer Reviews</Description><URL>http://www.amazon.com/review/product/0321706242%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink><ItemLink><Description>All
498
- Offers</Description><URL>http://www.amazon.com/gp/offer-listing/0321706242%3FSubscriptionId%3DAKIAJFA5X7RTOKFNPVZQ%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0321706242</URL></ItemLink></ItemLinks><SalesRank>42208</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL75_.jpg</URL><Height
499
- Units=\"pixels\">75</Height><Width Units=\"pixels\">48</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL160_.jpg</URL><Height
500
- Units=\"pixels\">160</Height><Width Units=\"pixels\">103</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL500_.jpg</URL><Height
501
- Units=\"pixels\">500</Height><Width Units=\"pixels\">321</Width></LargeImage><ImageSets><ImageSet
502
- Category=\"primary\"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL30_.jpg</URL><Height
503
- Units=\"pixels\">30</Height><Width Units=\"pixels\">19</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL75_.jpg</URL><Height
504
- Units=\"pixels\">75</Height><Width Units=\"pixels\">48</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL75_.jpg</URL><Height
505
- Units=\"pixels\">75</Height><Width Units=\"pixels\">48</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL110_.jpg</URL><Height
506
- Units=\"pixels\">110</Height><Width Units=\"pixels\">71</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL160_.jpg</URL><Height
507
- Units=\"pixels\">160</Height><Width Units=\"pixels\">103</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/410HItEwUML._SL500_.jpg</URL><Height
508
- Units=\"pixels\">500</Height><Width Units=\"pixels\">321</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Joe
509
- Conway</Author><Author>Aaron Hillegass</Author><Binding>Paperback</Binding><DeweyDecimalNumber>005.1</DeweyDecimalNumber><EAN>9780321706249</EAN><EANList><EANListElement>9780321706249</EANListElement></EANList><Edition>1</Edition><ISBN>0321706242</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
510
- Units=\"centimeters\">2.5</Height><Weight Units=\"hundredths-pounds\">2</Weight><Width
511
- Units=\"centimeters\">1.75</Width></ItemDimensions><Label>Addison-Wesley Professional</Label><ListPrice><Amount>4999</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$49.99</FormattedPrice></ListPrice><Manufacturer>Addison-Wesley
512
- Professional</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>432</NumberOfPages><PackageDimensions><Height
513
- Units=\"hundredths-inches\">110</Height><Length Units=\"hundredths-inches\">1040</Length><Weight
514
- Units=\"hundredths-pounds\">185</Weight><Width Units=\"hundredths-inches\">710</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2010-04-23</PublicationDate><Publisher>Addison-Wesley
515
- Professional</Publisher><SKU>ACOMMP2_book_usedgood_0321706242</SKU><Studio>Addison-Wesley
516
- Professional</Studio><Title>iPhone Programming: The Big Nerd Ranch Guide (Big
517
- Nerd Ranch Guides)</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>2449</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$24.49</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1861</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.61</FormattedPrice></LowestUsedPrice><TotalNew>26</TotalNew><TotalUsed>38</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
518
- Description</Source><Content>Based on Big Nerd Ranch&amp;rsquo;s popular iPhone
519
- Bootcamp class, iPhone Programming: The Big Nerd Ranch Guide leads you through
520
- the essential tools and techniques for developing applications for the iPhone,
521
- iPad, and iPod Touch. In each chapter, you will learn programming concepts and
522
- apply them immediately as you build an application or enhance one from a previous
523
- chapter. These applications have been carefully designed and tested to teach
524
- the associated concepts and to provide practice working with the standard development
525
- tools Xcode, Interface Builder, and Instruments. The guide&amp;rsquo;s learn-while-doing
526
- approach delivers the practical knowledge and experience you need to design
527
- and build real-world applications. Here are some of the topics covered:&lt;br&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;Dynamic
528
- interfaces with animation&lt;/li&gt;&lt;li&gt;Using the camera and photo library&lt;/li&gt;&lt;li&gt;User
529
- location and mapping services&lt;/li&gt;&lt;li&gt;Accessing accelerometer data&lt;/li&gt;&lt;li&gt;Handling
530
- multi-touch gestures&lt;/li&gt;&lt;li&gt;Navigation and tabbed applications&lt;/li&gt;&lt;li&gt;Tables
531
- and creating custom rows&lt;/li&gt;&lt;li&gt;Multiple ways of storing and loading
532
- data: archiving, Core Data, SQLite&lt;/li&gt;&lt;li&gt;Communicating with web
533
- services&lt;/li&gt;&lt;li&gt;ALocalization/Internationalization&lt;/li&gt;&lt;/ul&gt;
534
- \ \"After many 'false starts' with other iPhone development books, these clear
535
- and concise tutorials made the concepts gel for me. This book is a definite
536
- must have for any budding iPhone developer.\" &amp;ndash;Peter Watling, New
537
- Zealand, Developer of BubbleWrap</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemSearchResponse>"
502
+ Buy with Confidence! Millions of books sold!</Feature><ISBN>0596804792</ISBN><IsEligibleForTradeIn>1</IsEligibleForTradeIn><ItemDimensions><Height
503
+ Units="hundredths-inches">917</Height><Length Units="hundredths-inches">705</Length><Weight
504
+ Units="hundredths-pounds">147</Weight><Width Units="hundredths-inches">83</Width></ItemDimensions><Label>O''Reilly
505
+ Media</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
506
+ 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
507
+ Media</Manufacturer><NumberOfItems>1</NumberOfItems><NumberOfPages>416</NumberOfPages><PackageDimensions><Height
508
+ Units="hundredths-inches">90</Height><Length Units="hundredths-inches">900</Length><Weight
509
+ 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
510
+ Media</Publisher><SKU>2667422749</SKU><Studio>O''Reilly Media</Studio><Title>Cocoa
511
+ and Objective-C: Up and Running: Foundations of Mac, iPhone, and iPod touch
512
+ programming</Title><TradeInValue><Amount>450</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$4.50</FormattedPrice></TradeInValue></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1994</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.94</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1410</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$14.10</FormattedPrice></LowestUsedPrice><TotalNew>45</TotalNew><TotalUsed>29</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
513
+ Description</Source><Content>&lt;DIV&gt;&lt;p&gt;Build solid applications for
514
+ Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming
515
+ skills or years of programming experience. With this book, you''ll learn how
516
+ to use Apple''s Cocoa framework and the Objective-C language through step-by-step
517
+ tutorials, hands-on exercises, clear examples, and sound advice from a Cocoa
518
+ expert.&lt;/p&gt;&lt;p&gt;&lt;i&gt;Cocoa and Objective-C: Up and Running&lt;/i&gt;
519
+ offers just enough theory to ground you, then shows you how to use Apple''s
520
+ rapid development tools -- Xcode and Interface Builder -- to develop Cocoa applications,
521
+ manage user interaction, create great UIs, and more. You''ll quickly gain the
522
+ experience you need to develop sophisticated Apple software, whether you''re
523
+ somewhat new to programming or just new to this platform.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Get
524
+ a quick hands-on tour of basic programming skills with the C language &lt;/li&gt;&lt;li&gt;Learn
525
+ how to use Interface Builder to quickly design and prototype your application''s
526
+ user interface &lt;/li&gt;&lt;li&gt;Start using Objective-C by creating objects
527
+ and learning memory management &lt;/li&gt;&lt;li&gt;Learn about the Model-View-Controller
528
+ (MVC) method of sharing data between objects &lt;/li&gt;&lt;li&gt;Understand
529
+ the Foundation value classes, Cocoa''s robust API for storing common data types
530
+ &lt;/li&gt;&lt;li&gt;Become familiar with Apple''s graphics frameworks, and
531
+ 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>1430236531</ASIN><DetailPageURL>http://www.amazon.com/Objective-C-Absolute-Beginners-iPhone-Programming/dp/1430236531%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1430236531</DetailPageURL><ItemLinks><ItemLink><Description>Technical
532
+ Details</Description><URL>http://www.amazon.com/Objective-C-Absolute-Beginners-iPhone-Programming/dp/tech-data/1430236531%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430236531</URL></ItemLink><ItemLink><Description>Add
533
+ To Baby Registry</Description><URL>http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D1430236531%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430236531</URL></ItemLink><ItemLink><Description>Add
534
+ To Wedding Registry</Description><URL>http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D1430236531%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430236531</URL></ItemLink><ItemLink><Description>Add
535
+ To Wishlist</Description><URL>http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D1430236531%26SubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430236531</URL></ItemLink><ItemLink><Description>Tell
536
+ A Friend</Description><URL>http://www.amazon.com/gp/pdp/taf/1430236531%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430236531</URL></ItemLink><ItemLink><Description>All
537
+ Customer Reviews</Description><URL>http://www.amazon.com/review/product/1430236531%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430236531</URL></ItemLink><ItemLink><Description>All
538
+ Offers</Description><URL>http://www.amazon.com/gp/offer-listing/1430236531%3FSubscriptionId%3DAKIAIBNLWSCV5OXMPD6A%26tag%3Dphoet-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D1430236531</URL></ItemLink></ItemLinks><SalesRank>160040</SalesRank><SmallImage><URL>http://ecx.images-amazon.com/images/I/513odG1rjqL._SL75_.jpg</URL><Height
539
+ Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/513odG1rjqL._SL160_.jpg</URL><Height
540
+ Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/513odG1rjqL.jpg</URL><Height
541
+ Units="pixels">500</Height><Width Units="pixels">406</Width></LargeImage><ImageSets><ImageSet
542
+ Category="primary"><SwatchImage><URL>http://ecx.images-amazon.com/images/I/513odG1rjqL._SL30_.jpg</URL><Height
543
+ Units="pixels">30</Height><Width Units="pixels">24</Width></SwatchImage><SmallImage><URL>http://ecx.images-amazon.com/images/I/513odG1rjqL._SL75_.jpg</URL><Height
544
+ Units="pixels">75</Height><Width Units="pixels">61</Width></SmallImage><ThumbnailImage><URL>http://ecx.images-amazon.com/images/I/513odG1rjqL._SL75_.jpg</URL><Height
545
+ Units="pixels">75</Height><Width Units="pixels">61</Width></ThumbnailImage><TinyImage><URL>http://ecx.images-amazon.com/images/I/513odG1rjqL._SL110_.jpg</URL><Height
546
+ Units="pixels">110</Height><Width Units="pixels">89</Width></TinyImage><MediumImage><URL>http://ecx.images-amazon.com/images/I/513odG1rjqL._SL160_.jpg</URL><Height
547
+ Units="pixels">160</Height><Width Units="pixels">130</Width></MediumImage><LargeImage><URL>http://ecx.images-amazon.com/images/I/513odG1rjqL.jpg</URL><Height
548
+ Units="pixels">500</Height><Width Units="pixels">406</Width></LargeImage></ImageSet></ImageSets><ItemAttributes><Author>Gary
549
+ Bennett</Author><Author>Mitchell Fisher</Author><Author>Brad Lees</Author><Binding>Paperback</Binding><EAN>9781430236535</EAN><EANList><EANListElement>9781430236535</EANListElement></EANList><Edition>2</Edition><ISBN>1430236531</ISBN><ItemDimensions><Height
550
+ Units="hundredths-inches">925</Height><Length Units="hundredths-inches">752</Length><Weight
551
+ Units="hundredths-pounds">129</Weight><Width Units="hundredths-inches">71</Width></ItemDimensions><Label>Apress</Label><Languages><Language><Name>English</Name><Type>Unknown</Type></Language><Language><Name>English</Name><Type>Original
552
+ 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>340</NumberOfPages><PackageDimensions><Height
553
+ Units="hundredths-inches">87</Height><Length Units="hundredths-inches">921</Length><Weight
554
+ Units="hundredths-pounds">132</Weight><Width Units="hundredths-inches">756</Width></PackageDimensions><ProductGroup>Book</ProductGroup><ProductTypeName>ABIS_BOOK</ProductTypeName><PublicationDate>2011-11-30</PublicationDate><Publisher>Apress</Publisher><SKU>ACOUK_book_usedlikenew_1430236531</SKU><Studio>Apress</Studio><Title>Objective-C
555
+ for Absolute Beginners: iPhone, iPad and Mac Programming Made Easy</Title></ItemAttributes><OfferSummary><LowestNewPrice><Amount>1984</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$19.84</FormattedPrice></LowestNewPrice><LowestUsedPrice><Amount>1890</Amount><CurrencyCode>USD</CurrencyCode><FormattedPrice>$18.90</FormattedPrice></LowestUsedPrice><TotalNew>47</TotalNew><TotalUsed>19</TotalUsed><TotalCollectible>0</TotalCollectible><TotalRefurbished>0</TotalRefurbished></OfferSummary><EditorialReviews><EditorialReview><Source>Product
556
+ Description</Source><Content>&lt;p&gt; You have a great idea for an app,
557
+ but where do you begin? Objective-C is the universal language of iPhone, iPad,
558
+ and Mac apps, and &lt;em&gt;Objective-C for Absolute Beginners, Second Edition&lt;/em&gt;
559
+ starts&lt;em&gt; &lt;/em&gt;you on the path to mastering this language and its
560
+ latest release.&lt;br /&gt; &lt;br /&gt; Using a hands-on approach, you''ll
561
+ learn how to think in programming terms, how to use Objective-C to construct
562
+ program logic, and how to synthesize it all into working apps.&lt;strong&gt;
563
+ Gary Bennett&lt;/strong&gt;, an experienced app developer and trainer, will
564
+ guide you on your journey to becoming a successful app developer.&lt;br /&gt;
565
+ &lt;br /&gt; If you''re looking to take the first step towards App Store success,
566
+ &lt;em&gt;Objective-C for Absolute Beginners&lt;/em&gt; is the place to start. &lt;/p&gt; &lt;h3&gt;What
567
+ you’ll learn&lt;/h3&gt;&lt;ul&gt; &lt;li&gt;The fundamentals of computer
568
+ programming: how to understand variables, design data structures, and work with
569
+ file systems &lt;/li&gt; &lt;li&gt;The logic of object-oriented programming:
570
+ how to use Classes, Objects, and Methods &lt;/li&gt; &lt;li&gt;The flexibility
571
+ of Apple’s developer tools: how to install Xcode and write programs in Objective-C
572
+ &lt;/li&gt; &lt;li&gt;The power of Cocoa and Cocoa touch: how to make Mac
573
+ OS X applications or iOS apps that do cool stuff &lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Who
574
+ this book is for&lt;/h3&gt; &lt;p&gt; Everyone! This book is for anyone
575
+ who wants to learn to develop apps for the Mac, iPhone, and iPad using the Objective-C
576
+ programming language. No previous programming experience is necessary! &lt;/p&gt; &lt;h3&gt;Table
577
+ of Contents&lt;/h3&gt;&lt;ol&gt; &lt;li&gt;Becoming a Great iPhone/iPad
578
+ or Mac Programmer &lt;/li&gt; &lt;li&gt;Programming Basics &lt;/li&gt; &lt;li&gt;It’s
579
+ All About the Data &lt;/li&gt; &lt;li&gt;Making Decisions About...and Planning
580
+ Program Flow &lt;/li&gt; &lt;li&gt;Object Oriented Programming with Objective-C
581
+ &lt;/li&gt; &lt;li&gt;Learning Objective-C and Xcode &lt;/li&gt; &lt;li&gt;Objective-C
582
+ Classes, Objects, and Methods &lt;/li&gt; &lt;li&gt;Diving into Objective-C
583
+ &lt;/li&gt; &lt;li&gt;More Data Comparison &lt;/li&gt; &lt;li&gt;Creating
584
+ User Interfaces &lt;/li&gt; &lt;li&gt;Storing Information &lt;/li&gt; &lt;li&gt;Protocols
585
+ and Delegates &lt;/li&gt; &lt;li&gt;Memory, Addresses, and Pointers &lt;/li&gt; &lt;li&gt;Debugging
586
+ Programs with Xcode &lt;/li&gt; &lt;/ol&gt;</Content><IsLinkSuppressed>0</IsLinkSuppressed></EditorialReview></EditorialReviews></Item></Items></ItemSearchResponse>'
538
587
  http_version: '1.1'