Book Description
Get the in-depth guidance you need to take your Windows scripting skills to the next level. Enterprise-level Windows administrators who have experience with Windows scripting will learn advanced VBScript techniques, including Active Directory® Service Interfaces (ADSI) and Windows Management Instrumentation (WMI) scripting, security scripting, building hypertext applications for script graphical interfaces, remote scripting, database scripting, and scripting for Group Policy. You will continue to build your skills by creating scripts to work with Microsoft Exchange Server, Microsoft SQL Server, Microsoft Operations Manager, and Microsoft Virtual Server. Coverage also includes the latest scripting updates for Windows XP and Windows Server 2003. Each chapter highlights powerful, ready-to-run, enterprise-level scripts, and the companion CD-ROM includes sample scripts and utilities to help you put your advanced scripting skills to work right away.
Customer Reviews:
Worth it for the Exchange section alone.......2006-10-01
I picked this up after noticing it in a book shop (sorry Amazon!). I'm an Exchange administrator and this book gave me some great scripting tips for managing and monitoring my environment. I haven't gone much beyond that since, to my regret, but the concept of packaging scripts was news to me, and I would love to find the time to try out some of the other more elaborate techniques in there. But of course, I am an Exchange Administrator ;-)
As good as they say.......2006-05-02
This is an excellent follow on book to "Microsoft Windows 2000 Scripting Guide," ISBN: 0735618674, which was my previous bible. I had long ago advanced past much of what is written in that excellent foundation book for VBScript, and this advanced volume really fills in the gaps. After purchasing numerous VB and VBA references that are nothing more than syntax libraries, I feel I finally have the big picture on the capabilities of this technology with this book. It is all clear.
Combined with the Windows Internals book, I don't think there is anything I couldn't do now that I had wanted to do with this technology previously. The chapters on scripting database connections and HTAs are worth the price alone. If you do any serious scripting work, this book is the true capstone. And who else could publish such a book than the horse's mouth itself?
Delivers what it promises.......2006-03-11
It never ceases to amaze me how many scripting books, including this one, start off telling you that you should already have intermediate to advanced scripting skills before you read, yet spend an initial chapter explaining what an array or an object is. It leaves me feeling that their definition of what "advanced" is will differ greatly from mine. I am also always a little dismayed when throughout, a book plugs a costly script development studio and spends time pointing out why your chosen script editor isn't good enough for your projects.
That said, Advanced VBScript delivers what it promises. It is written for intermediate to advanced scripters and has the primary goal of introducing scripting formats, utilities, objects and processes that might otherwise be overlooked. The beginning introduces you to the WSF XML format for scripts, why you would want to use it, and how to convert your existing scripts to this format. From there you are shown how to utilize scripts as COM objects, how to add an interface to your scripts via HTML and HTA applications, performing remote scripting, and expand your scripts ability using database, ADSI, WMI components. The last section focuses on working with Exchange 2003, MOM 2005 and Virtual Server 2005. At around 500 pages, the book is certainly not an exhaustive reference for each component examined. You are provided a good introduction and general instructions to the topic, given many recipe scripts for immediate inclusion in your environment, and then provided additional detail on where to go to focus on the topic.
The book is formatted to not only be a start to finish textbook, but also serve as an excellent reference guide for the introduced components later on. Although you may find similar scripting information scattered about other VBScript books, here you have a great deal of well presented topics that cover a broad spectrum of concepts. Inclusion of this title to your reference library will provide you the information you need while keeping your bookshelf compact.
Finally, a truly advanced scripting book for VBScript.......2006-02-21
Having worked with VBScript for a little over four years I am by no means an expert; however, I feel that my experience does give me somewhat of an advanced applied knowledge of scripting. I was pretty skeptical when I saw the word "Advanced" in the title, but this book laid all my concerns to rest in the early chapters.
The book begins with securing (including digital certs and policies) and encoding scripts as well as listing some nice techniques for implementing alternate credentials in WMI and ADSI. For me personally, the real meat and potatoes of the book was the copious information pertaining to working with WSF and WSC files. Don and Jeffrey take the time to detail the reasons behind XML functionality as well as it's application within the scripted files. These guys clear up a lot of questions on these two subjects and how to package your scripts using these technologies. They wrap up the package peice with explanations around HTA's and form controls in HTML scripts.
The book moves on to cover topics such as ADSI and ADO scripting, working with WshController and remote scripts, WMI and WQL classes and techniques, and different applicable real world examples. All this information is then wrapped up with tidbits of using scripting editors to debug, sign, and package your scripts as well the wizards (WMI, ADSI, WSF, etc) and other tools available to make scripting easier.
I've obtained quite a few VBScript books over the years and this one is by far the only one dedicated to truly advanced VBScripting. If you are new to scripting with VBScript, you might want to start with another book geared to learning the methods, properties, classes, etc of the syntax and the technologies it can use. While this book does offer great explanations on advanced topics, you really need to have a solid background in scripting before you read it.
Thumbs up! Highly recommended bang for the buck!
Amazon.com
Jeffrey Richter's Advanced Windows, 3rd ed., is a useful guide to system programming in Win32 in C. The book starts out with advanced topics such as working with Win32 processes and threads, and then moves on to other Win32 kernel objects like heaps and memory-mapped files. The book then explores thread synchronization (and how threads can be made to work effectively in parallel) and explores how to create responsive programs that process messages asynchronously. Chapters on file I/O and device I/O are especially useful for those who need access to the advanced functionality available in Win32. This book presents hard-to-find material clearly, including the structured exception handling model used in Win32 operating systems, and completion ports (which also allow I/O operations to run in the background). An appendix on Win32 fibers will be useful to UNIX system programmers who want to bring their code quickly to Windows. Though the source code is written in C here for widest available audience, the programming strategies and technical information is applicable to C++ programming as well. All in all, this new edition of Advanced Windows is a very useful, readable book that presents in-depth information on several valuable Win32 programming topics. It's worth noting that many of these advanced API calls and features are not easily available to MFC programmers.
Book Description
Written by an acknowledged expert, this is the preeminent source advanced information on programming for the 32-bit version of Windows. The new edition of this popular title covers recent enhancements to Win32, including support for Windows NT 4.0. New or significantly revised topics include kernel objects, the NT 4.0 thread scheduler, fibers, waitable timers, interlocked functions, synchronous I/O, alertable I/O, and the I/O Completion port. A solid revision to a core programming title in a still-expanding area.
Customer Reviews:
Excellent Book--But It's Been Superceded.......2001-10-10
This book is a fantastic reference for Windows programmers. However, as others below have mentioned, its fourth release is now available under the title "Programming Applications for Microsoft Windows." If you're comfortable with Windows programming and are looking to get into some of the meatier areas, check it out.
Doing serious Win32 Development? YES. Then get this book........2001-07-04
Anyone doing serious Windows development using the base Win32 API's must have this book. It covers intermediate and advanced usage of the file system, DLL's, memory architecture, memory management, thread synchronization, memory mapped files, and a host of other more advanced topics. The coverage of the various subjects is complete and the code examples well written. Really anyone doing development under the Win32 API will benefit greatly from this book. Get it. I hope this helps J.
Packed with Win32 Goodness.......2000-11-28
Not just a "How do I..." book, but also a "Why should I..." book.
Richter writes in an easy, conversational, and readable style about difficult and technical topics related to Win32 programming - thread management and local storage, differences in the handing of DLLs in Win32 and Win16, using virtual memory, etc. In addition, the author makes explicit distinctions between the behavior of 95 and NT when appropriate.
Highly recommended.
Absolutly Great !.......2000-10-02
The firt thing you should know is that this book is not for Advanced users of windows. It's for Advanced PROGRAMERS in windows. which isn't clear from the books name. I normaly don't like books except when they are exceptionally usefull. So many authors write so much and give you a little. you see books that are 1200 pages. but you can put the usefull consise information in 400 pages.
This book is RREEAALLY difirent. It's 1000 pages are realy a 1000. Jeff doesn't talk alot. gives you precise consice understandable detaild info. So much info. What's outside and inside. So many things that are not explained in the MSDN. (speacialy when he talks about the kernel objects)
This book is not a complete guide to win32. BUT it's very complete in the topics it describes. To me, now I can say I'm an advanced win32 programer.
The only misleading thing in the book is it's NAME. I think it should have been cald "Advanced Windows for programers"
Advanced Windows.......2000-08-22
Jeffrey Richter's Advanced Windows is easily the most frequently used (and borrowed) book on my computer bookshelf. It is well written, complete, and contains descriptions and examples of non-GUI Windows programming you simply can not find anywhere else. I plan on buying both of his new books as well. All of his books are utterly without hype - it's like reading just the meaty parts of MSJ/MSDN magazine. Long Live Jeff Richter!
Average customer rating:
- Is This the Best There Is?
- The worst book
- Secondary Reference, Even for Windows
- Antiquated
- Outdated
|
Windows Sockets Network Programming (Addison-Wesley Advanced Windows Series)
Bob Quinn , and
David Shute
Manufacturer: Addison-Wesley Professional
ProductGroup: Book
Binding: Hardcover
Networks
| Networks, Protocols & APIs
| Networking
| Computers & Internet
| Subjects
| Books
General
| Networks, Protocols & APIs
| Networking
| Computers & Internet
| Subjects
| Books
Network Programming
| Networking
| Computers & Internet
| Subjects
| Books
Windows NT
| Operating Systems
| Microsoft
| Computers & Internet
| Subjects
| Books
Windows - General
| Operating Systems
| Microsoft
| Computers & Internet
| Subjects
| Books
Networking
| Microsoft
| Computers & Internet
| Subjects
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
General
| Languages & Tools
| Programming
| Computers & Internet
| Subjects
| Books
General
| Certification Central
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| Books
Engineering
| Professional & Technical
| Subjects
| Books
| Aerospace
| Automotive
| Bioengineering
| Chemical
| Civil
| Computer Technology
| Design
| Economics
| Education
| Electrical & Electronics
| Energy
| General
| Industrial, Manufacturing & Operational Systems
| Management
| Marine
| Materials
| Materials Science
| Mechanical
| Nuclear
| Patents & Inventions
| Petroleum, Mining & Geological
| Power Systems
| Reference
| Research
| Special Topics
| Telecommunications
| Welding
Engineering
| Specialty Stores
| Books
| Aerospace
| Automotive
| Bioengineering
| Chemical
| Civil
| Computer Technology
| Design
| Economics
| Education
| Electrical & Electronics
| Energy
| General
| Industrial, Manufacturing & Operational Systems
| Management
| Materials
| Materials Science
| Mechanical
| Nuclear
| Patents & Inventions
| Petroleum, Mining & Geological
| Power Systems
| Reference
| Research
| Special Topics
| Telecommunications
| Welding
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
Networking
| Computer Science & Information Systems
| New & Used Textbooks
| Stores
| Books
Operating Systems
| Computer Science & Information Systems
| New & Used Textbooks
| Stores
| Books
Programming Languages
| Computer Science & Information Systems
| New & Used Textbooks
| 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:
-
Multithreading Applications in Win32: The Complete Guide to Threads
-
TCP/IP Sockets in C: Practical Guide for Programmers (The Practical Guides Series) (The Practical Guides)
-
Effective TCP/IP Programming: 44 Tips to Improve Your Network Programs
-
Internetworking with TCP/IP Vol. III Client-Server Programming and Applications-Windows Sockets Version
-
Windows System Programming (3rd Edition) (The Addison-Wesley Microsoft Technology Series)
ASIN: 0201633728 |
Customer Reviews:
Is This the Best There Is?.......2003-04-03
I am a very experienced C/C++ software engineer currently taking a community college class on WinSock networking programming. I'm used to dealing with difficult text books. However this is one of the worst I have ever wrestled with.
There are no exercises in the book. All their examples are long; no short examples of code to clarify any topic. Their way of explaining most subjects seems to me to be unclear, their wording such that I have to read a paragraph several times to figure out what they are trying to say. Finally and especially, their explanation of the key topic of socket states is flat-out awful. I have had a little experience dealing tangentially with socket states on my last project, and I still came away from this chapter confused and with my head spinning.
I hope that there are better WinSock books than this out there!
The worst book.......2003-03-22
I'd not recommend to read this book - waste of time. First 13 chapters contain tons of unimportant information about specifications, history and general words about how networking is great. Although these chapters contained a bit of example code - this didn't work at all. Since the 13th chapter there is a terrible example of a full scale FTP client that is totally unclear. At that point I closed the book. My friend had the same book, he went further - threw the book away.
In fact I learned basics of Windows sockets from the greatest book of Petzold "Programming Windows", where every code was working and then ported my knowledge of UNIX networking to Windows.
Secondary Reference, Even for Windows.......2003-03-03
Although this book is focused on Windows and most of my (current) programming focuses on that, I usually end up referring to two UNIX books instead ("UNIX Network Programming" and "Advanced Programming for the UNIX Environment"). Those books have nearly identical syntax, but do a better job of explaining things. For Windows, there are some peculiarities (i.e., shortfalls) that you need to be aware of, so you really should own all three books, as I do. The amount of time that you save will be well worth it.
Antiquated.......2001-06-22
While this book has a lot of good information, it is out dated, sometimes wildly so. It continually hampers itself with discussions of 16-bit Windows which, while still in use in 1995/1996, was clearly on the way out, contrary to what the writers assert in the first chapter. Having said that, it is well written and the book deserves a second edition, dedicated to Winsock2 with nary a word on 16-bit windows.
Outdated.......2000-11-08
This is a Winsock 1.0 primer. There is a hastily-written ending chapter on 2.0, but it is far too brief.
In short, this book was a disappointment and is badly in need of a new edition.
Book Description
This 1,075-page advanced SBS 2003 text was written by over a dozen leading SBSers, each with specific technical niche expertise.
Delve deeply into SBS-specific applications and technologies in these chapters:
1 Introduction and Planning
2 Hardware
3 Licensing
4 Advanced Setup and Deployment
5 Third-party Tools for Advanced SBS Administration
6 Exchange Server 2003: Advanced Topics
7 Windows SharePoint Services: Advanced Topics
8 Remote Web Workplace: Advanced Topics
9 SQL Server 2000: Advanced Topics
10 Advanced Faxing
11 Advanced SBS Security: Part 1: General
12 Advanced SBS Security: Part 2: ISA 2004
13 Advanced Monitoring
14 Disaster Recovery
15 Migration
This is the book that flies faster, further and higher than any other previous SBS book in product history. When you register your book using the handy sign-up form (back of book), you will receive the PDF-based e-book copy (registered owners only). Readers are already reporting that this book pays for its cover price many times over with saved time and effort!
Customer Reviews:
Outdated.......2007-08-27
This book was based on the very first release of Small Business Server 2003 that was released in 2003, and so is outdated. Despite its title, it is 'advanced' only when compared to its 'beginner' predecessor. There are no 'advanced' Small Business Server (SBS) books.
Typical of this publisher, the lack of editing is evident from the varying quality of the chapters on substance and spelling and grammar. It could have been published in half as many pages were it not for the redundant Notes boxes and poor page layout. Some authors were very detailed and comprehensive while others left much to be desired. A few chapters remain useful, but there are better and more current titles available today.
Much better than the first in the series.......2006-06-11
This book is much better than the first in the series. It contains much less tedious humour and much more substantive content. Partly this is because this book is a collaboration, with each chapter written by a different author, each experts in their own field. But also, even the couple of chapters written by Mr Brelsford himself are much more tightly written and focused than I was expecting. After being disappointed with the first book I was pleasantly surprised by this one.
Great book for all levels.......2006-03-27
This book is great for installing SBS in a real world environment. Most books I looked at gave you the step by step instructions but were no help in the real world. This book gives you advice on real world situation that I couldn't find in any other book. The most if not all of the authors have real world experience with SBS and help point out areas that need to be patched and other things to look for during your install and setup. The chapters are written so you can read the book from cover to cover, but best of all you can skip to the chapter that you really need. This book will give you examples and solutions that you will not find in most books. This book is a great resource to have in any library.
An absolute must.......2006-03-22
I'm not one to to get back online to specifically do a review, but in this case I just had to. I've always been a great believer in "googling" and in 99.9% of cases, I'm able to find solutions to problems or answers to issues that arise in the normal course of SBS management (thanks mostly to the contributions of the authors of this book in various newsgroups).
SBS2K3 is a new product to me, and I'm in the throes of upgrading from SBS2K.
I made a conscious effort to setup a test server and use the book as a guide towards an optimum installation. The amount of new information that I came across in the book was really quite amazing. And I'm only 30% of the way through the book!
An absolute must for budding SBSers.
5 stars if the shameless self promotions were left out........2006-02-03
This is a very good book on SBS2003 for experienced SBSers.
The only draw back are the built in advertisements for the author's other books and services. You'll come across plenty of paragraphs containing sentences like ....but that doesn't need to be covered here, it's covered in my other book yada yada yada...... Still this is a very good book and highly recommended.
Amazon.com
Win32 Programming, by Brent E. Rector and John M. Newcomer is a massive, 1,500-page guide to Win32 C programming, something of a lost art these days. Although even the authors admit they use C++ and MFC in their own work, this text, as a one volume document of the powerful Win32 API programming, is truly comprehensive and can replace any number of texts on a programmer's bookshelf. Win32 Programming examines the basics of programming in Windows: from a minimal skeleton program to aspects of the Win32 API, from graphics, menus, user interface components (including the Windows 95 common controls) to more advanced topics like memory management, multithreaded programming, and synchronization objects. (These last topics are useful in that system programmers--or those who write device drivers--may need access to the C API directly.) In addition to presenting reference material (including all the API calls themselves), the authors explain the ideas of how to program in a clearly written style. Though some of the material feels dated (from 16-bit Windows 3.x programming), by and large, the authors do a good job of updating this to Windows 95 and Windows NT. Sections and tips that apply only to one API or operating system are clearly marked. The CD-ROM also includes over 140,000 lines of source code to experiment with, truly a historical treasure trove for the Win32 C programmer. Developers who need to use C calls, or prefer to have printed documentation instead of online help in their compiler, should consider making space on the bookshelf for this enormous title.
Customer Reviews:
Good Book To Own If Your Into Windows.......2007-03-09
Lotsa of projects to help in understanding Win32.
I compiled projects with VS 2005 and plan to try
others. Some tutorials like Forger's win32 would
definitly help before you approach this book.
oops..NO CD-ROM!!! , oops again..NOT HARDCOVER!!!.......2007-01-04
This is a GREAT book! Unfortunately, it NO LONGER comes with a CD-ROM!!!
So if YOU have the time to MANUALLY key in over 140,000 lines of code, then you SHOULD buy this book....assuming that you could make NO ERRORS!!!!???
As a minor point, it also comes as two(2) paperback volumes.
This is not a problem for me...I like paperback, BUT it is one more point where this product is being MISREPRESENTED.
The book is truly excellent and unparalleled in detail.......2005-08-20
I have owned this book for at least seven years and have made a couple of good attempts to read/study it with some success as it may not be the best first book for programming the Win32 API although it certainly treats the subject in excruciating detail and with insights garnered by the two authors who are two of the most consummately professional programmers in the world - Brent Rector and Joseph Newcomer. For example Herb Schildt's Programming Windows 98 from the Ground Up teaches WIN32 programming and I find myself more productive in less time studying that book, even though WIN32 programming teaches with a philosophy that one is (ultimately) going to be writing large multifile programs, and this philosophy isn't apparent in Schildt's book. Additionally, an added bonus of Win32 Programming are the insights one gets into writing more robust and professional code - the C code (and there is a lot of it - 140,000 lines included on the CD ROM) has been written by the very best programmers. Additionally, the treatment of each topic is probably more in depth in this book - one example being the discussion of the GDI. More advanced topics included are chapters on writing a DLL, writing an MDI application, and writing multithreading applications. Finally, at 1500 pages the book is reference-like and also like a textbook thus I would assume that it may well take the better part of a year to study each chapter and the associated applications, making it one of the finest and most comprehensive books ever written on WIN32 API programming. I paid $50 for it at UCLA and the book has stood the test of time and proves to be an invaluable work well worth the cost. Finally, this book would seemingly rank among the most professional and scientific computer science/programming titles ever written - certainly it would be one of the most massive - the index is around 200 pages long in itself!
Good, but needs editting.......2004-01-22
Very good on the level of detail, and incredible on the pitfalls and specific problems they found when actually writing the code for the examples. Be careful, though - a number of the tables (and even some of the printed code samples) contain typos and other minor errors (like missing headings, making one table pretty useless!). You can figure out what's wrong, but if you just use this as a reference and happen to hit a section with an error you might not catch it without reading the accompanying text. I read it through, rather than as a reference, and it was clear which parts of the text had only been lightly checked for the latest edition.
Again, 95+% of this book is really great! And the anecdotes and clear detail on where MS documentation is "flawed" are of terrific value - I definitely am glad to have purchased it, but I also want to point out that if something in it doesn't make sense - you're probably not crazy. It's quite likely to be a typo...
Oh - one more thing. The "Explorer" samples they include were a fabulous idea, and have really helped me figure out what the heck some of the various style (and other) flags really meant. Extra credit for the CD! :-)
Excellent reference, not for beginners.......2003-08-15
If you are an experienced Win32 programmer looking for a good reference, or you learned MFC but want to know what's going on under the hood, this is the book for you. If you are a beginner looking for a book to teach you how to program Windows, do not get this book. Lots of tables, just the right amount of code examples, lots of real-world advice, and a 200-page index. This book does not cover MFC.
Average customer rating:
- THE BEST Book on UDB to get INDEPTH!!
- Superb book for learning SQL and database basics
- Best book available for DBAs working with DPF
- Absolutely the best DB2 book!
- Excellent book
|
Advanced DBA Certification Guide and Reference for DB2 UDB v8 for Linux, Unix and Windows
Dwaine R. Snow ,
Thomas Xuan Phan , and
Dwaine Snow
Manufacturer: IBM Press
ProductGroup: Book
Binding: Paperback
General
| Unix
| Operating Systems
| Computers & Internet
| Subjects
| Books
General
| Linux
| Operating Systems
| Computers & Internet
| Subjects
| Books
Relational Databases
| Databases
| Computers & Internet
| Subjects
| Books
IBM DB2
| Specific Databases
| Databases
| Computers & Internet
| Subjects
| Books
dBASE
| Specific Databases
| Databases
| Computers & Internet
| Subjects
| Books
Database Management Systems
| Databases
| Computers & Internet
| Subjects
| Books
General
| Databases
| Computers & Internet
| Subjects
| Books
Information Systems
| Software Engineering
| Computer Science
| Computers & Internet
| Subjects
| Books
Linux
| Certification Central
| Computers & Internet
| Subjects
| Books
General
| Certification Central
| Computers & Internet
| Subjects
| Books
DB2
| Exams
| Certification Central
| Computers & Internet
| Subjects
| Books
General
| Networks, Protocols & APIs
| Networking
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| 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:
-
DB2 Universal Database V8 for Linux, UNIX, and Windows Database Administration Certification Guide (5th Edition)
-
Understanding DB2(R): Learning Visually with Examples
-
DB2 UDB V8.1 Certification Exams 701 and 706 Study Guide
-
DB2 UDB V8.1 Certification Exam 700 Study Guide
-
DB2(R) SQL PL: Essential Guide for DB2(R) UDB on Linux(TM), UNIX(R), Windows(TM), i5/OS(TM), and z/OS(R) (2nd Edition)
ASIN: 0130463884 |
Customer Reviews:
THE BEST Book on UDB to get INDEPTH!!.......2007-08-17
THE BEST Book on UDB to get INDEPTH!! If you want to know indepth, read this -most of the content may be in ibm db2 udb information center also.
Superb book for learning SQL and database basics.......2006-10-24
I was trying to learn SQL and database basic. I have been looking to several different books and I was lacking a book that would systematicaly explain data base and SQL basics. This is the book. Chapters regarding Data Retrival are just right, not to short and not to long. Just right.
I recomend the book to somebody that would like to learn SQL and DB2 basics.
Best book available for DBAs working with DPF .......2006-06-27
I used this book to write Exam 704 (Advance DB2 UDB DBA certification). I cleared the exam with flying colors.
I consider this book as DB2 UDB Bible. This is one of the some good books on DB2 UDB.
Also recommend to DBAs who are not preparing for certification since it covers almost all the aspects of DB2 database.
Regards
Prakash Gautam
Absolutely the best DB2 book!.......2004-05-18
I just found this book, and after reading it wish I had found this years ago. This is the most comprehensive book on DB2 that I have ever seen. This book has already saved me a lot of time. The performance chapter is great and helped me improve the performance of my DB2 server by over 30% in less than a week.
Excellent book.......2004-05-12
This is the book I was waiting for long on DB2UDB. This not only covers topics for certifications but also good (very good) reference material for all UDB DBAs on LUW platform.
Book Description
As a professional Flash developer, nobody knows more about Flash 8 than you or at least they better not! To make sure they don't, you need this task-based guide. By applying the popular Visual QuickStart format--easy, step-by-step instructions and loads of visual aids--to more complex topics, this guide offers the quickest, easiest way to get up to speed on the advanced Flash features that can make or break a project. You'll find straight-ahead, concise explanations of all the animation, navigation, and interactivity techniques you'll need to master to create dynamic Web sites with Flash. You'll also find complete coverage of all that's new in Flash 8. By emphasizing methodology and problem solving over features inventories and long, techie discussions, this guide teaches Flash the way you use it--dynamically, interactively, and to get a job done!
Customer Reviews:
Good for general Flash skills.......2006-05-17
This is a PeachPit Press "Visual QuickPro Guide"--similar to their "Visual QuickStart" training book series, but aimed at more experienced users. The series uses a task-based training approach, teaching skills through short step-by-step exercises. This approach has some major drawbacks for me, although this particular book seems to have dealt with some issues fairly well. My first complaint is that task-based training tends to focus too much on quick, "surface" results without really giving an understanding of what is happening and why it works. This makes it difficult to apply skills effectively in future situations, or to know when they ought to be applied. A task-based organization also makes it difficult to use a book as a reference, since information is dispersed throughout the exercises.
I was pleasantly surprised with Macromedia Flash 8 Advanced in many ways. First, I found that the chapters had a good mix of theoretical instruction and practical exercises. Almost every exercise was accompanied by an explanation of topics: what might be new to Flash 8, how the techniques might be important in a larger context, and an overview of how they work. There were a lot of explanatory sidebars and tips that offered very useful, relevant information. I was also pleased with the indexing, and I was able to find information on several topics as I worked. Most of the step-by-step instructions were very general, giving a basic process without getting sidetracked into specific projects.
Overall, I found that this book does just what it claims to do: it gives good, quick explanations of some advanced Flash topics and skills, such as external communications, sound and video, and dynamic content, as well as complex handling of things like movieClips, text, and buttons. It does not offer much in-depth discussion on any topic, and it does not focus on any area of Flash development specifically, but it takes a very broad approach to expanding Flash skills. I should particularly mention that I wouldn't recommend the book to someone trying to learn actionscript, since the actionscript in the book lacks the depth or focus that can be found elsewhere (O'Reilly's Actionscript for Flash MX), and information is dispersed throughout the book. It also does not really cover Flash components. I would recommend it to Flash users who want to expand their general skills and (especially) keep current with some of the growing capabilities of Flash. The book also includes a CD with working files for the exercises and a trial version of Flash 8.
A great book for those learning actionscript.......2006-05-16
I really enjoyed this book. It goes in depth in covering the actionscript language for Flash 8, and starts off at a relatively slow pace so you don't feel overwhelmed. My only complaint is that it relies a lot (at least in the beginning) on using the script assist mode which I think is a waste of time for those trying to LEARN actionscript. In it's defense, the book weans you off it as it goes along, and I can see someone with no actionscript experience finding that extremely helpful. Knowing a decent amount of actionscript before reading this, I found it a bit annoying but like I said, it fades out of that as the book goes on. Great for learning the newer way to code, and gives a good basis to really use Macromedia Flash to it's full potential.
Average customer rating:
- Absolutely the best book for VB6
- Lots of information, serious lack of explanation and samples
- Disappointed so far.
- Very Good
- not bad with typos
|
Visual Basic 6 from the Ground Up
Gary Cornell
Manufacturer: McGraw-Hill Osborne Media
ProductGroup: Book
Binding: Paperback
Visual Basic
| Development
| Microsoft
| Computers & Internet
| Subjects
| Books
| .Net
| C#
| C++
| Visual Studio
Databases
| Microsoft
| Computers & Internet
| Subjects
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
General
| Languages & Tools
| Programming
| Computers & Internet
| Subjects
| Books
Basic
| Languages & Tools
| Programming
| Computers & Internet
| Subjects
| Books
General
| Databases
| 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 Amazon Upgrade
| Amazon Upgrade
| Stores
| Books
Computers & Internet
| Amazon Upgrade
| Stores
| Books
Professional & Technical
| Amazon Upgrade
| Stores
| Books
Similar Items:
-
Microsoft Visual Basic 6.0 Professional Step by Step, Second Edition
-
Visual Basic® 6 in Plain English
-
Visual Basic 6 Complete
-
Sams Teach Yourself Visual Basic 6 in 24 Hours (Sams Teach Yourself)
-
Programming with Visual Basic 6.0, Enhanced Edition
ASIN: 0078825083 |
Book Description
Recipient of the Reader's Choice Award from Visual Basic Programmer's Journal. Gary Cornell is one of the highest-profile authors--key Microsoft insider who's gained industry respect. Support of Visual Studio 6 team with technical review of book. Enables readers to produce commercial-quality programs for practical application. Section devoted to programming concepts for true novice, as well as content aimed towards more advanced programming tasks. Goes beyond competition with extensive coverage on building your own objects, custom controls, recursion, distributing commercial programs. Covers features built into both the Professional and Enterprise editions of Visual Basic.
Customer Reviews:
Absolutely the best book for VB6.......2003-11-21
I bought this book in Year 11 (2000), after reading reviews of it. I was a beginner to programming - not only did this book introduce me to programming, it goes into VB6 in detail. The examples are all useful - not just toy examples. I have created many useful VB6 projects - this is the ONLY VB6 book you need.
Lots of information, serious lack of explanation and samples.......2003-10-19
Perhaps this book would prove useful to an experienced programmer, but for a novice it is not a good choice. Cornell "assumes no previous programming experience", then goes on to write in huge, sweeping generalities without adequate explanations. Also, the code in the book is often written so the reader cannot fathom the type of event the code is associated with, and no explanations are forthcoming in the body of the text.
There really is a lot covered in this book, but unless you do indeed have "previous programming experience", not worth the cash.
Disappointed so far........2003-10-17
Two cents from a rank amateur/beginning programmer. At the moment, I'm on page 179 of this book and the main problem I have so far is with the way the information is communicated. Personally, I now know that I should have picked up a book that taught VB concepts via small projects and tasks. A "in chapter 1 we'll build a simple tool to get familiar w/ the IDE. In chapter 2 we'll improve our skillset by building a slightly advanced tool to learn about declaring variables, etc." approach would work better for me. Unfortunately, this book doesn't really do that. The concepts here are explained mostly with bits of standalone code. Hopefully, perhaps by page 200, we'll commence with some "learning by doing." Yes, hopefully. In the meantime, I'll grit my teeth and continue with the book, but right now it simply isn't working for me.
Very Good.......2003-04-29
I should like to point out that the comment above regarding typos is not correct. True the example is missing a parenthesis (which the reviewer misspelled), however the move method DOES NOT require 4 arguments when anyone of the optional 3 are there. The arguments are left, top, width and height. You must specify all arguments that appear in the syntax before the argument you want to specify. For example, you can't specify width without specifying left and top. Any trailing arguments that are unspecified remain unchanged.
not bad with typos.......2003-03-10
This isn't a bad beginners book. Anyone who needs more 'basic' information than this book probably shouldn't be in the IT industry in the first place.
The book has alot of typos, i.e. missing parantheses in code examples, missing function arguments etc. I've found it to be somewhat troublesome, but you should be able to go to msdn online to figure out the typo. For example on page 487 the move method requires 4 arguments when anyone of the optional 3 are there but he only includes 2. There is also a missing parantheses there as well.
This book does not go into ADO in any kind of depth that is needed. The Murach book, 'VB6 beginner to database pro' does ADO much better. There does seem to be a complete lack of ADO books for VB6. I imagine there are alot for VB.net. If you want this book, you will need another book to learn ADO programming in VB6. Database manipulation is what many people use VB for. However this lack of ADO depth may be because the book went to press before MS finalized ADO (just a guess there).
Don't get me wrong, I thought this book was very informative and helpful, the fact that ADO is not covered in depth is a definite drawback. Also the code examples don't include every example from the book, just the complete programs. There were many code snippets that you could put in blank vb6 project to illustrate something that were not in the downloadable code from osborne. I would have preferred a CD to downloading as well.
8/20/2003 - I hadn't realized this before becuse the book does not cover it at all, but there is a complete lack of coverage of interface classes. I had to go to a new riders book MCSD TRAINING GUIDE: VISUAL BASIC 6 EXAMS for a good discussion of this. Even the mspress book is somewhat confusing on this topic. If you can get this book used than do that. Don't pay full price though, especially since the binding seems to come apart after alot of use.
Book Description
Providing an advanced treatment of Windows XP Embedded, this guide allows engineers to use their own development and target computer systems as they work through the book. Included are instructions for installing the development tools, building a first XP Embedded operating system, downloading it to the target device, and running the newly created OS from the target. Also provided are insights on developing Windows XP Embedded images. In addition, key differences between Windows XP Embedded and NT Embedded, its immediate predecessor, are covered, as are recent updates to the operating system. All of the development tools are covered, including embedded features such as headless operation, booting from CD-ROM, and remote access and administration. An advanced topics section provides detailed instruction on subjects such as boot-time reduction, booting from flash memory devices, multiprocessor systems, and dual video systems.
Customer Reviews:
Supports XPE SP2 - New Toolkit Available.......2005-02-26
I have been asked a few times already about this book and support for XPE SP2. Windows XP Embedded advanced is still a good starting point for those getting started with XP Embedded SP2. All the XPe development basics are in this book, and the steps are good for SP1 and SP2. There is a new toolkit (Windows XP Embedded Supplemental Toolkit) available that covers the new SP2 features and other topics such as EWF API .NET programming, USB Flash boot, security, HORM, etc. There are a few new tools that also help with development. See my websites for more information: www.seanliming.com or www.sjjmicro.com
Sean Liming
Great Book.......2004-09-08
I purchased this book after spending days trying to find information about Embedded XP on the web, before reading this book I was struggling to get a working XPe image. The book arrived and by the next day I had the image booting and running.
If you need to create images as I did that run on Flash memory then this book is a requirement. Everything is explained in a detailed way and the common error message section has saved me hours of work trying to find out what is wrong.
Great Book
Excellent Purchase and worth the money.......2004-07-10
Having been a programmer for 20 years or so, I have a solid background regarding computers, and computing systems. However when faced with using XPe, it was a matter of learning the development studio and tools ASAP. This book did just that. Within 6 hours of recieving the book, I had my first XPe OS in the target system running. This book is a "hands-on" adventure that reads well; it's not too simple that it doesn't get you where you need to be, yet not so techi intense that it puts your to sleep. My complements to Mr. Liming on a job well done!
Average customer rating:
|
Advanced Windows: The Developer's Guide to the Win32 Api for Windows Nt 3.5 and Windows 95
Jeffrey Richter
Manufacturer: Microsoft Pr
ProductGroup: Book
Binding: Paperback
Windows NT
| Operating Systems
| Microsoft
| Computers & Internet
| Subjects
| Books
Windows - General
| Operating Systems
| Microsoft
| Computers & Internet
| Subjects
| Books
Win32 API
| APIs & Operating Environments
| Programming
| Computers & Internet
| Subjects
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
General
| Languages & Tools
| Programming
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Operating Systems
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| Books
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
Similar Items:
-
MFC Internals: Inside the Microsoft(c) Foundation Class Architecture
ASIN: 1556156774 |
Books:
- Ajax For Dummies (For Dummies (Computer/Tech))
- Approximation Algorithms
- Artificial Vision for Mobile Robots
- Beginning C ++ Through Game Programming, Second Edition
- Building Automated Trading Systems: With an Introduction to Visual C++.NET 2005 (Financial Market Technology)
- Building Your Business with Google For Dummies
- C# Language Pocket Reference
- CCNP BCMSN Official Exam Certification Guide (4th Edition) (Exam Certification Guide)
- Cisco LAN Switching (CCIE Professional Development series) (CCIE Professional Development)
- CISSP All-in-One Exam Guide, Third Edition (All-in-One)
Books Index
Books Home
Recommended Books
- Introduction to the Mathematics of Financial Derivatives
- History: Fiction or Science
- Accounting and Finance for Non-Specialists
- Complete Psionic
- EasyScript Express How To Take Fast Notes in a Matter of Hours
- Innocent in Death
- Film Directing: Shot by Shot: Visualizing from Concept to Screen
- Guidelines for Establishing Farm Forestry Accountancy Networks: Mosefa
- Business Cycles: Theory, History, Indicators, and Forecasting
- Cinnamon Kiss: A Novel