Software Books


Books-Under-Review-->Computers-->Open Source-->Software-->79
Related Subjects: Graphics Internet GUI Games Editors Tools Audio and Music
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
Software Books sorted by Average customer review: high to low .

Software
Pro VB 2005 and the .NET 2.0 Platform, Second Edition (Pro)
Published in Paperback by Apress (2006-04-17)
Author: Andrew Troelsen
List price: $59.99
New price: $12.61
Used price: $5.30

Average review score:

Outstanding!
Helpful Votes: 1 out of 1 total.
Review Date: 2007-08-27
I have read several books on this topic, but this book was very structured wich made it easy to follow. It gave a very clear explaination on both base- and advanced OOP programming concepts. Many things I'v not read anywhere else and many times I yelled 'AHA!' and 'WOW!'. Yes, it was great fun to work trough all the 'Fun with...' examples.
I really can recommend this book, however NOT if you are a beginner!
I also learned that I'm a Generic Type, because I drink a lot Of T. :)

Andrew is the man
Helpful Votes: 14 out of 14 total.
Review Date: 2006-07-23
This book covers what programmers need to know. The pillars of OOP are presented and clear examples are shown.

I refer to this book often because it gets to the "meat" of things rather quickly and is not for beginners.

My only criticism is that this book's examples are 90% console applications. Nobody uses this in the real world. But I understand the focus is on the code, but I still like the Deitel approach better. Use Windows applications NOT console, take the time to get the screen shots. (Just my opinion).

Don't get me wrong, I can easily translate over what he is trying to convey, but still I see great authors such as Francesco Balena showing most examples with the console window. I don't like this trend. But hey that's me.

Very good book though..

From a VB Programmer
Helpful Votes: 2 out of 3 total.
Review Date: 2006-08-07
This is best VB.NET I ever had. This book explains OO concept very clearly with easy to understand examples. I am still in middle of the book. So eager to finish till end. Waiting to read more books from this writer. Thanks for Excellant Work.

Complete and easy to follow
Helpful Votes: 3 out of 4 total.
Review Date: 2007-01-14
This book covers just about everything: The .NET platform; VB language fundamentals; OOP; Assemblies and classes. In each chapter the author gives a simplified example and then progresses thru to a complete module. He explains each step in detail and give many of the most-likely errors.

This is not novices. The author expects some level of programming experience with VB, C, C++ being the best. It is also best for a Visual Studio 2005 environment, though it is not required. If this is you and you are looking to move to VB.NET, this book is absolutely for you.

I wish all programming books were this good.
Helpful Votes: 6 out of 7 total.
Review Date: 2006-10-25
If you are looking for a Visual Basic book that covers a lot more than books like Wei-Meng Lee's Visual Basic 2005 Jumpstart than this book should be at the top of your list. As well as the basics this book is very good at explaining advanced concepts like Interfaces, IEnumerable Types, Generics, Asynchronous Delegates, and Multithreaded Applications. The author has an excellent writing style. He stays on track, does an excellent job at expaining complex concepts, and provides a lot of hints about how the topic he is writing about now is related to the big picture. Apress should also be commended for the graphical layout of the book. It is very easy to find information on a particular topic in this book as all of the book is divided into clearly labeled short sections.

Software
Professional Refactoring in Visual Basic (Programmer to Programmer)
Published in Paperback by Wrox (2008-04-07)
Author: Danijel Arsenovski
List price: $49.99
New price: $11.48
Used price: $11.48

Average review score:

Very well done!
Helpful Votes: 1 out of 1 total.
Review Date: 2008-06-14
Arsenovski has done a great job with this book. It is clearly written, easy to follow and very practical. A great one to keep on the shelf and reference as needed. The free tools that he covers in the book are a bonus! They really help to get you applying what you've learned quickly.

I highly recommend this book for any .NET developer, not just those who use Visual Basic.

Great value
Helpful Votes: 1 out of 1 total.
Review Date: 2008-06-06
Not a typical Wrox title, generally these tend deal with specific technology in "no-nonsense" fashion. This book has more theory in it and is not technology specific, you will find it valuable if you program in just any version of Visual Basic .Net and any type of application. Not likely to become obsolete very soon, since basic premises of refactoring will continue to be relevant even in upcoming versions of VB.

Great book for putting your team on agile track
Helpful Votes: 2 out of 2 total.
Review Date: 2008-05-31
I am working with group of developers that came to VB .Net from VB6. Currently we are in process in improving the way things operate using some agile stuff. The overall disposition is pretty good, team has already been formed and things like daily stand-ups, client involvement or short iterations are generally welcomed by all. However, when more technical, code level stuff is discussed, there is more discussion (if not opposition). These folks pack years of experience and will not accept that you can teach them their job just like that. There is no way you can force things like unit testing or refactoring. You have to be able to hold your ground and answer all the questions with some good arguments.
This book gives you in-dept view of refactoring with a lot of practical, code examples. This means that you are well prepared to answer any uncomfortable question. It builds up gradually, so it is easy to follow.
Almost every chapter ends up applying the stuff that was just exposed on a sample application with a lot of code. Surely author spent a decent time on this title. You can download the code and see it progress from chapter to chapter. This gives a great insight since you can read and debug the code at the same time and not just some toy or isolated example.
Here is chapter to chapter break-down of the book.

Chapter 1
Intro chapter, defines refactorings end code smells and explains the kind of baggage VB carries because of its origins. Cool section on misinterpretations, this will prepare you for some tough questions that might come from uninitiated developers or managers.
Explains the importance of writing simple, comprehensible code. For example:
Dim oXMLDom as New DOMDocumet() vs Dim portfolio as new DOMDOcument.
The first statement gives you no idea of what first DOMDocument represents, in second it's the portfolio, and if you know the application context you will know what to expect.

Chapter 2
Teaser chapter but also good single-chapter sample of some typical refactoring work. Captures well typical process of development of VB applications. Starts out with few event-handling methods, ends up with number of domain classes and some inheritance thrown in.

Chapter 3
Chapter on refactoring tools, also gives you some insight of how different tools like refactoring add-ins and unit testing framework fit the big picture of agile development process.

Chapter 4
Intro chapter on application that is used to illustrate refactorings throughout the book. Explains the business case, requirements, lists some use cases. It is important to understand the context of the application to be able to follow-up on refactorings. Also some funny stuff here, like freshman developer that takes pride in copy-paste development.

Chapter 5
In-dept discussion on Static vs. Dynamic and Strong vs. Weak Typing that is rarely dealt with in such depth. This is basically controlled with Option Strict and Option Explicit options. If you program in VB, you must be aware how these work out.

Chapter 6
Chapter on error handling, especially legacy vs. structured error handling. Again, something everyone should know, but rarely explained in such depth. Cool stuff is step by step recipe for converting legacy to structured.

Chapter 7
Deals with some core refactorings like Dead Code Elimination, Scope Reduction etc. It's like cleaning up your code for some serious refactoring stuff.

Chapter 8
First step in structuring your code is getting serious about the problem (or business) domain. Also explains Rename and Safe Rename refactoring, talks about Interface vs. Abstract class, Open-Closed principle etc. some serious OO stuff.

Chapter 9
Some core refactoring stuff. Teaches you how to eliminate duplicated code and why it is the worst thing it can happen to your code. Explains Extract Method and Replace Magic Literal with Symbolic Constant variable. Nice and simple example based on circle geometric shape on how procedural design is transformed to Object Oriented design (Module and Shared method rings a bell?)

Chapter 10
If only method extraction would be as simple in real life... This chapter goes further with method extraction and deals with some common problems like temps.

Chapter 11
Where do objects come from? How you design classes? Some core OO stuff in this chapter, including Extract Class, Move Member (Method or Field) refactorings, smells like Database Driven Design or Data Class, Large Class, OO principles like Single Reasonability Principle etc. Lot of stuff and handful of pages in this chapter.

Chapter 12
Build upon previous chapter. Deals with inheritance, polymorphism, genericity. Explains the difference between class and interface (or implementation vs. interface inheritance), difference between delegation and inheritance and criteria to chose one or another, list some common misuses of inheritance etc. Again, a number of refactorings like Replace Inheritance With Delegation or Extract Interface, Extract Super etc. Some heavyweight OO concepts in this chapter, takes a time to digest.

Chapter 13
Explains what is important when taking a birds-view of software. This chapter is especially important for software architects. Talks a lot about dependencies in software and why you should minimize dependencies in your code.

Chapter 14
Single chapter for huge subject, still a lot of material covered. Design patterns are the most advanced subject in OO, so refactoring your code in order to make use of patterns is in no way child's play. Mostly deals with creational patterns. First mention of Dependency Injection in some VB book I come across. Now taking into account that Unity application block [...] has been released in April, this is really cutting edge stuff!

Chapter 15
Talks about latest VB improvements that come with VB 2008. Starts with XML enhancements like XML literals and then the rest is about LINQ. Explains a LINQ implementation called LINQ-to-SQL. This is first Microsoft Object-Relational Mapper (ORM). Again, cutting edge.

Chapter 16
If you still deal with VB6 code, than you know that migrating to .Net is no easy ride. This chapter explains some techniques that will help you migrate your code and make it .Net in sprit, not leaving it crippled by simple migration that will only make it execute in .Net. VB6 lacks inheritance, generics etc, so you need refactorings to make it VB .Net.

This book has no real competition as far as I know, no book on refactoring or agile for VB .Net developers. The one that come close is Agile Principles, Patterns, and Practices in C# (Robert C. Martin Series) but it is for C# developers and requires a lot higher starting point.
When other books come up, I am sure Professional Refactoring in VB will continue to hold its ground. Highly recommended!

Great Book on Refactoring
Helpful Votes: 4 out of 4 total.
Review Date: 2008-05-05
Really great book on refactoring. Although it is based on Visual Basic examples, same advices can be applied to C#, Java or any other OO language.
Martin Fowler finally has a fair partner on my shelf ;).

Must read for any serious VB developer.
Helpful Votes: 4 out of 4 total.
Review Date: 2008-05-03
First of its kind for VB.Net developers. While it does not contain a complete catalogue of all known refactorings, you get a thorough study case used throughout the book, tooling, how to use refactoring for upgrade of legacy VB6 code, a chapter on VB 2008, some important object oriented principles and even short intro on refactoring to patterns.
This book is deep and takes a while to digest. However, it's not about showing off some irrelevant academic knowledge. Author is not afraid to mention "Dependency Injection" or "Single Responsibility Principle" but all of these are demonstrated to be relevant and get illustrated through very practical and real-life examples.

Software
Professional VB SAP R/3 Programming
Published in Paperback by Peer Information Inc. (1999-08)
Author: Oleg Ovanesyan
List price: $59.99
New price: $233.33
Used price: $225.97

Average review score:

Excellent book for learning and/or reference
Helpful Votes: 1 out of 1 total.
Review Date: 2002-11-23
I bought this book knowing VB but was new to R/3. Within days I had a working interface to SAP. If you want to use COM objects to connect to R/3 and make remote function calls this is the book. Great examples on using late binding too if you want to put the functionality into a dll without having a control bound to a vb form. Of the many computer books I've read, this is one of the best.

Good book for tolls and SAP application developers
Helpful Votes: 21 out of 21 total.
Review Date: 1999-10-12
Details with examples. Good for all SAP R/3 tools and application developers. Explains BAPIs, RFCs, bussiness object repository (BOR), SAP DCOM Connector component etc.

One of the must haves for SAP programmers!
Helpful Votes: 3 out of 4 total.
Review Date: 2003-09-28
"Professional VB SAP R/3 Programming" - demonstrates how to combine existing Visual Basic tools with the new extensibility tools, so that you can develop robust enterprise applications based on SAP R/3 from a non-SAP programming environment. It also explains the fundamentals of SAP, including the new SAP tools and technologies. SAP R/3 business objects and BAPIs are implemented and a guide to the SAP Business Framework is illustrated. The SAP R/3 Automation tools are used to replicate SAP functionality from VB and the DCOM Component Connector is used to generate business object proxies, aswell as programming the core components of the DCOM Component Connector. Browsing the SAP R/3 Business Object Repository is demonstrated and working code samples of both inbound and outbound SAP R/3 operations are included...

Obligated reference for SAP interface developers
Helpful Votes: 4 out of 4 total.
Review Date: 2000-05-03
An excellent guide for understanding BAPIs and RFCs, complemented with good explained VB programs which are useful for learnig how to develop interfaces whith SAP using VB.

An excellent reference for understanding BAPI/R/3 Interfaces
Helpful Votes: 8 out of 8 total.
Review Date: 2000-04-04
I'm not a VB programmer. I obtained this book to better understand how BAPI's worked and could interface with external applications based on a project team demand to develop better masterdata loaders. The first three chapters alone are goldmines of information that are neatly tied together and explain the concepts and framework used. After reading them I understood why SAP went this route and better understood some of the potential areas where BAPI's could assist our development team. The latter chapters get into more VB oriented issues but are useful regardless of VB experience (or lack thereof). Our VB developers all own this book.

Software
Programming Microsoft Access Version 2002 (Core Reference) (Pro Developers)
Published in Paperback by Microsoft Press (2001-09-01)
Author: Rick Dobson
List price: $59.99
New price: $18.94
Used price: $7.58

Average review score:

This is the most "MUST HAVE" Access book
Helpful Votes: 0 out of 0 total.
Review Date: 2005-02-07
This book really helped me to have a kickstart to become a professional access programmer.... it contains the best tricks to do whatever you want with Access....Besides the writer has writen the book in a way that is very comprehensive for every one....After this book I`m a real fan of Rick Dobson...He knows how to lead you to make you professional....

Must have for Access Developers
Helpful Votes: 11 out of 11 total.
Review Date: 2001-11-02
Being a seasoned Access Veteran, I found the book most helpful in explaining ADO (New in Access 2000), explaining class modules and using Access with SQL Server. Most MS Press books in the past that have dealt with Access / VBA have been fairly "light" on these subjects, but this one goes in depth on these subjects. Also the chapter on XML does a good job introducing the platform to novice developers.

Next to The Access Developer's Handbook Series by Litwin, Getz etc..and F. Scott Barker's Power Programming, I would say this is a "must have" for any serious Access Developer.

How to Deploy SQL and Web Solutions w/ Access XP
Helpful Votes: 16 out of 16 total.
Review Date: 2001-10-05
This book builds on Dobson's prior book "SQL Server with Access 2000" and ferrets out good solutions to some everyday needs like image processing and dynamically populated combo boxes. I'm a small business owner whose time is precious, but needs to get big picture solutions so not to be reworking stop gap efforts to streamline my operations.

Being pressured to grow my application to many users (both trusted LAN and anonymous Web) and being comfortable with the graphical interfaces of Access, I found the the need to learn about programming ADO recordsets, Data Access Pages and ASP while determining the best solution. I have been overwelmed by the flexibility of MS solutions and options that are possible and needed some guidance in plain language to explain such terms as Objects, Properties and Methods, and what they meant to be programmed. Chapter 2 does a good job of that which is followed by a useful summary of the ADO library. Data Access Projects are lined out well along with some practical tips to incorporating SQL Server 2000 as a data source. He further builds upon this model and shows how to dynamically (!) create web pages from the Access Project using MS Frontpage XP, the resultants being Active Server Pages! I have found while the Access 2002 graphical tools are helpful, Dobson explores how to control the code behind the power of the XP Office release.

I have found the code to be tight and well commented. I'd urge anyone interested in harnessing the full power and speed of deployment of Access 2002 and the Office XP suite to add this book to their "How To" library.

Includes Much That You Will Not Find Elsewhere
Helpful Votes: 36 out of 37 total.
Review Date: 2001-11-12
This complete reference book is actually three books in

one. It is the clearest available introduction to VBA

coding. It provides explanations with a huge collection

of Access VBA code. And it is a thorough presentation

of what is new and powerful in Access 2002, especially

concerning integration with SQL Server.

This book is just the thing for anyone who wants to

become a serious Access user or developer. It is the

answer to the prayers of many Access users who have

wanted a reference that would finally take them from

the limited GUI Access interface into the more full and

flexible features of VBA coding. The coding in this

very large book is so extensive that I bet you could,

if you wanted to, do every future Access project with

just code and without reference to the GUI interface.

You can tell that Rick Dobson loves to code and to pass

on what he has learned.

The explanations are very readable and give you the

background necessary to actually understand why things

work the way they do. Much attention is given to

keeping you out of trouble by conveying a very clear

understanding of operational issues not covered

elsewhere. This includes successful integration of

different versions of Access and SQL Server, getting

the reference libraries correct, and even using Access

with FrontPage (now included in Office XP

Professional).

If this reference indicates the way Microsoft Press

books are headed, then I am going to look to add more

of them to my reference collection in the future.

Clarity, comprehensive, and Code, code, code!

Great Help
Helpful Votes: 5 out of 5 total.
Review Date: 2003-08-07
I have read your book and applied some of the programming methods mentioned in it and found it very helpful.

I have 20 years of software development experience mainly in the
mainframe area both here in Sydney, Australia and Boston, Mass. I recently decided to start my own consulting firm and develop business applications using Access. In the past four months, I have used your book to learn Access in order to develop an
inventory and billing software package for one of my clients. I can honestly tell you that I learned a lot from your book, and I can even say that without your book, I would've not been able to finish the project.

Software
Programming Perl in the .NET Environment (Integrated .NET Series from Object Innovations)
Published in Paperback by Addison-Wesley Professional (2002-10-04)
Authors: Yevgeny Menaker, Michael Saltzman, and Robert J. Oberg
List price: $44.99
New price: $20.00
Used price: $10.00

Average review score:

Programming Perl in the .NET Environment
Helpful Votes: 0 out of 0 total.
Review Date: 2003-07-10
Love Perl but wish it had the ability to work with the .NET framework? Well, this is the book for you! Let me tell you, if you program with Perl, then this book will earn its purchase price again and again. I've always loved the ease of programming in Perl, especially how well it works with sockets and network programming, but these days, you've got to be able to program Graphical User Interfaces. I've never been able to master programming GUI's using Tcl/Tk, but the C# like format of programming Visual Perl made creating Windows Forms a snap. The book gives so many examples of working with the .NET classes in any practical situation. Its got a great format including a discussion of programming with the .NET framework, a strong overview of programming in Perl, and of course the definitive guidelines to programming in PerlNET. It covers creating your own classes, components, forms, database interaction, and working with ASP.NET. It also gives an overview of working with the CPAN modules which is invaluable. The authors are intelligent, well-spoken, and are clearly experts in this particular area. You have GOT to buy this book!

Programming Perl in the .Net Environment
Helpful Votes: 3 out of 3 total.
Review Date: 2002-12-30
This book was not only extremely valuable to me in understanding how to use Perl in the .Net Environmental, but also contains the best presentation of how to build pure Perl Modules that I have read to date. These concepts really jelled for me after reading and utilizing the examples presented in the book.

With my limited experience in object oriented programming, this book presented the topics in the right order to overcome my lack of OO experience.

I did have a few instances of failing to find specific terms in the index.

This book will continue to be a valuable resource as I continue to refine my Perl skills in creating perl modules and utilizing Perl in the .Net environment.

Programming Perl in the .NET Environment
Helpful Votes: 5 out of 6 total.
Review Date: 2003-07-10
Love Perl but wish it had the ability to work with the .NET framework? Well, this is the book for you! Let me tell you, if you program with Perl, then this book will earn its purchase price again and again. I've always loved the ease of programming in Perl, especially how well it works with sockets and network programming, but these days, you've got to be able to program Graphical User Interfaces. I've never been able to master programming GUI's using Tcl/Tk, but the C# like format of programming Visual Perl made creating Windows Forms a snap. The book gives so many examples of working with the .NET classes in any practical situation. Its got a great format including a discussion of programming with the .NET framework, a strong overview of programming in Perl, and of course the definitive guidelines to programming in PerlNET. It covers creating your own classes, components, forms, database interaction, and working with ASP.NET. It also gives an overview of working with the CPAN modules which is invaluable. The authors are intelligent, well-spoken, and are clearly experts in this particular area. You have GOT to buy this book!

Strange mix - comes up quite well
Helpful Votes: 5 out of 6 total.
Review Date: 2002-10-23
Can you mix Perl and Dot.NET ??
I didn't think so till now.

I found the mix of Perl and Dot.NET quite strange - that's why I was surprise to see a book on that matter.

I felt very curious to see how can it work together.

Perl has lots of advantages that make it such an enormous success - very easy to write fast and efficient code.
Ask any unix admin / programmer.

The way Perl works with the rich options of Microsoft's new engine is good. I like the combination. It works well, the examples are quite good.

The first part of the book looks similar to every Dot.NET one can find, but the second part is the value for this book - and that's why I liked it.

Good techinal explainations and examples.
It was a good investment for me.

Review from the lead author
Helpful Votes: 6 out of 18 total.
Review Date: 2002-09-27
Hi, All!
I am the lead author of this book. Together with Michael Saltzman and Robert J. Oberg we tried to make this book as good as possible.
The book will be useful for you whether you are an experienced Perl programmer that wants to learn .NET technology or you are new to Perl.
The first part represents a tutorial of Perl itself. In the second part we dive into exciting world of programming Perl inside the .NET Environment.

I hope you will enjoy reading and our code samples will be useful and helpful for you.

Happy reading and programming!

Software
Psychiatry
Published in Hardcover by Current Clinical Strategies Publishing (1998-07)
Authors: Rhoda K., M.D. Hahn, Lawrence J., M.D. Albers, and Christopher, M.D. Reist
List price: $28.95

Average review score:

Excellent quick reference book
Helpful Votes: 0 out of 0 total.
Review Date: 2002-04-07
The psychiatry 2002, is an excellent quick review of psych. In the clinics it will give you easy to read summaries of all topics in psych and treatments. An ideal book for any med student or resident.

Psych Clerkship
Helpful Votes: 1 out of 1 total.
Review Date: 2002-02-15
Great reference for the psych clerkship. Written by same 3 authors at UCI who write the psycho-pharmacology book for CCS.

This was a great help!
Helpful Votes: 1 out of 1 total.
Review Date: 2001-02-25
This was great to review quickly right before the shelf exam, and it was a big help. I read through it and then it isn't worth reading again, so it seems overpriced.

Excellent pocket handbook for Psychiatry clerkship
Helpful Votes: 2 out of 2 total.
Review Date: 2001-02-26
This is like the washington manual for Psychiatry. It's about a centimeter thick and small so it;s easy easy to carry around. But don;t be fooled by its size. It has all the info you need to do well in psychiatry rotation.

Good quick reference
Helpful Votes: 4 out of 4 total.
Review Date: 2001-04-07
A good light handbook for quick reference on the run. Point-form and well laid out. Ideal for helping with differential diagnosis. I like the practicality & succintness of the information in it, as I can go to bigger texts if I want details. Bonus is that, if you own the handbook, you can download free a PC version, as well as a Palm, or EPOC (Psion Revo/Mako) versions. Mine is on a Revo and goes around with me when I'm on call.

Software
QuarkXPress in a Nutshell (Nutshell Handbook)
Published in Paperback by O'Reilly (1998-05)
Author: Donnie O'Quinn
List price: $24.95
New price: $2.48
Used price: $0.01

Average review score:

a very comprehensive encyclopedia
Helpful Votes: 0 out of 0 total.
Review Date: 2002-09-08
Possibly the most useful book ever published for Quark 4.

As a reference guide for the Quark user it is indespensible, covering all the features of the software as well as tips and techniques.
Not a book for learning Quark, so not for a complete novice but worth a place on any serious quark users bookshelf.

The best reference book for Quark I ever found
Helpful Votes: 1 out of 1 total.
Review Date: 2003-01-03
I've been using Quark for a few year now, and teaching it for a little while, too. I've bought and read many Quark books, but none were even close to this one. This book, "...in a nutshell," is absolutely complete with all possible information you may need, including some tips even I didn't know.
Given, it might be easier for me to read it than a novice, but, as some wrote before, it does an amazing job in describing every single feature that existed in Quark up to version 4.x. Very clear, very direct, well ordered, easy to find information in, including images where images are necessary.
The only downside in my case - which will definitely NOT be the case for everyone - is that the book doesn't have any tutorials or exercises that we can practice with, or have students practice with. I usually use the "Around the Clock" series in my classes, simply because they have a decent (no more than that) tutorial in the end. If this book had one, I'd completely switch to it in a heartbeat.
Thus, if you have some notion of Quark, and want to learn more, get this book; if you know most of Quark, get this book so you can learn more; and, if you think you know all of it, get it and be surprised. Is all I can say. :-)

Best Quark reference I've ever used
Helpful Votes: 1 out of 1 total.
Review Date: 2002-08-08
This book will answer every Quark question you can think up. I love this book and all of my coworkers are glad I have it as well.

An EXCELLENT reference
Helpful Votes: 13 out of 13 total.
Review Date: 1999-04-27
This book is an EXCELLENT reference for everything Quark! I keep it in my desk drawer at work, and I refer to it almost daily. This book WILL NOT teach you how to use Quark, but covers EVERY SINGLE menu option, window, and shortcut key. A must have. It covers version 4.0, for both Windows and Macintosh. And, best of all, it's written in the simple and to-the-point O'Reilly style. The cost is right too!

Good reference for little money
Helpful Votes: 8 out of 10 total.
Review Date: 1999-04-12
If you don't know how DTP software works, don't buy this book. This is not a book that teaches you QuarkXpress. It is a book for people that know how to work the program, and need something to look up rarely used functions and keyboard shortcuts. The book does so very well. The explanations are clear, and the shortcut appendix is excellent. On top of that, it costs about half of all the other Quark books...

Software
Real World Digital Video
Published in Paperback by Peachpit Press (2002-12-20)
Authors: Pete Shaner and Gerald Everett Jones
List price: $49.99
New price: $2.69
Used price: $0.47

Average review score:

Great introductory course on how to make real world video
Helpful Votes: 1 out of 1 total.
Review Date: 2005-01-05
I bought the first edition 2 years ago and then the second edition to keep up with new changes because this book is a very good and complete introductory course on making real world video (i.e. starting from choosing DV camcorders to final production and delivery to the world depending on your budget).

It starts from current DV technology (like CCD and DV formats) and then introduces various DV camcorder types depending whether you are normal consumer or pro-sumer or professional users. (It even shows you the approximate price range for various camcorder class.)

It then introduces how scripts planning should be like for making different scenes of video (newscast or documentary or movie). It teaches different techniques of shooting pictures/video by cameras/comcorders (angles, views, lighting and audio control). I likes the book giving you various examples of lighting equipments and audio equipments required for making good video.

For movie pre-production process, it tells what kind of production crews and things you will need and do for different stages (including cost ranges). For movie post-production process, it shows how to edit all movie and audio footages into final movies and how to fix video/audio problems. It also describes what types of movie editing systems (computers, hardware equipments and software video applications) available in the market depending on high-end, mid-range, or low-end production and budgets. It also describes how the final process of movie copies are generated and delivered to the world.

I like the book because it gives me pretty good ideas how DV movies are made with real equipments that are availalbe in the current market. This book is highly recommended especially for serious beginning DV/movie producers.

a crash course in how to make your DV production easier
Helpful Votes: 3 out of 3 total.
Review Date: 2003-04-15
This book should be required reading for anyone making a digital movie with more ambition than experience. This book will be worth its cost in just the first project by eliminating many of the learning mistakes we all make. I wish someone would have sat down with me and given me this advice when I started and yet, even with many projects behind me, this book offers me new ideas. Reading the book and the watching the DVD are like having real work experience - both in production and post-production. In one memorable section of the DVD, Pete Shaner sits down with you and gives you lots of advice on how to shoot and things to consider in shooting and editing.

Digital Video Reference Book and DVD for All Earthlings!
Helpful Votes: 4 out of 4 total.
Review Date: 2003-01-08
Highly recommended reading...for the home hobbyist...the USC film student...the software geek... or AV professional.

The authors approach the Digital Video Universe in a real world, common sense and entertaining prose...allowing the reader to apply their level of interest, budget, technical background, project objectives and pace to a surprisingly current and comprehensively deep offering of digital video material.

The supportive DVD is awesome!

Digital Dynamite!
Helpful Votes: 5 out of 6 total.
Review Date: 2003-05-23
This book took me into a whole new World. I sure could have used it before I bought my used BetaCam! Now I can work quicker, cleaner, look like a pro and save $$$. The furture of film making is here. Thanks guys!

All of the detail hurdles in making a movie
Helpful Votes: 6 out of 6 total.
Review Date: 2003-03-23
As the prices of digital data capture and storage have dropped, new avenues of artistic creation have opened up. One of these areas is in the realm of digital video, where it is possible to make movies using simple and relatively inexpensive digital equipment. However, the fact that the equipment is now cheap does not make it any easier to make movies that people would want to watch. There is an enormous amount of subtle technique involved in making a movie, and until I read this book, I had absolutely no idea how complex a simple shot can be. This is a book that will show you how to make a digitally recorded movie, and should be the first thing you read if that is your aspiration.
It all starts with planning, from the initial idea, on to budgeting, clearing all legal hurdles, organizing and shooting the scenes, editing and cleaning the stored scenes, and ending with publicizing and distributing the finished product. All are so complex, that you do not make a movie, you survive its' creation. The fact that the movie can now be stored on digital devices only significantly affects one of these steps.
Written primarily for those who are interested in making DV projects for entertainment, this is one of the most interesting books I have ever read. The number of detail hurdles that need to be cleared to make a movie are astounding, and kudos to the authors for explaining all of those hurdles in great detail.

Software
Red Hat Linux 6.0 Administration Tools
Published in Paperback by McGraw-Hill Companies (1999-11-04)
Author: Charles Fisher
List price: $39.99
New price: $1.97
Used price: $0.13

Average review score:

Excellent How-To Primer for RedHat
Helpful Votes: 0 out of 0 total.
Review Date: 2001-03-16
I found the author's walk through of Sybase installation to be of great use. Each section of the book provided enough detail to get you started, without overwhelming you with a vast tome. Not a lot of fluff in the book.

If you want to step up to a more powerful relational database on Linux, the Database Servers chapter is a must read. The book also provides an excellent head start on using PHP scripting on Apache to access Sybase or PostgreSQL.

Rock On Red Hat!
Helpful Votes: 0 out of 0 total.
Review Date: 2000-05-07
This book has been very helpful to me in learning the basics of Linux. It is well written in an easy to understand format. The front cover graphics could be a little better. But what do I know; I'm just a little troll.

Rock On Red Hat!
Helpful Votes: 0 out of 0 total.
Review Date: 2000-05-07
This book has been very helpful to me in learning the basics of Linux. It is well written in an easy to understand format. The front cover graphics could be a little better. But what do I know; I'm just a little troll.

Rock On Red Hat!
Helpful Votes: 0 out of 3 total.
Review Date: 2000-05-07
This book has been very helpful to me in learning the basics of Linux. It is well written in an easy to understand format. The front cover graphics could be a little better. But what do I know; I'm just a little troll.

Rock On Charles Fisher!
Helpful Votes: 1 out of 5 total.
Review Date: 2000-05-07
This book has been very helpful to me in learning the basics of Linux. It is well written in an easy to understand format. The front cover graphics could be better. But what do I know; I'm just a little troll.

Software
Roxio Easy Media Creator 8 in a Snap (Sams Teach Yourself)
Published in Paperback by Sams (2006-03-10)
Author: Lisa DaNae Dayley
List price: $19.99
New price: $9.99
Used price: $10.00

Average review score:

Wonderfully Illustrated Easy to use I LOVE this book!
Helpful Votes: 1 out of 1 total.
Review Date: 2008-06-01
I Love the way the author explains everything in detail the way I can understand. I was'nt intimidated! once I opened the book I could'nt put it down. The illustrations were wonderfully done and so helpful as well as interesting and fun to see. Thank you Lisa DaNae Dayley I cant wait to read your next book. You've helped me so much!

The User Manual that Should Have Been Part of Your Purchase
Helpful Votes: 1 out of 1 total.
Review Date: 2007-02-07
An easy to read, step-by-step guide to Roxio Easy Media 8, this manual answered most of my questions.

EMC8 book fulfills its purpose!
Helpful Votes: 1 out of 1 total.
Review Date: 2007-01-09
This book will substantially reduce your learning curve when using Easy Media Creator 8. The time saved is well worth the modest price. EMC8 is fun to use when accompanied with this easy-to-read self-help manual.

Wonderful Help for EMC 8
Helpful Votes: 10 out of 10 total.
Review Date: 2006-07-13
I have the Dummies book for EMC 8 and it leaves many questions unanswered or gives wrong information.

This "In A Snap" book is really wonderful. It shows you what to do through pictures of the screens and simple, easy to understand text. It is extemely easy to understand and allows you to get right to work on a project.

It is just about the easiest computer instructional book I have seen. Just as the title states "Teach Yourself" EASILY.

Don't be a Dummie
Helpful Votes: 18 out of 18 total.
Review Date: 2006-07-06
I purchased this book on Easy Media Creator 8, last April. I have been using Roxio's Easy Media Creator since version 5. The software is very powerful but, at times, can be a bit frustrating. The knowledge in this book will smooth the project path quite a bit.

Just inside the front cover is "Contents at a Glance", every subject or software function has it's own tab which makes using the book as a reference manual very quick and easy. I found the organization of the book and the presentation of the material to be straight forward and easy to understand.
If you are new to the software, I would recommend reading the 25 page introduction, "Start Here", first. If you have experience with the software, the book is organized so that all of the information you will need for your project is in one place (follow the tabs).

Chapters in the book cover:
1.-Start Here
2.-Importing Audio
3.-Editing Audio
4.-Creating Audio Projects
5.-Importing Photos
6.-Editing Photos
7.-PhotoSuite Projects
8.-Creating Slideshows
9.-Capturing Video
10.-Editing Video
11.-Advanced Video Editing Techniques
12.-Authoring DVDs
13.-Creating Data Disks
14.-Backing up Data

Label Creator and Media Manager Tools are bonus content on the publisher's website.

There are other books on Easy Media Creator 8 but unless you'r a Dummie (also a good book) this is the one you will want.


Books-Under-Review-->Computers-->Open Source-->Software-->79
Related Subjects: Graphics Internet GUI Games Editors Tools Audio and Music
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250