Computers and Internet Books
Related Subjects: Hardware Security Software Internet
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


Great for beginnersReview Date: 2005-05-03
Truly - A Stunning Book Review Date: 2005-05-26
Excellent Book!Review Date: 2005-05-03
Although the title may lead the reader to think the book is focused only on the Rabbit microprocessor, there is useful and practical advice in there for just about any embedded systems designer.
Ingo Cyliax, Contributing Editor, Circuit Celllar MagazineReview Date: 2005-04-13
EXCELLENT BOOK! Review Date: 2005-04-26
FYI: My last robot was powered by a Rabbit 2000:
http://www.robotdirectory.org/details.cfm?id=194&cat=4
Have fun developing for the Rabbit 3000!

Used price: $30.00

VerboseReview Date: 2008-07-04
Great Book for Understanding SQL Sever and ADOReview Date: 2008-02-29
Mr. Vaughn has been building databases and writing code against them since the beginning. His explanations of DB and ADO evolution is something that every webApp/dba should know.
The book is a fast read, imformative with lots of .Net examples.
Thanks for writing such a great book. I am excited to get the next version.
Great!!Review Date: 2007-07-03
A must own for DBAs and DevelopersReview Date: 2007-06-11
I've visited far too many organizations that work in near complete isolation when developing applications. For those types of organizations, no tool like Team System will improve things: if they don't collaborate already, a tool won't get them to do so.
We need more books like this in the market. Today's technology is so complex you simply can not perform your role properly without understanding the larger picture.
Excellent BookReview Date: 2007-03-10
Bill's book has gotten me up to speed on SQL Server and Visual Studio in record time.
I looked at a number of books on these subjects and this one definitely stands out as being the most comprehensive. At the same time, it is easy to follow.
I highly recommend the book.


The best kid/hacker series i have ever read!Review Date: 1999-09-29
This is AWESOME!!!Review Date: 1999-05-16
Jeremy
Awesome SeriesReview Date: 1998-12-05
THE BEST BOOK IN YEARSReview Date: 1998-04-09
Great start to a great seriesReview Date: 1998-07-17

Used price: $38.55

An essential for networking developers and architectsReview Date: 2007-01-02
Who better to write an implementation-oriented book on IPv6 than the developers involved in the KAME project and the lead architect on the IPv6 stack of VxWorks? The KAME developers wrote their code in close sync with the evolution of IPv6 in the IETF and were privy to not just the authoring of IPv6 RFCs but the hundreds of invaluable side discussions that typically happen at the IETF conferences and mailing lists. When reading the book you can make this out easily from the interesting insights the authors provide on various aspects of the IPv6 protocols design as well as reasons for some implementation choices versus others. I also like the several places in the book where the IPv6 design is compared and contrasted with similar aspects of IPv4. This is very useful since most of us that buy this book have been working for a while with IPv4 and understand its design.
The book assumes that the reader is reasonably familiar with TCP/IP IPv4 and BSD Sockets programming. If you're already familiar with IPv6 then you can jump straight into almost any place in the book. If you are new to IPv6 and want to use this book initially as an introduction I suggest that you read the book in two passes. In the first pass you should read all the chapters, stopping in each chapter before the "Code Introduction" subsection. This first pass will give you an introduction to the IPv6 protocol, IPv6 addressing, ICMPv6, Neighbor Discovery (ND), Autoconfiguration and the Sockets API for IPv6 - these constitute the core of what you need to know about IPv6. You could stop with this pass and then use the rest of the book as a reference. Or you could keep going and do a second pass of all chapters and go through the code sections. This second pass will now be much easier since you now have a good overall grasp of IPv6.
When it comes to the code walk-throughs and explanation of data structures I found that the authors have done a very meticulous job. Every interesting line of code is explained in detail and as I mentioned before there are many useful insights into "why's of the code" rather than dry comments on what it does. The book also comes with 2 CDROMs which contain all the referenced KAME source code and the FreeBSD 4.8 release. However, if you're like me and want only the latest/greatest release, I suggest going to the latest release of your choice of a BSD-based OS and browsing those source files instead. As a Mac guy I went with the latest kernel sources for Mac OS X 10.4. The Mac OS X Darwin kernel (a.k.a. XNU, not to be confused with Xinu OS from Comers' TCP/IP books) is a derivative of BSD built on top of a MACH microkernel. The IPv6 stack in Darwin/XNU is a port from KAME. I found it relative easy to follow the code explanations in the book with the XNU version of the IPv6 code. As you would expect, the line numbers from the book don't match the XNU line numbers, but the filenames are identical and it is relatively easy to find the corresponding code snippets referenced in the book. There were definitely some differences between the two code trees, but I did not run into anything that was substantially different in the sections I read.
All in all this book is a great addition to my networking library and I am looking forward to the second book from the authors that plans to cover the ancillary protocols to IPv6 such as IPv6 routing, multicasting, DNS, etc.
Very useful reference for IPv6 and KAME implementationReview Date: 2007-01-29
This book assumes a fairly thorough knowledge of TCP/IP networking protocols - it is not intended to be a primer on networking or IPv6. That said, this reference book is ideal for anyone with good networking knowledge that wishes to expand or understand elements of either IPv6 or the KAME implementation.
Getting Intimate with IPv6Review Date: 2007-10-02
For this, there is only one choice: The two-volume set by Qing Li, Tatuya Jinmei, and Keiichi Shima. These are the IPv6 equivalent of Steven's TCP/IP Illustrated and Comer's Internetworking with TCP/IP, books that should be on every networking professional's bookshelf. Like the multi-volume Stevens and Comer books, these books go deep into the functional structures of an IPv6 implementation--in this case the KAME implementation for BSD.
The first volume, IPv6 Core Protocols Implementation, starts off with an overview of the KAME IPv6 distribution for BSD and how to build a KAME-enabled kernel; in little more than a dozen pages the book takes you directly into the code structure. From there the remainder of the book leads you through the core protocols from basic address architecture to ICMPv6 and Neighbor Discovery Protocol to the intricacies of IPv6 at the transport layer and socket API extensions.
The second volume, IPv6 Advanced Protocols Implementation, covers IPv6 routing protocols (through route6d), IPv6 multicast, DNS, and DHCPv6. The last two chapters of the book delve into Mobile IPv6 and the basics of IPv6 security.
While these books are a deep-dive into the code, they don't assume you know IPv6; each chapter covers the basics of its topic before getting into the coding. So whether you are a coder needing to learn IPv6, a network architect wanting to know the IPv6 protocols more intimately, or just want a solid reference on your bookshelf for those times when the RFCs and general configuration guides just aren't enough to troubleshoot an IPv6 problem, I highly recommend these books. There are no others to compare.
"TCP/IP illustrated volume 2" for IPv6!Review Date: 2007-05-09
II and serves as The replacement of Stevens' books for IPv6. This book blends
in-depth discussion of the IPv6 protocols and standards with line-by-line
code annotation and design digest of the KAME implementation. As the WIDE
project board member and the original core KAME developer, I approve the
technical accuracy of this book and certify the content of this book
represents the KAME implementation well. I fully endorse this book and
personally recommend it to every programmer as the IPv6 network programming
book.
Excellent IPv6 Core Protocols Implementation ReferenceReview Date: 2007-07-21


A great introduction for novicesReview Date: 2005-10-29
The only issue I had with this book is the final chapters. I did expect a little more exposure to advanced scripts and concepts. There were only a few examples and most were scripts from dynamicdrive.com with little or no discussion of new concepts. Much of the final two chapters were just descriptions with URL's of sophisticated scripts that can be downloaded from Dynamic Drive. This was a bit disappointing since most designers/developers probably know how to find and install scripts from the many code libraries on the web.
Overall, JavaScript Demystified is a great book for a true beginner with no prior experience with scripting or programming. This is not the best book for those who just want to copy scripts or who are expecting advanced topics. This is a book for those who want to actually learn JavaScript. I definitely would look forward to a new book by the same author in the same format that covers advanced JavaScript.
Very good introduction!Review Date: 2007-05-19
I would suggest it to anyone who wants a good reference to JavaScript as well. Buy it you won't be disappointed.
Very Good BookReview Date: 2007-02-18
Very understandableReview Date: 2005-07-26
I learned all the tricks I see on the webReview Date: 2005-07-26

Used price: $49.89

essential toolReview Date: 2008-05-27
In today's frenetic pace, when we are swamped with information, this book gave me highly valuable suggestions. But, as importantly, it also gave me some very useful questions to ask. It seems as though every day I run across new Web initiatives or gadgets or software tools. Which are worth my time and trouble (and money)? The book gives a checklist of questions to consider.
"Keeping Found Things Found" is thorough and extremely readable.
Personal Information ManagementReview Date: 2008-04-14
Do you design information? You need this map of the view from the user's sideReview Date: 2008-02-13
Ahh now I get itReview Date: 2008-05-20
Now I do, thanks to this book.
I keep feeling inspired about the management of my information. Both as PIM in my own department, but mostly also for my users. I can suddenly see some meaning in the way they manage their PIM. I as the IT department have to facilitate their professional PIM. I have to give them the tools to make sure they don't lose stuff, but also so they don't drown in information. Suddenly I have a much more nuanced view of my job. Being the geek who loves his tech stuff, can do everything to keep servers and computer running, is not really enough. I have to know my place in the business of managing information and information flow in the company.
This book could teach many programmers, much on how they can make their products more usable to the users. Make them understand some of how people look at the information being processed, stored, shared, pushed by the programs they write. We have to facilitate more styles of PIM than just our own, not everyone works like we do.
I have to stop myself, I just love this book and the ideas it keeps inspiring to pop up in my head.
There is so much for so many people in this book..
The Beginning of a DisciplineReview Date: 2008-01-13
Personal information is everything from your address book to the story you heard on the radio the other day that you decide later you want to share with a friend. Most of us have a hard enough time with our address books, let alone managing the bits and pieces that we don't even know we need! William makes sense out of this mess using his fascinating research and deep knowledge of the field. It's too much to say that William has figured it all out for you, but he can sure enough get you started!

Used price: $31.95

Balancing Reliability, Capacity, Security, QOS and ManageabilityReview Date: 2008-06-25
He is dividing them into four major applications:
* Server Load Balancing (63p)
* Global Server Load Balancing (19p)
* Firewall Load Balancing and (15p)
* Transparent cache Switching (8p)
additions:
* application examples (4p)
* future outlook (2p)
What makes the book so enjoyable to read is the authors love to the details. The story just flows very smooth.
Especially the thorough explanation, screenshots and technical details deserve the mark "distinction" (Very good). While I read the book it was like puzzle peaces suddenly falling all together to show me the bigger picture.
I did like the follow up of technical issues like session persistency (server affinity), URL switching, system design vs. functionality considerations and the limitations that come with the chosen solutions. The described issues are exactly those that system designers will face in real life and it doesnt stop there of course. The book is laying a good groundwork for development of advanced concepts.
The part of the book that I enjoyed most was the chapter about firewall solution concepts. As the author points out correctly the traffic flow in both directions must be managed. This is also why the setup from a redundant firewall to a load balanced redundant firewall must justify multiple complex issues.
In this case the author went through the analysis of the traffic flow, a stateful vs. stateless discussion, a layer2 vs. layer3 discussion, proxy firewalls, synchronized firewalls, multizone firewalls, VPN load balancing, active-active vs. active-standby discussion and the interaction between routers, load balancers and firewalls. While some topics could only be scratched on the surface the concepts and ideas behind it are explained very clear.
There is no doubt for me that a 2nd edition can easily just pickup where this edition left off. The author clearly shows that there are more scenarios to be discovered and discussed.
On the one side I would love to see a updated 2nd edition from the same author, on the other side I guess it's been hold back to keep the competitions products in a distance ;-)
Also the book was published 6+ years ago I felt that the concepts did not loose any of its value. Which leads me to the point that this must have been " THE Technical Book of the Year 2002"
This book still receives well deserved full marks.
Bravo !!
clear, concise, explain key concept thoroughly with good diagramReview Date: 2007-01-17
Excellent Introduction and In-Depth GuideReview Date: 2004-01-08
From the simple beginnings of DNS server load balancing Kopparapu explains the driving forces behind and solutions presented to load balancing. The majority of the book is an introduction to the concepts and solutions available for server load balancing suitable for everyone from business casual to advanced technical users.
In addition to detailed explanations, the author demonstrates load balancing techniques through a number of illustrations. The illustrations are detailed enough to explain the concepts, but occasionally lack enough practical detail to go out and bulid in a lab or on a network without further understanding.
In combination with a good manual from a load balancing product, any reader would have enough information to implement sophisticated load balancing configurations.
In addition to server load balancing, the text covers caching techniques available through the use of some layer 4-7 devices. Of all the topics this one is the least detailed in the text. The author understandably covers only that part of cache technology related to layer 4-7 devices. A great deal of the technology required to put together an entire cache system resides in other parts of the system outside of the scope of this book. The implications for the architecture of a network are far reaching and worthy of at one more dedicated book on the topic.
Finally, the author presents the topic of firewall load balancing. Like caching, this is a complex topic. A complete understanding of network security and firewalls would require at least a few other books.
For those that already understand caches or firewalls though, this book provides detailed information on how to scale those systems with layer 4-7 technology.
This is certainly the most comprehensive and easy to read text on the topic. Anyone who reads this will also look forward to future texts from the author on emergning challenges in layer 4-7 network security and streaming content and distribution.
To know details on load balancers, this is the one!!Review Date: 2003-04-09
If you are interested in how load balancers are designed, this is the right book for you. However, if you are just shopping around and only want to know what load balancers are, get Brouke's one.
Btw, I was a bit disappointed at chapter 9. I expected to see more opinions on the future development of load balancers but it was not mentioned too much.
well written and thoroughReview Date: 2003-11-09
Much of the book is centered on how to load balance TCP (and to a lesser extent UDP), and the author uses HTTP and FTP as his primary driving examples. Throughout the book, the author provides some insight regarding what approaches real companies use (e.g. "this method is what Foundry and Cisco uses."), which I liked very much. Also, the illustrations were plentiful (although a bit primitive-looking).
There are only a few negatives about this book. The english writing is a bit stilted at times, and the chapters on firewalls and caches were basically rehashes of earlier chapters. Finally, I was hoping the author would have provided more detail on the load-distribution heuristics (which server to choose) with more metrics and actual real-world results.
I found the book to be extremely well organised. You will not get lost while reading this book, but you will need a university-level understanding of TCP/IP (and probably the link layer as well to get the NAT material) and networks in general to fully appreciate the matieral. Overall, a great book.

Used price: $10.98
Collectible price: $26.99

Maran Illustrated GuitarReview Date: 2008-05-21
The best beginner bookReview Date: 2007-12-03
Awesome resourceReview Date: 2007-11-06
Excellent! A Complete and Thorough Guitar Book! Review Date: 2007-04-16
An outstanding instructional which stands apart from similar-sounding guitar 'how-to' guidesReview Date: 2005-09-05

Used price: $25.73

MCAD 70-320 BookReview Date: 2005-09-27
Passed with 984Review Date: 2006-03-30
I passed the exam with this bookReview Date: 2006-03-05
Two bad notes are since coriolis was bought out it is tough to get errata for this book and there are a few problems. The securit section is a bit weak so read some online stuff to fill it in.
Good luck ZoOnI
The only resource needed for 70-320Review Date: 2005-08-16
A Good Bet for Exam 70-320Review Date: 2006-11-01
Simply put, it is a very useful & sound comprehensive reference for Exam 70-320. It served me greatly in gaining both an overview of all the elements that would appear on the 320 exam, but also served well in my overall review and revision endeavours for the 70-320 Exam.
using this resource got me to the place where i felt i had covered the core objectives for the exam and was ready to move on to the next phase ie: having a go at tackling past question scenarios.
i was glad i bought it.
what i liked about this book :
- it is a comprehensive read at 344 pages -(ie: the 2 Testing chapters non factored)
- there are exam questions after every chapter, relating to that chapter and the exam objectives the chapter tackles
- Answers with explanations are provided with every question featured in the book.
- there is a CD with questions set in an application that simulates the exam room scenario
- The CD also comes with a .pdf, e-version of the book.
I purchased the book in question as a pair with the companion Exam Training guide -(equally written by the same authors: Amit Kalani + Priti Kalani) from Que press ISBN: 0789728249; and i basically have'nt looked back one second since taking that decison.
the two books complement each other very well and provide a very fine balance between the need to train & equip the reader with the strong hands-on .NET XML Web-services development skills he/she will require in order to thrive as a C#.NET web developper; whilst at the same time fully framing these necessary hands-on expertise , in the context & framework of the exam the reader probably seeks to take at the end of working/ploughing his/her way through the book.
Amit Kalani is a very good author. he is well known in the C#.NET world. and he has a way of making a typically difficult material to teach, clearly explained, and he reinforces this with ample examples and practise, so it sinks in and becomes proper knowledge. So for those starting out on C#.NET or others looking for a place to start the preparation for the MCAD.NET with C# or 70-320 exam, these Books could easily serve as the spot to take it from.
However, i would add but the small proviso that depending on where you are along the previous "C#" programming-experience scale, i'd say you'd do well to buy yourself a good companion C# programming language text to accompany you on your journey.
There are lots of books on Amazon that would serve you well in this function/capacity . the text i used to give me a helping hand is called the: "C# Bible" by author: jeff ferguson (et al); it has for ISBN:0764548344.i found this easy to read and got through the first 20 chapters of concise, easy to follow, C# language basics, with relative ease.
After working through the 70-320 ExamCram resource in question and using the Training guide counterpart to acquire deeper hands-on practise to cement the interface between :( knowledge of the .Net Framework1.0 XML Web-services development concepts as treated in the books), with that of proper programming competence;(ie:knowing your stuff); I was ready for the next phase ie: going on to tackle past exam questions
using Transcender and the Testking more than sufficed to ensure & assure success at the exam;
Take & Ace the exam with ease: 150minutes & 43 questions.
Success at the exam-level is assured by appropriate preparation; ie: tackling past questions regarding .NET programming & C# XML Web-services development related problem scenarios in order to sharpen your wits about choosing the right solution in any given problem scenario. this is the crunch of it. do that ,and u pass.
End of.
The passing mark is 700 ie: 70%. i sat the exam on Tuesday (31st October 2006); scored 98% ie: 984.
MCAD.NET requirements accomplished!
Good luck.
cheers :-)

Used price: $0.01

Love this bookReview Date: 2003-10-24
Smart Choice for Exchange admins and devsReview Date: 2003-11-07
Saved the day!Review Date: 2004-03-30
Extremely ValuableReview Date: 2003-07-14
Because the book is well structured (no excess verbage, no "chattiness") it's easy to read, clear and to the point. It gets to the point and stays on target.
All in all an excellent reference you'll use over and over and, I think, an excellent place to start learning Exchange 2000 Server. I find that this book tells what Exchange 2000 Server can do and how to do it. With that knowledge I think you'll be better grounded if and when you go for more in depth understanding of architecture and the like. After this book, if you want more in depth information you can move on to other (bigger) books but I think you'll get the biggest bang for the buck from this one..
Excellent for what it isReview Date: 2002-06-25
Related Subjects: Hardware Security Software Internet
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