example-of
More Pages: example-of Page 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

List price: $29.99 (that's 30% off!)
Used price: $18.11
Buy one from zShops for: $19.58

Wanna learn style sheets? This book is GOLDEN!
Learn CSS the easy way, by example.
great book for those new to CSS

Junk.
TCP/IP Addressing and Subnetting by ExampleI just want to thank Mr. Mahafzah for this great book and keep up the good work.
very simple and easy to understand
List price: $34.99 (that's 12% off!)
Used price: $22.50
Buy one from zShops for: $23.95

A decent introducitonThe book is divided into three sections. The first two sections are each walkthroughs of the aforementioned sample projects using TDD. The third section is a collection of notes and useful tips to try to get the most out of TDD. If you've ever read anything from Beck, then you should be familiar with his style. If you haven't, Beck is an engaging enough writer, and the text flows smoothly and is fairly pleasant to read.
It would help to be familiar with some member of the xUnit family prior to reading this book. Beck uses Java and JUnit for the first section, but never really goes into discussing the JUnit API. Readers unfamiliar with xUnit may have no idea how to proceed with writing their own tests using one of these frameworks. True the API is simple enough that its functions may be ascertained simply by reading the code, but this is no reason not to provide explanation. The second sample project is an actual implementation of xUnit, so a bit more information may be gleaned here. Beck made the curious decision to use Python as the language of implementation for the second project, although he does provide explanation of the language's fundamentals. Finally, none of the sample projects are really complicated enough to do more than get us going on the path of TDD. There will still be many hurdles to climb when working on a real-world project.
If you are seeking a basic introduction to test-driven development, then you might enjoy this title. If you are a Java developer interested in exploring TDD more in-depth, there are better books out there.
Good introduction, but light on real-world development- The code base is old, and doesn't have any tests or isn't designed testable. It makes it hard to do anything other than introduce integration-level tests and tweak to success.
- You're writing UI code for a serious application. It's straightforward to solve for a dialog framework, but when you're integrating with a major windowing framework that embeds serious functionality (Avalon, in my case), there are a whole set of issues he doesn't talk about.
- Design is part of your deliverable. I don't disagree that you can get pretty reasonble designs out of TDD & refactor. But I *do* disagree that, in practice, you get designs intended to version well, that your company is willing to support for the next decade or more. I've seen the code produced, and it just doesn't happen.
A good introduction, nonetheless. But watch out before you put on the preacher-hat after reading it and doing the exercises -- at least try to do it in part of one large, real-world product.
Helpful, Simple and BriefI'll bet the XP adage "testEverythingThatCouldPossiblyBreak" is what prevents most programmers from taking up TDD. Who could blame them? If they truly tested all combinations and permutations they would take years to complete coding assignments and never stay employed.
Without being explicit, the author breaks that adage and introduces a practical, simple means for adopting a habit of writing tests first. "Red/Green/Refactor" is the mantra that he shows through the money example, this is the path towards a "Clean Code that Works" objective.
Honestly, I never got to parts II and III. Part I: "The Money Example" helped me clear the hurdles of tedium that you imagine in TDD; it alone is worth the price of the book.

Used price: $22.97
Buy one from zShops for: $35.99

humor me!What I mean is: when I buy this kind of book which is targetted towards advanced users, I just need the technics so I can implement them quickly. So save the jokes for some other books. My suggestion is to buy Serious ADO: Universal Data Access with Visual Basic by MacDonald. If you only have a couple of weeks to implement some app using VB and ADO, this book will deliver.
I got my app running with solid foundations in no time.
When reading books for ADO, you need to understand connection objects, disconnected recordset, parameter objects etc. Serious ADO illustrates them rigorously - minus the jokes.
Beuatifully WrittenAlso not much on esoteric command strategies such as creating Stored procedures on the fly where your parameter is in the Select or From clause.
If you develope VB with SQL you must have this book.
List price: $29.99 (that's 30% off!)
Used price: $5.50
Collectible price: $11.82
Buy one from zShops for: $3.67

DisappointingThis book was too full of errors, and would do more harm than good for someone's first book.
There are better books out there to learn ASP.NET.
Perhaps a second edition, with closer editing, would be better
Good Quick Book full of examples1. The book really gets you to the code quickly which is what I like.
2. The book features code in both VB.NET and C#
(Francis B Gallagher from catonsville review incorrectly mentions that it does not contain code from both the lang. The author mentions on pg 42 that due to space constraints he will list only one lang or the other. The "other" code is available on the website.)
Cons:
I did not give it 5 stars because it assumes that you have already worked on ASP before and keeps making annoying comparisons throughout the text.
A must for ASP.NET DevelopersSimple Statistics
Steven A.Smith, Nicholas Chase, Glenn Cook, Nathen Grass, Vincent W.Mayfield, Wynn Netherland, Scott Swigart and William Wise.
Publisher: QUE Pages: 527 Chapters: 18 (Including Appendix)
Table of Contents
Chapter 1: Overview .NET
Chapter 2: An Introduction to ASP.NET
Chapter 3: Migrating from ASP to ASP.NET
Chapter 4: The New ADO--ADO.NET
Chapter 5: HTML/Web Controls
Chapter 6: Using ASP.NET List Controls
Chapter 7: Using ASP.NET Rick Controls
Chapter 8: Using ASP.NET Validation Controls
Chapter 9: Using ASP.NET User Controls
Chapter 10: ASP.NET Applications
Chapter 11: ASP.NET and Web Services
Chapter 12: Custom ASP.NET Controls
Chapter 13: Debugging ASP.NET Overview
Chapter 14: Case Study in Ecommerce with ASP.NET
Appendix A The ASP.NET Syntax
Appendix B The ADO.NET Object Model
Appendix C VB.NET Programming Reference
Appendix D C# Programming Reference
Who is this Book for?
ASP.NET by Example is intended for people with some prior knowledge of Microsoft's Active Server Pages (ASP) technology who are familiar with programming and dynamic data-driven Internet applications. However, you do not need to be an expert with VBScript, JScript or any other scripting language because they play a limited part in the future of ASP that is ASP.NET.
An insight into some of the Chapters
Migrating from ASP to ASP.NET is discussed very well in Chapter 3. This chapter gives you an over all idea about the major difference between classic ASP and ASP.NET. This mainly include the new file extensions that we have in ASP.NET, how to maintain state between ASP and ASP.NET, Language differences, how to declare the new Server controls in ASP.NET and so on. This chapter will be very helpful, if we need to convert a Classic ASP website into an ASP.NET website.
Chapter 4 gives us an overall idea about the major differences between ADO and ADO.NET. This has some good examples such as retrieving data from a table, calling stored procedures, inserting records into a table etc. This chapter also has some cool examples that deals with DataReader Object, SqlDataAdapter Object, DataSet Object, DataGrid Control, Repeater Control and DataList Control. Oh Man! You should keep this chapter always open while you are developing a web application using ASP.NET.
Another very interesting chapter in this book is the Chapter 8, "Using ASP.NET Validation Controls". Validating the user input is very simple with ASP.NET. This chapter has several examples that we use everyday. This chapter goes through all validation controls that is available in ASP.NET. RegularExpression is also discussed very well in this chapter. Now, you can use regular expressions to validate any input format that you may have in your web pages.
A vital concept in ASP.NET is the code behind concept. Chapter 9 takes you a tour about "User controls" in ASP.NET. If you wanna learn about creating user controls in ASP.NET, then you should read this chapter. The examples discusses in this chapter can be used in a real time environment. This chapter has a very good example on how to create a "Login user control". This example is a very useful one and is a must for every web site that has secure information that needs to be shared among different users.
Debugging ASP.NET applications is a must for every web developer. Chater 13 has all information regarding how to debug a ASP.NET application. This chapter has a cool example that can be used to "read the contents from event logs". Another interesting aspect of this chapter is the discussion on "Frequently encountered bugs" in ASP.NET.
If you are a ASP.NET developer, then you should have this book. I would rather like to call this book as "ASP.NET MSDN". Grab a copy of this today itself!

List price: $49.95 (that's 30% off!)
Used price: $32.96
Buy one from zShops for: $34.63

A very handy and useful reference tool
Upto the point, good runtime issues and no trivial examples.
A wonderful application oriented booklanguage is good, examples are reasonably well structured, coverage is adequate. A great go for totally new beginner, but not much in for experienced one.
If you are starting with MFC, I strongly recommend this book for use and for ready reference.

Used price: $3.89
Buy one from zShops for: $8.95

I bet this review gets buried1)
This book is riddled with typos and errors. Not a good thing when you are trying to learn something new. The book leads you astray. To the authors credit, he has published his book on a web site and it seems to be much better than the printed book. But then, why would you BUY the book? The good news is that the book provides nice wide margins so you can note the typos and make corrections.
2)
Examples of perl scripts (hence, Perl 5 by EXAMPLE) are all through the book and at first glance it looks like a great way to learn. Problem is, I've just found 2 examples (one right after the other) that don't even work as examples for what was taught. In chapter 5 we are learning about the "my" and "local" functions. I took the examples provided (from the Web site, mind you) and ran them with the "my" and with the "local" operators in them and they ran great. But then I removed them and the script produced the same result. So what was the point?
3)
This book offers review questions at the end of each chapter. The answers to the review questions are provided at the end of the book in Appendix A. That's good. However, in my opinion, the review questions aren't nearly as important as the review exercises that follow the questions at the end of every chapter. The exercises are where you are asked to write perl programs to reinforce what you learned in the chapter you just read. There are no answers to these all important exercises. Not in the book, not on the CD-ROM not on the author's web site. When I wrote to the author he offered to review my work as time permits. Nice offer, but not what I had in mind.
I have several books on perl and the O'Reilly books (i.e. Learning Perl) are far better. Learning Perl has exercises at the end of each chapter and the answers are provided in the back.
This book will only serve to confuse beginners with misinformation and force them to extra unnecessary effort in order to combat the lax attitude in which this book was produced. A proofreader that knows how to write perl might have helped on this account.
The concept for the book and the approach are terrific ideas. But do you want to have to read the book and then check the Web site and run every script to make sure you weren't given misinformation? This is a book that depends on you to allow for a "fudge factor." Expect more for your hard earned money.
Very helpful
Excellent book for both beginners and pros. Tons of examplesI used to program in C/C++ and then use UNIX shell scripts to automate all the programs and processes on the server. Of course, that's until i discovered the power and advantages of PERL over scripting languages (ksh, bsh, etc) and decided to learn it. I picked up this book during the end of year holiday and learned all that i need to know to get started. I returned to my job two weeks later with enough knowledge to start writing programs in PERL and automating all our processes under UNIX.
Even after a year experience with PERL, i still come back to this book whenever i need to lookup a function or use regular expressions. Lots and lots of examples that will definitely speed up the learning curve.

List price: $49.95 (that's 30% off!)
Used price: $25.00
Buy one from zShops for: $29.98
While many C# titles cover Microsoft's .NET Framework in its entirety, the focus on the APIs and programming strategies for databases makes this one a standout. This edition of the book is actually a rewrite of William Vaughn's older title, ADO Examples and Best Practices, but it adopts the same focus in showing how to do the job right when it comes to databases. The authors are clear about relating what's new and improved with ADO.NET compared to the earlier COM-based standard (referred to here as "ADOc"). Early sections delve into connecting to ADO.NET data sources (using SQL Server and ODBC).
The focus on "best practices" for fast, correct code begins with a full tour of using Command objects in ADO.NET, with hints for getting to parameters in SQL code (including stored procedures). A winning feature here is the information on Visual Studio .NET wizards for programming with database objects. (The wizard support is surprisingly powerful, and the authors show you how to start with wizard-generated code and then customize it yourself.)
The fastest way to get to data in ADO.NET is arguably using a DataReader class. Coverage here is followed by a richer tour of the options using DataTable and DataSet, which allow you to define new table structures, including relational data and disconnected data sets. Good features in this text are the authors' benchmarks for determining how to dig into ADO.NET collections to quickly find individual column data within a record. (Certain coding conventions here can really ruin performance, and you'll learn what to avoid.)
The book rounds out with a tour of XML support available in ADO.NET, including how to pass data in and out of databases through XML. A useful example that shows a Web service exposing a bit of ADO.NET database code will let you extend your ADO.NET programs across servers. A brief introduction to the relevant standards in Web services like SOAP will help you understand what goes into Web services.
Databases are a part of most every business application, so .NET developers will need to master new APIs and programming strategies in a hurry. This title fits the bill, with a handy and fast-moving tutorial that will get you going confidently with .NET and databases. --Richard Dragan
Topics covered: COM-based ActiveX Data Objects (ADOc) and ADO.NET compared; overview of ADO.NET classes and features (including XML support, data providers, disconnected data sets); connecting to data with SQL, ODBC, and ADOc data providers; using ADO.NET command objects in detail (including stored procedures and IDE support); using the ADO.NET DataReader object for fast, read-only queries; using the DataTable and DataSet objects (including building tables on the fly); filtering, sorting, and searching techniques with ADO.NET (including the DataView object); updating data with ADO.NET (adding, editing and deleting rows, validation, update strategies, using identity fields); using .NET constraints (including unique and foreign key constraints; DataRelation objects); structured exception handling with ADO.NET; XML support in ADO.NET (including DataSet XML features, DiffGrams, XML Schema); a Web service example with XML and a data set; SOAP explained; benchmark data for best practices with ADO.NET; using the DataAdapter Configuration Wizard (DACW) and other Visual Studio .NET wizards.

Good book, but mis-titled IMOMy major issue with the book is that it really should have been titled "ADO.NET Examples and Best Practices for C# Programmers Who Are Already Experts in ADO Using SQL"
Basically if you aren't interested in the differences between ADO and ADO.NET, you'll find yourself skipping over quite a few sections. I got the feeling that I was reading stuff like this a lot - "This isn't any different than ADOc (how he refers to COM based ADO) so we'll just skip over that and get to what's different." Or - "Here is a comparison of how these ADO properties map to their ADO.NET equivalents."
In addition, if you are looking for info specific to anything other than SQL server, you may be disappointed. The book just makes minor mention of OLEDB.
If these issues aren't a concern for you, consider this a 5 star rating.
Great, Goes Beyond The Online DocumentationMy only complaint is that the book spends an amazing amount of time explaining how ADO (ADOc) is alike/different from ADO.NET. This is useful if you are an accomplished ADOc programmer, but utterly useless if you are starting from scratch with ADO.NET. This is, apparently, how BV learns and teaches new stuff. That style was evident when he first started writing about ADO when RDO was on the way out. It is an excellent way to learn new technology if you knew the old technology, but a hindrance if you knew little or nothing about the old subject matter.
Oh and by the way Bill......i will always call close on my SQLConnection objects. I got the message!
Vaugn is the Man!I am an abject book nut and I ADO.NET is probably one of my favorite subjects. With that said, I'm by default a huge fan of Mr. Vaughn but if you are going to do any ADO.NET programming, this is a must have title!

Used price: $28.00
Buy one from zShops for: $32.06

AVOID THIS TREATISEInstead of this book, I would strongly recommend Understanding Torts by Diamond (Lexis) or the Law of Torts by Dobbs (West).
Too basic to be helpful
My professor loved it!
List price: $35.00 (that's 30% off!)
Used price: $10.00
Collectible price: $26.31
Buy one from zShops for: $17.65
An interior decorator and artist, author Diane Love understands that your home is your castle and that any castle's decor should jive with the personality of the reigning monarch. Using a list of adjectives, you evaluate your emotional reactions to a series of photographs. Be honest and you'll discover your true decorating sense (you do have one, no matter how buried it is), and there's no right or wrong. For example, I find the book-lined library cozy, comfortable, and unpretentious. You may think it's dark, cluttered, and predictable. We're both right! Through a series of exercises, you'll discover your decorating likes and dislikes. Do you prefer sophisticated and ornate? Casual and bohemian? Read about furniture styles, color combinations, and architecture, and then listen to your intuition--you'll be on your way to creating a personal space unique to you. Included are two workbooks (one portable) so you can jot down notes and ideas. --Dana Van Nest

Very Helpful
Intuitive & Personal
The journey home.Living in a consumer culture, it is easy to get out of touch with our own expressive sides, and I really like how Ms. Love encourages us to take that journey back to our most original selves. If you are willing to complete the exercises and look at them as a whole, what you can find is nothing short of your self.
I think Yes/No Design is a text on how to distill out the essence of design as an act of personal creation. Rather than paying Ms. Love to tell us what to like, we are gaining something far more valuable with the purchase of this book -- a guide to our own creativity which we can then use to decorate our homes and every other area of our lives.
You can download example files and use them with the easy to understand exercises in the book. Unlike many computer books, this one is in ENGLISH and the examples actually WORK! Pretty nifty eh?
Not only does Steve make style sheets easy to learn, he gives you a heads up as to what browsers may have trouble interpreting style sheets and what to do about it. I've tested these out, primarily in Opera and IE, with no problems whatsoever. (At least) basic knowledge of CSS will make design and presentation of web pages more fluid and easier to manage. It will also come in handy if you focus on search engine optimization.
Do you need any special software to get the most out of this book?
No.
Has Microsoft taken any functionality out of their "consumer" operating systems that will prevent you from using this book?
No, you can learn CSS on just about any platform or OS.
What do you need besides this book to learn CSS?
A plain text editor like notepad and a browser will do the trick.
Buy this book if you want to learn style sheets from scratch. Don't even consider anything else. Great work Steve, Thanks!