Software Books - Page 5

MagicBeanDip.com

Subcategories:

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

eBay For Dummies (For Dummies (Computer/Tech))

Marsha Collier

eBay For Dummies (For Dummies (Computer/Tech)) Marsha Collier Amazon Price: $14.95
List Price: $21.99
Usually ships in 24 hours
By: For Dummies
Amazon Marketplace: 57 new & used starting at $7.50

Buy at Amazon.com

Browse similar items by category:
Subjects -> Business & Investing -> General
Subjects -> Business & Investing -> General AAS
Subjects -> Computers & Internet -> Business & Culture -> eBay

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

Editorial Review:

Thinking about buying or selling items on eBay? Whether you want to use eBay to make smart bids and win auctions or turn household clutter into cash, eBay for Dummies, Fifth Edition is your passport to the most successful trading community on the planet. Beginning with an overview of what eBay is and how to become a registered user, eBay for Dummies helps you discover how you can:
  • Search for items to buy and list items to sell on eBay
  • Place a bid—and determine how much you should spend
  • Use pictures and basic HTML to make your eBay listings more appealing
  • Communicate well and close deals without a problem
  • Identify auction terms (reserve price, starting bid, Buy It Now, etc.)
  • Organize your transactions and interactions using the My eBay page
  • Resolve buying and selling issues with eBay’s Trust & Safety program
  • And much more!

Registering at eBay makes you part of a really unique community of people who like to collect, buy, and sell items of just about every kind! So if you’re ready to join the millions of people who use their home computers to make great deals, buy cool stuff, and turn a profit, eBay for Dummies does all the legwork so you can sit back and let the bidding begin!

Learning Python, 3rd Edition

Mark Lutz

Learning Python, 3rd Edition Mark Lutz Amazon Price: $26.39
List Price: $39.99
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 61 new & used starting at $19.28

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> Windows NT
Subjects -> Computers & Internet -> Operating Systems -> MacOS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Python

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

Editorial Review:

Portable, powerful, and a breeze to use, Python is ideal for both standalone programs and scripting applications. With this hands-on book, you can master the fundamentals of the core Python language quickly and efficiently, whether you're new to programming or just new to Python. Once you finish, you will know enough about the language to use it in any application domain you choose. Learning Python is based on material from author Mark Lutz's popular training courses, which he's taught over the past decade. Each chapter is a self-contained lesson that helps you thoroughly understand a key component of Python before you continue. Along with plenty of annotated examples, illustrations, and chapter summaries, every chapter also contains Brain Builder, a unique section with practical exercises and review quizzes that let you practice new skills and test your understanding as you go. This book covers: Types and Operations -- Python's major built-in object types in depth: numbers, lists, dictionaries, and more Statements and Syntax -- the code you type to create and process objects in Python, along with Python's general syntax model Functions -- Python's basic procedural tool for structuring and reusing code Modules -- packages of statements, functions, and other tools organized into larger components Classes and OOP -- Python's optional object-oriented programming tool for structuring code for customization and reuse Exceptions and Tools -- exception handling model and statements, plus a look at development tools for writing larger programs. Learning Python gives you a deep and complete understanding of the language that will help you comprehend any application-level examples of Python that you later encounter. If you're ready to discover what Google and YouTube see in Python, this book is the best way to get started.

Photoshop Elements 6 for Mac: The Missing Manual

Barbara Brundage

Photoshop Elements 6 for Mac: The Missing Manual Barbara Brundage Amazon Price: $29.69
List Price: $44.99
Usually ships in 24 hours
By: Pogue Press
Amazon Marketplace: 49 new & used starting at $25.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Arts & Photography -> Photography -> Digital Photography
Subjects -> Arts & Photography -> Photography -> General
Subjects -> Arts & Photography -> Photography -> General AAS

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

Editorial Review:

After more than two years, Adobe has finally released a new version of Photoshop Elements for the Mac. Version 6 packs a lot more editing firepower than iPhoto, and this Missing Manual puts every feature into a clear, easy-to-understand context -- something that no other book on Elements does! Photoshop Elements 6 is perfect for scrapbooking, making fancy photo collages, and creating Web galleries. It has lots of new features such as Guided Edit for performing basic editing tasks, an improved Photomerge feature, a handy Quick Selection Tool, and much more. But knowing what to do and when is tricky. Photoshop Elements 6 for Mac: The Missing Manual explains not only how the tools and commands work, but when to use them. With it, you will: Learn to import, organize, and fix photos quickly and easily. Repair and restore old and damaged photos, and retouch any image. Jazz up your pictures with dozens of filters, frames, and special effects. Learn which tools the pros use -- you'll finally understand how layers work! Create collages and photo layout pages for greeting cards and other projects. Get downloadable practice images and try new tricks right away. This full-color guide starts with the simplest functions and progresses to increasingly complex features of Elements. If you're ready for the more sophisticated tools, you can easily jump around to learn specific techniques. As always, author Barbara Brundage lets you know which Elements features work well, which don't, and why -- all with a bit of wit and humor. Don't hesitate: Now that Adobe's outstanding photo editor has been updated for the Mac, dive in with Photoshop Elements 6 for Mac: The Missing Manual right away.

Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries (2nd Edition) (Microsoft .NET Development Series)

Krzysztof Cwalina, Brad Abrams

Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries (2nd Edition) (Microsoft .NET Development Series) Krzysztof Cwalina, Brad Abrams Amazon Price: $39.99
List Price: $49.99
Usually ships in 24 hours
By: Addison-Wesley Professional
Amazon Marketplace: 17 new & used starting at $39.92

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> .NET
Subjects -> Computers & Internet -> Microsoft -> Networking
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General

Customer Reviews:
Total reviews: 1 Average rating: 5.0 of 5

Editorial Review:

Framework Design Guidelines is one of those rare books that can be read at different reading levels and can be useful to different kinds of developers. Regardless of whether you want to design an effective object model, improve your understanding of the .NET Framework, borrow from the experience of software gurus, stay clear of the most common programming mistakes, or just get an idea of the huge effort that led to the .NET initiative, this book is a must-read.”

–Francesco Balena, The VB Migration Partner Team (www.vbmigration.com), Code Architect, Author, and Microsoft Regional Director, Italy

 

“ Frameworks are valuable but notoriously difficult to construct: your every decision must be geared toward making them easy to be used correctly and difficult to be used incorrectly. This book takes you through a progression of recommendations that will eliminate many of those downstream ‘I wish I’d known that earlier’ moments. I wish I’d read it earlier.”

–Paul Besly, Principal Technologist, QA

 

“ Not since Brooks’ The Mythical Man Month has the major software maker of its time produced a book so full of relevant advice for the modern software developer. This book has a permanent place on my bookshelf and I consult it frequently.”

–George Byrkit, Senior Software Engineer, Genomic Solutions

 

“ Updated for the new language features of the .NET Framework 3.0 and 3.5, this book continues to be the definitive resource for .NET developers and architects who are designing class library frameworks. Some of the existing guidelines have been expanded with new annotations and more detail, and new guidance covering such features as extension methods and nullable types has also been included. The guidance will help any developer write clearer and more understandable code, while the annotations provide invaluable insight into some of the design decisions that made the .NET Framework what it is today.”

–Scott Dorman, Microsoft MVP and President, Tampa Bay International Association of Software Architects

 

“ Filled with information useful to developers and architects of all levels, this book provides practical guidelines and expert background information to get behind the rules. Framework Design Guidelines takes the already published guidelines to a higher level, and it is needed to write applications that integrate well in the .NET area.”

–Cristof Falk, Software Engineer

 

“ This book is an absolute must read for all .NET developers. It gives clear ‘do’ and ‘don’t’ guidance on how to design class libraries for .NET. It also offers insight into the design and creation of .NET that really helps developers understand the reasons why things are the way they are. This information will aid developers designing their own class libraries and will also allow them to take advantage of the .NET class library more effectively.”

–Jeffrey Richter, Author/Trainer/Consultant, Wintellect

 

“ The second edition of Framework Design Guidelines gives you new, important insight into designing your own class libraries: Abrams and Cwalina frankly discuss the challenges of adding new features to shipping versions of their products with minimal impact on existing code. You’ll find great examples of how to create version N+1 of your software by learning how the .NET class library team

created versions 2.0, 3.0, and 3.5 of the .NET library. They were able to add generics, WCF, WPF, WF, and LINQ with minimal impact on the existing APIs, even providing capabilities for customers wanting to use only some of the new features, while still maintaining compatibility with the original library.”

–Bill Wagner, Founder and Consultant, SRT Solutions, author of Effective C# and More Effective C#

 

“ This book is a must read for all architects and software developers thinking about frameworks. The book offers insight into some driving factors behind the design of the .NET Framework. It should be considered mandatory reading for anybody tasked with creating application frameworks.”

–Peter Winkler, Sr. Software Engineer, Balance Technology Inc.

 

“An instant classic.”

–From the Foreword by Miguel de Icaza

 

Framework Design Guidelines, Second Edition, teaches developers the best practices for designing reusable libraries for the Microsoft .NET Framework. Expanded and updated for .NET 3.5, this new edition focuses on the design issues that directly affect the programmability of a class library, specifically its publicly accessible APIs.

 

This book can improve the work of any .NET developer producing code that other developers will use. It includes copious annotations to the guidelines by thirty-five prominent architects and practitioners of the .NET Framework, providing a lively discussion of the reasons for the guidelines as well as examples of when to break those guidelines.

 

Microsoft architects Krzysztof Cwalina and Brad Abrams teach framework design from the top down. From their significant combined experience and deep insight, you will learn

  • The general philosophy and fundamental principles of framework design
  • Naming guidelines for the various parts of a framework
  • Guidelines for the design and extending of types and members of types
  • Issues affecting–and guidelines for ensuring–extensibility
  • How (and how not) to design exceptions
  • Guidelines for–and examples of–common framework design patterns

Guidelines in this book are presented in four major forms: Do, Consider, Avoid, and Do not. These directives help focus attention on practices that should always be used, those that should generally be used, those that should rarely be used, and those that should never be used. Every guideline includes a discussion of its applicability, and most include a code example to help illuminate the dialogue.

 

Framework Design Guidelines, Second Edition, is the only definitive source of best practices for managed code API development, direct from the architects themselves.

 

A companion DVD includes the Designing .NET Class Libraries video series, instructional presentations by the authors on design guidelines for developing classes and components that extend the .NET Framework. A sample API specification and other useful resources and tools are also included.

Google SketchUp For Dummies (For Dummies (Computer/Tech))

Aidan Chopra

Google SketchUp For Dummies (For Dummies (Computer/Tech)) Aidan Chopra Amazon Price: $16.49
List Price: $24.99
Usually ships in 24 hours
By: For Dummies
Amazon Marketplace: 71 new & used starting at $8.22

Buy at Amazon.com

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

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

REVIEW FOR GOOGLE SKETCH UP FOR DUMMIES 5 out of 5 stars.
0 of 1 people found this review helpful.

THIS BOOK WAS EASY TO READ AND UNDERSTAND. THE AUTHOR WAS TOTALY HONEST, HE TALKED ABOUT THE STUFF HE KNEW, SPREAD OUT THE PRINCIPLES IN EASY TO UNDERSTAND CHUNKS, IF THE AUTHOR DID NOT KNOW SOMETHING, HE SAID SO, GAVE REFERENCES TO FIND OUT FOR ONES SELF.

IMHO, A PERFECT BOOK TO START WITH, '10', I NOW HAVE A PRETTY GOOD UNDERSTANDING OF GOOGLE SKETCH UP.

BECAUSE OF THIS BOOK, I WANT TO LEARN MORE ABOUT SKETCH UP.

I HONESTLY CAN'T THINK OF ANY NEGATIVES,
easy to read,
proper cartoons
good quality paper
no jesus stuff
good basic primer on the subject
price seems fair
great tips and tricks
good sense of 'oops' and how to fix them
the type was little bigger, made for less straining to read
the book was bound well, did not split any pages, I carried this book everywhere,

might want to include an interactive dvd, show something, then let the reader copy the action

also, might consider a coupon for a discount on the pro 6, I would take avantage of this offer

Jack g

Editorial Review:

  • Considerably easier to use than other 3D software, Google SketchUp has found a niche in architecture, landscaping, real estate development, furniture building, and other design professions
  • The fun and friendly approach assumes no previous 3D modeling experience and explains the basic concepts involved in 3D modeling
  • Shows readers how to build a 3D model, print it, share it, export it to another professional design package, export it to Google Earth, and create a 3D animated tour
  • Helps readers harness the power of Google SketchUp so that they can populate Google Earth with 3D buildings, monuments, and other sculptures

iPhoto '08: The Missing Manual

David Pogue, Derrick Story

iPhoto '08: The Missing Manual David Pogue, Derrick Story Amazon Price: $23.09
List Price: $34.99
Usually ships in 24 hours
By: Pogue Press
Amazon Marketplace: 45 new & used starting at $20.55

Buy at Amazon.com

Browse similar items by category:
Subjects -> Arts & Photography -> Photography -> Digital Photography
Subjects -> Arts & Photography -> Photography -> Reference
Subjects -> Computers & Internet -> Apple -> iPhoto

Customer Reviews:
Total reviews: 16 Average rating: 5.0 of 5

Editorial Review:

Apple has taken iPhoto 08 to a whole new level. Now, in addition to handling upwards of 250,000 images, the program lets you easily categorize and navigate through those photos with a feature called "Events." Plus, new editing tools let you copy and paste adjustments between photos. Books and calendars have been improved, too, as has the program's ability to publish pictures on the Web. Apple makes it all sound easy: drag this, click that, and you're done. But you can still get lost, especially if you're a newcomer. iPhoto '08: The Missing Manual explains how to take advantage of all these powerful tools and new features without confusion or frustration. Bestselling authors David Pogue and Derrick Story give you a witty, objective, and clear-cut explanation of how things work, with plenty of undocumented tips and tricks for mastering the new iPhoto. Four sections help you import, organize, edit, share, and even take your photos: Digital Photography: The Missing Manual offers a course in picture-taking and digital cameras -- how to buy and use your digital camera, how to compose brilliant photos in various situations (sports, portraits, nighttime shots, even kid photography), and how to get the most out of batteries and memory cards. iPhoto Basics covers the fundamentals of getting your photos into iPhoto, organizing and filing them, searching and editing them. Meet Your Public teaches you all about slideshows, making or ordering prints, creating books, calendars and greeting cards, and sharing photos on web sites or by email. iPhoto Stunts explains how to turn photos into screen savers or desktop pictures, using plug-ins, managing Photo Libraries, and even getting photos to and fromcamera phones and Palm organizers. You also learn how to build a personal web site built with iWeb, and much more in this comprehensive guide. It's the top-selling iPhoto book for good reason.

Programming WCF Services (Programming)

Juval Lowy

Programming WCF Services (Programming) Juval Lowy Amazon Price: $29.69
List Price: $44.99
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 42 new & used starting at $21.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> General AAS
Subjects -> Computers & Internet -> Databases -> Distributed Databases
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> C#

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

Editorial Review:

Written by Microsoft software legend Juval Lowy, "Programming WCF Services" is the authoritative introduction to Microsoft's new, and some say revolutionary, unified platform for developing service-oriented applications (SOA) on Windows. Relentlessly practical, the book delivers insight, not documentation, to teach developers what they need to know to build the next generation of SOAs.

After explaining the advantages of service-orientation for application design and teaching the basics of how to develop SOAs using WCF, the book shows how you can take advantage of built-in features such as service hosting, instance management, asynchronous calls, synchronization, reliability, transaction management, disconnected queued calls and security to build best in class applications. "Programming WCF Services" focuses on the rationale behind particular design decisions, often shedding light on poorly-documented and little-understood aspects of SOA development. Developers and architects will learn not only the "how" of WCF programming, but also relevant design guidelines, best practices, and pitfalls. Original techniques and utilities provided by the author throughout the book go well beyond anything that can be found in conventional sources.

Based on experience and insight gained while taking part in the strategic design of WCF and working with the team that implemented it, "Programming WCF Services" provides experienced working professionals with the definitive work on WCF. Not only will this book make you a WCF expert, it will make you a better software engineer. It's the Rosetta Stone of WCF.

JavaScript: The Good Parts

Douglas Crockford

JavaScript: The Good Parts Douglas Crockford Amazon Price: $19.79
List Price: $29.99
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 42 new & used starting at $16.68

Buy at Amazon.com

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

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

Editorial Review:

Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including: Syntax Objects Functions Inheritance Arrays Regular expressions Methods Style Beautiful features

The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highlyexpressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)

Jr., Joseph C. Rattz

Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net) Jr., Joseph C. Rattz Amazon Price: $29.69
List Price: $44.99
Usually ships in 24 hours
By: Apress
Amazon Marketplace: 44 new & used starting at $24.64

Buy at Amazon.com

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

Customer Reviews:
Total reviews: 31 Average rating: 5.0 of 5

Editorial Review:

LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must–have skill for .NET developers. For more information about LINQ, you can check out the author’s portal at www.linqdev.com.

Pro LINQ: Language Integrated Query in C# 2008 is all about code.

Literally, this book starts with code and ends with code. In most books, the author shows the simplest example demonstrating how to use a method, but they so rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in C# 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, it is a veritable treasury of LINQ examples.

Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, Pro LINQ: Language Integrated Query in C# 2008 cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold.

Most books tell you about the simple stuff, while few books warn you of the pitfalls. Where Pro LINQ: Language Integrated Query in C# 2008 returns your investment is in the hours, and sometimes days, spent by the author determining why something may not work as expected. Sometimes this results in an innocent looking paragraph that may take you a minute to read and understand, but took days to research and explain.

Face it, most technical books while informative, are dull. LINQ need not be dull. Written with a sense of humor, Pro LINQ: Language Integrated Query in C# 2008 will attempt to entertain you on your journey through the wonderland of LINQ and C# 2008.

What you’ll learn

  • How to leverage all the new LINQ relevant C# 2008 language features including extension methods, lambda expressions, anonymous data types, and partial methods.
  • How to use LINQ to Objects to query in–memory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want.
  • Why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you.
  • How to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data.
  • How to query DataSets with LINQ to DataSet so you can co–exist with legacy code and use LINQ to query databases other than SQL Server.
  • How to query Databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts.

Who is this book for?

This book is written for the proficient C# developer, but you do not need to be up on all the latest C# features to understand the material. When you finish this book, you will be up on all the latest C# features.


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

Return to MagicBeanDip.com

This page was created in 1.3475 seconds.