|
|||||||||||||||||||||||||||||||||||
|
26 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
32 of 32 people found the following review helpful:
5.0 out of 5 stars
It lacks what...?,
This review is from: MySQL and Perl for the Web (Paperback)
If you know some Perl and some MySQL, please, DO by "MySQL and Perl for the Web" by Paul DeBois and figure out how those fancy web applications out there are made and learn how to be able to write one. Paul's "MySQL and Perl for the Web" touches upon some topics The style and examples are amazing. He makes use of Perl5's Object The book teaches you neither Perl nor MySQL from basics. It Here I'll go over the chapters in case the table of contents Chapter 1 and chapter 2 go over some basic things that you need Chapter 2 goes over configurting your MySQL and Apache. I believe Chapter 3 gives some information on "Improving Performance with mod_perl" Chapter 4, "Generating and Proccessing Forms" goes over "Form Anatomy" Chapter 5, "Writing form-Based applications" is probably the wealthiest Chapter 6, "Automating the Form-Handling process" introduces some Chapter 7, "Performing Searches" covers "Writing a Form-Based Serch Cahpter 8, "Session Management" was the one I have been wating for so long. Chapter 9, "Security and Privacy" teaches you the ways of precaution you could Chapter 10, "E-Commerce Applications" covers such topics as Shopping carts, Although the book concentrates on MySQL, I wrote several applications that make use of
11 of 11 people found the following review helpful:
4.0 out of 5 stars
Mysql and Perl for the Web --fills a gap,
By "xorexnar" (Oregon) - See all my reviews
This review is from: MySQL and Perl for the Web (Paperback)
Mysql and Perl for the Web by Paul Dubois gives you the tools and concepts needed to transit from a basic knowledge of Perl and Mysql to actually getting the two working together in harmony.Most of what is covered in this book can be found on the web and in mail archives BUT be prepared for many many hours of scouring obscure sites, trying not-so-hot code and out dated examples. I began working with Perl many years ago, but only in the last 2 years have I been using Perl and Mysql in production web sites. The first thought that came to mind when I thumbed through this book was 'Man I wish I had seen this book a year and a half a go'. Most of the solutions presented I have figured out myself, but after a long time of head banging and trial and error. I've been going through my code and comparing it the methods and examples found in this book and have been able to make many improvements. The writing is clear and code examples evolve with the concepts presented. You should have a basic understanding of Perl before digging into this book, or at least have a good Perl reference book handy. You can also download (and try out) scripts and libraries (...) I do wish I'd seen this book a year or so ago. It would have saved me a lot of time and effort. -Z
7 of 7 people found the following review helpful:
5.0 out of 5 stars
Excellent reference for MySQL and Perl,
By Matt Flaig (Milwaukee, WI) - See all my reviews
This review is from: MySQL and Perl for the Web (Paperback)
MySQL and Perl for the Web by Paul DuBois is one of those slap your forehead, "I wish I had this X months ago" books. A splendid book that fills a real void. Though not for total beginners - have Paul's excellent previous book "MySQL", as well as the some reference like the Camel book handy if you have little or no background in MySQL or Perl - it is written in a concise, easy to read manner that allows one to fully understand what each application does and how the examples could be the basis for use in their own code. In addition, it's a fine repository of tips, and not all are limited to MySQL and Perl. For example, the section on configuring Apache for secure connections using mod_ssl and OpenSSL, could easily save a newbie seeking SSL knowledge hours of research over many sites and through many README's. Each chapter builds on the examples of the previous, from the simple to the complex. The book covers, amongst other subjects ... Form generation and design In other words, it touches on just about every aspect someone looking to leverage MySQL and Perl for web development could want, all in a single source. I learned a lot from this book and think it's easily worth the price.
6 of 6 people found the following review helpful:
5.0 out of 5 stars
Another Must Have by Paul DuBois,
By Dennis Rasey (San Diego, CA) - See all my reviews
This review is from: MySQL and Perl for the Web (Paperback)
I found Mysql and Perl for the Web to be a great companion for Paul's MySQL book. After reading through Mysql and Perl for the Web, I finally feel I have enough working knowledge to start my first large project using MySQL & Perl (this is my first foray into using Perl). My only other "addition" was purchasing a complete referance for Perl.As with his MySQL book, Paul writing style was extremely easy to follow (especally considering my lack of Perl experience). I felt the examples, especially those in Chapter 6, "Automating the Form-Handling process", to be almost invaluable. I could go on & on about specific areas that helped me, but suffice it to say, if your going to be doing any work with SQL & Perl, this is a MUST HAVE book.
4 of 4 people found the following review helpful:
5.0 out of 5 stars
A great book to get you up to speed,
By
This review is from: MySQL and Perl for the Web (Paperback)
Disclaimer: I was given a copy of this book on the condition that I would write a review of it. That said, what follows is my opinion.
This book provides a good "from the ground up" guide for using Perl to do just about anything you'd want to do on your web site, including run an eCommerce site. You need to know a bit of Perl before you start, but even if you don't the examples start out simple enough that you should be able to pick it up as you go, provided you have some programming background. Should you get stuck, there are plenty of pointers to online resources, as well as an appendix to show you how to set up the software used in this book. The book starts out with the basics: setting up MySQL and Apache to get at your data via the web, including Perl DBI basics. You then get started by writing a simple to-do list application, and in the process create modules that you will use (and build on) later in the book. Mod_perl is covered, and then progressively more complex form based applications are presented. Many useful techniques are discussed. Once you're just about tired of all the tedium of form based applications, automated form-handling techniques are introduced that use meta-data about the table structures to automatically generate (and validate) input data. Techniques for session management get a chapter as well, presenting very good information on the pros and cons of different session management techniques (IP, cookie, URL key, etc). Security and privacy get a very good chapter. Not only are issues presented regarding keeping user's information confidential, but cautions are also presented regarding keeping the server secure. SQL injection attacks are discussed, as are defenses against them. Hint: use MySQL's quote() function. The book closes with a chapter on writing an eCommerce application. All the techniques used in the book are brought together in one application, and it is shown (very well) how they all relate to each other. While the resulting eCommerce application is extremely simple in regards to what it can do, it effectively shows the reader the power of MySQL and Perl together, and provides an excellent reference when writing applications of one's own. I am a system administrator, and have done a good chunk of web site design (mostly the technical side) and programming. I've been using Perl since 1996, and MySQL with that since 2000 (used mSQL before that). So, yes, I had quite a bit of Perl and DB experience before I read the book. I say that to say this: I still learned things. There were tips and techniques in there that I hadn't thought of, and will make my job just a bit easier the next time I use Perl to write a MySQL based application. Even if you have some Perl and MySQL experience under your belt, the book will still be useful.
4 of 4 people found the following review helpful:
5.0 out of 5 stars
An excellent book on both MySQL and Perl.,
By Qiang Xu (Morrisville, NC) - See all my reviews
This review is from: MySQL and Perl for the Web (Paperback)
There are plenty of books about MySQL and PHP in bookstores. Yet, I still prefer Perl as my web page languages, thanks to its powerful regex and the similarity to C grammar (Some functions have exactly the same name and take the same arguments as in C).
For web applications, a backend database is necessary (MySQL). But how to access and operate on these dabatases? Perl comes into scene at this point. I don't understand why people write so many books on PHP and MySQL, and so few on Perl and MySQL. Up to now, Paul's book is the only one I ever saw to cover both MySQL and Perl's application in web pages. Paul's method is step by step, and the examples are not trivial ones. And he clearly explained the critical parts of his code. He even wrote some packages which can be used as library. Before reading his book, I feel curious how the dynamic web pages work. Now, after finishing his book, I can understand how a commercial site such as Amazon works. Finally, I recommend this book be bought with the other title by Paul - "MySQL". This is the book dedicated to MySQL language. It is a good companion to "MySQL and Perl for the Web".
3 of 3 people found the following review helpful:
5.0 out of 5 stars
This is the most important book in my library (of over 300),
By
This review is from: MySQL and Perl for the Web (Paperback)
Like many others, I wish I'd seen this book long ago.The attention to detail and accuracy of the examples is just incredible! This is by far the most used reference book in my library. After repeatedly having to tape the book together, I finally gave it away and bought a new one. Following his examples eliminates many potential pitfalls that would otherwise result in hours of troubleshooting. I can't imagine how I would have ever learned this information without the expert advice of the author, Paul DuBois. His coverage of CGI.pm is essential as well as his list of other books to read. I think I have all his other books as well. He even returned email almost immediately! My only complaint is that it isn't bound in leather!
1 of 1 people found the following review helpful:
5.0 out of 5 stars
Clear explanations and excellent examples,
By Stan Burkes (Pensacola, Florida) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: MySQL and Perl for the Web (Paperback)
This is an excellent book. I knew my way around Perl and had done a few relatively simple CGIs before being handed a project to build an application that would allow 50 or 60 employees to enter several thousand customer complaints and email them to the right recipients based on the complaint content. I had a three-week deadline.
I bought the book and started patching elements of the example applications together until I had everything almost working. One problem delayed me a couple of days so I emailed DuBois with a question and received a solution within the hour. I'd recommend this book to anyone who has a moderate grasp of Perl and Apache. It's one of the most lucid computer books I've ever read.
1 of 1 people found the following review helpful:
4.0 out of 5 stars
THE companion to MySQL by Paul DuBois,
By Jane Larsen (Odense, Denmark) - See all my reviews
This review is from: MySQL and Perl for the Web (Paperback)
If you would like to use MySQL on you webpage you can use this book to get started and going. The book handles all initial setup and gives good descriptins on how to get relevant software (this doesn't cost any money - except from download). After the first two chapters you are ready to rumble... The next chapters handles eg. Improving perfomance, handling forms, writing form-based applications, handling searches and security issues. Together with the MySQL book this will give you the tools to build a great dynamic website. The book is written in a clear and easy language so you'll benefit from reading it even though english isn't your native language
1 of 1 people found the following review helpful:
4.0 out of 5 stars
a solid practicum for beginners,
By A Customer
This review is from: MySQL and Perl for the Web (Paperback)
This book covers timely material in a casual, conversational style. I'd recommend it to the working programmer with basic knowledge of Perl and exposure to web and database concepts but no experience in writing database-backed web applications. Unfortunately (perhaps unavoidably) the book repeats much of the information found in man pages and earlier books, and somebody with 6 months or more of experience writing web applications is unlikely to find more than the odd tidbit from this book. Beginners to the subject will find it much more valuable.
|
|
Most Helpful First | Newest First
|
|
MySQL and Perl for the Web by Paul Dubois (Paperback - August 13, 2001)
$44.99 $30.89
In Stock | ||