Average customer rating:
- A Good Book for Finance/IT majors
- Great book, and includes @RISK
- Good practical text
- Decision analysis
- Good book , worth to read
|
Spreadsheet Modeling and Decision Analysis (with CD-ROM and Microsoft Project 2003 120 day version)
Cliff Ragsdale
Manufacturer: South-Western College Pub
ProductGroup: Book
Binding: Hardcover
General
| Business & Investing
| Subjects
| Books
MIS
| Industries & Professions
| Business & Investing
| Subjects
| Books
Decision-Making & Problem Solving
| Management & Leadership
| Business & Investing
| Subjects
| Books
Management Science
| Management & Leadership
| Business & Investing
| Subjects
| Books
General
| Project Management
| Computers & Internet
| Subjects
| Books
PMP Exam
| Project Management
| Computers & Internet
| Subjects
| Books
Project
| Applications
| Microsoft
| Computers & Internet
| Subjects
| Books
General
| Applied
| Mathematics
| Science
| Subjects
| Books
General
| Applied
| Mathematics
| Professional Science
| Professional & Technical
| Subjects
| Books
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
Look Inside Science Books
| Trip
| Specialty Stores
| Books
All Titles
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Business & Investing
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Computers & Internet
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Professional
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Science
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Similar Items:
-
Managerial Accounting
-
Financial Accounting: A Valuation Emphasis
-
Training In Interpersonal Skills: Tips for Managing People at Work (4th Edition)
-
Microeconomics, 6th Edition
-
Statistics for Business and Economics and Student CD (6th Edition)
ASIN: 0324312563 |
Book Description
Valuable software, realistic examples, and fascinating topics . . . everything you need to master the most widely used management science techniques using Microsoft® Excel is right here! Learning to make decisions in today's business world takes training and experience. Cliff Ragsdale--the respected innovator in the field of management science--is an outstanding guide to help you learn the skills you need, use Microsoft Excel for Windows to implement those skills, and gain the confidence to apply what you learn to real business situations. SPREADSHEET MODELING AND DECISION ANALYSIS gives you step-by-step instructions and annotated screen shots to make examples easy to follow. Plus, interesting sections called The World of Management Science show you how each topic has been applied in a real company.
Customer Reviews:
A Good Book for Finance/IT majors.......2007-09-17
This book does what it sets out to do: teach spreadsheet modeling. I'm only on the third chapter, but the author does a good job including step by step instructions on how to create winning models. The author is also very easy to understand. So if you're going to be doing optimization and modeling in your work, I highly recommend this book.
Great book, and includes @RISK.......2007-08-06
Ragsdale really makes spreadsheet modeling accessible to real-world business situations. It was a great asset to my MBA coursework. As a student, it came with a free student version of @RISK risk analysis software as well.
Good practical text.......2006-11-12
A good book for those studying decision making techniques or as a reference for managers looking to upgrade their skills
Decision analysis.......2006-11-02
Excellent book; I am considering it as a textbook for a Managerial Sciences course. The examples are clear and real increasing the interest of the students.
Good book , worth to read.......2006-02-17
This book is designated as the textbook for our master's level management modeling class. The author concerntrated on the application of Microsoft Solver to solve various of optimazation problems that we freqently faced in the real business opreations. Overall, this is good book for entry-level management modeling study.
Average customer rating:
- An introduction to Perl
- Get the second edition
- Great book
- Enjoyable Read
- Perfect introduction to Perl scripting
|
Learning Perl, Fourth Edition
Randal L. Schwartz ,
Tom Phoenix , and
brian d foy
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback
General
| Introductory & Beginning
| Programming
| Computers & Internet
| Subjects
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
General
| Languages & Tools
| Programming
| Computers & Internet
| Subjects
| Books
General
| Programming
| Web Development
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| Books
Natural Language Processing
| Software
| Computers & Internet
| Subjects
| Books
Perl
| Programming
| O'Reilly
| By Publisher
| Books
General
| Programming
| O'Reilly
| By Publisher
| Books
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
All Titles
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Computers & Internet
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Similar Items:
-
Programming Perl (2nd Edition)
-
Perl Cookbook, Second Edition
-
Intermediate Perl
-
Perl Best Practices
-
Learning Python (Learning)
ASIN: 0596101058 |
Amazon.com
In this smooth, carefully paced course, a leading Perl trainer teaches you to program in the language that threatens to make C, sed, awk, and the Unix shell obsolete for many tasks. This book is the "official" guide for both formal (classroom) and informal learning. It is fully accessible to the novice programmer.
Book Description
Learning Perl, better known as "the Llama book", starts the programmer on the way to mastery. Written by three prominent members of the Perl community who each have several years of experience teaching Perl around the world, this edition has been updated to account for all the recent changes to the language up to Perl 5.8. Perl is the language for people who want to get work done. It started as a tool for Unix system administrators who needed something powerful for small tasks. Since then, Perl has blossomed into a full-featured programming language used for web programming, database manipulation, XML processing, and system administration--on practically all platforms--while remaining the favorite tool for the small daily tasks it was designed for. You might start using Perl because you need it, but you'll continue to use it because you love it. Informed by their years of success at teaching Perl as consultants, the authors have re-engineered the Llama to better match the pace and scope appropriate for readers getting started with Perl, while retaining the detailed discussion, thorough examples, and eclectic wit for which the Llama is famous. The book includes new exercises and solutions so you can practice what you've learned while it's still fresh in your mind. Here are just some of the topics covered:
- Perl variable types
- subroutines
- file operations
- regular expressions
- text processing
- strings and sorting
- process management
- using third party modules
If you ask Perl programmers today what book they relied on most when they were learning Perl, you'll find that an overwhelming majority will point to the Llama. With good reason. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer.
Customer Reviews:
An introduction to Perl.......2007-10-05
This book is a gives a gentle introduction to Perll; by the time you have gone through this book, you would have touched on some very simple operations and common language idioms found in Perl. This is not a comprehensive guide; on the contrary the book is selective about covering only those constructs and issues that one is most likely to face early on in programming with Perl.
This does not collect any of the more powerful feature in Perl like Reference; Data Structures; Manipulating lists of list.
I would not recomend this book.
Get the second edition.......2007-10-05
I learned Perl from the second edition of this book a few years ago, and was very impressed. After a few years without writing a single line of Perl, I needed to learn it again, so I bought the most current version of this book, the fourth edition. I was not as impressed with the fourth edition, it seems that a lot of the more advanced, and useful, stuff has been moved out of this book into the intermediate book. This book is missing a lot of the features that makes Perl a productive language. I'd try a few online tutorials first and then see if the intermediate book would work. Or, if you can find an older edition give that a shot.
Great book.......2007-08-12
First of all, this book is only the beginning. It does teach the basics including arrays, scalars, functions and many other topics that are central to a basic understanding of Perl. It also coves regular expressions which aside from the great swatch of modules is one of Perl's greatest strengths.
Because of that and the teaching style this book earns the 5 star rating.
Toward the end it hints at some of the other 'required' topics such as references, modules and objects. After you've read this book get a copy of Intermediate Perl to read up on those topics.
Enjoyable Read.......2007-07-25
The first thing that stood out to me about the book was the humor of the authors. The footnotes were not only informative but also good ways to lighten the mood of the book.
However, the jokes do not take away from the content in any way - you will learn a lot from the llama book. I always recommend the llama to anyone who asks for a book to learn Perl.
Now, this isn't an introduction to programming, programming basics are assumed (which isn't much to ask). But that's another thing I liked about "Learning Perl" - the authors give you the information you need with no fluff. Everything is straight to the point and explained clearly & concisely.
Perfect introduction to Perl scripting.......2007-07-14
I learnt Perl scripting from the third edition of The Llama, and recently had cause to brush up my Perl for a new job, so I thought I'd check out the fourth edition. I'm pleased to say it's still an excellent work. If you want to use Perl as a scripting language, this may be all you need for your entire scripting career. Some basic programming knowledge might be helpful, but even a complete beginner could get something out of this.
The basics are covered well: strings, numbers, control structures, subroutines, arrays and hashes, and most importantly, reading and writing files, and the mighty regular expressions. In fact, I've not read a better treatment of regular expressions anywhere else. Everything is clearly explained and well-written. Basically, this is the gold standard against which all introductory books to a programming language should be judged.
However, this book makes no claim to covering all of Perl. At least the main text of the book doesn't. I don't know what happened with the blurb on the back of the book, but it mentions, among other things: threading, references, objects, modules and package implementation. Technically, these topics are indeed present, but only in that a paragraph each is devoted to them in Appendix B. You will certainly learn nothing of any value about them.
There are some other minor quibbles: you may find the constant Flintstones references tiring after a while. Also potentially wearing are the sometimes inane footnotes, which breaks the flow of the reading experience for little reward. On the other hand, I found them a lot less annoying in this edition, so perhaps I've just mellowed out in the intervening years. Finally, the last chapter does a very whistlestop tour of map, grep, exception handling with eval, and array and hash slicing. I've never found the 'cram a bunch of stuff we don't have time to talk about into one chapter' approach to be very useful, and it doesn't work here, either. Fortunately, apart from the slices, it's all covered again at slightly greater length in Intermediate Perl.
Speaking of Intermediate Perl, if you want to learn Perl as a general purpose language, rather than for short scripts, you need to go and read that one next. Many suggest that you can graduate onto The Camel straight after The Llama, but I strongly disagree -- I tried and failed miserably.
But as long as you bear in mind you're only getting half the Perl experience, this is still the book I would thrust into the hands of anyone looking to learn Perl.
Product Description
- Understand and use SAP SD effectively and efficiently - Apply SAP SD to your own company?s business model and make it work for you. - A reference guide for the SAP SD professional - Learn all aspects of SD functionality and essential technical details SAP SD, the leading sales and distribution solution is a complex product that is often not fully understood. This book helps you fully leverage your SD implementation as it clarifies how SD works through explanations and practical examples. Understand how SD works from a functional and a technical perspective. Discover how SD integrates and interacts with other key SAP modules and understand how it relates to BadIs, BAPIs and IDocs. An in-depth, practical resource, this book is your one-stop resource for SAP SD. Highlights Include: - Master Data Applications - Key Techniques - Supply Chain Extension of SD - Financial and Controlling Interface - Reporting and Analytics - Special Order Processing - Data transfer, Notification, Interchange and Interface - E-Sales and Distribution - Enhancements, Upgrades, and Extension
Book Description
Executives of IT organizations are compelled to quickly implement server virtualization solutions because of significant cost savings. However, most IT professionals tasked with deploying virtualization solutions have little or no experience with the technology. This creates a high demand for information on virtualization and how to properly implement it in a datacenter. Advanced Server Virtualization: VMware® and Microsoft® Platforms in the Virtual Data Center focuses on the core knowledge needed to evaluate, implement, and maintain an environment that is using server virtualization. This book emphasizes the design, implementation and management of server virtualization from both a technical and a consultative point of view. It provides practical guides and examples, demonstrating how to properly size and evaluate virtualization technologies. This volume is not based upon theory, but instead on real world experience in the implementation and management of large scale projects and environments. Currently, there are few experts in this relatively new field, making this book a valuable resource The book is divided into major sections making it both a step-by-step guide for learning and implementing server virtualization as well as a quick reference. The chapter organization focuses first on introducing concepts and background, and then provides real-world scenarios.
Customer Reviews:
Comprehensive, Technical and Business, Basic to Advanced, VIRTUALIZATION Practical Knowledge .......2007-10-03
One of the most outstanding books ever!
This book starts by excellent teaching of fundaments (In Chapters 1 to 3) by comparing Virtualization to Simulation and Emulation and demystifying it. An easy to understand and clear history - going back to IBM 360, Physical and Logical Partitioning and OS issues and concepts are discussed to clarify and explain. It also clearly, and very honestly, points out where Virtualization can, and where it can NOT be a solution.
Chapters 4 to 7 do a superb, professional job of covering best practices for Business Case, Planning, Budgets, Deployment, Price, Usage Scenarios, and specifications. I read this part wearing both my business and technical hats. I was impressed in both ways.
Chapters 8 to 12 focus on Microsoft Virtual Server Platform, Installation, Configuration, and Advanced Topics. Chapters 13 to 17 do the same for VMware ESX. Then in Chapters 18 to 22 a greater detailed focus is on Implementation and Configuration of VMware GSX. Chapters 23 to 26 cover Upgrades, Guest OS Techniques, Scripting, and Advanced Topics. And, finally, Chapters 27 to 29 do an honest introduction and summary of Open Source and competitive products such as: Cassat, Parallels, Serenity Virtual Station (SVISTA), Virtual Iron (VFe), Win4Lin, Bochs, QEMU, and Xen.
The authors are top-notch experts in the field and they are also excellent teachers. The book is a delight to read.
Bruce Razban
President/Founder, Razban Internet International,
Silicon Valley, CA, USA
Advanced in every way.......2007-03-08
Very likely the best book on the topic anywhere. Outstanding. Expensive. But if you are working in a large scale environment where server farms are being consolidated to save money, time and increase productivity and maintain highly redundant systems...this book is for you.
Yeah, I know it's not a history book like the rest of my reviews. But hey, I have to pay for my amazon orders some how.
Implementation guide for VMware and Microsoft Virtual server.......2006-08-24
This book provides a thorough (742 pages) implementation guide on VMware ESX, GSX and Microsoft Virtual server. This would help implementers/consultants tasked with implementing virtual servers within a datacenter. The authors are implementation experts and are upfront about the fact that this book will cover only the above 3 popular server virtualization products. This book covers how a bare metal or OS (Windows/Linux) based server can be carved up into logical servers. It doesn't defocus or attempt to look into alternative approaches that involve virtualizing I/O in addition to the server itself. I give it a 4 as it seems a bit on the wordy side and could have been presented in a more compact and succint manner. All in all a good book on an interesting topic.
A must have!.......2006-07-13
This book has all the information you need to create a virtual environment. Very well laid out, great for reference. It's about time something like this comes out.
Book Description
Reach for a higher measure of success
An information technology project can be on time and within budget, but that doesn't mean it will be successful. The real measure of success is the value that the project delivers to the organization.
Now revised, this Second Edition of Jack Marchewka's Information Technology Project Management focuses on how to create Measurable Organizational Value (MOV) through IT projects. The author uses the concept of MOV to create a solid foundation for making decisions throughout the project's lifecycle and for integrating project management and IT concepts, tools, and techniques.
Highlights of the Second Edition
* New Chapter 12 on Project Procurement Management and Outsourcing.
* New Chapter 13 on Project Leadership, Ethics, and Multicultural Projects.
* Takes you through the different phases of the project life cycle, and introduces the concepts and tools that are appropriate for each specific phase of the project.
* Incorporates nine areas outlined in the Project Management Institute's Project Management Body of Knowledge (PMBOK) into the basic concepts associated with information systems management and software engineering.
* Chapter-opening vignettes, which comprise a continuing case about Husky Air (an air charter company), describe situations faced by project managers and teams undertaking IT projects.
* Chapters feature integrated hands-on case assignments.
* Includes a trial version of MS Project(TM).
Customer Reviews:
JJ.......2006-11-28
The numerous vague flow charts, weak graphics, and conflicting statements did little to promote the learning process. Cites many dated studies and implies causation with little statistical relevance. Similarly, the author's exam questions led to more frustration as many appear to be developed to trick the reader.
Great Buy.......2005-10-02
This book breaks down project management very well. It is an easy read and cites great case studies.
Good IT Project Management Book.......2005-03-13
This is a good book for learning IT project management. The chapters are well written and explained. The book is easy to read and easy to follow. I used this book in Spring 2004 as class textbook while taking my graduate courses and I also had the privilege to have the author as the person who taught the class. It is a pretty good book that I kept and use it as reference. The part of the book that I like the most is the explanation of resistances to change in the workplace and how to manage them.
Overall I give 5 stars.
Good book with MS Project 2002 Trial Version.......2003-07-26
If you are learning MS Project, you need to get the newest version 2002. MS has been updating it almost weekly, difficult to keep up. The theoretical foundation of this book is sound. Chap. 8 Managing Project Risk is very useful. It can be used as a graduate level course, 30 - 36 hours. The book does not include examples of real world problem solving and it is short, only 317 pages.
Book Description
A unique classroom-based approach for PMP exam preparation
This proven system for candidates wishing to certify their skills as Project Management Professionals delivers complete coverage of the PMP exam, hundreds of practice questions, and a CD-ROM that includes two electronic practice exams and an electronic copy of the book.
- Reflects the 2005 revision of the exam
- The only study guide to offer a classroom-based approach to exam preparation
- Updated to reflect the new PMBK (Project Management Body of Knowledge) and references all answer explanations directly to the PMBK
Customer Reviews:
Excellent PMP Exam Prep Study Guide.......2007-10-18
This book is the best PMP Exam Prep study guide I have found. It is packed with useful information, targeted directly at passing the PMP Certification exam. The practice exam questions are excellent, the explanation of the answers well written, and a reference to the PMBOK is included with each question. The book includes a CD with a full PMP exam (many similar books charge extra for this) and the ability to download a second exam for no additional charge. The book is much less expensive than others that offer not nearly as much. As a PMP certified project manager and instructor of PMP exam prep courses, I recommend it highly.
Great book for PMP Certification Study.......2007-10-09
This is a great book for PMP certification preparation. It talks about the real life situation and what is expected in the exam based on the PMI guideline. Book has lot of practice questions.
Book is pretty good - included SW is GarbageWare.......2007-10-08
I haven't completed the book, though I have covered the majority of the chapters. I've also used the Rita book and I have been through every page of that book.
If you were only buying one, buy the Rita book. But I would recommend getting them both, they have different perspectives and that is helpful.
The included SW with the Phillips book is another matter. This is utter garbage-ware. It was difficult to install (wanted to be installed only as Localhost, not as part of a domain) and misbehaved.
The SW is busted in multiple ways. The most delightful behavior it gave me was about a third of the way through 193 questions (why 193 and not 200? No idea - maybe because I had taken a few questions earlier as an attempt to use it). Up pops a question that says "In the diagram below, the shaded area represents which of the following" with the usual A, B, C and D choices. The fun part is that there is no diagram below to look at and no way to make one appear. Nada. Naturally, I didn't perform very well on the questions like that! (there were 3-5 in the test I took).
A number of the questions were clearly mis-worded - as in having a NOT that made the question have no correct answers or missing a NOT or using the wrong term altogether. The answers at the end certainly showed that the folks doing the answer key were answering a differently worded question than what was provided in the test ...
I also enjoyed that its definition of passing was 80% -- which is not even close to what PMI requires.
While it gave you info on the knowledge area or process associated with each wrong question in the post-test info, there was no summary of where you were doing well/weak vs the overall test objectives.
The access violation crashes it gives as you try to exit the program are a nice finishing touch.
By all means, use the SW. Any experience of plowing through ~200 questions seems good for prepping for the exam. (Which I have not yet taken at the time of writing this review).
But if you were thinking "Wow! A test within the book! I can save $300 and not buy the Rita software! What a clever lad I am!" Well, guess again. The Rita test SW is a much higher quality and much better product. And at its price, it should be.
Ahmed Abushaban.......2007-08-30
This is a great book. This book covers 100% of the materials on the PMP Exam. Some of the questions on the PMP Exam comes from materials outside if the PMBOK. This book covers EVERYTHING on the PMP Exam. The questions at the end of the chapters are challenging and very well written. Knowing everthing in this book Plus reviewing the Input, methodologies,and output in the PMBOK will give you an excellent chance of Passing the PMP Exam. With the help of this book, I passed the PMP exam. This Book can help you too. I would like to thank the author and the Publishing company for a GREAT book.
PMP Project Management Professional Study Guide, Second Edition .......2007-07-26
This book provides the reader with adequate information about Project Management and it focuses mainly on PMP certification exam. The flow of the chapters makes easy for the reader to build the necessary knowledge in project management in general and in PMP certification in specific. Also the supplementary quiz at the end of each chapter ensures that the reader has grasped and understood the most important ideas in each chapter; while the final exam, which is provided at the end of book, allows the reader to get a feeling of the PMP exam.
Book Description
Are you one of many new IT managers with limited managerial experience? Are you a technician or programmer contemplating a move into IT management? Or, has your technical position evolved to include significant management responsibilities?
The IT Manager's Handbook provides essential information to help you manage your new responsibilities. This unique book provides a guide to help you create budgets, manage projects, evaluate technology and hire and motivate personnel. The authors provide sound advice to equip you with an overall, winning strategy for success.
* Provides practical, easily accessible management advice specifically for new IT managers.
* Organizes information modularly, so you can delve directly into the topics that you need to understand.
* Brings you up-to-speed on the business practices that are most critical to effective IT operations: recruiting, resource planning, working with vendors, and more.
* Provides a unique management perspective on the technical issues with the heaviest business ramifications: e-commerce, remote access, system security, LAN/WAN management, intranets, disaster recovery, and more.
* Includes pointers to additional resources, on the Web and in print, that you can turn to for more information on particular topics.
Customer Reviews:
Helpful to a Point.......2006-05-15
This was a basic read, for thse already into the methodology explained throught the book. Would be a useful tool for someone just starting out. I would recommend expanding on the disaster recovery portion, and possibly adding a section on managing in the non-profit arena.
Very basic.......2004-02-23
This book is written only for the very basic beginner in IT. If you have been around an IT department for any length of time, you will find it difficult to pick up any new management thoughts in this book. For example, the entire topic of ERP systems is covered in 2 pages.
The more things change, the more they stay the same.......2003-05-04
Technology can change all it wants but the fundamentals of being a good IT Manager have changed very little. This book hits all the major areas of focus from staffing and budgeting to infrastructure and disaster recovery.
The section entitled "Certification: How Do I Know Its Worth" applied 10 years ago, and still applies today. Right on the money and a good brief for an IT Manager building a team. Also, small but extremently important policy issues like email and security are included.
I do think that the book included slightly heavy doses of technical information such as a full page table of different memory technologies as well as an entire section entitled "How Do I Configure a Server". These would service a Network Administrator or Engineer just fine but an IT Manager ? Not so much. Don't let this detract you from the overall picture though. Too much information is certainly better than not enough.
I have to be honest, I didn't read this cover to cover. But for someone who has spent time as an IT Manager in the past and one who is looking at doing it again, I was able to re-establish concepts and draw on new tools that, no doubt, provided benefits.
Too broad and lacks depth.......2002-08-30
This is something for a new manager with little experience in not only systems administration but supervision. This book may give a clue to someone who has just stepped into such a position but provides little depth and direction. Unfortunately, there isn't any one book out there as management is a very complex role that encompasses many disciplines, any one of which would be a volume in itself. I was very dissappointed and I find the other reviews misleading.
full of practical examples!.......2001-03-02
This book is full of practical examples. It is useful to people who have in-depth programming knowledge but no idea how to do a budget or interview job candidates. I found this book specially timely, given that my team is composed of several technical professionals who are now considering a move into management. The information in the book is well layed out and quite accessible.
Customer Reviews:
Better hands-on experience.......2006-02-07
You can find a lot of written stuff about RFID on the Internet for free. When you try playing with the real readers and tags and try to write your own RFID application it becomes clear that the practice is far behind the theory. A narrow (and inexpensive) shortcut for matching both is so called "PIRF" (platform independent radio frequency API). It is Java based and runs on both Windows and Linux platforms. The Lite version comes with some of TI developers Kits. There are some examples on how to use it and it works fine with a number of RFID readers (mostly TI ). Anyways, it is useful for you first clash with RFID to have it on your side.
discusses business issues; especially concerning privacy.......2005-12-28
As Sun gropes around for a next Big Thing in technology, this book tries to suggest that RFID might be it. The text is written at a management level of discussion. You do not need to be in IT hardware or software to benefit from the book's explanations.
The authors discuss the business implications of RFID deployment. Not just in the background of a supply chain, but also at a mass consumer level. To wit, there is a careful airing of the privacy issues that might arise if RFID tags can be used for tracking people and their purchases. And different countries have different policies towards these issues.
The conclusion is broadly positive for an eventual ubiquitous deployment. Prudently, the authors desist from suggesting when that might be.
Disappointing.......2005-07-30
The information presented in this book is very basic and entry level for those who have not a clue about RFID. All information are available almost every where on the internet, they just gathered them in a book form. The book explains stuff that every body knows when implementing a technical project, like selecting vendors, implementing projects, etc.
Recomended only for those who have never implemented a technical project (not even RFID).
RFID Field Guide .......2005-06-09
This is an excellent book for a company evaluating Radio Frequency Identification. It is a great reference for both a project manager or a person in the trenches, who is doing the implementation. Its focus is evenly balanced between the business issues and the technical issues.
The authors provide an overview of RFID, including historical context to set the stage. They follow through with key concepts about RFID and as well as EPC standards and dedicate most of the book towards implementation related issues, including project management and cost-benefit analysis. Each chapter begins with a set of questions which I found quite useful. The authors successfully tie the lessons learned from other deployments and the historical technology adoption trends into the book to make some interesting predictions about RFID as well as provide a road-map for the practitoners. The variety of examples sprinkled through out the book as well as the detailed case studies in the back of the book drive home the points.
This is a must-read for anyone thinking of evaluating or deploying RFID. The corresponding web-site (www.rfidfieldguide.com) offers a comprehensive list of RFID vendors as well as informatin on the basic and advanced RFID classes offered by the authors.
RFID Field Guide by Bhuptani & Moradpour.......2005-06-07
RFID Field Guide provides a focused analysis and resources for those who seek to capitalize on RFID-derived business opportunities. It is not an RFID primer nor a theoretical treatise as much as a guide for those who must act today on RFID. Of the 3 sections (I: What is; II: How to Deploy; III: Path Ahead), this book is focused on the latter two issues. Having worked with both authors, I can hear their Java & Jini market development experience throughout this book. These are not techies who are fascinated by technology. Rather, Moradpour and Bhuptani believe that RFID will benefit the business processes of some companies more than others. This book stems from their significant experience with platforms, technology innovation cycles and managing ecosystems. In this respect, I found the book unique from other books answering the "big" RFID questions.
Two criticisms of the book include the surprisingly non-quantitative nature of Chapter 7: Cost-Benefit Analysis. I expected the financial analysis behind some RFID deployments or even some good projections on the Wal-Mart mandate (although the case studies in the appendix are good). And, second, the authors frequently plug a URL for more information (www.rfidfieldguide.com). I found the site disappointingly bare of updated data or even links to other good sources. Perhaps they will add to this site in the near future.
As for this coming from a Sun-Prentice Hall Press, the analysis has almost nothing to do with Sun's technology. That said, at Sun we often say that RFID will fill more databases and storage than any human-keyed application (think Web URL strings and navigation data for everything connected to the Net).
In sum, Bhuptani and Moradpour have provided a seasoned structural analysis that can be used to drive real-world RFID deployments as well as challenge practitioners to envision and prepare for an "RFID-enabled world."
Book Description
This book is your most complete source for in-depth information about Microsoft Operations Manager 2005!
Microsoft Operations Manager 2005 Unleashed provides a comprehensive guide to Microsoft Operations Manager (MOM) 2005. MOM is a tool that helps implement operations management, but it is not a piece of software that you can simply install and instantly have working.
This book provides reference material that will guide you through the steps to design, deploy, and configure MOM within your environment. You learn how to tune your MOM environment and tackle common challenges, such as managing your Microsoft operating systems, directory services, messaging platforms, and databases. Inside you will find comprehensive information on how to develop your own reports and management packs for your MOM environment as well as practical real-world examples, based on hands-on MOM experience.
· Plan your MOM deployment
· Architect MOM for performance, redundancy, and security
· Install or upgrade to MOM 2005
· Back up important MOM components
· Implement, troubleshoot, deploy, and manage management packs
· Work with rules and tune them
· Manage different aspects of your environment, including the Windows operating system, directory services, Exchange email, and SQL Server
· Extend MOM using connectors and third-party management packs
· Develop management packs, reports, and scripts
· Prepare for the next version of Operations Manager
CD–ROM includes
· Microsoft’s MOM 2005 Resource Kit and MOM 2005 Sizer
· MOM Agent Monitor
· Management packs and scripts written or customized for this book
· Live Linksâmore than 100 (clickable) hypertext links and references to materials and sites related to Operations Manager
Contents
About the Authors xxi
Acknowledgments xxiii
Introduction 1
Part I Operations Management Overview and Concepts
Chapter 1 Operations Management Basics 7
Chapter 2 What’s New 41
Chapter 3 How Does It Work? 57
Part II Planning and Installation
Chapter 4 Planning Your MOM Deployment 99
Chapter 5 Planning Complex Configurations 151
Chapter 6 Installing MOM 2005 173
Chapter 7 Upgrading to MOM 2005 211
Part III Deploying MOM
Chapter 8 Post-Installation Tasks 237
Chapter 9 Installing and Configuring Agents 267
Chapter 10 Complex and High Performance Configurations 297
Chapter 11 Securing MOM 329
Part IV Administering MOM
Chapter 12 Backup and Recovery 365
Chapter 13 Administering Management Packs 395
Chapter 14 Monitoring with MOM 423
Part V Managing with MOM
Chapter 15 Managing the Operating System 487
Chapter 16 Managing Directory Services 527
Chapter 17 Managing Microsoft Messaging 565
Chapter 18 Database Management 595
Part VI Moving Beyond MOM 2005
Chapter 19 Interoperability 625
Chapter 20 Developing Management Packs 661
Chapter 21 Using and Developing Reports 719
Chapter 22 Using and Developing Scripts 777
Chapter 23 Touring Operations Manager 2007 825
Part VII Appendixes
Appendix A MOM Internals 865
Appendix B Registry Settings 887
Appendix C Performance Counters 895
Appendix D Database Views 901
Appendix E Reference URLs 907
Appendix F On the CD 917
Index 919
Customer Reviews:
In depth.......2007-09-16
Great book. Really goes into detail. If you've read Essential Microsoft Operations Manager, you'll certainly be pleased with how this book expands on these concepts.
Should be required reading for anyone managing with MOM 2005.......2007-01-02
This is the book that bridges the gaps between product documentation, how the product works and how to use the product in a real world deployment.
As an avid MOM administrator, this is one of the rare books that is like having an experienced consultant with you to answer questions. MOM can be a complicated tool. Often people will be frustrated with attempting to deploy and manage using MOM. I highly recommend reading this book prior to deployment. The $60.00 price tag is nothing when compared to the hours you will spend tuning and attempting to understand MOM without it.
offers top level and fine grained control.......2006-12-22
The complexity of Microsoft Operations Manager is attested to by the sheer bulk of this book. Some readers must surely wonder why any text on any computer program can be so hefty? But to a large extent, MOM's complexity is a consequence of the complexity of systems administration of the Microsoft operating systems and the ancillary packages deployed on top of these, like SQL Server and Exchange. At tremendous effort, Microsoft has built up an entire ecosystem of packages and operating systems. And there are many books devoted to each component.
But MOM's remit is to offer an integrated top level, and yet fine-grained approach, to managing the entire offering. Typically, the reader of this book will be a sysadmin of one, and in fact usually several, corporate computers. If you just have a personal computer running a Microsoft operating system, you are unlikely to need MOM.
Readers from a unix background might recognise an analogy between MOM and IBM's SMIT. The latter was a GUI tool that ran on AIX (IBM's version of unix), and greatly eased the managing of the often intricate AIX commands. But SMIT only really dealt with running the operating system. MOM also offers control of those above-mentioned sundry packages atop the operating system. So MOM is far more complicated.
A quick measure of MOM's complexity is given in Chapter 14. Where MOM's intelligence is embedded in its rule sets. With the default rule set having over 5000 rules, that pertain to what is recommended (or not) for the platforms and applications. Strewth! Happy reading. :)
Book Description
Product Lifecycle Management (PLM), a new paradigm for product manufacturing, enables a company to manage its products all the way across their lifecycles in the most effective way. It helps companies get products to market faster, provide better support for their use, and manage end-of-life better. In today’s highly competitive global markets, companies must meet the increasing demands of customers to rapidly and continually improve their products and services. PLM meets these needs, extending and bringing together previously separate fields such as Computer Aided Design, Product Data Management, Sustainable Development, Enterprise Resource Planning, Life Cycle Analysis and Recycling. Product Lifecycle Management: 21st century Paradigm for Product Realisation explains the importance of PLM, from both the business and technical viewpoints, supported by examples showing how world-class engineering and manufacturing companies are implementing PLM successfully. The book: - introduces PLM, a unique holistic view of product development, support, use and disposal for industry worldwide, based on experience with internationally renowned companies; - shows you how to take full advantage of PLM, how to prepare people to work in the PLM environment, how to choose the best solution for your situation; - provides deep understanding, nurturing the skills you will need to successfully implement PLM and achieve world-class product development and support performance; and - gives access to a companion www site containing further material.
Customer Reviews:
up to date overview of plm.......2007-01-22
I highly recommend this Book. A clear and complete Overview about PLM from Definition to Implementation. Strategy, Barriers, 'Reality Check' and a View into the Project Management of PLM.
Recommended for PLM Project team.......2006-04-15
We got 4 books on PLM for our project. This cost most but was best value. Lots of details about reasons and benefits for PLM, how PLMs evolving, helpful hints about how to run the PLM project, how to make the business case. Good case study examples, a maturity model to help positioning, explanation of difference between PDM and PLM, stuff about how and why people may resist. Lots of good material, lots of details, useful different views of PLM. This book is well structured and is a useful starting point for manufacturing organizations looking to implement PLM. It provided us with good direction and ideas and challenging questions to answer. Recommended reading and source of discussion and decision for a PLM Project team.
Outstanding resource for Product Lifecycle Management.......2005-06-10
Great source of PLM Knowhow. I like the overarching way PLM is treated with all 5 phases of the product lifecycle included. Product idea, product definition, product realization, product support, and product end-of-life. This is cradle to grave plm, not only product development. The focus on the product is timely as manufacturers rediscover that product is king. The text is crystal clear, concise and complete. It has everything from PLM vision and PLM strategy to nuts and bolts of PLM implementation. Its holistic approach includes processes, applications, information and people. It is the most comprehensive PLM book I have seen. This book is a PLM reference before, while and after PLM is implemented. Great reading for a PLM Director, Director of Product Lifecycle Management, PLM Manager, PLM Project manager, PLM/PDM manager, PDM Manager and anyone else into PLM whether its with Agile Software, MatrixOne Matrix, UGS TeamCenter, SmarTeam, Softech ProductCenter. Useful links to web site www.johnstark.com and 2PLM ezine, a weekly zine about product lifecycle management.
read this for a successfull PLM implementation !!!!.......2005-04-14
Its about time a book like this came along. Sure it has strengths and weaknesses, like any other book. Read it for its strengths. But beware of its weaknesses. A weakness, it takes over 400 pages to describe all PLM. A strength, its the only book so far that covers 'real PLM' and not just a slice of PLM. Another weakness, its definition of PLM, 'PLM is the activity of managing a company's products all the way across their lifecycles in the most effective way' is more strategic than many others, this isnt weak-kneed departmental PLM for file management. Next strength though, this robust definition holds good over 400 pages and all the product lifecycle. A weakness of the book is it doesn't have the usual diagrams of PLM seen in many glossy marketing brochures. A strength, it has a set of slides you can build on to make your own presentations. A weakness, Stark the author doesn't offer a quick fix or a quick plug-in technology solutuion or a quick read. A strength, Stark's approach to PLM is innovative, far reaching, complete, business-oriented. A strength, Stark shows great understanding of what all manufacturing companies have in common, and uses it wisely. I see two main uses for this book. Long-term, on the PLM managers desk as a PLM reference. Short-term, great introductory reading for all members of a PLM implementation initiative. This will get them tuned up for a strategic PLM project.
A goldmine.......2005-01-23
This is a goldmine of high-value material with rich veins of knowledge and experience. It will be highly valued by readers in the Manufacturing sector handling the complexity of developing, supporting and managing products in the global economy.
Nuggets like the PLM paradigm lie on the surface. More highgrade material lies under the surface with even a 30 slide appendix to save you days of work.
Space shuttles, tires, SUV's, drug products, elevators, with collaboratively-developed, globally-used products the need for Product Lifecycle Management is omnipresent. Unless PLM is implemented expect even more problem products. But implementation will take more than management presentations of cool and colorful Powerpoint slides. PLM is a new way of thinking, flying in the face of century-old thinking, and isn't so easy to take aboard.
This is a profound book building the foundations of a new paradigm for product development, realization, use, management. Reading it is an enrichening experience.
Books:
- Spreadsheet Modeling and Decision Analysis (with CD-ROM and Microsoft Project 2003 120 day version)
- Strategic Intelligence: Business Intelligence, Competitive Intelligence, and Knowledge Management
- The First 90 Days: Critical Success Strategies for New Leaders at All Levels
- The Inmates Are Running the Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity
- The Irwin Handbook of Telecommunications Management
- The Knowledge-Creating Company: How Japanese Companies Create the Dynamics of Innovation
- The Leadership Practices Inventory (LPI): Self Participant's Workbook with Self Insert (Package), One 120 page Participant's Workbook plus a 4 page Self Insert (The Leadership Practices Inventory)
- The Medicaid Planning Handbook: A Guide to Protecting Your Family's Assets from Catastrophic Nursing Home Costs
- The Next Global Stage: The Challenges and Opportunities in Our Borderless World
- The PMP Exam: How to Pass On Your First Try (Test Prep series)
Books Index
Books Home
Recommended Books
- Business Process Execution Language for Web Services BPEL and BPEL4WS 2nd Edition
- The Complete Book of Candles: Creative Candle-Making, Candleholders and Decorative Displays
- High Efficiency Selling: How Superior Salespeople Get That Way
- Koala Lou
- Popular Voices in Latin American Catholicism
- Thank You for Arguing: What Aristotle, Lincoln, and Homer Simpson Can Teach Us About the Art of Pers
- Shared Spirits: Wildlife and Native Americans
- FoxTrot: 2005 Day-to-Day Calendar
- Don't Spend Your Raise : And 59 Other Money Rules You Can't Afford to Break
- Private Enterprise: A Novel