Personal Pages Books
Related Subjects:
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

Used price: $1.49

Great Information, too broken upReview Date: 2002-07-25
Lots of errors and hard to read screen-shotsReview Date: 2002-12-10
Lots of errors in the bookReview Date: 2002-08-11
Straightforward, Organized, ConciseReview Date: 2002-03-12
This book combines those two styles into a coherent and easy-to-read reference that gives programmers not only the tools necessary to create robust, flexible applications but the means by which to create them.
The authors have experience as programmers, architects, project managers as well as technical trainers. All these facets of their career show up in the style and content of this book. As a programmer on medium- to large-scale projects, I found this book to be very useful.
C#.Net ?Review Date: 2002-08-06
What I like about this book is that it starts out with building applications on the command line witch gives the reader a bottom up view of how C# applications work. The reader is then transitioned to web controls. All of the examples shown are practical applications that only a web developer would be interested in so there is no wasted time on the learning curve. This book really doesn't get too deep into the .Net environment or language but it makes a good intro, especially for people like myself who are only interested in the web application side of C#.
Another thing that really works for me is the examples are laid out very clearly and the reader sees the code as it actually exists, so there are no difficulties with assembling the examples into a finished product. I am a visual learner and if you are as well you will find that this book's format works well. Less talk...more work. Great book.

Used price: $4.71

Good for 70-310 examReview Date: 2002-08-23
Unique and Awesome IdeasReview Date: 2002-07-05
Best of 3 books I boughtReview Date: 2002-07-04
Great for developers of all levelsReview Date: 2002-10-04
The book is outstanding and takes an in-depth look at XML Web services, and Microsoft's specific implementation of the paradigm. All of the major considerations are explained well and adequately to become productive in developing your own library of Web services, or by extending the functionality of your applications.
The book's tone is very friendly, and non-intimidating, so it's a very easy, quick read. Bill also uses lots of practical analogies to make the more complex topics relevant, so it's an added bonus that this book appeals to the beginning as well as the seasoned developer.
Bill discusses areas critical to a thorough understanding of WS technology using .NET such as SOAP, UDDI, remoting, security, authentication, performance, and client development for calling an XML Web service from an ASP.NET WebForm or Windows Form, VB 6.0 app, or an ASP 3.0 Web page. The book also features some really good appendices, especially those on .NET's Web service classes, and an XSD primer for schema development.
The book is not about ASP.NET development, and so providing the reader has some experience with building third-generation Web applications, gets right to the meaty stuff. The chapters are short and to the point, and Bill's overview of ADO.NET is one of the better ones I've read in recent times. The most outstanding thing to me is that Bill liberally uses real-world code samples, with all code presented in both Visual Basic .NET and C#. Snafus in the code are very minimal, and I know form personal experience that good ol' Bill is extremely available and answers all his e-mail...about anything.
However, the book's printed code samples (I haven't checked the downloadable source code from the publisher) tend to reflect code generated from Visual Studio .NET, which in my opinion become confusing and therefore more difficult to replicate in an IDE environment like Dreamweaver MX or ASP.NET Web Matrix or non-IDE environment like Notepad due to all of the proprietary code VS.NET generates, and in doing so, using code behind. It's been my experience that it's easier to go the other way - provide the raw code and leave it up to the developer to implement in whatever means they see fit.
Another thing I did not care for (some of you may agree, I'm assuming most may not) was the physiology of the book itself, which was beyond the author's reasonable control. The binding is very flimsy and the spine breaks without much trouble. The paper isn't very durable, and doesn't lay flat for very long. I hope Wiley Publishing take into consideration that books of this nature get used & abused for their content more than most, and consider making corrections in the book's composition to make them last longer.
But beyond this, the book is a must-have for a user group as it's cross-language, multi-developmental platform, multi-subject appeal make it applicable to many different levels of developers, and is great for team environments.
This is not a good choiceReview Date: 2002-07-09

Used price: $0.41

Very Poor WorkReview Date: 2000-11-06
Hate VB Like I Do?Review Date: 2001-09-09
If you're planning to use VB, then there are probably better books out there for you. But if you want to learn to write ASPs in JavaScript, this book is extremely helpful. Though ASP objects are the same no matter what scripting language you use, there are subtle differences in the way you manipulate them. If you try to start coding ASPs in JavaScript from a text that uses Visual Basic, you will undoubtably suffer through a lot of frustrating trial and error.
This book starts with the basics, and works up to some complex examples like a BBS and an online catalog. The writing style is clear and to the point. The CD is no frills, but at least you get all the code. Needless to say, you should already be familiar with JavaScript before you tackle writing ASPs in JavaScript.
A final caveat: There are a number of typos in this book, including a nasty one on page 153 that mixes up the constants for reading and writing files. If not for this, I probably would have given it 5 stars.
Helpful javascript guide to asp for developersReview Date: 2001-05-22
Great bookReview Date: 2001-04-01
To me this book spoke clearly. Not coming from a Microsoft server-side background I needed to get up to speed with ASP. I already knew JavaScript from client-side programming, but most of my server-side programming was done in Perl. I didn't really want to learn a new programming language, and this book took that idea and put it to work. I was able to leverage my knowledge and quickly become proficient at ASP. Most if not all of the features available to ASP are shown using JavaScript, and most things have associated code examples with them.
True, this book is geared for programmers wanting to write web applications. If you are not a programmer you WILL need to get additional references - the authors don't really waste anytime to teach you HTML, or server side scripts or how to program - but that is not what the book is about and the book's preface tells you this. The authors have also included two appendices that will get most programmers up to speed on JavaScript and VBScript.
In terms of organization the book spends the first couple of chapters motivating why ASP is a great development platform and what sets it aside from other technologies out there. From there you get immersed into the basic 5 objects (Request, Response, Application, Session and Server) that provide most of the functionality that you'll need to develop your apps. In my case this was enough to give me a working knowledge of ASP for many projects. Continuing sections show you how to incorporate ActiveX components into your projects, access the file system and access databases. Other chapters are devoted to web issues like application persistence, error handling and debugging. Lastly this book also sports chapters on some less frequently used (but powerful features) server-side includes (SSI) and access control (authentication). Three of chapters are dedicated to `real world' type examples. One of them even shows you the code as most developers would initially write it, but then refactors it so that most of the code can be reused easily. This chapter provided great insight to me on how to take a web app and make it really easy to maintain.
I have looked for additional books on this topic, but none provides the breadth or depth for this one. GET IT.
Good material, but a little disconnected.Review Date: 2000-11-29


Not a bad callendarReview Date: 2003-01-31
TransformedReview Date: 2004-05-06
Cindi
Lincolnton, NC
WORST PRODUCT EVER!!!Review Date: 2003-01-11
PearlsReview Date: 2002-12-03


Good exercise for the brain.Review Date: 2008-04-20
25 Tests and I still don't know what my IQ is.Review Date: 2008-01-12
The biggest drawback about this book is that the tests are unstandardized. What this means is that you can get a score for each of the tests in this book and you are told whether you are average, excellent, exceptional, etc, based on this. However, it is not possible to convert these scores to IQ values. Furthermore, the questions in this book are slightly different from those that are typically found in most standard IQ tests. Mensa's website recommends the books of H.J. Eysenck, for those wishing to practice for their entry exam, and the questions in this book are quite different from Eysenck's questions. Also, the solutions to the questions are not always well explained. There are several questions in this book that I still can't solve, even with the answers.
This book is a reasonable puzzle book and may provide some assistance to those intending to sit an IQ test in the future, but only if you're run out of other practice problems. For people actually wishing to calculate their IQ, then this is not the book for you. A more suitable book is Test Your IQ. "Test Your IQ" is not a perfect book either, but at least it allows you to get a numerical value for your IQ, rather than simply telling you that you are "exceptional".
Great Brain Exercise, but These Test Samples Are Different from Actual IQ TestsReview Date: 2008-01-03
Several years ago, a former employer sent me with a group of employees, all part of a management training program, to take a series of tests and evaluations. A professionally administered and proctored IQ test was given as part of the process. The main difference between the tests in this book and the REAL IQ test was that the ladder was multiple choice and the tests in this book have many questions that require a written answer that doesn't allow for guessing. This in fact makes the tests in this book more difficult than a standardized IQ test.
These tests are challenging, to say the least. But after you've done a few, you'll better understand the logic that goes into conceiving the questions and your scores will improve.
I'm contemplating applying for membership into MENSA and I am confident that doing these practice tests will significantly improve my entry score compared to if I went in cold.
But I feel the best use of these tests is for brain exercise. Unless you're in school or actively learning new, complex things, your brain gets into autopilot mode and starts atrophying. Consistent challenges like problem solving is one of the best ways to keep you mind sharp.

Used price: $0.78

Best AvailableReview Date: 2001-12-04
Better than people give it credit forReview Date: 2002-05-25
Ultimately 70-152 is for developers who have already been developing in HTML, ASP/ADO and Visual Basic (preferably under MTS) for at least a year, and possibly longer. Also, some experience with the Visual Interdev product helps, but there's not a lot of coverage of Interdev either in the book or on the test.
But there is a particular reason you have to use THIS book, as opposed to just going on your own knowledge, or using another book - and that is Chapter One. Take a look at the list of what is covered on the test, and you notice that most of it has to do with "Analyzing Business Requirements." It's obviously emphasized in the list of topics, it's also strongly emphasized in the MeasureUp exams, and (though to a lesser extent than I thought) the test itself.
If you've already passed both of the VB tests -- review Chapters 5 and 6 (which are all database related, mostly focusing on ADO) but don't study too hard. Skip chapters 7 and 8 -- there should be nothing new here. A warning though, be able to understand COM from the C++ point of view on the test.
If you are an experienced ASP developer, you should still give chapters 3 and 4 a read as they deal with topics you probably haven't encountered before or could use review on (scriptlets, PageObject, etc.)
Chapters 1,2,9 and 10 are the chapters you should focus on with regards to the test -- unless you aren't an experienced VB/ASP developer, in which case you should look for a different test to take.
Unlike some past study guides, most of chapter 1 can't be found in MSDN :( So you need the book. You won't pass without knowing chapter 1 most likely. It seems simple, but it isn't.
Be warned, neither this book nor the MeasureUP exams will fully prepare you for the test. It helps if you've dealt with quirks and problems before. Some topics that could have been covered better are Content Replication Server, Index Server, FrontPage (98) Server Extensions, Posting Acceptor (3.0), Site Server Replication capabilities, testing and debugging, and of course deployment and replication. Also give yourself a HTML review, particularly on tags whose function is implied in MS's study outline.
A good general overview -- but that's it.Review Date: 2001-05-14
Not sufficient, but really necessaryReview Date: 2001-08-30
Now, the cons.
I got 923 at my first test in spite of taking it in a foreign language (I'm Italian). However, If I had relied only on this book for taking it, I would have scored 200. The problem is that for some parts it is a very theoric exam. So, the questions are subject to very varied interpretations, and it's not enough to know the subject: you've got to know WHAT THE AUTHORS OF THE EXAM MEANT WHEN THEY PRODUCED IT. And it is only the simulation tests which helped me with this.
That's why most of my exam points are accounted for by the "MeasureUp" online exam simulations. I don't know about Transcender (I visited their site but it seemed a bit more expensive to me), but if you wanna take the Interdev exam, listen to me, go to Measureup. 50% of the questions of the real test were very similiar to those of the simulations, at times only the names of the variables changed! Moreover, the online test simulation suggested me there were subject I should study which absolutely weren't in the book. For instance:
WHERE IN THE BOOK do they say that a stored procedure must have a "CREATE STORED_PROCEDURE @var int AS ............" (this question WAS in the real test).
Or:
WHERE IN THE BOOK do they talk about the "System DSN"? They only speak about File and Machine DSNs! Yet the System DSN WAS in the exam!
And:
WHERE IN THE BOOK IS "CRS" (for multiple deployment) cited? NOWHERE!
So if you wanna take the exam buy the book, but do the online tests too, or you'd better not try at all.
Thanks Riccardo
Study Guide, NOT User Guide!Review Date: 2001-06-08
PROS: If you need to study for the MCSD exam, get this book. The MTS section is excellent! The ADO and RDS sections are also very good. The book (and the exam) concentrates on interactive database-driven web site design.
CONS: Like all MS Press books, there are several inconsistancies, and the labs have errors. Look at it this way, by figuring out what's wrong with the labs, you actually learn a lot.
TIPS: A couple hints, if you're taking the exam, brush up on HTML, HTTP, and web technologies in general. Don't overlook the architecture section of this book! Understand the sections dealing with why to use Client side as opposed to Server side scripting.

Used price: $0.01

not very usefulReview Date: 2003-03-10
You can do better than this, and you should.
A good reference for those with experience...Review Date: 2002-02-08
Very repetitive, inconsistent, very repetitiveReview Date: 2002-09-24
The bad: The reason the book is small is because there is a tremendous lack of depth to the content. Perhaps the book is so easy to understand is because they say the same things over and over again. The next sentence of this review talks about how often the author(s) reference something that will be talked about next. The author(s) reference something that will be talked about next a lot! Very annoying and adds to the pagecount. Cut that stuff out, and cut out the repeated sections of HTML (which are the same) for both C# and VB.NET code, and the book would probably be reduced by 40%. Then they could add more depth and more examples to each class. Another annoyance is coding convention, or lack thereof. I realize it's inconsequential to the functionality that the code can be written in whatever mixture of upper and lower-case, but isn't it good practice to stick to a standard and be consistent? Obviously, the writers could care less about this as well. Maybe I'm used to books in which the authors have a little bit better programming discipline in regards to how they write their code.
Generally disappointingReview Date: 2002-01-02
Poor Quality and code mistakesReview Date: 2002-01-04
Its boring, code won't run, sentences repeat themselves.
I don't think there was any QA reading done on it.
It looks like trying to be quick outside at the market
with a .NET book without making
sure that the code supplied
in the book actually runs.

Used price: $5.67

Utterly annoying and inaccurateReview Date: 2007-10-15
Compares accurately with formally administered IQ testsReview Date: 2006-03-08
_As for the tests themselves they include "odd one out" problems, language tests, calculation, and pattern logic. They test your powers of deduction, reasoning, and innovation. All the tests are timed- and that is an important factor in their accuracy.
_There is a section describing the MENSA Society (founded at Oxford in 1946) and giving contact addresses for chapters in the UK, Australia, Canada, the USA (obsolete), and International.
One word of caution- if you qualify, don't let it go to your head. Nothing is more irritating than an intelligent person that thinks that their uninformed opinion is consistently infallible. You can be quite conventionally intelligent, yet extremely ignorant in an almost infinite number of areas. Remember Socrate's words: "I know that I don't know." Now that is intelligent AND wise...
Interesting bookReview Date: 2001-08-13

Used price: $6.89

Buying a propery in Italy : Changing circumstancesReview Date: 2008-03-19
Euro CentricReview Date: 2007-12-23
The book however, is very Euro Centric. The author is from England and it is written from an English perspective. For American buyers a book written by a US resident would have been more informative.
JP Saleeby, MD
www.saleeby.net

Used price: $56.02

Not helpful at all. Review Date: 2006-04-11
As a pro mechanical (using TA with as little personal judgement as possible, vs the large judgement needed of, say, Elliot Wave Theories) trader/CFA/trading book lover I really dislike the book. I admit that I am prejudiced against Cycles/Elliot Wave Theories coz it's nearly impossible to tell what phase/stage of what cycle one is in and thus what high profit probability action one should take, except from hindsight which may already be hundreds of pips away. Pathetically, the key theme of the book, if present, is to provide academic background of various types of cycle theory. Psuedo science/psychology/economics, forgive me.
In case you really want to read something to sharpen your trading/investment edge, I strongly suggest you to give it a pass.
Awesome technical analysis bookReview Date: 2003-07-22
Related Subjects:
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
I was misled by the title of the book, it's more of a set of building blocks than a blueprint.