Object-Oriented Design Books - Page 4

MagicBeanDip.com

Page 4 of 200 - Go to page: 1 2 3 4 5 6 7 8 9 15

Agile Web Development with Rails, 2nd Edition

Dave Thomas, David Hansson, Leon Breedt, Mike Clark, James Duncan Davidson, Justin Gehtland, Andreas Schwarz

Agile Web Development with Rails, 2nd Edition Dave Thomas, David Hansson, Leon Breedt, Mike Clark, James Duncan Davidson, Justin Gehtland, Andreas Schwarz Amazon Price: $26.37
List Price: $39.95
Usually ships in 2 to 3 weeks
By: Pragmatic Bookshelf
Amazon Marketplace: 32 new & used starting at $18.93

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> General
Subjects -> Computers & Internet -> Computer Science -> General AAS
Subjects -> Computers & Internet -> Networking -> Data in the Enterprise -> Client-Server Systems

Customer Reviews:
Total reviews: 105 Average rating: 4.5 of 5

Editorial Review:

The definitive, Jolt-award winning guide to learning and using Rails is now in its Second Edition. Rails is a new approach to web-based application development that enables developers to create full-featured, sophisticated web-based applications using less code and less effort. Now programmers can get the job done right and still leave work on time.

NEW IN THE SECOND EDITION: The book has been updated to take advantage of all the new Rails 1.2 features. The sample application uses migrations, Ajax, features a REST interface, and illustrates new Rails features. There are new chapters on migrations, active support, active record, and action controller (including the new resources-based routing). The Web 2.0 and Deployment chapters have been completely rewritten to reflect the latest thinking. Now you can learn which environments are best for your style application, and see how Capistrano makes managing your site simple. All the remaining chapters have been extensively updated. Finally, hundreds of comments from readers of the first edition have been incorporated, making this book simply the best available.

Rails is a full-stack, open source web framework that enables you to create full-featured, sophisticated web-based applications with a twist...you can create a full Rails application using less code than the setup XML you'd need just to configure some other frameworks.

With this book, you'll learn how to use Rails Active Record to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. You'll learn how to use the Action Pack framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, talk to web services, and interact dynamically with JavaScript applications running in the browser (the "Ajax" architecture).

You'll see how easy it is to deploy Rails. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all.

ActionScript 3.0 Cookbook: Solutions for Flash Platform and Flex Application Developers

Joey Lott, Darron Schall, Keith Peters

ActionScript 3.0 Cookbook: Solutions for Flash Platform and Flex Application Developers Joey Lott, Darron Schall, Keith Peters Amazon Price: $26.39
List Price: $39.99
Usually ships in 24 hours
By: Adobe Dev Library
Amazon Marketplace: 60 new & used starting at $16.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Graphic Design -> General
Subjects -> Computers & Internet -> Graphic Design -> General AAS

Customer Reviews:
Total reviews: 33 Average rating: 4.0 of 5

Editorial Review:

Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs with its Flash-based "Rich Internet Applications." Now, new owner Adobe is taking Flash and its powerful capabilities beyond the Web and making it a full-fledged development environment.

Rather than focus on theory, the ActionScript 3.0 Cookbook concentrates on the practical application of ActionScript, with more than 300 solutions you can use to solve a wide range of common coding dilemmas. You'll find recipes that show you how to: Detect the user's Flash Player version or their operating system Build custom classes Format dates and currency types Work with strings Build user interface components Work with audio and video Make remote procedure calls using Flash Remoting and web services Load, send, and search XML data And much, much more ...

Each code recipe presents the Problem, Solution, and Discussion of how you can use it in other ways or personalize it for your own needs, and why it works. You can quickly locate the recipe that most closely matches your situation and get the solution without reading the whole book to understand the underlying code. Solutions progress from short recipes for small problems to more complex scripts for thornier riddles, and the discussions offer a deeper analysis for resolving similar issues in the future, along with possible design choices and ramifications. You'll even learn how to link modular ActionScript pieces together to create rock-solid solutions for Flex 2 and Flash applications.

When you're not sure how ActionScript 3.0 works or howto approach a specific programming dilemma, you can simply pick up the book, flip to the relevant recipe(s), and quickly find the solution you're looking for.

Adobe Developer Library is a co-publishing partnership between O'Reilly Media and Adobe Systems, Inc. and is designed to produce the number one information resources for developers who use Adobe technologies. Created in 2006, the Adobe Developer Library is the official source for comprehensive learning solutions to help developers create expressive and interactive web applications that can reach virtually anyone on any platform. With top-notch books and innovative online resources covering the latest in rich Internet application development, the Adobe Developer Library offers expert training and in-depth resources, straight from the source.

Programming in Objective-C 2.0 (2nd Edition) (Developer's Library)

Stephen G. Kochan

Programming in Objective-C 2.0 (2nd Edition) (Developer's Library) Stephen G. Kochan Amazon Price: $29.69
List Price: $44.99
Not yet published
By: Addison-Wesley Professional

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> C & C++ Windows Programming
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS

Editorial Review:

Programming in Objective-C 2.0 provides the new Objective-C programmer a complete, step-by-step introduction to the language. The book does not assume previous experience with either C or objected-oriented programming languages, and it includes many detailed, practical examples of how to put Objective-C to use in everyday programming needs.

Objective-C has become the standard programming language for application development on the Mac OS X and iPhone platforms. A powerful yet simple object-oriented programming language that’s based on the C programming language, Objective-C is widely available not only on OS X but across many operating systems that support the gcc compiler, including Linux, Unix, and Windows systems.

The second edition of this book has been updated and expanded to cover Objective-C 2.0. It shows not only how to use the Foundation framework to develop portable, multi-platform programs, but also how to fully implement the iPhone SDK to develop programs designed specifically for the iPhone.

Programming Ruby: The Pragmatic Programmers' Guide, Second Edition

Dave Thomas, Chad Fowler, Andy Hunt

Programming Ruby: The Pragmatic Programmers' Guide, Second Edition Dave Thomas, Chad Fowler, Andy Hunt Amazon Price: $29.67
List Price: $44.95
Usually ships in 24 hours
By: Pragmatic Bookshelf
Amazon Marketplace: 55 new & used starting at $14.19

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> General AAS
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Object-Oriented Design
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 58 Average rating: 4.5 of 5

Editorial Review:

Ruby is an increasingly popular, fully object-oriented dynamic programming language, hailed by many practitioners as the finest and most useful language available today. When Ruby first burst onto the scene in the Western world, the Pragmatic Programmers were there with the definitive reference manual, Programming Ruby: The Pragmatic Programmer's Guide.

Now in its second edition, author Dave Thomas has expanded the famous Pickaxe book with over 200 pages of new content, covering all the improved language features of Ruby 1.8 and standard library modules. The Pickaxe contains four major sections:
  • An acclaimed tutorial on using Ruby.
  • The definitive reference to the language.
  • Complete documentation on all built-in classes, modules, and methods
  • Complete descriptions of all 98 standard libraries.


If you enjoyed the First Edition, you'll appreciate the expanded content, including enhanced coverage of installation, packaging, documenting Ruby source code, threading and synchronization, and enhancing Ruby's capabilities using C-language extensions. Programming for the World Wide Web is easy in Ruby, with new chapters on XML/RPC, SOAP, distributed Ruby, templating systems, and other web services. There's even a new chapter on unit testing.

This is the definitive reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including more than 250 significant changes since the First Edition). Coverage of other features has grown tremendously, including details on how to harness the sophisticated capabilities of irb, so you can dynamically examine and experiment with your running code. "Ruby is a wonderfully powerful and useful language, and whenever I'm working with it this book is at my side" --Martin Fowler, Chief Scientist, ThoughtWorks

LabVIEW for Everyone (2nd Edition) (National Instruments Virtual Instrumentation Series)

Jeffrey Travis

LabVIEW for Everyone (2nd Edition) (National Instruments Virtual Instrumentation Series) Jeffrey Travis Amazon Price: $73.00
List Price: $73.00
Usually ships in 2 to 3 weeks
By: Prentice Hall PTR
Amazon Marketplace: 11 new & used starting at $32.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> Artificial Intelligence -> General
Subjects -> Computers & Internet -> Computer Science -> Artificial Intelligence -> General AAS
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> General AAS

Customer Reviews:
Total reviews: 17 Average rating: 4.0 of 5

The Single Best Overall Book On LabVIEW 5 out of 5 stars.
11 of 11 people found this review helpful.

If you are a beginner to intermediate with LabVIEW, then the 3rd Edition is the single best book on LabVIEW available to you as of summer of 2007. If your budget only allows for one or a few books, put this one at the top of you list. I have read this book cover to cover, twice, and some sections in further detail as well as worked through all of the example code in detail.

I won't repeat the fine comments of others in their reviews. I speak from the perspective of 15+ years of working with LabVIEW, as a beginner in the early 1990s, a Certified LabVIEW instructor in the mid 90s, a small control and test system business founder and owner since the late 90s and an enthusiastic member of the LabVIEW community all during that time. I have bought most of the LabVIEW books that have ever been published as well as the (late) LTR newsletter and this 3rd Edition is the best book I have come across. If I were hiring someone new to do LabVIEW work, I'd give them a copy of this book first. The investment is a no brainer.

Editorial Review:

Now, completely updated for LabVIEW 6i. Reflects the latest enhancements in National Instruments' LabVIEW 6i. Designed for non-experts. Softcover. CD-ROM included.

Python Cookbook

Python Cookbook List Price: $39.95
By: O'Reilly
Amazon Marketplace: 14 new & used starting at $12.98

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Python
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS

Customer Reviews:
Total reviews: 37 Average rating: 4.5 of 5

Editorial Review:

The Python Cookbook is a collection of problems, solutions, and practical examples for Python programmers, written by Python programmers. Over the past year, members of the Python community have contributed material to an online repository of Python recipes hosted by ActiveState. This book contains the best of those recipes, accompanied by overviews and background material by key Python figures.

The recipes in the Python Cookbook range from simple tasks, such as working with dictionaries and list comprehensions, to entire modules that demonstrate templating systems and network monitoring. This book contains over 200 recipes on the following topics:

  • Searching and sorting
  • Manipulating text
  • Working with files and the filesystem
  • Object-oriented programming
  • Dealing with threads and processes
  • System administration
  • Interacting with databases
  • Creating user interfaces
  • Network and web programming
  • Processing XML
  • Distributed programming
  • Debugging and testing
  • Extending Python
This book is a treasure trove of useful code for all Python programmers, from novices to advanced practitioners, with contributions from such Python luminaries as Guido Van Rossum, David Ascher, Tim Peters, Paul Prescod, Mark Hammond, and Alex Martelli, as well as over 100 other Python programmers. The recipes highlight Python best practices and can be used directly in day-to-day programming tasks, as a source of ideas, or as a way to learn more about Python.

The recipes in the Python Cookbook were edited by David Ascher, who is on the board of the Python Software Foundation and is the co-author of Learning Python, and Alex Martelli, who is known for his numerous and exhaustive postings on the Python mailing list. The book contains a foreword by Guido van Rossum, the creator of Python.

Writing Effective Use Cases (Agile Software Development Series)

Alistair Cockburn

Writing Effective Use Cases (Agile Software Development Series) Alistair Cockburn Amazon Price: $42.70
List Price: $49.99
Usually ships in 24 hours
By: Addison-Wesley Professional
Amazon Marketplace: 61 new & used starting at $24.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Object-Oriented Design
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development
Subjects -> Computers & Internet -> Software -> General

Customer Reviews:
Total reviews: 45 Average rating: 4.5 of 5

Good Investment 5 out of 5 stars.
8 of 8 people found this review helpful.

Alistair Cockburn has a gift for writing. His explanations are very easy to follow and the writing style makes it seem like you are reading novel. I tried a number of books on use cases and this is by far the best. It contains a number of different styles. I used this book as a basis for developing standards for the company I work for.

I haven't seen any other book on Use Cases that is as comprehensive. Even the authors of UML don't do Use Cases any justice!

If only all books were as clear as this one!!! 5 out of 5 stars.
7 of 8 people found this review helpful.

This is a great book for anyone involved in software development. Use cases are not only a great tool for designers they are a great tool for anybody involved in the development process.

The book has three main sections:
Part I: The Use Case Body Parts
This section dissects every piece of the Use Cases. He does so in such a manner that it all makes sense. Each and every section is well explained. This is not as common as it should be in technical books.

Note: There are some exercises at the end of each chapter.

Part II: Frequently Discussed Topics
It's often that one reads a technical book about a specific topic and one is left asking, "What next?" This is that section that's missing from most books. It provides valuable information on where Use Cases belong in the process, how to scale, and other topics similar to these.

Part III: Reminders for the Busy
Just in case you forget everything you read... this section provides an excellent refresher as well as additional tips for better Use Cases

Appendices:
There are answers to the exercises, glossary, suggested readings, and an explanation of UML treatment of Use Cases. Cockburn is not found of the way people try to use UML Use Cases. He does mention this before but doesn't get off course trying to explain why he doesn't until this appendix.

All in all, this is a great book that should be on your bookshelf.

Editorial Review:

(Pearson Education) An up-to-date guide to writing use cases, expanding on the classic treatments into intermediate and advanced concepts, making this guide appropriate for all skill levels. Softcover. DLC: Application software--Development.

Foundation Expression Blend 2: Building Applications in WPF and Silverlight (Foundation)

Victor Gaudioso

Foundation Expression Blend 2: Building Applications in WPF and Silverlight (Foundation) Victor Gaudioso Amazon Price: $26.39
List Price: $39.99
Usually ships in 24 hours
By: friends of ED
Amazon Marketplace: 22 new & used starting at $21.78

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Object-Oriented Design
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 8 Average rating: 4.5 of 5

Editorial Review:

In this book, you'll:
  • Learn the Blend 2 and Visual Studio 2008 development environments
  • Create designs using Blend 2's unique tools
  • Use XAML and C# to add interactivity to your designs
  • Publish your Rich Media Applications to the Web using Silverlight
The only real tool available for creating Rich Media Applications, web-based animations, and games has been Flash‚ until now! WPF (Windows Presentation Foundation) and Silverlight have opened the door of Rich Media Application development to Microsoft .NET developers. With Microsoft's new Blend 2 and Visual Studio 2008, you can now create compelling Rich Media Applications complete with animations and even 3D! This book shows you how to take full advantage of Blend's new interface, together with and Silverlight's vastly improved designer-developer workflow, guiding you through every step of development from downloading and installing of the development environment through creating finished, functional projects. You'll learn how to create simple drawing applications with the InkCanvas, make tabbed and scrollable interfaces, as well as build fully featured media players, photo galleries, and interactive 3D designs. Each chapter discusses major WPF and Silverlight features, provides a hands-on tutorial, and explains how that feature is implemented in the real world. In the end, you will have a collection of impressive WPF and Silverlight applications that can be added to your portfolio. Whether you're an experienced .NET or web developer, or you're just starting out, this book will provide you with all you need to create Rich Media Applications with Expression Blend 2.

Enterprise JavaBeans 3.0 (5th Edition)

Bill Burke, Richard Monson-Haefel

Enterprise JavaBeans 3.0 (5th Edition) Bill Burke, Richard Monson-Haefel Amazon Price: $31.49
List Price: $49.99
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 55 new & used starting at $17.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> General
Subjects -> Computers & Internet -> Databases -> General AAS
Subjects -> Computers & Internet -> Programming -> Java -> General

Customer Reviews:
Total reviews: 189 Average rating: 4.5 of 5

Editorial Review:

If you're up on the latest Java technologies, then you know that Enterprise JavaBeans (EJB) 3.0 is the hottest news in Java this year. In fact, EJB 3.0 is being hailed as the new standard of server-side business logic programming. And O'Reilly's award-winning book on EJB has been refreshed just in time to capitalize on the technology's latest rise in popularity.

This fifth edition, written by Bill Burke and Richard Monson-Haefel, has been updated to capture the very latest need-to-know Java technologies in the same award-winning fashion that drove the success of the previous four strong-selling editions. Bill Burke, Chief Architect at JBoss, Inc., represents the company on the EJB 3.0 and Java EE 5 specification committees. Richard Monson-Haefel is one of the world's leading experts on Enterprise Java.

"Enterprise JavaBeans 3.0," 5th Edition is organized into two parts: the technical manuscript followed by the JBoss workbook. The technical manuscript explains what EJB is, how it works, and when to use it. The JBoss workbook provides step-by-step instructions for installing, configuring, and running the examples from the manuscript on the JBoss 4.0 Application Server.

Although EJB makes application development much simpler, it's still a complex and ambitious technology that requires a great deal of time to study and master. But now, thanks to "Enterprise JavaBeans 3.0," 5th Edition, you can overcome the complexities of EJBs and learn from hundreds of practical examples that are large enough to test key concepts but small enough to be taken apart and explained in the detail that you need. Now you can harness the complexity of EJB with just a single resource by your side.

LINQ in Action

Fabrice Marguerie, Steve Eichert, Jim Wooley

LINQ in Action Fabrice Marguerie, Steve Eichert, Jim Wooley Amazon Price: $29.69
List Price: $44.99
Usually ships in 24 hours
By: Manning Publications
Amazon Marketplace: 53 new & used starting at $17.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> SQL -> General
Subjects -> Computers & Internet -> Databases -> SQL -> General AAS
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> General AAS

Customer Reviews:
Total reviews: 28 Average rating: 4.5 of 5

Editorial Review:

LLINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases.

LINQ in Action is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You'll then learn to query unstructured data using LINQ to XML and relational data with LINQ to SQL. Finally, you'll see how to extend LINQ for custom applications.

LINQ in Action will guide you along as you explore this new world of lambda expressions, query operators, and expression trees. As well, you'll explore the new features of C# 3.0, VB.NET 9.0. The book is very practical, anchoring each new idea with running code. Whether you want to use LINQ to query objects, XML documents, or relational databases, you will find all the information you need to get started

But LINQ in Action does not stop at the basic code. This book also shows you how LINQ can be used for advanced processing of data, including coverage of LINQ's extensibility, which allows querying more data sources than those supported by default. All code samples are built on a concrete business case. The running example, LinqBooks, is a personal book cataloging system that shows you how to create LINQ applications with Visual Studio 2008.


Page 4 of 200 - Go to page: 1 2 3 4 5 6 7 8 9 15

Return to MagicBeanDip.com

This page was created in 1.3412 seconds.