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

Used price: $38.39

Good to read even if you don't think you need securityReview Date: 2007-12-05
Excellent ResourceReview Date: 2007-02-28
Real Security for AccessReview Date: 2007-01-04
MS Access Database Workgroup Security.Review Date: 2006-05-10
Mr. Robinsons' is the first technical book on Access I have ever read from cover to cover with a never ending want to turn the page to see what Mr. Robinson was going to teach me next. I'm going to begin a reread of his work and this time I'm going to use the examples with both Northwind and my own database to incorporate his methods; especially enjoying combining the OS and workgroup security to provide my data a secure base from my clients, friends and enemies.
His book provided me ample margin to take copious notes along with my read, it will prove helpful in preparing for deployment. Mr. Robinson is a professional database administrator and this book is written as from such, you will think like he does at the end of this read and be the better for it. Mr. Robinson is a wonderful dbase admin, author, and now teacher. Again many thanks for his efforts and a heartfelt appreciation for my newly gained knowledge. Should Mr. Robinson ever have a worldwide tour on the subject, sign me up.
All of the reviews are positive, I suggest a review of Mr. Robinsons' Table of Contents and more important, the wonderful Index. A review of these documents will give you better insight into the level of Access database security Mr. Robinson clearly and distinctly explains. Mr. Robinson has the world's attention on this security subject and rightfully deserves it.
The Table of Contents and Index may be found at:
View the table of contents (http://www.vb123.com/get/AccessSecurityBook_TOC.pdf)in PDF format.
View the index file (http://www.vb123.com/get/mapindex.pdf) in PDF format.
Tom Pickett
May 9, 2006
Berea, South Carolina USA
Excellent Resource for MS Access SecurityReview Date: 2005-12-21
I especially like how he has broken down the overview for each chapter with segments aimed at Developers, DBA's and the IT Managers. In these overviews he explains what in the chapter is important to the reader by their role. The book is arranged so you can easily locate the information you need and not have to go through the whole book to be able to accomplish your security goal. But I recommend that you do read the entire book as it has so much to offer! I am on my second read through.

Used price: $17.00

Exactly what I expected from O'ReillyReview Date: 2008-07-22
First, it is fairly compact and doesn't waste space (and your time) explaining to you what is a byte or a register, like some 800 page "volumes about everything" do. It correctly assumes that the reader is a programmer and explains the language, not the programming.
Second, it covers Ruby in depth. Read this book and you'll easily understand the most craziest Ruby code examples that could be found inside of Rails and other popular libraries. Moreover, I've found a few tricks in the book that I don't believe I saw in the wild.
And finally, author's language is very clean, free of buzzwords and needless repetitions. As always with O'Reilly books, this one is also very neatly structured and makes an excellent reference book.
Buy it.
Makes Dave Thomas look bad... Well... Worse than he normally does.Review Date: 2008-07-20
Worthy of comparison to K&RReview Date: 2008-06-17
The organization makes sense, the index is usable, and the writing is precise enough to leave no ambiguity.
My only complaint would be too much space spent on differences between 1.8.6 and 1.9, and too much attention to text encodings.
Quite possibly the be all and end all of Ruby booksReview Date: 2008-05-27
Since I didn't find the Pickaxe to be excellent reading material, I had been eagerly anticipating David Flanagan's The Ruby Programming Language to come out and unseat The Pickaxe as the de facto book to recommend to newcomers to Ruby.
I am happy to say that The Ruby Programming Language did not disappoint. I picked up this book solely expecting to just review it since I already comfortable programming in Ruby. However, once I started reading the book I found myself frequently learning things about Ruby that I didn't know before. Not like little things either like, "oh that's interesting". I'm talking significant things like "holy crap that's sweet!".
This book covers both Ruby 1.8 and Ruby 1.9. Initially this concerned me because as impressive as it is, it must have been quite a headache for the authors and was not sure how they were going to pull it off. It turns out to be pretty much a non-issue. The authors make a note of what is 1.8 or 1.9 only and it does not disturb the flow of the book since it doesn't come up too frequently. I do hope though that after Ruby 1.9 stable is released they upgrade the book and tear out all the 1.8 specific material. Since I currently use 1.8 on a daily basis I don't mind having 1.8 material in there but after everything has shifted to 1.9 it would be rather irksome.
The style of the book is fairly straightforward. It starts with an introduction to how Ruby programs work and then goes into an explanation of Ruby datatypes and objects. The later chapters cover advanced topics like reflection and metaprogramming. The authors opted not to go the tutorial route, which I think, was a good approach since the book is not designed to be an "intro to programming" text.
In the preface of the book, the authors state:
> [The Ruby Programming Language] is loosely modeled after the classic C Programming Language (2nd Edition) (Prentice Hall Software) by Kernighan and Ritchie and aims to document the Ruby language comprehensively but without the formality of a language specification. It is written for experienced programmers who are new to Ruby, and for current Ruby programmers who want to take their understanding and mastery of the language to the next level.
O'Reilly is hoping that The Ruby Programming Language becomes the equivalent of K&R's The C Programming Language for Ruby and I hope it succeeds. I think that every language needs their own K&R book for people to turn to as the definitive authority. That's something that I feel like the Java programming language never had and it creates something of a hurdle when browsing for a Java book.
The third edition of the Pickaxe is in beta and will be coming out soon. I really hope it makes a strong showing when it hits the press because after the bangup job Flanagan and Matz did with The Ruby Programming Language, there is no reason to look at the Pickaxe till then.
Excellent, but should not be used as a tutorialReview Date: 2008-05-19

Used price: $40.00

Excellent bookReview Date: 2007-05-17
Extremely Comprehensive OSI Layer 2 CoverageReview Date: 2007-05-08
About 10 years ago in my communications classes I studied Ethernet, transmission/arbitration using CSMA/CD, frame structures, etc, but forgot much of it. "The Switch Book" has everything I learned in my EE curriculum and then some. At 650 pages, almost exclusively dedicated to layer 2 of the OSI model, this book is extremely comprehensive. Considering its breadth, it is a very easy read for self study and would also make a good reference. What makes it an easy read is that it does not regurgitate the RFCs and IEEE Standards. It contains tons of examples, graphs, network diagrams, and footnotes. BTW, the footnotes are full of humor; oh, and there is even a funny poem on link aggregation. When the book gets overly technical (e.g. hardware implementations), Seifert tells the reader he can skip the section without losing continuity.
This book as helped me debug a problem I had with Spanning Tree and Link Aggregation (trunking). After reading this thick book, I feel confident that I can put an analyzer on the wire and know exactly what's happening by watching the bitstreams. Frame formats for everything are graphically represented. Even some cool stuff, like LACP, GARP, GVRP, and GMRP are covered. Ethernet, FDDI, and Token Ring are the three LAN technologies covered.
All chapters follow a similar format. Each chapter starts with theory and some (usually visual) examples. Then some technical software/hardware implementations are explained, followed by configuration and more examples. Usually, the end of the chapters discuss the history of the technology and the official standard (IEEE, technical pub, RFC, etc.).
The author mentions that much of the material was written in mid-1999. Considering its age, it is still very relevant. The only two technologies that I can think of that weren't around when this book was written are "Rapid Spanning Tree Protocol", although STP is covered, and 10GbE, which is negligible.
The bottom line is, if you need to understand layer 2, you need this book.
Best technical bookReview Date: 2007-06-10
The book is especially valuable to those who do not have much background in switching. The concepts are explained in plain language and the book provides many references for further reading.
The only negative is that the book is getting a little dated and so does not contain information on some of the latest standards and product developments. Hopefully a new edition will come out soon. But even so, I highly recommend this book.
Best technical book I've ever read!Review Date: 2006-03-22
The author clearly knows his subject matter and explains things well. He even tells you when a particular section can be skipped without loss of meaning to the rest of the book.
I hate technical books with lame jokes. His jokes are FUNNY and worth reading.
Excellent book for switching concepts.Review Date: 2005-11-10

Used price: $19.95

Excellent Tutorial Enabled Use Almost ImmediatelyReview Date: 2008-04-27
Understand PerlReview Date: 2008-03-19
Best introduction to Perl 5 in printReview Date: 2008-02-04
James Lee's book is excellent from start to finish. I found his explanations very clear and his writing style lively. He covered just about everything I hoped to read in a book of roughly 400 pages. The book is ideal for the self-educated since it contains exercises with answers in the back. I personally enjoyed learning more about regular expressions in Ch 7, since PCRE is an important part of several network security tools.
It is easy to take a good programming book for granted. I have started and stopped reading several other books written to teach programming because their style is terrible and the assumptions they make confuse the beginner. BP2E is always conscious of what the reader has already seen. The author makes it clear when a briefly mentioned topic will be more thoroughly explained later in the book. Plenty of technical authors could learn from this example.
Even if you plan to read the author's new book -- Beginning Perl 6 (or BP3E) -- you may want to read BP2E. Perl 5 will be with us for many more years, so it pays to understand the material in BP2E. (It's possible that BP3E could demonstrate Perl 5 and 6 syntax, but I doubt it.)
Beginning Perl really is an excellent resource for anyone looking to learn the languageReview Date: 2007-06-14
Personally, the book has helped me to become comfortable using Perl to do "everyday tasks" (everyday in the context of an obsessive computer user), perform my necessary job functions (manipulating massive text files), and become a better programmer. I used to know next to nothing about Perl, although I did have a solid background in other languages. With this book, and some help from the Internet, I was able to become a sufficient Perl programmer within a week.
Perl is a great language that every person in the computing field should know. There's literally hundreds of great tutorials and books on the subject that will suffice, but I would stress the value of having a well-written book sitting in front of you while you learn. I would certainly recommend this book to anyone looking to learn Perl.
Fantastic tool for beginnersReview Date: 2007-07-12
I bought this book very recently, having no prior experience with Perl. I had seen a couple of scripts that other people had written, but since I have minimal programming experience I could only somewhat figure out what they were intended for.
I read the first chapter of Beginning Perl (11 pages), and read bits and pieces of the second chapter (37 pages). Then I began writing my first Perl scripts, using the book primarily for reference. It makes a great reference tool because the index is very thorough and the examples are easy to understand without necessarily reading the entire book in order. About 3 hours ago I couldn't have told you what a subroutine was or how to create a hash, but now I have completed my first interactive program using subroutines, hashes, various types of loops, error-checking, etc. That would have taken me weeks to learn if I had not discovered this book.
I highly recommend this book to anyone interested in learning Perl.

Used price: $2.59

The book has been marvelous!!!Review Date: 2004-09-02
Beginning SQL Server 2000 for Visual Basic DevelopersReview Date: 2003-06-27
OK for starters, but 33 percent irrelevantReview Date: 2003-08-27
Taught me everything I needed to know...Review Date: 2003-01-11
This book will make you feel that you not only know how to make Visual Basic talk to SQL Server, it will make you feel you know more than the basics of SQL Server itself. Previous to reading this book I had no idea what a stored procedure was, or how a query works in SQL Server (I had worked extensively with Microsoft Access, and these skills were not necessarily transferable to SQL Server, though many of the concepts are similar). Now I know my way around SQL Server 2000. This book fulfilled a dual purpose.
There are chapters on Database design, SQL Server installation, SQL Server security, Querying, Stored Procedures, the SQL language, IIS, and XML. Most of the book is taken up with what developers do everyday: the storage and manipulation of data. Over 300 pages of the book is dedicated to data in general, and how to get the most out of it using VB and SQL Server.
If you need to create a VB6 (there is no discussion of VB.NET since the book predates it) database application using SQL Server, this is the book to start with. Its bulk pays off.
Excellent introduction to SQL Server 2000 for VB DevelopersReview Date: 2002-10-11

Used price: $0.40

computer desktop enclyReview Date: 2002-05-11
This is A 5* bookReview Date: 2002-01-13
It will be hard to obtain better explanations than they are written in here.
There are several other similar Encyclopedias around which I have never looked at, because I had no need to look for another Encyclopedia.
A COMPREHENSIVE COMPUTER ENCYCLOPAEDIAReview Date: 2003-03-02
The book (and its attached CD-ROM) covered, in the most definitive way, all the important terms and acronyms that apply to today's computer and networking technologies. Hardware, software, and allied peripherals were adequately represented.
It is descriptive and well-illustrated, and included all the commonly used file extensions. With over ten-thousand terms and definitions, its scope is rich: in comparison to what exist now.
This computer encyclopedia ranks among the best currently on sale. However, potential buyers may be frustrated (at the moment) by its limited availability.
Probably the best PC Encyclopedia ever writtenReview Date: 2003-01-17
Good reference manual to have around.Review Date: 2001-12-10
The book is over 1100 pages and is loaded with pictures and figures to give a visual representation of the definition which makes is easier to understand some of the concepts covered. There is computer definitions, vendor breakdowns, and certification analysis and application definitions.
Some of the topics covered are networking, computers, MACs and applications. Some of the technologies included are CISCO, CompTIA, ATM, FDDI, Ethernet and token ring. Also included is a cd-rom which has over 5000 more definitions not included in the book. Overall a great addition to my technical library.


Guiding hand to accessibilityReview Date: 2002-10-22
Many folks think accessibility is a great inconvenience, but it takes a little thinking and planning to do it right from the beginning. Having a great resource at hand makes the process a cake walk. Not only are the processes and guides helpful for creating sites that are accessible for those that are disabled these steps outlined also make the information in the site future ready. Sites that are accessible are much easier to use with a handheld PDA device or from even a cell phone browser. Accessibility for everybody in more situations improves with structuring the information properly, which is all making Web enabled information really requires to get it ready to be consumed. Is your information ready to be consumed by everybody?
What a great bookReview Date: 2002-09-11
Above all else, it offers practical advice on how to actually do the right thing. Unlike certain titles with animals on their covers, there's more here than just reams and reams of tables containing cut-and-pastes from the man pages on the subject.
It's also of a nice size. (I know that would be no recommendation, if the book didn't actually teach you anything, but it does - and you don't feel intimidated, like you can when you pick up some dirty great Red tome from a Certain OtherPublisher.) You feel as if the subject is managable. Knowable. It may be just me, but if a book is smaller than my own head, I generally feel that there's an outside chance I may be able to fit the contents inside my own skull!
I'll have to keep an eye open for these blue things... they're quite good.
A fantastic bookReview Date: 2002-09-13
The main UK legislation that specifically mentions web sites and accessibility comes into force in October 2004 which, at the time of writing this, is still over two years away. This means that there isn't a great deal of information and certainly no legal cases that we can draw on from our country, so we have to look elsewhere to see what is happening.
This book benefits in that, although it does cover Section 508 and other already in place legislation, it also gives a great all round understanding of the topic, and is very easy to read. Having chapters written by different authors means that you get a far greater depth of experience and information, which can only benefit the reader.
If you're going to buy one book on accessible web sites, this should be at the top of your shopping list.
No More Excuses.Review Date: 2002-10-20
Usability really became an issue when Jacob Nielsen infamously denounced Flash as 99% bad. Accessibility became a priority for web developers working on government projects after Section 508 was brought into law in the United States.
Accessibility became an issue in Australia during Maguire vs SOCOG in 1999, when a blind man filed a complaint with the Human Rights and Equal Opportunity Commission (HREOC) that neither Olympic Games tickets purchasing information nor the souvenir programme were available in Braille. Most importantly he alleged that the SOCOG website was not accessible, and to make it so would have been well within budget. SOCOG was found to have discriminated against the complainant and damages were awarded against the organization.
Accessibility is now a civil rights issue. It is also not that difficult to implement on a website, once you learn how it can be done. This excellent book, Constructing Accessible Web Sites, teaches you all that and more. It is the first on its subject, and will not be the last, but it is damned a good beginning.
All eight co-authors have been pioneers in the field of accessibility, and Glasshaus deserves praise for having assembled such a team. They cover more than website accessibility - their expertise extends to the accessibility of web design tools themselves. An apt reminder that the web is as much about reading as writing, for writers as much as readers, a real medium of two-way communication.
All websites can now be made accessible to varying degrees, even Flash websites since Flash MX, as Macromedia Senior Product Manager for Accessibility Bob Regan demonstrates in Chapter 10. So there are no excuses for failing to add increased accessibility, and usability for that matter, to that new project you are just about to commence.
Ensure you have a copy of Constructing Accessible Web Sites at hand when you begin. And also take a look at another equally essential reference on the subject due out any day now, Joe Clark's Building Accessible Websites. Accessibility is the newest and most necessary website building skill. There are no excuses now.
Guiding hand to accessibilityReview Date: 2002-10-22
Many folks think accessibility is a great inconvenience, but it takes a little thinking and planning to do it right from the beginning. Having a great resource at hand makes the process a cake walk. Not only are the processes and guides helpful for creating sites that are accessible for those that are disabled these steps outlined also make the information in the site future ready. Sites that are accessible are much easier to use with a handheld PDA device or from even a cell phone browser. Accessibility for everybody in more situations improves with structuring the information properly, which is all making Web enabled information really requires to get it ready to be consumed. Is your information ready to be consumed by everybody?

Used price: $82.50

Where's "...for dummies" in the title?Review Date: 2008-06-05
I only have 4.5 years experience as a programmer, of those only 1.5 were spent on C++ and I have no experience whatsoever in game programming;
the new stuff I learned from this book could be printed on a letter page or less.
This is just generic, and rather primitive, data structures and algorithms book, that applies them to making a small game instead of usual example search/whatever programs. Sometimes it feels like a data structure was used merely as an example that fit in that place in grand example-place matching, and not as the most useful or efficient one...
One could probably turn it into "Data Structures for Database Server Programmers", "Data Structures For Embedded Device Programmers", or "Data Structures For Solving World Hunger" with copy/paste and minor grammatic corrections ;)
I loved this book like a cookie dough sundae.Review Date: 2005-06-07
I don't normally get all googly-moogly over programming books. In fact, I just took a quick look back at my reading log since 1999, and a select few have gotten four stars, but nothing above that. But I picked up Penton's nine-hundred-page tome on Thursday and I finished it on Sunday. Nine hundred pages in four days. I've only been keeping track of page counts over the past year, but the books I've read that have come closest, page-wise, have been Robin Hobb's lovely novels, three of which I read earlier this year hovered around eight hundred pages. I read the shortest of them in eight days. And I love Robin Hobb.
Data Structures for Game Programmers is a wonderful book in no small part because Ron Penton was still an undergrad while writing it. Which is, of course, also the book's main problem, because someone like me who last saw ivy-covered halls well over a decade ago is likely to be sick with envy that some little greenhorn has already found his way into the world of professional computer-book publishing (and by "professional" here I don't mean "published by recognizable press," I mean "the kid's already published three books in three years, and they're ALL monstrous tomes, when does he have time to program?"). But let's face it, you expect something different when you read a book by a young writer, be it the hot new novelist or the new kid on the programming block. And Penton delivers it; Data Structures for Game Programmers is, if you're a programmer, the most readable computer book you've ever come across. Penton seems to have a healthy disrespect for textbooks, which he alludes to a few times in the course of the book, and it shows in his writing; he wants to write something that will teach you more than a textbook by being more accessible. And in this goal, he succeeds. Brilliantly. I learned more about C templates from reading this book than I have in any other three books devoted to nothing but templates, and here they're just referred to a few times in passing. How is this possible? Because Penton explains things in language far easier to understand than that of most programming books; simply put, he hasn't yet been so overwhelmed by jargon that he can't see when he's written something the layperson might not be able to understand, which is a common ailment among programming authors.
Also, there's been some minor grumbling from some critics about the book's insistence on reinventing the wheel. Of course it does. That's how you learn to program-- you bang away at it, doing something that's already been done, until you figure out why it's done that way. There may be five or six people on the planet who can read it in a textbook and immediately figure out why it's the case (and, one assumes, they are the same people as those critics), but the rest of us are much happier seeing it this way.
If any computer book publishers happen to be reading this, you, especially, should be reading Data Structures for Game Programmers. See what it's like. Try to get the rest of your authors to emulate it. You'll have much happier customers that way.
This is one of the handful of books I've read since getting a library card again (a total, in fact, of four since 2003) that, after returning it to the library, went back on my Amazon wish list, because I want a copy for myself.
A clean approach to Data StructuresReview Date: 2005-01-17
Many many thanks to Ron Penton for his help! Ron Penton really knows how to write a book! His way of writing shows that he knows the subject perfectly and presents it in a way that anyone understands what he is talking about. No matter how hard the topic is! By the way, Ron Penton has a great sense of humour!
If I could I would give one more star for the GREAT job he did with the CD. Although I intended initially to learn Data Structures, I also learned SDL. Perfect combination for someone who wants to start writing games!
I would recommend this book to a non-beginnerReview Date: 2004-09-16
Bottom line is this, you can find the information presented in DS4GP in any other good book on data structures but what sets this book apart is the presentation, organization, practical content and the writing style of the author.
It's definetly not for beginners or for a person looking for a very detailed book on data structures that covers AVL trees and red-black trees. But for the other 99% its a must buy.
Does what it saysReview Date: 2003-10-02
the author doesn't go hugely in to depth in some areas but that's pretty much what i wanted since i am already familiar with how to use most of the stuff. very good book and i'd highly recommend it. hope this author continues with more books!

Used price: $15.00

Great so farReview Date: 2007-10-31
Lazy boys hacksReview Date: 2007-09-13
Very informative, very well written.Review Date: 2007-02-18
Many good tib-bits and pointers.Review Date: 2006-02-25
kind of "nuts-and-bolts" pointers that I like. You
don't have to read it cover to cover (I didn't) but
can pick it up and go to the points that interest you
or where you are currently in need of help. It refers
to various "commerical products" that the author has
used to get the job done. I found this helpful. With so
many competing products to chose from it's nice to
hear, "If you get product X you'll be able to do Z,"
rather than buying and hoping (or not buying and
wondering). Kuddos to the author.
Must have for amateur/semi-professionalsReview Date: 2006-02-23
Who would have thought of parchment paper and clothes pins to diffuse light and create a softer, more natural light over the subject? That's just one of the great tips I've already started using.
I've bought several digital video books while trying to learn this medium, and this has been by far the most useful.

Used price: $1.60

Stay away from this book!! Its a waste of paper...Review Date: 2007-10-06
The book uses a simple way to discribe many cases of things going bad. But it stays on the superficial layer of the problems.
The paradigm it uses is describe the problem, ways to prevent it, and how to get off the hook. This may seem very tempting to read because of the easy way to analyse the content of the cases. I like the 3 step aproach, but I didn't see and substance of the way she explained and the conjectures of details each process entails.
The book in general is a simpleton... and its boring.
Doing eBay RightReview Date: 2006-09-08
This is exactly the point where "Don't Get Burned on eBay" comes in handy. Reading this book was like finding a good friend and a compass while wandering lost in the wilderness. I started out marking the impor-
tant points I came across but soon gave that up since there wasn't a lot that I didn't feel like underlining. It's crammed full of useful information.
One aspect that doesn't get enough play for the prospective reader in
my opinion is that the book not only tells you how to avoid the scams
and frauds, it also tells a newcomer how to buy and sell with the legiti-
mate people and do it right the first time. To me as a newbie, that was
just as important. And even if you read this and never do an eBay trans-
action, you will have likely learned something about mail-ordering from
anyone. This is a good reference that I will keep in my library.
A great resource for new and experienced eBayers alike.Review Date: 2006-04-04
The book is also filled with real stories of eBay snafus which clearly illustrate the author's points. In addition, the author's sense of humor makes the book a pleasure to read. I would highly recommend this book to anyone that is active in eBay - even if you don't read it cover-to-cover, it would act as a great reference guide.
Worth Ten Times the PriceReview Date: 2006-04-02
In addition to being clear, the author has a sense of humor, which makes this not only informative, but entertaining as well. The chapter layout makes it useful as a reference tool, to which the reader can turn when she has a question. The reader should read the whole book once, but afterwards, it is easily used to refer back to for specific questions or occurrences.
I'm a librarian in a university library, and I evaluate books all the time. For its purpose, this is one of the clearest and best I've seen.
Takes the fear out of eBayReview Date: 2006-04-08
I've been using eBay since 1998 and I still picked up dozens of new things and now understand some of the more esoteric features of the site. When I lent the book to my mom, who has shyed from the site because she felt it was too risky, she proudly made two purchases using only the book as a guide. I wish all DIY and instruction style books were this much fun to read, I'd know how to do a lot more things if they were.
Related Subjects: Adobe Microsoft
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
I have read some of the other (excellent in their own right) big books on MS Access, and there were a couple of "non-security" things in here that I did not find elsewhere (not to mention the security issues that were new to me). I highly recommend this book for anyone who may be creating a multi-user database.