The no-nonsense approach and right-on-target examples help distinguish this text. The book begins by making a case for cross-platform development. (Qt shows that Java is not the only game in town in this regard.) A later section on good GUI design and some hints for better portability help make this title a good way to learn GUI programming from the ground up.
Short, clear examples show off the basics, starting with a "Hello World" application. Emphasis is on using the Qt APIs effectively rather than getting bogged down in C++ syntax. Since GUI programming is a strength, the author covers the built-in "widgets" available in Qt in excellent detail, including fancier controls like tables and new dial components. The Qt library is also a general-purpose application framework, and there's coverage here for file APIs, collections, and late-breaking support for XML processing.
The basics are augmented here with short sections showing particular APIs at work. Most readers will likely find the material on Qt's SQL Module for database programming indispensable. A section on custom controls is also a standout and more advanced readers will learn how to using OpenGL calls in Qt as well as how to interoperate with Perl modules.
The book closes with sections that will benefit the less experienced Qt developer, including how to use Visual C++ 6 to let you build Qt executables, and how to take advantage of Qt's Designer tool to simplify designing forms and components visually.
Right up to date with the latest on Qt from top to bottom, this text really shines with its notably concise and authoritative style that readers will have come to expect from O'Reilly titles. For anyone tackling Qt development, the second edition of Programming Qt is sure to be a necessary addition to your programming bookshelf. --Richard Dragan
at the top of your code, and then add "CONFIG = release", "CONFIG += qt", and "QT += qt3support" to your *.pro project file. After that was done, I had no problems with the code from this book.
Good, if outdated, introduction to Qt.......2005-11-02
Book starts out strong, and was helpful as an introduction for Qt. However, it seems to cut out about 350 pages in, putting subjects such as "Focus Handling" in its own 3 page chapter, rather than integrating it into an existing chapter. That said, the Portability chapter, which includes a list of Qt functions that are not portable, was a valuable addition.
Keep in mind, the 2nd edition of Programming for Qt was written for Qt 3. At the time of this review, the latest version of Qt is version 4. This is a problem because Trolltech appears to reinvent the wheel for each major version. While the author had me salivating at the thought of a QStyleSheet, checking the API docs for Qt 4 QStyleSheet is now a deprecated class, and as far as I can tell there is no current equivalent.
One aspect I wish the author had covered in more detail is the actual compiling and linking of applications that use Qt. I'm starting to get the impression that Trolltech's dirty little secret is that while their API is both clean and thorough, the signal/slot method is overly reliant on #defines, and the developer has to compile and link as many as twice the number of files to make it function. Trolltech includes a program 'qmake' almost as a bandaid which will generate Makefiles that will then automatically generate and compile the extra 'moc' files. The problem is that if you're porting an application to Qt, you're likely to have existing makefiles. Adding the additional layer of qmake and it's .pro files is both cumbersome and not actually necessary. While you can certainly figure out on your own how to avoid using qmake, it would have been helpful if the book described the functionality of the qmake-generated makefiles. This would help developers porting to Qt to include that functionality in their existing makefiles.
Good but not enough.......2005-08-18
Not enough examples und for beginners as I am, too many questions. Betterone is "Das Qt Buch" in german. This ise tehe bestone what I have ever seen.
Very good book.......2003-10-27
I am new to Linux programming (I'm a .Net developer) and was a bit frustrated with the online tutorials for Qt and decided to give this book a try. I am very happy with the decision, this book is very well written. I like the style of the author, giving us some practical exercises after each topic, so we can improve the application he develops throughout the book (a "paintbrush"). Now that I understood the basics I can use the Qt documentation to do my own apps.
People who like those huge, "step-by-step" ("click File->Quit to exit the application...") books might be a bit disappointed with this one though, the author assumes that the reader knows some C++ and can figure out some stuff by himself/herself, so be warned. Not that he skips any information needed, but he doesn't repeat the same thing 10x either, so you gotta be a bit "smart" to read this book.
Great book........2003-07-21
I personally own all three published books on the Qt GUI Toolkit by Trolltech. This one is by far the best of them. It is not a 5 star book, but it will teach you some of the more advanced uses of the Toolkit. It makes for a really great comanion to the Reference guide that comes with the toolkit.
Average customer rating:
- Crystal Reports: A Beginner's Guide Review
- Not What I Wanted or Expected
- It's ok
- This book [is bad]
- Excellent Coverage and Design
|
Crystal Reports: A Beginner's Guide
David McAmis
Manufacturer: McGraw-Hill Osborne Media
ProductGroup: Book
Binding: Paperback
Workplace
| Organizational Behavior
| Business & Investing
| Subjects
| Books
Distributed Databases
| Databases
| Computers & Internet
| Subjects
| Books
General
| SQL
| Databases
| Computers & Internet
| Subjects
| Books
General
| Unix
| Operating Systems
| Computers & Internet
| Subjects
| Books
Computer Dictionaries
| Introductory & Beginning
| Programming
| Computers & Internet
| Subjects
| Books
Object-Oriented Design
| Software Design, Testing & Engineering
| Programming
| Computers & Internet
| Subjects
| Books
General
| Business
| Software
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
All Amazon Upgrade
| Amazon Upgrade
| Stores
| Books
Business & Investing
| Amazon Upgrade
| Stores
| Books
Computers & Internet
| Amazon Upgrade
| Stores
| Books
Similar Items:
-
Crystal Reports 8.5: The Complete Reference
-
Crystal Reports 10 For Dummies
-
Crystal Reports 8 for Dummies
-
Crystal Reports Professional Results
-
Sams Teach Yourself Crystal Reports 9 in 24 Hours
ASIN: 0072193263 |
Book Description
Learn to create presentation-quality reports using this practical introductory guide--even if you're a novice. You'll find all the information you need to get up and running with this data analysis tool and learn how to format data, generate reports, create Web-based reports, and much more.
Customer Reviews:
Crystal Reports: A Beginner's Guide Review.......2006-03-03
I am coming from a VBA background learning about this new software. This book is a great resource tool for making such a transition. Mr. McAmis stepped me through the learning process in a clear and concise manner. The information was learned in progressive manner, in that, the further through the book I read, the more complex issues were handled. At the end each chapter the author challenged me with key questions to help me remember the most important issues.
Not What I Wanted or Expected.......2004-05-27
I'm afraid I have to agree with the review from "A reader from Cupertino, CA" - I, too, am on Chapter 4 and am frustrated beyond belief because my reports look very little like the examples in the book so far. In the case of the second tutorial in chapter 4, again the other reviewer is correct - it's not even the same report!
I bought "A Beginner's Guide to JavaScript" by the same company and was thrilled with it. It was clear, concise and had a "mini-project" at the end of each chapter for the reader to complete to ensure mastery of the concept being taught. I was expecting the same thing with this book, and am sorely disappointed. The explaination of each topic is general at best, incorrect at worst, the tutorials are simplistic and don't include half the information being covered in each chapter, if indeed a tutorial exists at all.
I need to get up to speed on Crystal Reports in a fairly short period of time, and be able to generate some fairly sophisticated reports. This book is becoming a hindrance to that goal.
It's ok.......2004-01-16
It is a beginners book as the title says, but there is a pittfal, the author should consider for future books.
Not every chapter has a step-by-step tutrial. The user have to download the samples and use them to be able to follow the author, which defeats the purpose of learning by doing.
Chapters 4 & 5 make are mutually exlusive, since chp 5 requires reports from chp 4, that was not a step-by-step tutorial.
Either make it a step-by-step or don't. Just be consistent.
This book [is bad].......2003-08-21
This book needs some serious editing
Right now I'm on Chapter 4 and so far this book is terrible in regards to the Projects. The project instructions don't correspond with the results intended and shown. For example, the instructions say open the Customer by Country report, but then it says 'your report should look like this' and shows you an entirely different report! And sometimes the report you worked on doesn't even work for the task you're trying to learn. The author must have had his friends write the other customer reviews. Don't buy this book! It's just unfortunate though that there aren't many choices.
Excellent Coverage and Design.......2003-06-27
Crystal Reports: A Beginner's Guide covers everything and more that I wanted to learn about Crystal Reports. The information is easy to digest and there are regular 1-Minute checks along the way. Hands-on experience, in the form of Projects, are dispersed through each chapter (the completed projects can be downloaded from the web). Answers to the Mastery Checks, at the end of every chapter, are given in the Appendix.
My only complaint about the book is that, I feel, there is not enough hands-on experience because the projects are too simple. There are plenty of projects, but most of them are simply a number of steps and very little critical thinking. After reading Crystal Reports: A Beginner's Guide, my knowledge of Crystal Reports has vastly increased though I still have little experience with actually creating reports.
Average customer rating:
- the best there is
- Excellent Introduction to Motif programming
- One of the best for Xt/Motif Programming
|
The X Window System: Programming and Applications with XT, OSF/Motif
Douglas A. Young
Manufacturer: Prentice Hall PTR
ProductGroup: Book
Binding: Paperback
General
| Unix
| Operating Systems
| Computers & Internet
| Subjects
| Books
General
| Operating Systems
| Computers & Internet
| Subjects
| Books
Windows - General
| Operating Systems
| Microsoft
| Computers & Internet
| Subjects
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| Books
Mathematics
| Professional Science
| Professional & Technical
| Subjects
| Books
| Applied
| Chaos & Systems
| Geometry & Topology
| Mathematical Analysis
| Mathematical Physics
| Number Systems
| Pure Mathematics
| Transformations
| Trigonometry
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
All Titles
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Computers & Internet
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Professional
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Similar Items:
-
XLIB Programming Manual, Rel. 5 (Definitive Guides to the X Window System)
-
XLIB Reference Manual R5 (Definitive Guides to the X Window System)
-
The X-Toolkit Cookbook
-
X Toolkit Intrinsics Ref Man R5 (Definitive Guides to the X Window System)
-
X Toolkit Intrinsics Prog Vol 4M: Motif Edition (Definitive Guides to the X Window System)
ASIN: 0131238035 |
Book Description
This completely updated and revised version of the best-selling First Edition describes how to develop interactive applications for the X Window System using the Motif user interface toolkit.The X Window System is the industry-standard software system that allows programmers to develop portable graphical user interfaces. Motif is a high-level user-interface toolkit that makes it easier to write applications that use the X Window System.
Shows how to use the facilities of all three Motif libraries—Xlib, Xt Intrinsics, and visual components. Explains the Resource Manager; primitive Motif widgets; manager widgets; menus; dialogs; events and other input techniques; using color; bitmaps, pixmaps, and images; graphics contexts; text and fonts; Xlib graphics; interclient communication; creating new widget classes; creating manager widget classes; and constraint-based widget classes.
For programmers developing interactive applications for the X Window System using the Motif user-interface toolkit.
Customer Reviews:
the best there is.......2007-02-24
I learned X-Windows programming from this many years ago. Please bear with me as I set up the scenario here. As an independent consultant, I was in a situation where--in order to win a juicy federal contract--I had to represent that I was sufficiently expert in X-Windows to (a) build a toolkit of custom widgets; (b) build tools that allowed users to choose from a set of predefined "color palettes" such that (b-i) only certain classes (let's call them "Brand Q") of applications followed those palettes, other applications following the standard system palette, and (b-ii) the palettes interacted with the window manager such that, when the last Brand Q application was iconified, the standard system palette was restored, yet, as soon as any Brand Q application was deiconified, the user's chosen palette was reinstantiated; and (c) build tools that enabled a Certified Professional Ergonomist, or CPE (!), to experiment with widget appearances and parameters so as to craft an optimal set of palettes and then represent those palettes in such a way that X applications would properly follow what was visually intended. Oh, on top of all that, it had to interact with a visual GUI builder called UIM/X that implemented a whole set of "shadow widgets" that paralleled Motif widgets and let you edit their properties--rather like a Java "bean editor" one might find useful nowadays.
Well, I had to learn enough to write a thick, highly literate design document within a couple of weeks, and then go out and build some 40K lines' worth of applications code (in C, of course) and 15K lines' worth of "system" code (I'd define as "systems code" software that (a) interacts with the window manager vis-a-vis iconification and deiconification semantics; (b) communicates complex data structures via interning atoms with the X server; (c) tortures strange color mapping behaviors from an outdated NCR monitor that could only physically display sixteen colors at a time [thus having to rely on dithering and related visual effects to achieve other "colors"] and offers tools for related colormap management tasks) within a handful of months.
Now, I'm not complaining about the level of effort--given the six-figure consulting fee that lay at the end of the rainbow. But without Young's outstanding book, I'd have been dead in the water. Oh, of course I had access to the O'Reilly series of seven or eight books--which were occasionally useful for stealing a handy application that could quickly be incrementally modified (e.g., I needed quick code for a dialogue box managing three green buttons, and one of the O'Reilly books illustrated the code for a dialogue box sporting four yellow buttons). But Young taught me enough about X that I was soon empowered to write my own functions to populate recursive pull-down menus; to write the internals for a widget that borrowed functionality from two other widgets and used cutesy memory management tricks (akin to mainframe-lingo "lookaside buffers") that let me sequentially stack up their respective resources; and to learn how to take advantage of some interesting internals facts, e.g., that the XmN family of symbolic constants are defined as strings identical to their names (a la #define foo #foo).
Bravo, Mr. Young! You taught me much, and you taught me well.
Excellent Introduction to Motif programming.......2002-05-01
This well written book, with numerous coded examples (that work!) is one of the best computer reference book I've encountered. Although it has not been updated to included Motif 2.1, most applications are still being written in Motif 1.2 anyway. It also includes the necessary Xt and X11 background to write GUIs. I went from zero experience with windows programming to writing full featured X-windows applications solely with the aid of this text and elementary knowledge of C. The author, who worked at Silicon Graphics, went on to write the Open Inventor library (which unfortunately is in C++). Great book!
One of the best for Xt/Motif Programming.......2000-06-05
Once upon a time, when I moved from Windows programming environment to X-Windows.. I found things were so diffiult for me.
Lucky me, one day I went to the library and found this book. It helped me to get start with X programming in s considerable short time. The step of this book is quite easy to follow, and not difficult to understand. At least it made X more friendly to me. Although it was Japanese edition and my Japanese isn't that good. (And I will buy the English edition soon).
If you want to program in X, this one is a must, Along O'Reilly X Reference Series (which I think is the best of X-Ref).
Average customer rating:
- Advanced Yet Empowering
- Multiplatform SysAdmin Perl Tools
- The Art of System Administration...revealed!
- Perl for System Administration
- Buy it for the apendicies!
|
Perl for System Administration: Managing multi-platform environments with Perl
David Blank-Edelman
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback
General
| Unix
| Operating Systems
| Computers & Internet
| Subjects
| Books
General
| Operating Systems
| 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
| Networks, Protocols & APIs
| Networking
| Computers & Internet
| Subjects
| Books
General
| Hardware
| Computers & Internet
| Subjects
| Books
General
| Unix & Linux
| O'Reilly
| By Publisher
| Books
Unix System Administration
| Unix & Linux
| O'Reilly
| By Publisher
| Books
Perl
| Programming
| O'Reilly
| By Publisher
| Books
General
| Programming
| O'Reilly
| By Publisher
| Books
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
Similar Items:
-
Perl Cookbook, Second Edition
-
Automating UNIX and Linux Administration (The Expert's Voice)
-
Learning Perl, Second Edition
-
Programming Perl (2nd Edition)
-
Perl Hacks: Tips & Tools for Programming, Debugging, and Surviving (Hacks)
ASIN: 1565926099 |
Amazon.com
The title of David N. Blank-Edelman's new book, Perl for System Administration, is strangely redundant and thankfully misleading. The soul and source of Perl's core competence is Unix system administration, and another O'Reilly tome on Perl tricks for managing backups would not have been welcome. But the subtitle Managing Multiplatform Environments with Perl communicates the essential task: how to administer heterogeneous Unix, Windows NT/2000, and Mac OS systems from the same Perl-based conceptual platform.
Blank-Edelman introduces this diversity of notation to motivate a far-reaching discussion of system internals, and shows how Perl is a natural choice for cross-platform administration. The Unix and Windows "slash" path separators--"/" and "\", respectively--are like crossed swords, where the Mac OS uses the less- generally-known colon (":"). In lesser hands, this treatment still would have been about LAN backups, but Blank-Edelman's familiarity with network imperatives drives the synthesis.
As the topics move beyond file systems, user accounts, and process control, the tripartite division in the discussion breaks down. Treatments of TCP/IP and e-mail feature discussions of NIS, WINS, DNS, and nslookup. The chapters on directory services and SQL database management--while apparently digressive--are inserted tactically to enable elegant approaches to the more mundane administrative tasks of sending and receiving e-mail and managing log files to maximize their utility. Blank-Edelman's keen pragmatism shines in the chapter on security in which noticing intrusion earlier instead of later draws on many of the skills that are developed throughout the book. Notably, each chapter ends with a recapitulation of Perl modules that were referenced in the preceding text.
The eclectic tutorial appendices--an old revision-control system (RCS), the extensible markup language (XML), the database language (SQL), and two undermotivated and esoteric protocols (LDAP and SNMP)--are so brief as to function more as a Perl-free zone for shop talk than as valuable précis for their respective subjects.
Delightfully, this is one of Perl's and O'Reilly's best-written books. Blank-Edelman's wit buoys the argument without descending into the all-too-common parlance of sappy testimonials, hollow confessions, or the burdensome ornamentation of inside jokes and puns. --Peter Leopold
Book Description
Some people plan to become administrators. The rest of us are thrust into it: we are webmasters, hobbyists, or just the default "technical people" on staff who are expected to keep things running. After some stumbling around repeating the same steps over and over again (and occasionally paying the price when we forget one), we realize that we must automate these tasks, or suffer endless frustration. Thus enters Perl. The Perl programming language is ideal for writing quick yet powerful scripts that automate many administrative tasks. It's modular, it's powerful, and it's perfect for managing systems and services on many platforms. Perl for System Administration is designed for all levels of administrators--from hobbyists to card-carrying SAGE members--sysadmins on multi-platform sites. Written for several different platforms (Unix, Windows NT, and Mac OS), it's a guide to the pockets of administration where Perl can be most useful for sites large and small, including:
- Filesystem management
- User administration with a dash of XML
- DNS and other network name services
- Database administration using DBI and ODBC
- Directory services and frameworks like LDAP and ADSI
- Using email for system administration
- Working with log files of all kinds
Each chapter concentrates on a single administrative area, discusses the possible pitfalls, and then shows how Perl comes to the rescue. Along the way we encounter interesting Perl features and tricks, with many extended examples and complete programs. The scripts included in the book can simply be used as written or with minimal adaptation. But it's likely that readers will also get a taste of what Perl can do, and start extending those scripts for tasks that we haven't dreamed of. Perl for System Adminstration doesn't attempt to teach the Perl language, but it is an excellent introduction to the power and flexibility of Perl, and it whets the appetite to learn more. It's for anyone who needs to use Perl for system administration and needs to hit the ground running.
Customer Reviews:
Advanced Yet Empowering.......2006-10-24
This book is very uncanny in that it is able to cover advanced administration procedural concepts (such as log rotation) and networking technologies (like SNMP), and the automation that applies to these areas. The coverage is from a platform neutral perspective, but does delve into platform specific solutions where needed, e.g. Windows events vs. UNIX syslogs, Active Directory vs. LDAP, etc. What is nice is that these system or network administration chores, is that the coverage uses generic cross-platform libraries (Mozilla's LDAP modules for example), but where needed delves into platform specific libraries such as ADSI (for Active Directory LDAP OLE-DB provider).
I highly recommend this book as supplementary material for existing scripting books and system administration books. I would note that the material is advanced and would be suited for those already familar with intermediate Perl programming (map, grep, array slicing, split, etc.) and advanced system administration and network administration concepts (or ability and eagerness to learn)
Multiplatform SysAdmin Perl Tools.......2001-11-16
The biggest asset of this book is the author's expert knowledge of the three platforms (Unix, Windows NT/2000, Mac) and the in-depth coverage he gives to each. With almost every Perl sysadmin tool he covers, he outlines the OS-specific Perl modules necessary to make the tool work on any of the platforms. This book is truly unique in that regard.
The Art of System Administration...revealed!.......2001-05-01
I was surprised to find a disclaimer at the beginning of the book on the places where it might NOT be a good idea to use Perl. Typically people take an all-or-nothing approach to toolsets like Perl. This might save some work where a small ksh script works ok - it's not always necessary to build a Perl program.
The best part of the book is highlighting the art and craft of system administration, possibly better than most attempts at it that I've previously read. Even disregarding the excellent examples and specific code for same, this is good as another resource of the harried sysadmin. Somewhat less so for the Perl junkies, however.
The biggest downside to this book is the inclusion of NT-specific constructs and concepts. Most system administrators won't touch NT, and most network administrators maintaining NT server farms probably won't touch Perl. This may be a bias of mine, of course.
Perl for System Administration.......2001-04-30
I was surprised to find a disclaimer at the beginning of the book on the places where it might NOT be a good idea to use Perl. Typically people take an all-or-nothing approach to toolsets like Perl. This might save some work where a small ksh script works ok - it's not always necessary to build a Perl program.
The best part of the book is highlighting the art and craft of system administration, possibly better than most attempts at it that I've previously read. Even disregarding the excellent examples and specific code for same, this is good as another resource of the harried sysadmin. Somewhat less so for the Perl junkies, however.
The biggest downside to this book is the inclusion of NT-specific constructs and concepts. Most system administrators won't touch NT, and most network administrators maintaining NT server farms probably won't touch Perl. ....
Buy it for the apendicies!.......2000-11-27
Heck, i haven't even looked at the main part of this book, but the appendicies are priceless. A fifteen minute crash course on SQL? An 8 minute crash course on XML? Like treatment is given to RCS, LDAP, and SNMP. I've used this book for less than an hour of my life, and it's been a terriffic investment.
Average customer rating:
- HP-UX System Administrators must have this book
- Great information and Security Tips
|
HP-UX 11i Security
Chris Wong
Manufacturer: Prentice Hall PTR
ProductGroup: Book
Binding: Paperback
Encryption
| Security & Encryption
| Web Development
| Computers & Internet
| Subjects
| Books
Network Security
| Networking
| Computers & Internet
| Subjects
| Books
General
| Networks, Protocols & APIs
| Networking
| Computers & Internet
| Subjects
| Books
General
| Unix
| Operating Systems
| Computers & Internet
| Subjects
| Books
General
| Operating Systems
| Computers & Internet
| Subjects
| Books
Windows - General
| Operating Systems
| Microsoft
| Computers & Internet
| Subjects
| Books
Networking
| Microsoft
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| Books
General
| E-commerce
| Industries & Professions
| Business & Investing
| Subjects
| Books
Look Inside Business Books
| Trip
| Specialty Stores
| Books
Look Inside Computer 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
Similar Items:
-
HP-UX 11i Tuning and Performance (2nd Edition) (HP Professional Series)
-
HP-UX 11i Internals (Hewlett-Packard Professional Books)
-
HP-UX 11i Version 2 System Administration: HP Integrity and HP 9000 Servers (HP Professional Series)
-
HP-UX 11i Systems Administration Handbook and Toolkit, Second Edition
-
HP-UX CSA: Official Study Guide and Reference (2nd Edition) (HP Professional Series)
ASIN: 0130330620 |
Customer Reviews:
HP-UX System Administrators must have this book.......2004-03-08
Security is becoming more and more important in IT environment. This book discusses security issues and their solutions related to HP-UX system and network administration. Knowledge of these issues is critical to securely maintain HP-UX systems. The book is a good reference and will help and improve readers skills related to security.
Great information and Security Tips.......2002-07-03
This book provides excellent information on HP-UX security - not only for 11i, but also on previous versions. Included are a number of man pages, that are not always available with OS. The book is worth it as it contains so much useful information in one book. System Adminstrators of all skills levels will get something from this.
Average customer rating:
- Waste of money!
- Useful only to start
- Qt Programming for LINUX and Windows 2000
- Good stuff
- Not perfect but the best available
|
Qt Programming for Linux and Windows 2000
Patrick Ward
Manufacturer: Prentice Hall PTR
ProductGroup: Book
Binding: Paperback
General
| Unix
| Operating Systems
| Computers & Internet
| Subjects
| Books
General
| Linux
| Operating Systems
| Computers & Internet
| Subjects
| Books
Applications
| Linux
| Operating Systems
| Computers & Internet
| Subjects
| Books
Programming
| Linux
| Operating Systems
| Computers & Internet
| Subjects
| Books
General
| Operating Systems
| Computers & Internet
| Subjects
| Books
Software Development
| Software Design, Testing & Engineering
| Programming
| Computers & Internet
| Subjects
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
Windows - General
| Operating Systems
| Microsoft
| Computers & Internet
| Subjects
| Books
General
| Graphic Design
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| Books
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
Similar Items:
-
Sams Teach Yourself Qt Programming in 24 Hours (Teach Yourself -- 24 Hours)
-
Programming with Qt (2nd Edition)
-
C++ GUI Programming with Qt 4
ASIN: 0130270016 |
Customer Reviews:
Waste of money!.......2002-11-08
I have the the "Qt Programming for Linux and Windows 2000" by the same author, that was a poorly written book, only 20 percent of the content maybe usefull, I am surprised even such book got published, it raise my doubt about HP Professional Books. The list of Qt classes takes at least 20 percent of that book's content. I would sell mine brand new one for...(just to recover part of my cost).
Useful only to start.......2001-09-07
If you have never seen Qt, this is a useful book. It has a good explanation of the concepts and basic programming.
But if you are spending your time reading the online documentation and coding, the book soon becomes useless and goes to the desk eternally.
I bought it because O'Really book looked outdated. I think there is a new edition comming soon.
Qt Programming for LINUX and Windows 2000.......2001-07-24
Whoever it was that tried to tell me this book was a huge disappointment was absolutely correct. I've already been programming with Qt quite extensively, and this was no more than a repeat reference of the online docs by Trolltech, but worse. At least I can use "Find" on my browser to do searches. I feel ...no more knowledgeable than I am already. Please save yourselves the (PRICE) and find a useful book on the subject.
Good stuff.......2001-07-11
I'm new to Qt but I have played with it before I bought this book.
At first I thought the book was trying to be a Qt reference manual until I got to the part where Ward explains what it's for: A different organization of way too much Qt information.
It does that OK. What I really like is that the examples applied to what I'm trying to get done.
When does the new book come out? Cover QFtp!
Not perfect but the best available.......2001-05-26
Lots of examples that work.
Too much info that's provided w/the software.
CD is very nice to have!
A lot of substance and little "fluff."
It helped me become a better QT programmer - and that's the bottom line, isn't it?
Average customer rating:
|
Advanced Programming in the UNIX Environment
W. Richard Stevens
Manufacturer: Addison-Wesley Professional
ProductGroup: Book
Binding: Paperback
Unix
| APIs & Operating Environments
| Programming
| Computers & Internet
| Subjects
| Books
ASIN: B000OP31D4 |
Average customer rating:
- Where is it?????????????
- Excellent book on Solaris Boot Disk Management
|
Boot Disk Management: A Guide for the Solaris Operating Environment
John S. Howard , and
David Deeths
Manufacturer: Prentice Hall PTR
ProductGroup: Book
Binding: Paperback
General
| Java
| Programming
| Computers & Internet
| Subjects
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
General
| Unix
| Operating Systems
| Computers & Internet
| Subjects
| Books
Solaris
| Operating Systems
| Computers & Internet
| Subjects
| Books
General
| Operating Systems
| Computers & Internet
| Subjects
| Books
General
| Networks, Protocols & APIs
| Networking
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| Books
Mathematics
| Professional Science
| Professional & Technical
| Subjects
| Books
| Applied
| Chaos & Systems
| Geometry & Topology
| Mathematical Analysis
| Mathematical Physics
| Number Systems
| Pure Mathematics
| Transformations
| Trigonometry
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
All Titles
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Computers & Internet
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Professional
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Similar Items:
-
SunFire Systems Design and Configuration Guide
-
Solaris Solutions for System Administrators: Time-Saving Tips, Techniques, and Workarounds, Second Edition
-
Securing Systems with the Solaris Toolkit
-
Solaris(TM) Performance and Tools: DTrace and MDB Techniques for Solaris 10 and OpenSolaris (Solaris Series)
-
LDAP in the Solaris Operating Environment: Deploying Secure Directory Services (Sun BluePrints, The Official Sun Microsystems Resource Series)
ASIN: 0130621536 |
Customer Reviews:
Where is it?????????????.......2005-08-02
I have no idea how the book is because after a month I still haven't recieved it.
Excellent book on Solaris Boot Disk Management.......2002-02-05
Summary
This is a great book for Solaris system administrators or planners. This book offers practical planning advice as well as real world demonstrations on how to configure and maintain Solaris boot disks that ensure minimal outage and recovery effort when a disk fails or when the boot disk is corrupted. This book covers using the VERITAS Volume Manager, Sun Solstice DiskSuite Software and the Sun Live Upgrade software to configure and maintain boot disks.
Details
The first 3 chapters discuss the issues involved in choosing and building a Solaris boot disk. Boot disk partitioning is covered in detail. Swap device recommendations are presented. Upgrading Solaris installations using Live Upgrade is demonstrated. Basic concepts dealing with patches, firmware upgrades and Open Boot Prom maintenance are also covered.
Chapter 4 deals with various configuration scenarios for boot disks. It clearly discusses the advantages and disadvantages of each scenario from a technical and budgeting perspective. Reference configurations are documented, which offers a great framework for customization.
The rest of this book focuses on using VERTIAS Volume Manager and Sun Solstice DiskSuite Software to build robust boot disks environments. Each logical volume manager is given 2 chapters of coverage on the configuration and maintenance of a Solaris boot disk environment. Commands to build the boot disk environments are demonstrated using each LVM.
This book also discusses documentation procedures, boot disk disaster recovery procedures and general boot disk backup procedures. Technical, budgeting and procedural perspectives are used to examine these topics.
I think this is a great book for Solaris administrators of all technical levels. It is also a great reference for Solaris planners to use when building robust Solaris systems.
This book is well worth the money. Any serious Solaris administrator or planner should buy this book and read it.
Books:
- Advergaming Developer's Guide: Using Macromedia Flash MX 2004 and Macromedia Director MX (Game Development Series)
- Agile Project Management with Scrum (Microsoft Professional)
- Agile Web Development with Rails, 2nd Edition
- Ajax For Dummies (For Dummies (Computer/Tech))
- America: The Last Best Hope (Volume II): From a World at War to the Triumph of Freedom
- Analysis and Design of Analog Integrated Circuits (4th Edition)
- Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development (3rd Edition)
- ASP in a Nutshell, 2nd Edition
- Beautiful Evidence
- Beginning Programming with Java For Dummies (For Dummies (Computer/Tech))
Books Index
Books Home
Recommended Books
- Methods, Standards, & Work Design
- Getting In: A STEP-BY-STEP PLAN FOR GAINING ADMISSION TO GRAD SCHOOL IN PSYCHOLOGY
- 2002 Miller Gaas Practice Manual
- Bram Stoker's Dracula: The Film and the Legend
- Cost Accounting
- Grotesque
- First Into Nagasaki: The Censored Eyewitness Dispatches on Post-Atomic Japan and Its Prisoners of Wa
- Financial Accounting, Beacon Lumber: An Active Learning Introduction to the Accounting Cycle: Tools
- Companion to Economic Forecasting
- Brecht's Mistress: A Novel