Web Database Applications with PHP & MySQL, 2nd Edition
Average customer rating: 4.5 out of 5 stars
  • MySQl-PHP textbook
  • I really like this book
  • Fairly Useful
  • Buy this book
  • Disappointingly poor index
Web Database Applications with PHP & MySQL, 2nd Edition
Hugh E. Williams
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
Database DesignDatabase Design | Databases | Computers & Internet | Subjects | Books
MySQL & mSQLMySQL & mSQL | Specific Databases | Databases | Computers & Internet | Subjects | Books
GeneralGeneral | Databases | Computers & Internet | Subjects | Books
Software DevelopmentSoftware Development | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
DatabasesDatabases | Software | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
PHPPHP | Programming | Web Development | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
Web PublishingWeb Publishing | Apple | Computers & Internet | Subjects | Books
DatabasesDatabases | Apple | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Unix & Linux | O'Reilly | By Publisher | Books
LinuxLinux | Unix & Linux | O'Reilly | By Publisher | Books
PerlPerl | Programming | O'Reilly | By Publisher | Books
Web ProgrammingWeb Programming | Programming | O'Reilly | By Publisher | Books
GeneralGeneral | Programming | O'Reilly | By Publisher | Books
Oracle & Database ProgrammingOracle & Database Programming | Programming | O'Reilly | By Publisher | Books
Web Authoring & DesignWeb Authoring & Design | Web Development | O'Reilly | By Publisher | Books
MacintoshMacintosh | O'Reilly | By Publisher | Books
Look Inside Computer BooksLook Inside Computer Books | Trip | Specialty Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Programming PHP Programming PHP
  2. PHP Cookbook (Cookbooks (O'Reilly)) PHP Cookbook (Cookbooks (O'Reilly))
  3. Learning PHP 5 Learning PHP 5
  4. Learning PHP and MySQL (Learning) Learning PHP and MySQL (Learning)
  5. MySQL Cookbook MySQL Cookbook

ASIN: 0596005431

Amazon.com

PHP and MySQL go hand in hand; the former has been carefully adapted, through the efforts of the open-source community, to the latter. For situations that require dynamic content but don't merit the complexity and development time of Java or .NET enterprise applications, the PHP language and the MySQL database server fit the bill perfectly. That's the point Hugh Williams and David Lane make in Web Database Applications with PHP & MySQL, which combines language tutorials with application design advice to yield a comprehensive picture of its subjects at a reasonable price. Williams and Lane--both Australian academics who use an online wine store in many of their examples--deserve tremendous kudos for their way of presenting recommended coding strategies. Though the code listings themselves aren't remarkably well commented, the authors do a commendable job of explaining in prose what the code is up to.

Case in point: The ever-essential task of using PHP to open a connection to a MySQL database, submit a query to that database, receive a response, and format the returned rows, if any. The book addresses this problem with a straight code listing, followed by text that explains what's happening in five numbered steps. Similar care goes to the other popular applications of the PHP/MySQL duo: session management, shopping carts, and authentication of users. --David Wall

Topics covered: How to use the PHP server-side scripting language and the MySQL database engine to underlie dynamic Web sites (those that rely on database queries) and full-on Web applications, such as those that require session management and maintenance of user rosters. Tutorials in both subjects begin with the basics and proceed through moderately complicated stuff, though there's no absolutely comprehensive reference here.

Book Description

There are many reasons for serving up dynamic content from a web site: to offer an online shopping site, create customized information pages for users, or just manage a large volume of content through a database. Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably. Web Database Applications with PHP and MySQL, Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such practical issues as validating input (do you know what a proper credit card number looks like?), logging in users, and using templates to give your dynamic web pages a standard look. But this book goes even further. It shows how JavaScript and PHP can be used in tandem to make a user's experience faster and more pleasant. It shows the correct way to handle errors in user input so that a site looks professional. It introduces the vast collection of powerful tools available in the PEAR repository and shows how to use some of the most popular tools. Even while it serves as an introduction to new programmers, the book does not omit critical tasks that web sites require. For instance, every site that allows updates must handle the possibility of multiple users accessing data at the same time. This book explains how to solve the problem in detail with locking. Through a sophisticated sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use. This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. Topics include:

Customer Reviews:

4 out of 5 stars MySQl-PHP textbook.......2007-02-19

As usual in text books, there is a lot of useless information that is not necessary, but since writers are paid by the word, this is to be expected.

I wish there was a section on MySQL commands.

4 out of 5 stars I really like this book.......2006-11-18

I really like this book--direct, no-nonsense, and intelligently written with a minimum of jokes.

One thing that seems strange, that I'm hoping someone can clarify:

In the section of chapter 8 dealing with transactions and concurrency, there is no mention of setting transaction isolation levels (SET TRANSACTION ISOLATION LEVEL command in MySQL). Instead, concurrency is achieved solely by setting table locks.

I can sort of understand this in that the authors are using MyISAM tables. But why no mention of transaction isolation levels using INNODB tables, given that this is the more standard way of dealing with concurrency issues?

3 out of 5 stars Fairly Useful.......2006-11-06

The book got me off the ground with my first client application, a rudimentary database maintenance system. Most valuable were the techniques and thorough understanding required to build a satisfactory security component.

However, it falls way short as a reference tool and could have included a more comprehensive list of mysql functions.

4 out of 5 stars Buy this book.......2006-10-26

If your having trouble deciding on a book for your php & mysql development buy this book. It covers all major aspects of php and mysql web development and then some. You will find something useful on every page of this book, and theres a good amount of book here.

2 out of 5 stars Disappointingly poor index.......2006-06-28

I'm new to PHP and MySQL, but a programmer for over 3 decades. I'm customizing some PHP code, using code examples for ideas. When I (a) see something I want to understand better or (b) want to find the PHP analog for basic functions, I naturally turn to the index to try to find the information I need. However, I found the index very disappointing because of what it doesn't have. For example, simple and basic keywords are not in the index: "comment", "logical operator", "and", "or", etc. I'm going to have order a different book as a PHP reference.
Bioinformatics: Sequence and Genome Analysis
Average customer rating: 3 out of 5 stars
  • One of the worst text-books I have ever read
  • more challenging than trying to unravel the human genome.
  • Leaves something to be desired
  • Bioinformatics: Sequence and Genome Analysis by David W. Mount [Paperback]
  • A good book despite criticism
Bioinformatics: Sequence and Genome Analysis
David W. Mount
Manufacturer: Cold Spring Harbor Laboratory Press
ProductGroup: Book
Binding: Paperback

GeneralGeneral | Biology | Biological Sciences | Science | Subjects | Books
Molecular BiologyMolecular Biology | Biology | Biological Sciences | Science | Subjects | Books
BioinformaticsBioinformatics | Biological Sciences | Science | Subjects | Books
GeneticsGenetics | Evolution | Science | Subjects | Books
GeneralGeneral | Science | Subjects | Books
Molecular BiologyMolecular Biology | Biology | Biological Sciences | Professional Science | Professional & Technical | Subjects | Books
GeneticsGenetics | Evolution | Professional Science | Professional & Technical | Subjects | Books
Look Inside Science BooksLook Inside Science Books | Trip | Specialty Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
ProfessionalProfessional | Qualifying Textbooks - Fall 2007 | Stores | Books
ScienceScience | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Biological Sequence Analysis: Probabilistic Models of Proteins and Nucleic Acids Biological Sequence Analysis: Probabilistic Models of Proteins and Nucleic Acids
  2. An Introduction to Bioinformatics Algorithms (Computational Molecular Biology) An Introduction to Bioinformatics Algorithms (Computational Molecular Biology)
  3. Beginning Perl for Bioinformatics Beginning Perl for Bioinformatics
  4. Bioinformatics For Dummies (For Dummies (Math & Science)) Bioinformatics For Dummies (For Dummies (Math & Science))
  5. Bioinformatics: A Practical Guide to the Analysis of Genes and Proteins Bioinformatics: A Practical Guide to the Analysis of Genes and Proteins

ASIN: 0879697121

Book Description

As more species' genomes are sequenced, computational analysis of these data has become increasingly important. The second, entirely updated edition of this widely praised textbook provides a comprehensive and critical examination of the computational methods needed for analyzing DNA, RNA, and protein data, as well as genomes. The book has been rewritten to make it more accessible to a wider audience, including advanced undergraduate and graduate students. New features include chapter guides and explanatory information panels and glossary terms. New chapters in this second edition cover statistical analysis of sequence alignments, computer programming for bioinformatics, and data management and mining. Practically oriented problems at the ends of chapters enhance the value of the book as a teaching resource. The book also serves as an essential reference for professionals in molecular biology, pharmaceutical, and genome laboratories.

Customer Reviews:

2 out of 5 stars One of the worst text-books I have ever read.......2007-07-05

I used this book in an introduction level class to bioinformatics and it was worse then useless. The book is much more a survey of literature then anything else and so if you are not already very familiar with the topics the book does not provide enough details for you to get very far at all. Although to be fair most of the books on bioinformatics out at the time and the two years after were not much better, but I felt this was near the bottom of the pile. "Fundamental Concepts of Bioinformatics", ISBN: 0-8053-4633-3 when it came out was miles better, although even that book had tons of warts. If you are looking for a reference then this book is okay, but by the time I am writing this review you assuredly can find a more modern book.

Part of the problem with books on bioinformatics is that, every book makes very different assumptions on your base level of knowledge of the various critical subjects needed: biology, chemistry, computer science and math. Most strike a pretty poor balance on the assumptions made and vary from way too basic to useless to anyone who is not already familiar with the field. My suggestion is to check out any book you are considering because how good the book is will vary greatly on your background.

2 out of 5 stars more challenging than trying to unravel the human genome........2006-06-08

I used this book to teach a bioinformatics course in a foreign language because it was only one of two available in both english and chinese. I'm not sure it wouldn't have been less confusing to simply use a english textbook and let the students translate the text for themselves. To give the author credit, he has compiled an enormous quantity of information and made it available in a single location and that is no mean feat. At the very least, it is a valuable starting point to find both useful references to better explanations and software appropriate to almost any analysis you might want to do. On the downside, the prose is a tangled mess and is beyond comprehension in places. there are points where, even though i understand the underlying theories used throughout the book, i still couldn't figure out some of the examples used to illustrate particular methods. For example, there are some figures which have captions which run for a page and a half. Finally, in the majority of cases, the figures are taken directly from key papers on each topic, and associated explanations consist of sentences copied verbatim from the text. I may be doing the author a gross injustice here, but in many of the explanations, i was left with the same impression i get when reading students papers when they have copied something out of a textbook, without really understanding what is going on. Having said all of the above, i would still recommend taking a look at this book, but be ready to access the excellent list of references if you want a more insightful understanding of many of the methods described throughout.

2 out of 5 stars Leaves something to be desired.......2006-01-28

I took Dr. Mount's class at the U. or Arizona, and he's a really smart guy, but the man can't explain anything. It's not just his book either; his lectures are just as cryptic. I went to class thinking I understood the concepts, but then I got totally confused when he lectured. I would try to clarify things with the book, and again, I'd get even more confused. Someone who reviewed this book earlier said that he tends to use 10 words where he should use 1; I couldn't agree more. The figures in this book also need a major overhaul, and he should definitely include more examples of the many complex concepts he talks about. While I have no doubt that there is plenty of useful information in there, getting anything out of it is a chore. I would only recommend this book to someone who already had a strong knowledge of bioinformatics concepts.

4 out of 5 stars Bioinformatics: Sequence and Genome Analysis by David W. Mount [Paperback].......2005-09-24

Book is a good reference textbook for Bioinformatics. Of course the material covered is technical and dense, but that is unavoidable for the subject matter that the book covers.

4 out of 5 stars A good book despite criticism.......2005-09-01

I don't understand such a lot of bad comments about this book. In this book concepts are presented in an intelligent way, because the book is as quantitative as the biologist's requirements are. Everithing is sufficient to comprehend which are the things' mathematical basis but avoiding time-comsuming and ready-to-forget extra info. Other books are only for matematicians because they are sometimes full of numbers and complicated equations, while other ones are so simple that I imagine them usefull only for non-biologists (matematicians again above all).
This is a book that is usefull as an introduction for the initial graduate level bioinformatician (biologist) and as a short description of the techniques that we use to matematicians aimed to collaborate.

Finally I am not in agreement with some coments about what is Bioinformatics. Most of them carried out by some non-biologists here. Bioinformatics is Biology. Of course we use mathematics, but as far as we USE them, bioinformatics is not mathematics. We do not develope Mathematics, but Biology state of the art. Bioinspired algorithms, in the other hand, are pure mathematical concepts, even if they are insipred in biology. Let Bioinformatics be what it is, a quantitative and statistical part of pure Biology.

This is a good book if you are not an expert in Bioinformatics but you have in mind to be one. Study this book entirely as your first one and go directly to the difficult ones. For me, it is the shorter reading path to bioinformatics expertise nowadays.
Construction Graphics: A Practical Guide to Interpreting Working Drawings
Average customer rating: 3.5 out of 5 stars
  • Great primer for students, architects, and engineers
  • Construction Consultant
Construction Graphics: A Practical Guide to Interpreting Working Drawings
Keith A. Bisharat
Manufacturer: Wiley
ProductGroup: Book
Binding: Hardcover

GeneralGeneral | Architecture | Professional & Technical | Subjects | Books
GeneralGeneral | Building Types & Styles | Architecture | Professional & Technical | Subjects | Books
GeneralGeneral | Civil | Engineering | Professional & Technical | Subjects | Books
Building ConstructionBuilding Construction | Construction | Civil | Engineering | Professional & Technical | Subjects | Books
GeneralGeneral | Construction | Civil | Engineering | Professional & Technical | Subjects | Books
Industrial DesignIndustrial Design | Industrial, Manufacturing & Operational Systems | Engineering | Professional & Technical | Subjects | Books
Drafting & Mechanical DrawingDrafting & Mechanical Drawing | Mechanical | Engineering | Professional & Technical | Subjects | Books
Buildings & ConstructionBuildings & Construction | Home Design | Home & Garden | Subjects | Books
GeneralGeneral | Arts & Photography | Subjects | Books
Look Inside Home & Garden BooksLook Inside Home & Garden Books | Trip | Specialty Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Arts & PhotographyArts & Photography | Qualifying Textbooks - Fall 2007 | Stores | Books
Home & GardenHome & Garden | Qualifying Textbooks - Fall 2007 | Stores | Books
ProfessionalProfessional | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Civil Engineering Materials (2nd Edition) Civil Engineering Materials (2nd Edition)
  2. Construction Drawings and Details for Interiors: Basic Skills Construction Drawings and Details for Interiors: Basic Skills
  3. Management of Construction Projects: A Constructor's Perspective Management of Construction Projects: A Constructor's Perspective
  4. Principles and Practices of Commercial Construction, Seventh Edition Principles and Practices of Commercial Construction, Seventh Edition
  5. Designing Interiors Designing Interiors

ASIN: 0471219835

Book Description

This pioneering textbook details how construction drawings are used to implement the construction process. It offers an overview of construction drawing basics as well as thorough coverage of standard construction sequence, including site work,foundations, structural systems, and interior work and finishes.

Customer Reviews:

4 out of 5 stars Great primer for students, architects, and engineers.......2004-06-28

Bisharat's book is a must for any student (experienced technician or school neophyte) of the design and construction process. It is well illustrated, factual, and accurately explains how the architect /engineer's ideas get transferred to paper and then into reality.

3 out of 5 stars Construction Consultant.......2004-06-11

If you are a student, a craftsperson, superintendent, manager,or designer-this book should be open on your desk (and not on your bookshelf).
Magnetic Resonance Imaging: Physical Principles and Sequence Design
Average customer rating: 4 out of 5 stars
  • the most complete book so far
  • An excellent intro for readers with some math background
Magnetic Resonance Imaging: Physical Principles and Sequence Design
E. Mark Haacke , Robert W. Brown , Michael R. Thompson , and Ramesh Venkatesan
Manufacturer: Wiley-Liss
ProductGroup: Book
Binding: Hardcover

Imaging SystemsImaging Systems | Computer Technology | Engineering | Professional & Technical | Subjects | Books
GeneralGeneral | Radiology | Internal Medicine | Medicine | Medical | Professional & Technical | Subjects | Books
Diagnostic ImagingDiagnostic Imaging | Radiology | Internal Medicine | Medicine | Medical | Professional & Technical | Subjects | Books
Radiologic & Ultrasound TechnologyRadiologic & Ultrasound Technology | Allied Health Professions | Medicine | Subjects | Books
GeneralGeneral | Medicine | Subjects | Books
Diagnostic ImagingDiagnostic Imaging | Radiology | Specialties | Medicine | Subjects | Books
GeneralGeneral | Radiology | Specialties | Medicine | Subjects | Books
GeneralGeneral | Physics | Sciences | New & Used Textbooks | Stores | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
MedicineMedicine | Qualifying Textbooks - Fall 2007 | Stores | Books
ProfessionalProfessional | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Handbook of MRI Pulse Sequences Handbook of MRI Pulse Sequences
  2. Principles of Magnetic Resonance Imaging: A Signal Processing Perspective Principles of Magnetic Resonance Imaging: A Signal Processing Perspective
  3. Questions and Answers in Magnetic Resonance Imaging Questions and Answers in Magnetic Resonance Imaging
  4. MRI from Picture to Proton MRI from Picture to Proton
  5. Functional Magnetic Resonance Imaging Functional Magnetic Resonance Imaging

ASIN: 0471351288

Book Description

This book provides a synoptic introduction to the key fundamental and operational principles of MRI for medical physicists, radiologists,biochemists, and students. It addresses basic NMR principles, basic imaging concepts, Fourier transform concepts and fundamental applications such as chemical shift imaging, rf pulse design, fast imaging, motion and flow, MR angiography, diffusion, sequence design, and coil concepts.

Customer Reviews:

3 out of 5 stars the most complete book so far.......2004-12-09

This is probably the most complete textbook on MRI so far, covering many of the recent topics. The prerequisite is an undergraduate engineering or physics degree, but nothing fancy, the math is completely trivial, and all of the necessary background is included in the book. So it's quite comprehensive in that regard, you won't need to use other books, it's all in there. And if it's not in there, I find the list of references at the end of sections to be excellent. They really refer you to the relevant literature so you don't have to worry about missing important details. I don't give 5 stars for books like this, because I just see it as a decent book. It is not "extraordinary" (5 stars), it is just the best book on MRI out there, but essentially because there are no decent alternative out there that cover such a broad range of topics. I suspect there will be subsequent editions of this book to cover newer topics, but the bulk of the book will remain the same, since it covers mostly very basic topics (a good choice of topics too).

5 out of 5 stars An excellent intro for readers with some math background.......2000-03-01

This book is a welcome introduction for readers who are comfortable with basic differential equations and vector calculus. As an applied mathematician interested in learning the fundamentals of MRI, I had grown quite frustrated with the simplified literature on one hand ("MRI for technologists", "MRI for medical people", "MRI for dummies"...) and the professional literature on the other, which is directed at people already immersed in the study of MR technology. In contrast, this book is an excellent introduction to the subject for applied mathematicians (though this may not have been the intended audience), as it makes no assumptions regarding reader's science background and thus explains thoroughly all relevant E+M, physics and signal processing. But most importantly, it does so without cutting mathematical corners. This results in a far more lucid and logical exposition than books which try to protect the reader for his/her own good.
High Performance MySQL
Average customer rating: 4.5 out of 5 stars
  • Self made DBA
  • Practical Book for MySQL 4.x users
  • Good book overall, but may grow obsolete to MySQL5.
  • A computer book actually worth reading
  • Easy Reading but lacking some things
High Performance MySQL
Jeremy D. Zawodny , and Derek J. Balling
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
MySQL & mSQLMySQL & mSQL | Specific Databases | Databases | Computers & Internet | Subjects | Books
GeneralGeneral | Databases | Computers & Internet | Subjects | Books
DatabasesDatabases | Software | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
DatabasesDatabases | Apple | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Unix & Linux | O'Reilly | By Publisher | Books
LinuxLinux | Unix & Linux | O'Reilly | By Publisher | Books
PerlPerl | Programming | O'Reilly | By Publisher | Books
GeneralGeneral | Programming | O'Reilly | By Publisher | Books
Oracle & Database ProgrammingOracle & Database Programming | Programming | O'Reilly | By Publisher | Books
MacintoshMacintosh | O'Reilly | By Publisher | Books
Similar Items:
  1. MySQL Cookbook MySQL Cookbook
  2. MySQL Stored Procedure Programming MySQL Stored Procedure Programming
  3. Building Scalable Web Sites: Building, scaling, and optimizing the next generation of web applications Building Scalable Web Sites: Building, scaling, and optimizing the next generation of web applications
  4. MySQL Clustering MySQL Clustering
  5. The Definitive Guide to MySQL 5, Third Edition (Definitive Guide) The Definitive Guide to MySQL 5, Third Edition (Definitive Guide)

ASIN: 0596003064

Book Description

As users come to depend on MySQL, they find that they have to deal with issues of reliability, scalability, and performance--issues that are not well documented but are critical to a smoothly functioning site. This book is an insider's guide to these little understood topics. Author Jeremy Zawodny has managed large numbers of MySQL servers for mission-critical work at Yahoo!, maintained years of contacts with the MySQL AB team, and presents regularly at conferences. Jeremy and Derek have spent months experimenting, interviewing major users of MySQL, talking to MySQL AB, benchmarking, and writing some of their own tools in order to produce the information in this book. In High Performance MySQL you will learn about MySQL indexing and optimization in depth so you can make better use of these key features. You will learn practical replication, backup, and load-balancing strategies with information that goes beyond available tools to discuss their effects in real-life environments. And you'll learn the supporting techniques you need to carry out these tasks, including advanced configuration, benchmarking, and investigating logs. Topics include: