Internet Books
Related Subjects: Strategy Roleplaying Developers and Publishers MUDs Simutronics Netrek Play-By-E-Mail Multiplayer Video Games Browser Based Chats and Forums
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


OutstandingReview Date: 2008-10-04
Excellent, but why implement your own Db Table patternReview Date: 2008-09-11
The only issue I would raise is that the Author has used his own classes for database Table access instead of employing the frameworks standard Zend_Db_Table and Zend_Db_Table_Row bases. This means that anyone wanting to adhere closely to the Zend Framework (for corporate reasons) will have to reverse engineer the approaches used. An odd choice for a book almost entirely based on the Zend Framework.
Good book after slow startReview Date: 2008-08-15
Highly Recommended!Review Date: 2008-08-12
The book has a heavy focus on the Zend Framework, and does a better job of explaining (and using) the intricacies of it then any other book or online resources I've come across.
I would highly recommend this book to anyone looking to use PHP5 with the Zend Framework.
Great... once you get goingReview Date: 2008-08-04
First - php settings... While the author does go to extraordinary length to try to spell things out for the reader, one gotcha centers around your 'include_path' settings. The author failed to mention that his default include_path includes a '../include' entry. Without that, any attempt to run the application will report an error with the Zend Loader. A work-around is to simply use ini_set to add '../include' to the index.php file.
Second - Smarty. Installation of Smarty for this project is demonstrated for a unix environment. Being ignorant of that environment, I missed the fact that the author was copying 'Smarty/libs/smarty.class.php' and the rest to 'Smarty/smarty.class.php', etc... In that I already had Smarty installed in php5/include/Smarty/libs, I missed the elimination of the libs folder. So, if you are going to buy this book AND already have Smarty installed, you can do what I did... Go to line 11 in Templater.php to change the require_once to point to where your installation is. In my case, 'Smarty/libs/smarty.class.php'.


Best Ajax Book I've ReadReview Date: 2006-08-16
Woolston did not waste my time in getting me up to speed. In the first three chapters I learned how to write my own reusable (cross browser) JavaScript functions that will work together to execute an Ajax call.
Of course I might rely on one of the various existing frameworks to do this for me. However, now I know what's going on under the covers and I can make an informed decision about what Ajax to use and when. I know exactly what is happening when Ajax is implemented and why.The book also does a nice job of covering CSS and the DOM (document object model). As you know (or will know after reading), these combine with JavaScript to create the foundation of Ajax! Once you understand how they work together you'll know more about Ajax than 90% of your developer friends.
Excellent Feature #1: The overview of JavaScript, CSS and the DOM is fantastic. I really appreciated the fact that it was concise and dead-on accurate in addressing the specific elements that a .NET developer needs to understand in order to code Ajax.
Continuing on, after the book had me up to speed with Ajax, it went into n-tier design. This is important because, in theory, a programmer can go hog wild on Ajax and break tons of rules regarding sound application architecture. So I was impressed that Woolston transitioned directly into best-practices for how and when to use Ajax.
The first third of the book covers Ajax theory and best-practices. With Ajax, one size does not fit all. Therefore, chapter seven includes overviews of many popular Ajax frameworks including non .NET frameworks such as Ruby on Rails, WebORB, xajax (PHP) and Direct Web Remoting (Java). It also covers .NET frameworks including Ajax.NET, Anthem and Atlas.
The other two thirds of the book are devoted to Ajax programming concepts. The author uses the Anthem framework for most of this coding. Anthem is an open-source, .NET framework in C# that is compatible with ASP.NET 1.1 and 2.0. It is extremely lightweight, requiring only one class file for core functionality.
Excellent Feature #2: The book's code walkthroughs are based on a fully functional n-tier sample application that you can download free. The sample application uses the AdventureWorks database which is also a free download from Microsoft if you don't already have access to it.
You might think that some .NET features and topics lend themselves to Ajax technology and therefore should be covered in more detail. You'd be right. Woolston sets aside complete chapters on Web services, Custom Controls, ASP.NET Security and Web Parts.
Excellent Feature #3: When you're done learning how to build your own Ajax, there are two chapters devoted to debugging and testing Ajax.
One of the last chapters was my favorite. Chapter 19 is all about usability. As you may know, Ajax solves many usability problems. But can also create new ones. Woolston addresses the good, the bad and the ugly.
The book provides ideas and examples of good Ajax. The author has test-driven many Ajax controls and shares his trials and tribulations. This feedback no doubt will save developers valuable time.
The book also discusses potential pitfalls of using Ajax. Woolston tackles cross-browser compatibility issues and how to best overcome them. He also talks about how to deal with the browser's back button. How to handle browsers with disabled JavaScript and how to work past the problem of pageshifting.
Some of the other usability topics covered in Chapter 19 include Ajax menus, bookmarking, type-aheads, connected controls, code visibility and page paradigms.
Suffices to say this book packs a big Ajax punch. I highly recommend it to any of my peers who are interested in building Ajax functionality into their web applications. This book is applicable to .NET developers who are working with ASP.NET 1.1 or 2.0. In my opinion, web developers of any skill level will find it helpful.
Great bookReview Date: 2006-08-18
Best of ApressReview Date: 2006-09-12
This book is different than others absolutely; it starts with what is ajax; and why ajax and with simple examples.
if you dont know javascript; it is still ok because one of the chapters covers javascript; so you can learn enough javascript to handle the simple ajax pages.
Before diving into ajax; it tells you about different ajax libraries; so i like this part too; you will have an idea about other ajax libraries too.
I could not run the first example which is the easiest one and i struggle a lot to solve it;but most of the codes in the book is easy to implement.
And guess what; as you can see from the title; the book is for .NET developers; so if you are a .NET developer; this is right book to buy.
It is not like other apress books that have coding examples problem. the sequence for the chapter makes the book easy to follow.
After reading this book; i start reading some tutorials about Atlas ( which is basically Microsoft's Ajax ) and it really helps you to understand atlas too;
If you like google maps; or virtual maps; this books has a suprise for you :)
i read 4-5 different books from apress and this one is the best; i will highly recommend this book to all .net developers who want to learn ajax with .net
Very Nice Book for Overall AJAX IntroductionReview Date: 2006-11-11
Right book for me at the right time. Review Date: 2006-10-19
Mr. Woolston's writing style is personable but not too over the top. One thing I did not like about the writing style is the manner in which code is laid out at times. For instance, with many of the sample applications, Mr. Woolston will dump about 5-6 pages of code into the book and then work towards restating it in part afterwards with some explanation. I can see where it would be useful if not in front of the sample code/a PC, but in reality this book will not be useful if not in front of a computer working on the examples.
There are other times where some of the content is not really useful in furthering education about Ajax and certain examples it feels are stretched to make the chapters longer. I think there was likely a challenge in filling out a reasonable sized book because simply put - the fundamental elements of Ajax aren't that complex. I found myself done with the book in a period of less than a week.
Those things said, after reading the book I can certainly say the overall content has an excellent "perspective of the landscape". From a history of Ajax to a little primer on Javascript, CSS/DOM, and the XmlHttpRequest, he moves forward to examples of Ajax demonstrating the technology with an Ajax framework named Anthem. The main meat of the book are really these examples, where practice implements the ideas from the prior chapters.
Lastly, the book closes with a few chapters covering security, testing, usability, performance, and a token chapter on Atlas.
One other element that I appreciated in this book was the identification of a few free tools out there to aid in Ajax development. Those tools in their own right would have definitely contributed to some time savings a week or two ago when I was struggling with a couple DOM/CSS issues prior to reading this book!
In summary, perhaps a book stretched to fit it's cover but nevertheless a very useful read to me and I would certainly recommend it.

Used price: $29.99

No-brainer on this bookReview Date: 2008-09-22
With this newer version of his book (yes, I did purchase the 3.0 version), we get very important information on (1) the two new additions to WF offered in 3.5 (2) WCF-WF integration and (3) advanced topics on Services. These topics smooth out the rough edges of WF 3.0. Comprehensive discussions of these topics, and others, are not readily available from any other source.
Therefore, this newer version of the book is a must-have; even for those, like myself, who purchased his first version.
Excellent presentation of Windows WorkflowReview Date: 2008-09-22
Helped me pass MCTS 70-504Review Date: 2008-09-12
I'm glad that I bought this book. WF is a huge framework
and this book does a good job in explaining every aspect of WF.
This book offers lots of examples which are documented very well.
At times, it is difficult not to get lost in the details.
Following chapters of "Pro WF" were especially helpful:
9: State Machine
11: Workflow Rules
14: Dynamic Workflow Updates
15: Workflow Tracking
19 Hosting the designer
I used this book to look up the parts of WF which
were poorly documented by its creator.
This book is the book to have for WFReview Date: 2008-09-07
I own the first version of the book and was reluctant to buy this version because there was not too much changing in .NET 3.5. I am glad I did. I like having the most current information on a technology I am working on at my finger tips. And not in electronic format. I have no idea how people can code all day and then read eBooks all night. Plus my other copy was pretty scribbled up with notes.
This version contain two new chapters. One titled Advanced Custom Activities, and the other titled Workflow Service and WCF Integration. Both new chapters contain a lot of valuable in-depth information.
The code samples are very well organized and add a lot of value to this book. However, as the author points out in the beginning of the book, he wrote it to be readable on the beach. Meaning the code is in the book, and you don't have to have it open on a computer to read the book.
The examples are simple yet he uses them to take you down into the weeds.
I highly recommend this book to anyone looking to get into WF. It is a great read!!!!
This is the oneReview Date: 2008-09-05

Used price: $0.44

Everything I know about Java I learned from...Review Date: 1997-09-27
BEST BOOK TO START WITH...Review Date: 1999-06-18
Good book - out of date now (1998)Review Date: 1998-12-04
Excellent reference, no-nonsense summaryReview Date: 2000-04-17
Old but goodReview Date: 1999-01-12

Used price: $4.33

Excellent book on various quality topicsReview Date: 2001-11-19
In particular, the second chapter, on the RSI Approach, is a nice addition as this is something that most practitioners of quality subjects will not find elsewhere and the general subject matter is generally that which is avoided in books of this type. Another topic often avoided in these books is that of usability and accessibility concerns and yet these are covered here in good detail chapter six.
In general, I think the book offered a great amount of detail just where it was needed and gave a lot of "mini best-practices" in each chapter with the use of bulleted lists to highlight specific points. The detail of the book extends to various topics, like performance, compatibility, usability, and security - all topics that are of high concern in the current world of making qualitly Web systems that customers and user respond to. The appendices in the book are also excellent. The "Test Tool Evaluations" section will be a welcome addition to those who wish there are more concise evaluation forms for automated tool solutions.
I highly recommend this book to quality assurance/testing professionals, quality assurance managers, and even those who work more in the project management and development spheres. Those latter will get benefit from the book because the book manages to highlight topics of concern to both groups and also gives them insight into the quality aspects of the projects and products that are developed within an organization.
Covers all of the major issues and factorsReview Date: 2001-09-23
All of the major elements of web-engineering and quality are addressed, including SECURITY (this is the first test or quality book that fully acknowledges the relationship between quality and security, which is a cornerstone of the Reliability-Availability-Support triad for systems in production), PERFORMANCE (I especially liked this section because it got into the guts of performance and scalability), COMPATIBILITY (essential for ensuring that your system works with the world of users over whom you have no control - web-based systems can and usually do extend into the great unknown), and USABILITY (this will make or break a commercial web site).
Aside for the complete coverage of all of the important topics that need to be considered, and the life cycle approach to quality and testing this book contained a real gem: RSI approach to use cases. RSI (Requirements-Service-Interface) is an interesting and highly useful approach to use cases. Some key strengths of using the RSI paradigm is that you will ensure traceability between requirements and the services and interfaces that are implemented. Moreover, this approach partitions services and interfaces, which allows you to manage the complexities when developing a test strategy and associated test cases. To me the chapter on RSI was worth the price of the book.
Overall, this is a solid book that covers testing, as well as the larger domain of systems quality. It gives some unique insights of issues and factors related to testing, but is not solely about web testing. It should be read by all key team members including requirements analysts, architects, developers, test engineers and project managers *before* a web project is initiated.
A must-have for any web systems testerReview Date: 2002-01-19
It covers how to most efficiently model a web application using a specific use case approach, in addition it covers how to test for security, performance, usability of a web site. The book has been very useful in our testing efforts.
Thorough and practicalReview Date: 2002-01-30
Once again another blockbuster!Review Date: 2001-09-25

Used price: $35.86

Great computer forensics book written by the experts!Review Date: 2008-07-01
superReview Date: 2007-03-08
A very good Book.Review Date: 2006-11-09
But after reading its content I feel its really worth buying this book.
This one is a keeper!Review Date: 2006-01-26
The authors have captured a good cross section of scenarios and then guide you through each case in-depth, offering practical solutions when faced with obstacles. The content provides methodologies, techniques, and tools that anyone can use. In addition it covers a variety of media such as USB memory and Palm devices.
This is a book that I will definitely keep. It is one of the best forensic investigations books currently on the market and would be a great asset to anyone wishing to enhance their skills.
Excellent ReadReview Date: 2006-02-11
The book presents several ways of accomplishing the same tasks in a non-biased, non-vendor-specific way. It explores the use of free, open-source tools as well as commercial offerings, and drills down into forensic analysis of both Windows and Unix/Linux Operating Systems.
The included CD contains actual forensic data and a few tools, which is both interesting and exciting to use while following along with the lessons in the book.
After receiving this book and opening it to the first page, I was almost unable to set it down until I finished it. I received it on a Friday afternoon and I had completed reading it by the end of the weekend. I highly recommend this book to anyone with an interest in Computer or Network Security.

Used price: $0.01
Collectible price: $44.95

A little dated now, but funny nonetheless...Review Date: 2004-04-27
Amusing, but not for everyone (not even all geeks :-)Review Date: 2001-12-28
The 3rd USER FRIENDLY collection: strips from 2000Review Date: 2005-06-21
"Umm...what did you have in mind?"
"Am to becomink half computer, half human, like Borg. Then to become super administrator of all Borg functions."
"That means...you'll become..."
"Da. I will becomink root of all evil."
"Don't do it, Pitr! Don't go to the bad place!"
- Pitr the techie and Erwin the AI, in conversation
After opening with a few post-Y2K-bust strips, the Columbia Internet crew having stockpiled lots of soda and pork rinds for the occasion, the book settles into its more usual long-running plot threads.
Stef's been given the title "Manager: S&M." ("It stands for SALES AND MARKETING you depraved monkeys.") In his efforts to sell a line of products the same way that the Pokemon empire does their stuff, he persuades Pitr to make collectible Unix text editors. Pitr, in fact, goes through several evil little anti-Unix projects in the book to keep his hand in as a budding Evil Genius.
Other developments in the continuing story:
- AJ struggles to figure out how to court Miranda properly (badly timed in light of the "I love you" virus).
- Stef (who as a Windows user sees Unix holy wars as an added bonus of his job) makes the mistake of interfering in Miranda's life, which leads to a lot of Matrix crossover references.
- Mike becomes a Sims addict. ("Hey! Are you *allowed* to have four wives?")
- Greg's tech support calls turn into a game-help hotline.
- Pitr has an evil twin brother in Sales who affects the same fake accent.
- Introducing Sid Dabster, the aging ex-HP tech who becomes something of a blood enemy of Pitr's.
And, of course, the fantasy elements, such as:
- Parallels between Steve Case of AOL and Anakin Skywalker.
- Greg's Linux daemons (think "shoulder angel" here).
For computer geeks only, but in that niche excellentReview Date: 2005-10-02
Very funny stuffReview Date: 2004-02-29

Used price: $9.95

Very good book!Review Date: 2008-08-27
Fantastic ExamplesReview Date: 2006-01-08
Pros:
Topic flows very well. Author was able to explain each topic without asking reader to refer to upcoming forward chapters. Best part of this book are the examples. They are relevant and short and sweet enough to understand. Best of all, there are lots of examples. The author doesn't just slap them on the page and tell you to figure it out yourself. The author walks the reader thru them.
Cons:
Some areas reads like a technical manual.. causing me to reread sentences over and again. But that said, the book still comes across as tutorial friendly (You figure that out.).
Comparisons:
I rate the book 5 stars. I own Beginnning XSLT 2.0 by Tennison, XSLT 2.0 by Kay, and Mastering XSLT by White. My opinion is that XSLT in 21 days is the best book to get you to learn it the quickest because of the author's superb examples.
Great way to learn XSLTReview Date: 2007-12-18
Excellent place to startReview Date: 2004-07-21
To complete the book's lessons, you'll need to download and install one of the free XSLT parsing engines listed in the book. Alternatively, I used the jEdit free text browser and its associated XSLT plugin to run the examples.
I don't believe in assigning five stars, or I would have for this book.
Great Book for BeginnersReview Date: 2006-07-25

Used price: $11.08

Good to improve already existing sitesReview Date: 2001-06-27
Highly recommendedReview Date: 2000-10-11
Still current, even as 2004 approachesReview Date: 2003-11-03
This is one of those rare works which does not care to have one eye for the wannabe market. Suitable for both technicians & those folk needing to see the "big picture" (e.g. Managers)
Excellent performance &n capacity approach for app layerReview Date: 2002-07-20
This book's focus is on performance and capacity of applications in the e-commerce infrastructure, and like the other books by the authors, it covers every facet while explaining the what's and why's. More importantly, this book will not overwhelm readers who are rusty in math because the authors weave in refresher material as they go along.
What makes this book valuable is the blend of business and technical topics, particularly in Part I where business models are thoroughly discussed. I personally believe that this material is as important as the more technically focused material in subsequent chapters because it wakes up the technical reader as to why their job of developing scalable solutions is important by linking the technical aspects to business imperatives.
Parts II (Evaluating E-Business Infrastructure and Services) and III (Capacity Planning for E-Business) are the heart of the technical matter, and the chapters systematically dissect each aspect of an e-commerce infrastructure from the application layer point of view. This is where quantitative methods are introduced and where the value of the spreadsheets on the CD ROM increase. Note that there are more up-to-date versions of these spreadsheets on the book's associated website, as well as errata for the book.
Practical considerations that blend the business and technical perspectives are presented in Part IV (Models of Specific E-Business Segments). This chapter consists of case studies that tie together all of the preceding material using real world examples.
Because this
book is more focused on performance and capacity at the application and business model layer, you should read the authors'
newest book, "Capacity Planning for Web Services: Metrics, Models, and Methods". That book covers the lower level details
of the infrastructure
to round out the picture of an end-to-end view of performance and capacity management.
Excellent BookReview Date: 2002-05-02


Before you purchase you must know...Review Date: 2008-09-30
With that being said, this is the book that started marketing. Before this book and Claude Hopkins, there was no discipline called marketing. So you have to give the man the respect he deserves. In his day, Claude Hopkins revolutionized the world with his ideas on marketing. In particular, he created the science of marketing by applying the scientific principle to advertising. The very definition of marketing which is the ability to quantify and measure your advertising efforts (if you aren't measuring how well your ads are doing then you are not doing marketing at all but instead PR) came from this man, in this book.
If Claude Hopkins was alive today, he would absolutely dominate Internet marketing.
Yes, the concepts are way dated. Yes, the english used is hard to understand and follow at certain points. No, this book will not cause your sales to triple by giving you an easy, step by step roadmap to follow. But does that mean it isn't worth reading? I think not. Anyone who is on a quest to become a master marketer must buy this book. As the cliche goes, if you don't know where you've been, then how do you know where you are going?
From the author of Internet Marketing-Profits That Lie Hidden In Your Website: How To Triple Your Web Sales In 25 Days
A classic that can be applied to online marketingReview Date: 2008-09-09
amazing insight from an old bookReview Date: 2008-08-28
there are hysterical examples as well (egg incubators!), that, although outdated in content, are still prime examples for marketing today's products and services.
Best of the Best!!Review Date: 2008-06-18
The King Still LivesReview Date: 2008-03-05
www.randykempcopywriting.com
Related Subjects: Strategy Roleplaying Developers and Publishers MUDs Simutronics Netrek Play-By-E-Mail Multiplayer Video Games Browser Based Chats and Forums
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