Kamis, 10 Mei 2012

Wow! eBook: Programming in Objective-C, 4th Edition - 6 new eBooks


Wow! eBook: Programming in Objective-C, 4th Edition - 6 new eBooks

Link to Wow! eBook - Blog

Programming in Objective-C, 4th Edition

Posted: 10 May 2012 02:58 PM PDT

Programming in Objective C, 4th Edition

Book Description

in is a concise, carefully written tutorial on the basics of and for ’s and platforms.

The book makes no assumptions about prior experience with programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C.

Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying C programming language. This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes Programming in Objective-C ideally suited for either classroom use or self-study.

The fourth edition of this book has been updated to cover the significant changes that first appeared in 5 and 4.2, including the use of Automatic Reference Counting () to improve and simplify memory in Objective-C programs.

"The best book on any programming language that I've ever read. If you want to learn Objective-C, buy it."—Calvin Wolcott

"An excellent resource for a new programmer who wants to learn Objective-C as their first programming language—a woefully underserved market."—Pat Hughes

Table of Contents
Part I: The Objective-C Language
2. Programming in Objective-C
3. Classes, Objects, and Methods
4. Data Types and Expressions
5. Program Looping
6. Making Decisions
7. More on Classes
8. Inheritance
9. Polymorphism, Dynamic Typing, and Dynamic Binding
10. More on Variables and Data Types
11. Categories and Protocols
12. The Preprocessor
13. Underlying C Language Features

Part II: The Foundation Framework
14. Introduction to the Foundation Framework
15. Numbers, Strings, and Collections
16. Working with Files
17. Memory and Automatic Reference Counting
18. Copying Objects
19. Archiving

Part III: , Touch, and the iOS SDK
20. Introduction to and Touch
21. Writing iOS Applications

Appendixes
Appendix A. Glossary
Appendix B. Address Book Application Source Code

Book Details

  • Paperback: 560 pages
  • Publisher: Addison-Wesley Professional; 4th Edition (December 2011)
  • Language: English
  • ISBN-10: 0321811909
  • ISBN-13: 978-0321811905
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


Learning iPad Programming

Posted: 10 May 2012 02:51 PM PDT

Learning iPad Programming

Book Description

Learning walks you through the process of building PhotoWheel (free on the ), a photo management and sharing app that leverages every aspect of iOS 5. With PhotoWheel, you can organize your favorite photos into albums, share photos with family and friends, view them on your TV using AirPlay and an TV, and most importantly, gain hands-on experience with building an app. As you build PhotoWheel, you'll learn how to take advantage of the latest features in iOS 5 and , including Storyboarding, Automatic Reference Counting (ARC), and iCloud. Best of all, you'll learn how to extend the boundaries of your app by communicating with . If you want to build apps for the iPad, Learning iPad is the one book to get.As you build PhotoWheel, you'll learn how to

  • Install and configure 4.2 on your Mac
  • Master the basics of , and learn about memory management with ARC
  • Build a fully functional app that uses and iCloud for photo sharing and synchronization
  • Use Xcode's new Storyboard feature to quickly a functional UI, and then extend that UI with code
  • Create multitouch gestures and integrate Core Animation for a unique UI experience
  • Build custom views, and use view controllers to perform custom view transitions
  • Add AirPrint, , and AirPlay capabilities to your app
  • Apply image filters and effects using Core Image Diagnose and fix bugs with Instruments Prepare your app for submission to the

Download the free version of PhotoWheel from the App Store today! Share your photos with friends and upload to iCloud, all while learning how to build the app.

Review
"Great books transcend their subject matter. … This book … takes you from design, to a throwaway , to the Real Deal."
–From the Foreword by Mark Dalrymple

"This amazing, thorough book takes an interesting approach by working through the design and development of a simple, yet realistic iPad app from start to finish. It is refreshing to see a technical book that explains how and why without inundating you with endless toy examples or throwing you into a sea of mind-numbing details. Particularly amazing is that it does this without assuming a large amount of experience at first. Yet it covers advanced topics at sufficient depth and in a logical order for all developers to get plenty of valuable information and insight. Kirby and Tom know this material and have done a great job of introducing the various frameworks and the reasoning behind how, why, and when you would use them. I highly recommend Learning iPad Programming to anyone interested in developing for this amazing platform."
Julio Barros, E-String.com

"This is a great introduction to iPad programming with a well-done sample project built throughout. It's great for beginners as well as those familiar with iPhone development looking to learn the differences in developing for the larger screen."
Patrick Burleson, Owner, BitBQ LLC (http://bitbq.com)

"Kirby Turner and Tom Harrington's Learning iPad Programming provides a comprehensive introduction to one of today's hottest topics. It's a great read for the aspiring iPad programmer."
–Robert Clair, Author, Learning 2.0

"Learning iPad Programming is now my go-to reference when developing apps for the iPad. This book is an absolute treasure trove of useful information and tips for developing on the iPad. While it's easy to think of the iPad as just a bigger iPhone, there are specific topics that need to be treated differently on the iPad, such as making best use of the larger display. Learning iPad Programming provides an incredible amount of depth on all areas of iPad programming and takes you from design to fully functioning application–which for me is a killer feature of the book. This should be in everyone's reference library."
Mike Daley, Author, Learning iOS Game Programming, Cofounder, 71Squared.com

"A truly well-rounded book with something for every iOS developer, be they aspirant or veteran. If you are new to iOS, there is a solid foundation provided in Part I that will walk you through Objective-C, the core frameworks, provisioning profiles, and making the best of Xcode. If you've been around the block but want solid insight into iPad programming, Part II has you covered: Rather than just providing canned example code, Kirby and Tom give you real code that incrementally builds and improves a real app. And if you've been working with iOS for a while, but would benefit from a walk-through of the plethora of new features that have come our way with iOS 5 and Xcode 4, dive into the chapters on Storyboards, iCloud, and Core Image. Best of all, the book is well-written and conversational, making it a joy to read. This book is stellar."
Alexis Goldstein, Coauthor, 5 & CSS3 for the

"Learning iPad Programming is one of the most comprehensive resources on the planet for those developing for Apple's iPad platform. In addition to coverage of the language, frameworks, and tools, it dives into features new in iOS 5, like Automatic Reference Counting, Storyboarding, and connecting your applications with iCloud. But where this book really shines is in the tutorials and the application you will build as you read through this book. Rather than being a toy that employs only off-the-shelf iOS user interface components from Interface Builder, the PhotoWheel app demonstrates custom view programming and view controller containment, nonstandard gesture/user input handling, and provides insight into how a complex iOS project comprised of multiple subsystems is assembled into a shipping application. In other words, Learning iPad Programming shows how to deal with the challenges you'll face in real iPad development."
Erik Price, Senior Software Engineer, Brightcove

"A thoroughly crafted guide for learning and writing iOS applications, from the humble beginnings in Xcode and Interface Builder to creating a full-featured iPad application. There are many books that try to cover the gamut of knowledge required to take a reader from zero to app; Kirby and Tom have actually done it in this book. It is a fun and comprehensive guide to the world of developing apps for Apple's magical device."
Rod Strougo, Founder, Prop Group

"The iPad is changing the way we think about and use technology. Learning iPad Programming is one of the most in-depth and well-executed guides to get both new and seasoned developers up to speed on Apple's exciting new platform."
Justin Williams, Crew Chief, Second Gear

Table of Contents
Part I: Getting Started
Chapter 2. Getting Started with Xcode
Chapter 3. Getting Started with Interface Builder
Chapter 4. Getting Started with Objective-C
Chapter 5. Getting Started with
Chapter 6. Provisioning Your iPad
Chapter 7. App Design

Part II: Building PhotoWheel
Chapter 8. Creating a Master-Detail App
Chapter 9. Using Table Views
Chapter 10. Working with Views
Chapter 11. Using Touch Gestures
Chapter 12. Adding Photos
Chapter 13. Data Persistence
Chapter 14. Storyboarding in Xcode
Chapter 15. Doing More with View Controllers
Chapter 16. Building the Main Screen
Chapter 17. Creating a Photo
Chapter 18. Supporting Device Rotation
Chapter 19. Printing with AirPrint
Chapter 20. Sending
Chapter 21.
Chapter 22. Syncing with iCloud
Chapter 23. Producing a Slideshow with AirPlay
Chapter 24. Visual Effects with Core Image

Part III: The Finishing Touches
Chapter 25. Debugging
Chapter 26. Distributing Your App
Chapter 27. The Final Word

Book Details

  • Paperback: 816 pages
  • Publisher: Addison-Wesley Professional (December 2011)
  • Language: English
  • ISBN-10: 0321750403
  • ISBN-13: 978-0321750402
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


Cisco Unified Customer Voice Portal

Posted: 10 May 2012 02:42 PM PDT

Cisco Unified Customer Voice Portal

Book Description

The definitive guide to deploying Unified Customer Voice Portal IVRs in any contact center environment

Thousands of companies are replacing legacy ACD/TDM-based contact centers with pure IP-based unified contact center solutions. One of these solutions is quickly earning market : Unified Customer Voice Portal (). Now, one of the leading Cisco experts brings together everything network and telephony professionals need to successfully implement production Interactive Voice Response (IVR) solutions with : architectural guidelines, deployment best practices, detailed insights for design and sizing, and more.

Rue Green guides you through unified contact centers with , and deploying proven infrastructures to support your designs. The author first explains 's architecture, outlining its key advantages and opportunities for integration and illuminating the design challenges it presents. Next, he guides you through addressing each of these challenges, covering all components and tools and offering detailed insights available in no other book.

Using this book's detailed working configurations and examples, you can minimize configuration errors, reduce downtime, strengthen monitoring, and drive maximum value from any CVP-based unified call center .

Rue Green, No. 9269 (Routing & Switching and Voice), , , is a Technical Leader for the Customer Collaboration Service Line within Cisco Advanced Services, where he focuses on unified contact center architectures and deployment methodologies. He currently acts in a delivery architect role for Unified CVP, Unified ICM, and Cisco Unified Communications Manager for Unified Contact Center Solutions. He has spent the last 21 years working within different roles related to the architecture, design, and implementation of large voice and data networks, including several years working with complex contact center solutions.

  • Discover CVP's powerful capabilities and advantages
  • Understand how CVP's components fit together into a unified architecture
  • Utilize CVP native components: Call Server, VXML Server, Reporting Server, Operations Console Server, and Cisco Unified Call Studio
  • Integrate non-native components such as devices, Unified ICM, UCM, content load balancers, and third-party servers
  • Choose the right deployment model for your organization
  • Implement detailed call flows for Standalone, Call Director, Comprehensive, and VRU-only deployment models
  • Design Unified CVP for high availability
  • Efficiently deliver media via streaming, caching, and other techniques
  • Address crucial sizing, , network latency, and security considerations
  • Successfully upgrade from older versions or H.323 platforms
  • Isolate and troubleshoot faults in native and non-native CVP components
  • Design virtualized Unified CVP deployments using UCS

This IP communications book is part of the Cisco Press®  Technology Series. IP communications titles from Cisco Press help professionals understand voice and IP telephony technologies, plan and design converged networks, and implement network solutions for increased productivity.

Book Details

  • Paperback: 600 pages
  • Publisher: Cisco Press (December 2011)
  • Language: English
  • ISBN-10: 1587142902
  • ISBN-13: 978-1587142901
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


A Professional’s Guide to Decision Science and Problem Solving

Posted: 10 May 2012 02:36 PM PDT

A Professionals Guide to Decision Science and Problem Solving

Book Description

A Professional’s Guide to Decision Science and Problem Solving provides an integrated, start-to-finish framework for more effective problem solving and decision making in corporations. Drawing on vast experience in the field, the authors show how to apply state-of-the-art decision science, statistical modeling, benchmarking, and processing modeling techniques together to create a robust analytical framework for better decision making in any field, especially those that rely on advanced operations . They integrate both newly-developed and time-tested techniques into a logical, structured approach for assessing corporate issues, developing solutions, and making decisions that drive the successful achievement of corporate objectives. Coverage includes: defining objectives, exploring the environment; scoping problems and evaluating their importance; bringing data mining and statistical to bear; solving problems and measuring the results; evaluating the results and performing sensitivity , and more. The book concludes with three case study chapters that walk through the effective use of its methods, step-by-step. Representing a wide variety of corporate environments, these case studies underscore and demonstrate the method’s exceptional adaptability. This book will be valuable in a wide range of industries, notably , pharmaceutical, healthcare, economics, and manufacturing.

From the Back Cover
A Powerful Roadmap for Making Decisions That Optimize —Every Time

This professional reference combines the best decision science models and tools to deliver a time-tested approach to problem solving and decision making in corporations. The authors draw from their decades of experience in decision science and operations , giving professionals a field-tested model for making decisions that meet corporate objectives in businesses that rely on process and operations .

Their paradigm combines both new and classic techniques into an integrated approach for assessing issues, developing solutions, and making decisions that drive organizational success.

COVERAGE INCLUDES:

  • Defining objectives
  • Exploring the environment
  • Determining the scope of the problem
  • Applying data mining and statistical
  • Selecting and executing solutions
  • Measuring and evaluating results and more

Case study chapters walk through the effective use of the authors' framework in diverse corporate environments and demonstrate its exceptional adaptability.

Book Details

  • Hardcover: 272 pages
  • Publisher: FT Press (January 2012)
  • Language: English
  • ISBN-10: 0132869780
  • ISBN-13: 978-0132869782
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


Creating a Sustainable Organization

Posted: 10 May 2012 02:33 PM PDT

Creating a Sustainable Organization

Book Description

Organizations that prioritize environmental, health, and safety (EHS) issues are well placed to attract better customers, better talent, and today’s growing number of socially responsible investors. But, to gain these benefits, companies must choose the right sustainability strategies, and then manage and measure them well. Now, leading sustainability consultant Peter Soyka offers a complete and actionable guide to driving greater value through sustainability. In Creating a Sustainable Organization, Soyka bridges the disparate worlds of the EHS/sustainability professional and the investor/analyst. Readers will learn what the evidence says about linkages between sustainability and value… how to manage key stakeholder relationships influencing corporate response to EHS and equity issues… how to effectively manage sustainability throughout the … how to evaluate sustainability posture and from the standpoint of external investors and internal … how to maximize the influence of organizational actors focused on sustainability, and much more. This book will be invaluable for all environmental, health, and safety decision-makers and professionals concerned with improving sustainability and value; for executives and strategists seeking long-term competitive advantage; for analysts evaluating potential investments; and for researchers and MBA candidates currently studying the techniques and potential of corporate sustainability.

From the Back Cover
"With investors increasingly concerned about whether they have appropriately priced ESG-related fat tail risks in their portfolios, Peter's book provides a timely explanation as to why financial markets care about how companies manage their material sustainability issues, set targets for them, and then embed ESG principles into their core business."
–-Abyd Karmali, Managing Director and Global Head of Carbon Markets, Bank of America Merrill Lynch

"Soyka brings a fresh and grounded view of corporate sustainability that understands the critical need to bridge the environmental and financial worlds. He makes it clear that sustainability is multidisciplinary and that companies align it with core business drivers and metrics. Creating a Sustainable Organization  is a valuable work that should be required for any professional seeking to align sustainability with business success."
––Joel Makower, Chairman and Executive Editor, GreenBiz Group; author, Strategies for the Green Economy

"In Creating a Sustainable Organization, Peter Soyka has woven together a wealth of personal experience, industry commentary, data, and academic to present a compelling argument in favor of promoting corporate sustainability. But he doesn't stop there–his primary accomplishment is in establishing a guide for present and future sustainability practitioners to pursue sustainability as an engine for value creation within their firms. Peter has given us insightful–and in some cases, uncomfortable–. Those of us in the business of evaluating companies from the outside have as much to learn from Peter as those on the inside."
–-Mark E. Bateman, President, Segue Point LLC; Director of Research, IW Financial

Sustainability and socially responsible investing (SRI) are each attracting growing attention from financial institutions, nongovernmental organizations (NGOs), private investors, citizens, and policymakers. In Creating a Sustainable Organization, Peter A. Soyka links these trends, showing how to use organizational sustainability to drive greater value for shareholders and other corporate stakeholders.

Soyka employs the powerful construct of Environmental, , and Governance (ES&G) posture and performance, showing how it integrates environmental, health, safety, and issues with governance. You'll learn how ES&G compares with Corporate Responsibility (CSR) and the "triple bottom line," and how and when to use it to improve (or evaluate) a company's performance and investment potential.

Environmental, Health, and Safety (EHS) and sustainability professionals will gain a deeper understanding of how the financial community operates, what its members value, what motivates its behavior, and the basis of its growing interest in corporate sustainability. At the same time, investors and investment analysts will develop broader and deeper insight into how sustainability issues affect companies' performance and prospects, and which sustainability practices create the foundation for long-term value creation.

Covers all this and more:

  • How sustainability affects enterprise value: the latest data
  • Barriers to corporate sustainability—and how they can be overcome
  • The surprising ways key financial players are now promoting sustainability
  • Responding to the growing diversity and sophistication of EHS stakeholders
  • Managing sustainability more successfully throughout the organization
  • Defining, measuring, and on sustainability more effectively
  • Tracking sustainability performance from the investor's viewpoint
  • Bridging the viewpoints of EHS and the financial/investment community
  • Becoming a more effective and influential EHS/sustainability professional

Book Details

  • Hardcover: 432 pages
  • Publisher: FT Press (January 2012)
  • Language: English
  • ISBN-10: 0132874407
  • ISBN-13: 978-0132874403
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


The Lean Sustainable Supply Chain

Posted: 10 May 2012 02:30 PM PDT

The Lean Sustainable Supply Chain

Book Description

Lean, green supply chain combines the efficiency that lean technologies deliver with the environmental and cost benefits of sustainability. The Lean Sustainable Supply Chain illuminates the benefits of combining “lean” and “green,” and offers start-to-finish guidance for redesigning company infrastructure and technologies to achieve these benefits. Palevich introduces the essential concepts of lean green supply chain , illuminating them with a comprehensive case study showing how to manage change, innovation, talent, execution, inventory, warehousing, and transportation. He demonstrates how to integrate supply chain sustainability into scorecards; make more effective use of third-party providers (3PLs); drive more value from information; build a state-of-the-art forecasting system and share it with suppliers; and much more. He then systematically addresses the full spectrum of technical issues, including forecasting methodologies, the nitty-gritty of supplier integration; intelligence in event-driven supply chains; carbon tracking; quantifying lean savings; and much more. This book will be an invaluable resource for every and technical manager, decision-maker, technical specialist, and consultant concerned with lean and green supply chains.

From the Back Cover
“Strong passion in sustainability and relentless pursuit in lean technologies describe Professor Palevich…. One cannot find a better author for this subject."
–Dr. Otto Chang, Dean of the Richard T. Doermer School of , Indiana University-Purdue University Fort Wayne

"Rob did a great job at Do it Best. One of his many accomplishments was and developing the first computerized forecast and inventory control system in our industry."
–Don Wolf, President Emeritus, Do it Best Corp.

"It's great to see Rob sharing his expertise with others. Rob was truly one of the key players year in and year out by helping Do it Best achieve a cost of operation that was consistently 34% lower than our closest competition. His inventory control programs allowed us to achieve 97% fill rates on over 65,000 SKUs and become the industry leader in turns. A true leader and innovator in his field."
–Mike McClelland, President/CEO Emeritus, Do it Best Corp.

"Professor Palevich has spent a long and illustrious career devoted to the study of lean supply chain management. The skills that he has passed on to students over the years have undoubtedly created a stronger university and truly a world-class business curriculum. It has been my pleasure to have such an influential mentor help shape and guide my career."
–Anthony McDonald, Inventory Analyst, Auburn Gear Inc.

"[Professor Palevich's] classes literally changed my way of thinking, and I saw the true importance of technology–not only in everyday life but how it is the driving factor in business for streamlining processes while cutting costs. In addition, it was the reason I've chosen to go into the telecommunications industry and make a career out of it, and for that I can never thank [him] enough!"
–Chelsea Smith

"Whether you are a supply chain manager, executive, decision-maker, technical specialist, or lean consultant, Robert Palevich's book has something for everyone. Mr. Palevich's passion for innovation, lean management, and a sustainable environment comes through in every chapter of this book! The case studies provide real-life examples that can be taken back to your business, with concrete ideas that can be implemented immediately. This is sure to be a great read for anyone hoping to increase value in their organizations."
–Melissa McKown, Manager, Continuous Improvement, Parkview Health

The Lean Sustainable Supply Chain presents a complete framework for building a world-class supply chain that is both lean and green.

Robert Palevich shows organizations how they can increasingly leverage complex, content-rich information environments to drive breakthrough cost reduction and environmental benefit.

Palevich introduces ideas, strategies, and technologies drawn from more than 30 years running supply chains at Do it Best Corp. and collaborating with leaders such as GE, 3M, Sherwin Williams, and Black & Decker. He presents best-practice implementation techniques and matches them with detailed guidance for scorecarding improvements in productivity, cost, and environmental impact. Chapters conclude by summarizing realistically achievable savings and their bottom line impact.

Whatever your supply chain responsibilities, this book will help you drive the next generation of improvement–building supply chains that are more responsible and more profitable.

Achieve and measure sizable improvements in

  • Personnel costs and productivity
  • Paperwork and supply cost reduction
  • Building space and utility utilization
  • Transportation costs
  • Customer service levels
  • Margins
  • Inventory levels and turns
  • IT resource utilization
  • Company morale
  • Carbon footprint and more

Book Details

  • Hardcover: 448 pages
  • Publisher: FT Press (January 2012)
  • Language: English
  • ISBN-10: 0132837617
  • ISBN-13: 978-0132837613
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


Tidak ada komentar:

Posting Komentar