Book Description
Another defining moment in the evolution of operating systems
Small footprint operating systems, such as those driving the handheld devices that the baby dinosaurs are using on the cover, are just one of the cutting-edge applications you'll find in Silberschatz, Galvin, and Gagne's Operating System Concepts, Seventh Edition.
By staying current, remaining relevant, and adapting to emerging course needs, this market-leading text has continued to define the operating systems course. This Seventh Edition not only presents the latest and most relevant systems, it also digs deeper to uncover those fundamental concepts that have remained constant throughout the evolution of today's operation systems. With this strong conceptual foundation in place, students can more easily understand the details related to specific systems.
New Adaptations
* Increased coverage of user perspective in Chapter 1.
* Increased coverage of OS design throughout.
* A new chapter on real-time and embedded systems (Chapter 19).
* A new chapter on multimedia (Chapter 20).
* Additional coverage of security and protection.
* Additional coverage of distributed programming.
* New exercises at the end of each chapter.
* New programming exercises and projects at the end of each chapter.
* New student-focused pedagogy and a new two-color design to enhance the learning process.
Customer Reviews:
Informative, but very, very dry.............2007-09-16
This book is very informative if your interested in learning how operating systems work. Unfortunately, Im not really interested in it, I just have to read it for a required class. The material is very dry so its hard to focus on what your reading.
Not a very good one.......2007-03-11
I had to buy it for the course, but I really prefer Tanenbaum books, you can find more science. Pages reflect light so you should have indirect lighting, I had difficulties reading it.
Good as a Textbook.......2007-01-13
This was a required text for a college class. As a beginner in understanding how operating systems are created the first few chapters were easy to read and understand, but after that I needed the professor to be able to understand the concepts.
Excellent!.......2006-10-21
We had to buy this book as part of our undergraduate Computer Engineering curriculum at The University of Akron. The book is very well written; I taught myself a lot by studying it.
This book was so good that I actually ended up telling one of my friends in Computer Engineering at Case about it, only to find out that 1) they use it there, too, and that 2) he thinks just as highly of the text.
Try reading 3 pages without falling asleep.......2006-03-05
While "Operating Systems" is not exactly the sexiest subject in Computer Science, it ought to be possible to make it interesting, for example by taking a historical or problem solving approach.
Sadly, Silverschatz does none of this; in fact, often his book reads more like a tome on tax-law. Take this sentence, for example:
"If no process is executing in its critical section and some processes wish to enter their critical sections, then only those processes that are not executing in their remainder sections can participate in the decision on which will enter its critical section next, and this selection cannot be postponed indefinitely." (p.194, 7th ed.)
Silberschatz also has a tendency to make sweeping statements without giving examples, like what I am doing here. Admittedly, online chapters for different operating systems are available, but I think more examples within the main text itself would have helped to explain the concepts better.
The book also contains errors. For example it says that, "For instance, suppose that the queue usually has just one outstanding request. Then, all scheduling algorithms behave the same, because they have only one choice for where to move the disk head: They all behave like FCFS scheduling." (p.461, 7th ed.) While this is true for shortest-seek-time-first, LOOK and C-LOOK algorithms, it is wrong for SCAN and C-SCAN. They would continue moving the HD head from cylinder 0 to cylinder max, with worse performance than SSTF.
Since I do not have wide experience with other O/S books, I will not give a categorically "don't buy it!" recommendation. After all, Silberschatz is quite comprehensive and could be okay as a reference book. However, if you require a book to teach you O/S concepts, I would strongly recommend looking elsewhere. Perhaps try a book by Tanenbaum? His prose is more readable.
Book Description
PowerShell replaces cobbled-together assemblies of third-party management tools with an elegant programming language and a powerful scripting shell for the Windows environment. In the tradition of Manning's ground breaking "In Action" series, this book comes from right from the source. Written by Bruce Payette, one of principal creators of PowerShell, Windows PowerShell in Action shows you how to build scripts and utilities to automate system tasks or create powerful system management tools to handle the day-to-day tasks that drive a Windows administrator's life. Because it's based on the .NET platform, PowerShell is also a powerful tool for developers and power users.
Windows PowerShell in Action was written by Bruce Payette, one of the founding members of the Windows PowerShell team, co-designer of the PowerShell language and the principal author of the PowerShell language implementation. The book enables you to get the most out of the PowerShell environment. Using many examples, both small and large, this book illustrates the features of the language and environment and shows how to compose those features into solutions, quickly and effectively.
This book is designed for anyone who wants to learn PowerShell and use it well. Rather than simply being a book of recipes to read and apply, this book gives you the deep knowledge about how PowerShell works and how to apply it.
Customer Reviews:
Geeked Out on Powershell.......2007-08-06
As a both a Windows and Linux system administrator, this book overall made me frustrated initially, as I really don't want to delve into the introspective nature of compiler design miracles, but rather have a practical book on applying PowerShell. Nevertheless, once I sat down and reviewed key chapters, I was able to learn how to better utilize Powershell and apply it to some chores relating to the nature of system administration.
One of the things I high agree with another reviewer is that the book does indeed delve too much into the "gears and cogs" of Powershell, and many times too much. Sometimes we delve into how behind the scenes, the language takes measures to behave like any other language or shell, and we're scratching our heads, why did I have to understand what I always knew to work and behave. Good example is page 62 on string expansion, where once something is assigned is doesn't changed when accessed. Like that's how everything is suppose to work. Though, then he mentions how to override the behavior, but never drops any code examples for that side note.
Though this book seems more oriented to software developers, rather than system administrators, I would still recommend this book, as you can become really well versed in the Powershell and understand its advantages as it relates to the .NET platform on the recent Windows OSes.
Clearly a Winner.......2007-08-06
Not only does this teach you powershell, it answers all kinds of questions about why Powershell is the way it is, and why certain decisions were made. Ever want to know why we use -eq instead of == ? The answer is in here. This books simply rocks. This book not only shows you how to use Powershell, it teaches you Powershell works, from the inside out. Completely worthwhile. I would highly suggest reading it multiple times, as you learn more and more each time through.
PAGE 205 ... PAGE 205.......2007-07-28
This book gives you the goods and helps you become very productive very fast. As a service ... I'm pointing out that PowerShell is installed in a somewhat crippled state which allows for interactive scripting only. You know, security, security, security.
Most of us, of course want to put the script into a file and execute it and this won't work until you set an 'execution policy'. This information can be found starting on page 205 and further directions on page 451.
Just thought you'd like to know.
Besides that a very good book that stands on it's own. If you've been around the programming track a couple of times you won't need the 'for the absolute beginner' book ... this one will do the trick!
I wish all technical books were written this well.
Don't Make This Your First Purchase.......2007-07-09
Consider this book the Definitive Reference for PowerShell. Written by one of the designers of the PowerShell environment, the author knows all the ins and outs, back-alleys, hidden rooms, and secret handshakes the language offers - and isn't afraid to grab you by the hand and drag you along (like it or not!) for the tour of your life.
Therein, however, is the reason I can't recommend this as your first PowerShell book. The book is very logically planned out, the information very well presented in relatively easy to understand language, there is an abundance of script snippets to demonstrate what is being talked about, and the writing style itself is entertaining to read. But the author knows too much on the subject, and like any proud parent, often "too much information" is given, delving too deep into the gears and cogs of PowerShell and the underlying .NET framework for the (often basic) building block component, which might overwhelm the new PowerShell user, especially if the user does not have programming, let alone scripting, experience.
So although I say don't make this your first purchase, make it your second - and probably your last. Start with an "Introduction" style book (like Microsoft Windows Powershell Programming for the Absolute Beginner) to get used to the complex environment (even if you've only had VBS/JS experience), get comfortable with the basics of the shell, then move up to this title. You'll soon find out that every aspect you thought you knew has much more to the story than you thought, and you'll walk away from this read able to do just about everything you want.
Everything you ever wanted to know about PowerShell.......2007-05-12
I don't ever remember reading a computer book from cover to cover, but I got hooked on this book and "can't put it down"... Plus, who ever thought that the history of a program could be as interesting as this one is. After all, the book begins by asking "why another shell language?" By the time you are into a few chapters you realize the question should have been "what took you so long?"
The book is peppered with valuable code examples that show off everything from the basics to the most advanced concepts, and the examples are built incrementally so you can see how and why every character in a command line works. Since PowerShell is object oriented, you easily learn why this is important, and how to extract the power of an OO shell.
I've already put PowerShell to work at the office using it for WMI, Active Directory, and file management tasks and have incorporated it into my AutoIT scripts as well. This book was a great help in getting me up to speed as fast as I have.
Book Description
Get the expert insights, indispensable reference, and practical instruction needed to exploit the core language features and capabilities in Visual Basic 2005. Well-known Visual Basic programming author Francesco Balena expertly guides you through the fundamentals, including modules, keywords, and inheritance, and builds your mastery of more-advanced topics such as delegates, assemblies, and My Namespace. Combining in-depth reference with extensive, hands-on code examples and best-practices advice, this CORE REFERENCE delivers the key resources you need to develop professional-level programming skills for smart clients and the Web.
Customer Reviews:
Excellent, monumental book - but not for everyone.......2007-05-31
Visual Basic appeared more than 15 years ago as a tool to define quick prototypes and develop GUI applications with ease. Its development environment, which the language was literally blended in, was remarkably easy to use. I remember those good old days when a fellow colleague of mine showed me how to draw VB forms and in less than an hour after I was already developing a new GUI application.
Visual Basic has gone through a long way since then. The language is nowadays a powerful, complex, potent medium to develop sophisticated applications. In fact, Visual Basic.NET is virtually on par with C#.
"Visual Basic 2005: The Language" by Francesco Balena tries to show - in a gentle yet dense manner - the long way that VB has pursued over the years and well as the current state of affairs. It succeeds on both counts.
The book is divided in four bigs parts:
1) The Basics - which introduces the reader to what Visual Basic.NET is all about, with explicit references to the differences between VB6 and VB.NET (very useful for VB6 programmers).
2) Object Oriented Programming - which presents the OOP support in VB.NET. This section is important because VB.NET departs from the old OOP support and gets more in line with the .NET paradigm.
3) Working with the .NET Framework - which may be seen as a natural continuation of the previous part in the context of the .NET framework.
4) Advanced Topics - which tackles how advanced .NET elements (like attributes) get handled in VB.NET as well as what VB.NET is still better than, say, C# (namely the interop with COM and Automation).
The book is truly monumental in form and dense in content. The style is slightly verbose but this adds value: you cannot skip pages without losing valuable information and in such conditions reading a book of this size is quite a task.
As an added bonus, the author presents several mini-projects that are in fact mini how-to tutorials: how to build a plug-in for WinForms, how to develop a n-tier application. Without the generosity of Mr. Balena you'd have to buy an extra book for an introduction in such useful stuff.
"Visual Basic 2005" has several minor drawbacks, though:
1) The remarks showing the differences between VB6 and VB.NET are scattered throughout the text. For a VB6 programmer this is difficult to follow and for a non-VB6 programmer this is slightly annoying. Perhaps Mr. Balena should have dedicated a special chapter to those differences and then forget about them.
2) The book does not say much about all the other .NET languages, as if VB.NET is the only .NET language under the sun. In fact, .NET diminishes the differences between languages without making them identical. This is not apparent from this book.
3) The book does not say enough about what is specific to Visual Basic, besides syntax. Why would anyone want to program in Visual Basic.NET when you have C#? In my opinion, Visual Basic.NET is not going to go away any time soon especially because it retains those qualities of VB6 - a verbose and intuitive syntax, a loose typing system (perfect fit for Automation interop) as well as a slightly better exception catching mechanism. In my opinion, "Visual Basic 2005" does not elaborate enough on such necessary topics.
Overall, the book is a must if you want to come up to speed with the Visual Basic language after years of programming in other languages. However, if you want to learn Visual Basic from scratch or if you want to use Visual Basic.NET for more "mundane" tasks - such as building WinForm applications - then this book is not for you.
excellent book for experienced programmer.......2007-05-19
I based my purchase of this book on the reviews on it, and I must say that they were accurate. This book is an exceptionally good means for an experienced programmer to learn how to program in Visual Basic 2005. Assuming one already is familiar with typical program mechanisms and mindsets, this book allows you to immediately become effective without wasting time discussing elementary concepts.
I should also add that the writing of the book is pleasant, the proofing very well done, and the overall appearance is quite nice. There aren't many books that get 5 stars but this is one.
Best book on VB.NET.......2007-03-29
I have read through a few best selling VB.NET books and I believe this is the best book on the topic. The best part about this book is that it does not give the rehashed technical manual feeling that most other books would give you. Instead, you can tell the author had been planning to write this book for a while and he added many fine details about VB.NET and Framework which might have been puzzling you. However this book only comvers the core topics and there are some other fine details which are missed, so I recommend you reading together with Visual Basic 2005 Programmer's Reference (Programmer to Programmer). That book gives you the rehashed feeling, though.
Very Good Reference.......2007-03-27
If you are looking for a beginners book then go elsewhere. If you are looking for a very well written reference on the more advanced features of VB then this is your book. It covers all advanced aspects very well and has lots of sample code to assist you in your development efforts.
As a very experienced VC++ and STL developer switching to VB, I needed a reference on how to code my ideas in VB2005. This book was the best investment of the 5 books I have purchased on the system.
VB 6 TO VB 2005 With Ease.......2007-03-15
I found this to be the best source I've read that reveals the code changes from VB 6 to 2005. The code samples explain in detail how to easily accomplish tasks in VB 2005.
Book Description
Dashboards have become popular in recent years as uniquely powerful tools for communicating important information at a glance. Although dashboards are potentially powerful, this potential is rarely realized. The greatest display technology in the world won't solve this if you fail to use effective visual design. And if a dashboard fails to tell you precisely what you need to know in an instant, you'll never use it, even if it's filled with cute gauges, meters, and traffic lights. Don't let your investment in dashboard technology go to waste.
This book will teach you the visual design skills you need to create dashboards that communicate clearly, rapidly, and compellingly. Information Dashboard Design will explain how to:
- Avoid the thirteen mistakes common to dashboard design
- Provide viewers with the information they need quickly and clearly
- Apply what we now know about visual perception to the visual presentation of information
- Minimize distractions, cliches, and unnecessary embellishments that create confusion
- Organize business information to support meaning and usability
- Create an aesthetically pleasing viewing experience
- Maintain consistency of design to provide accurate interpretation
- Optimize the power of dashboard technology by pairing it with visual effectiveness
Stephen Few has over 20 years of experience as an IT innovator, consultant, and educator. As Principal of the consultancy Perceptual Edge, Stephen focuses on data visualization for analyzing and communicating quantitative business information. He provides consulting and training services, speaks frequently at conferences, and teaches in the MBA program at the University of California in Berkeley. He is also the author of Show Me the Numbers: Designing Tables and Graphs to Enlighten. Visit his website at www.perceptualedge.com.
Customer Reviews:
Buy this Book!.......2007-09-12
This book is great, it gets to the point, tells you what you need to know, provides many examples and is entertaining at the same time. The people who are still fascinated by all the colors in their kids Crayola boxes probably would object to some of Few's points.
Over-raed approach to stern looking dashboards.......2007-09-03
The key elements of dashboard design (avoid clutter, focus and limit visual cues, beware of rainbow colors, carefully chose when to show numbers, tables or (appropriate) graphs), converted in a very lengthy and expensive piece of litterature. And the results is by all accounts debatable in terms of look and feel, in particular as very little attention is given to who your audience is...
I would not recommend this book.
Another Tech Book Killed by Frills and Filler .......2007-09-02
There can be no doubt that the pages of this book contain some of the most original and decisive ideas about dashboard design of any book to come out on the market. Yet this strength cannot quite redeem it. This book is mostly pictures, figures, and graphs, many of which are not needed. The same could be said of dashboards in general. The prose is watered down and childlike, as if the author would spoon feed his ideas, one per chapter, to an infant audience. In the end I am forced to conclude that, like many tech books in HCI, a hard core text filled with complex ideas, lean, well-written chapters, and something like wit is both outside the reach of its authors and outside the bounds of contemporary techie marketing. This book may sell, but it does nothing to promote a sophisticated, confident HCI core at a time when awareness of the profession is still patchy. It will be a great day for HCI when its "Gurus" stop condescending to their audience.
Excellent Treatment of the Material.......2007-08-17
This is an easy to read book which does a fantastic job of conveying the topic material. I strongly agree with Few's perspective and think that you wouldn't go wrong with a design that's in alignment with this book.
Great design principles.......2007-08-08
This manual is a great resource for best practices and principles for designing dashboards. It doesn't matter if you buy or build, the material is golden.
Book Description
If you're interested in weaving multiple images into a seamless panorama, placing text on paths and shapes, or any of the countless other things you can do with Photoshop CS2's myriad new features, this is the place to get up to speed on them fast! In these pages best-selling authors and Photoshop masters
Elaine Weinmann and
Peter Lourekas use task-based instruction and strong visual aids to teach you all of the Photoshop essentials: from basic color manipulation and image correction to painting, masking, using filters, importing and editing digital photos, and more. Incisive text, crystal-clear screen shots, and step-by-step instructions bring the art of digital image manipulation to your desktop. Now you can take the ball and run with it, creating your own composite masterpieces that take full advantage of Photoshop's tight integration with the other products in Adobe's Creative Suite. Armed with the tips and techniques Elaine and Peter share here, you'll be ready for any Photoshop CS2 project.
Customer Reviews:
book review.......2007-09-22
A book for people already familiar with photoshop, too complex for beginers, written in a dull way.
Very Helpful.......2007-07-08
This is an excellent book, which actually explains a lot about Photoshop for the newer user. It was recommended to me be by a professional and I am happy that I got it. Its only drawback is that none of the graphic charts are in color. Not terrible but it would certainly be helpful.
Another winner in the Visual Quickstart series.......2007-06-11
I had photoshop 5 and the corresponding Visual Quickstart guide. When I upgraded to CS2, I bought this book based on my satisfaction with the previous version. I was not disappointed.
The concept of these books is to provide a 1-3 page illustrated lesson on real world tasks. With photoshop, that works particularly well. I am an occasional user, and this book helps me get great results fast.
Good books.......2007-05-07
The book is pretty easy to get around and find what I want to do with the program.
I Am VERY(!) pleased.......2007-04-19
5-year Final cut pro editor, who never learned Photoshop. I bought the for Dummies volume, which was little help. On page 101 now of this 300 or so page book, and am ecstatic over the doors it's already opened for the program. Read carefully, take your time... but you can't go wrong with this!
Book Description
The new edition of
The Brain Atlas is now better than ever! This acclaimed text continues to provide a concise, elegant, and accurate portrait of human neuroanatomy. Divided into five sections—Background Information, The Brain
and its Blood Vessels, Brain Slices, Histological Sections, and Pathways—this enhanced text has been carefully revised to capitalize on the strengths of the first edition while making the book even more user-friendly. This fully revised edition of The Brain Atlas includes:
• 400 full-color, high quality images and diagrams • Redesigned direct labels replace previously used numbering system • Exceptional presentation of functional pathways • Increased image sizes to reveal structural details • Additional carefully matched radiological images • Visual cues for easy navigation • Clinical relevance highlighted throughout the text • Seamless integration of anatomy, brain vessels, neuroradiology and functional brain pathways • Complete revision of the index, now with over 6,000 entries
Customer Reviews:
Loved this atlas for neuroanatomy.......2007-02-10
I used this atlas extensively for neuroanatomy in med school. Pictures are phenomenal, and the pathways overlayed on anatomical structures are very helpful. I prefer this atlas over Haines.
Great images!.......2006-08-10
This is a great atlas with photographs of slices, MRI images and more, and FANTASTIC pathways illustrations.
Essential Book.......2003-07-25
"...an essential requirement for the library of any individual who works in the field...if you buy only one atlas, this is the one to by." (Journal of Neurosurgery, Vol. 98, June 2003)
Recommended Book.......2002-12-17
"I will certainly use [The Brain Atlas] to teach our residents in neuroanatomy and will encourage them to purchase the book as well." --Volker K.H. Sonntag, M.D., Barrow Neurosurgical Associates, Ltd.
Medical Student Opinion.......2000-02-23
The photographs are excellent, but the index sucks. It is poorly organized and incomplete. Take my advice and buy this book for Neuroanatomy just for the pictures. The paperback edition is very afforadable. Just put lots of little flags on the pages or sections you use most. It will save you much brain-ache.
Book Description
If you're like many people, you wouldn't dream of turning on your computer without also instantly (or almost instantly) launching at least one of the applications included in Microsoft Office. This task-based guide recognizes that and gets down to business fast, taking you step-by-step through all of the key features of the Microsoft Office 2004 suite for Mac OS X: Word 2004, Excel 2004, PowerPoint 2004, Entourage 2004and MSN Messenger Version 4.0. If you're a beginning user, you¿ll appreciate the friendly, visual approach to all of Office¿s word processing, spreadsheet, presentation, calendaring, and email features. And if you're an Office veteran, you¿ll relish the coverage of Office 2004's newest features (many of them exclusive to Macs): Compatibility Reports, which identify and correct discrepancies between different versions of Office documents (including Mac and Windows versions); Word's Notebook Layout View; Excel's Page Layout View; and much more.
Customer Reviews:
Office 2004........2006-11-05
This is one of the best of the Quick Start guides. It is clear and concise and makes a long time Mac. user comfortable.
Owen O'Meara
Microsoft Office 2004 for Mac OS 10 Visual QuickStart Guide.......2005-08-24
This books makes learning the workings of Microsoft Office 2004 super easy. The photos and instructions take the reader step-by-step through the inner workings of the program. A must for the beginner and a resource for the experienced user. Learn Word, Excel and PowerPoint, as well as Entourage and more by using this guide any way you wish.
Gets You Started Quickly.......2004-11-27
Aimed at the beginning and intermediate user of Microsoft Office for Macintosh, this book is part of the Visual Quickstart Guide. The philosophy of the series is to use a lot of photographs so that you can see what the screen should look like as you do various tasks during the learning process.
The organization of the book, after an introduction that you really should read or at least glance over, is modular just like the software. There's a part on Word, on Excel, on PowerPoint, and on Entourage. Each part is self standing and can be used independently of the other parts. You can read the part on the software you need without having to go do everything at once. Although to be sure you will sooner or later want to use the various applications together, and for this there is Part VI: Combining the Applications.
As a visually oriented book, there are hundreds of pictures/drawings to illustrate just about every point. It's a very fast way to get started.
Excellent quick guide to Microsoft Office.......2004-11-15
This 453-page book is written for beginning and intermediate users of Microsoft Office 2004. It blends short, well-written sections on the various parts of Office 2004 with screen shots and other graphics that show you visually how to do things. This is a winning combination and makes learning about Office 2004 easy and fun. I also was pleased to find short "tips" following the various discussions that further enhanced your ability to use the feature being discussed.
Starting the book is a good summary of what's new with the four components of Office 2004, namely Word, Excel, PowerPoint, and Entourage. This is followed by separate "Parts" for each of these four applications plus an introductory section and a special ending section. The latter contains instruction on combining some of the aspects of the four applications. Within each of the major "Parts" are Chapters of major features each broken down further into short sections focusing on the various useful ways to use various features of Word, Excel, PowerPoint, and Entourage.
For example, Part II is on Microsoft Word. It is broken down into 6 chapters focusing on working with word, document formatting, text formatting, adding graphics, creating tables, and other word features. Then within each of those are several subsections providing specific help on various aspects of each chapter topic. For instance, within "document formatting" you'll find specific focus on paper size and orientation, margins, headers and footers, page numbers, inserting page breaks, creating multiple sections, and multiple columns. And all are user-friendly and quite helpful!
This book is part of the "Visual Quickstart Guide" series of Peachpit Press, and the again lives up to the other fine visual guides from this company. I was also impressed by the knowledge shared in this book by the skilled author whose past works included more than 50 other books and hundreds of computer-related reviews and articles for various well-known computer magazines. He knows his subject and has the skills to guide the reader to a most satisfying understanding of Office 2004.
All and all, I would highly recommend this helpful book and I'm sure I will be referring to it many times whenever I have a question about Office 2004 - and I have confidence that I'll find the answer!
Book Description
You already know why it makes sense for you to learn Adobe InDesign: because major magazines, newspapers, book publishers, ad agencies, graphic-design firms, and corporate creative groups worldwide use it to increase productivity and refine creative results. And you need to get up to speed on the very newest version--Adobe InDesign CS2--today! Enter Adobe InDesign CS2 for Macintosh and Windows: Visual QuickStart Guide. Using the task-based, visual approach that has become the hallmark of Peachpit's popular Visual QuickStart Guides, this volume provides a fast, easy, comprehensive introduction to everything InDesign. You'll learn about all aspects of the InDesign interface, including its tools and palettes, as well as how to create documents and master pages, import and style text and objects, automate your work, manage long documents, use the Bezier pen tools,create interactive PDF elements, and work with color. You'll also learn how to use the new Adobe Bridge file browser to locate, manage, and drag and drop assets easily into your InDesign layouts. You’ll find a new chapter on working with InCopy, complete coverage of more advanced topics (like preflighting and advanced text control) and a thorough introduction to all of InDesign's productivity-enhancing features and tools.
Customer Reviews:
Fine for the novice.......2007-09-16
Having newly come from Microsoft Publisher, In Design was a challenge. I used the Adobe manual in parallel with this one, got more out of the combination than the sum of each one by itself. Managed to produce a design in three weeks from start to finish. Friends who know the business find that a remarkably short time.
A Great Reference Desitined to Become Dog Earred.......2007-06-18
This book has helped me to execute a design item many times. It's not perfect but I've already begun to wear out the thing while my reference texts published by Adobe remain in pristine condition.
I would buy this product again.
Indesign for Mac (Visual quick start).......2007-01-05
Ok booIt is hard to find what you need.
REALLY HELPFUL!.......2006-09-29
I was used to an InDesign software from far ago, the dinosaur era. When got the newest version, was at a complete lost. This book explains in easy words EVERYTHING! Adobe's software is great, but their manuals can be used and understood by those with an IQ of 300 up. Am grateful for this book and fully recommend it.
quite boring.......2006-09-13
Technically, this will teach you how to use indesign. But it's so boring and repetitive. It's like memorizing a list.
Book Description
Let this in-depth professional book be your guide to Blender, the powerful open-source 3D modeling and animation software that will bring your ideas to life. Using clear step-by-step instruction and pages of real-world examples, expert animator Tony Mullen walks you through the complexities of modeling and animating, with a special focus on characters. From Blender basics to creating facial expressions and emotion to rendering, you’ll jump right into the process and learn valuable techniques that will transform your movies.
Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Customer Reviews:
best book for learning character sub-d modeling and animation.......2007-10-16
This is not just a good Blender book, this book is the best Ive seen for learning the whole process of modeling and animating a 3D character. If you are new to 3D, you should know that Blender has a very difficult interface in which to learn, although all the rabid Blender devotees will tell you once you learn it, its the best workflow (I still dont know Blender well enough to make a fair call). But not only does this book effortlessly explain how to use the interface, it teaches very good modeling practices by using a simple but good quality character in which is used for entire book (the body was very easy, the face sort of tricky). This is so much better than regular 3D books that jump around to a thousand different unrelated aspects to the interface. You also are given a brief but good coverage of materials and texturing. And then go on to make quite a complex rig as well as many other aspects of rigging and skinning such as action constraints and facial animation with lip syncing. The book also covers nonlinear animation, lattice deformation and metaballs as well as python scripting. And of course how to render the final animation. Ive found no other 3D modeling/animation book that covers all this so simply. And I was even able to send my .blend file to the email the author provided in the book when I got stuck on rigging and he gladly gave advice.
not bad at all.......2007-10-10
I pre-ordered this book the moment it appeared on Amazon...there are few resources which delve so in depth on this subject with blender all in one place, so if you're a blender enthusiast, it is surely the way to go.
Tony Mullen's writing style is superb for any newbie who wants to understand, a style which seems to be fairly prevalent in much of the resources that the blender community offers. They tend to write for those whom they know may or may not have extensive experience in CGI. If someone writes an introduction to the concepts of Blender, they write it accordingly. mind you this is an individual who holds a Ph.D. and yet his writing isn't intimidating at all.
I also enjoyed the forwards by Bassam Kurdali and Ton Roosendaal
and as far as having a problem with the included dvd, it worked just fine! And I really enjoyed watching the surreal "Elephant Dream", who knew blender could accomplish so much? though I do suspect that some heavy programming was done to accomplish some of the effects, but at least you get an idea that Blender is a very, very serious program with some amazing abilities.
Excellent!.......2007-08-25
If you are new to Blender and 3d animation, this book will help you to "open your mind to the possibilities". You will learn to build and animate your own character step by step. Easy to follow and very well explained. The included DVD has a lot of animation samples and source files used in the book. Go for it!
Great Blender Intro and Character Design.......2007-08-17
Of all the books I've read on 3D, this is the first that actually has been useful and direct to me. I have been using Blender 3D for a year now, but I found that there was alot of cool features that I missed that I then learned from this book.
Besides a great introduction, this book flows smoothly with the creation of a face from only a reference photo (with all the intermediate steps to get there), and then the rest of the book is showing how to build a a fully rigged (ready for animation) character from scratch. I am so amazed with this book.
This is a definitely a worthwhile book. I teach Blender 3D for a organization at Texas A&M University, and I suggest this to them all.
Animation Motivated Novices .......2007-08-13
Great book for the Blender Project. The intro says it all, for Blender Pros and highly motivated novices. Great tutorial and all the pieces included on CD.
Book Description
If you're looking forward to using cool new tools like Illustrator CS2's Live Trace or Live Paint in your vector artwork, or eager to take advantage of its more than 200 professionally designed templates, you'll need to get up to speed on every aspect of Illustrator CS2 now with this Visual QuickStart Guide! As the standard Illustrator text in many design schools, this popular, task-based best seller has taught a generation of users how to make the most out of Adobe's vector-graphics powerhouse. Now it’s back--revised and updated--to teach the next. Using simple step-by-step instructions, loads of screen shots, and an array of time-saving tips and tricks, this volume represents the quickest route to Illustrator CS2 proficiency. Clearly marked locators indicate new and improved features (such as enhanced type capabilities, powerful 3D graphics tools, enhanced PDF support, and more), a 24-page color section, and highly readable text create a winning combination for every level of Illustrator user.
Customer Reviews:
Perfect.......2007-10-12
This book was delivered in a timely manner and was exactly the quality I expected.
Great book.......2007-10-09
This book I found was a great reference book. It gives you good explainations of how to do different stuff. I would have liked it to have a bit more colour and a few more diagrams, but other than that I think it's a great book!
An up to date Illustrator guide.......2007-07-23
I was a new user of Adobe Illustrator and this book had all the answers and ways to use Illustrator software. You can just go on reading and get a hands on the software or you can find the solutions when you face problems. Its just worth buying.
Best Illustrator Book for the Money!.......2007-05-09
This is just a great book! It gives you simple ways to learn the program, excellent exercises, and explains everything you'd need to have to make Illustrator spin for you.
Great Book.......2007-03-18
I own quite a few of the Visual Quickstart Guide series and this one is no exception. It is a great book. The format this follows allows for quickly finding exactly the help you need. The instructions are precise and clear telling you exactly what to do. Anyone that is pressed for time but needs a bit more know-how should consider this book.
Books:
- Performance Dashboards: Measuring, Monitoring, and Managing Your Business
- Physical Asset Management Handbook
- Principles Of Operations Management and Student CD (6th Edition)
- Principles Of Operations Management and Student CD (6th Edition)
- Principles Of Operations Management and Student CD (6th Edition)
- Principles of Project Finance
- Production and Operations Analysis with Student CD
- Quality: A Corporate Force, Managing for Excellence
- Reliability: Modeling, Prediction, and Optimization
- Sales and Marketing the Six Sigma Way
Books Index
Books Home
Recommended Books
- AP Stylebook and Briefing on Media Law
- Parish-Hadley: Sixty Years of American Design
- Fight Choreography: The Art of Non-Verbal Dialog
- George Wallace: American Populist
- Principles of Marketing
- The Dead Room
- Seagrasses: Biology, Ecology and Conservation
- Crashproof Your Life: A Comprehensive, Three-Part Plan for Protecting Yourself from Financial Disast
- Integrative Document & Content Management: Strategies for Exploiting Enterprise Knowledge
- If Ever I Return, Pretty Peggy O