Limit this search to....

Foundation PHP for Dreamweaver 8 Corrected , Cor Edition
Contributor(s): Powers, David (Author)
ISBN: 1590595696     ISBN-13: 9781590595695
Publisher: Apress
OUR PRICE:   $35.99  
Product Type: Paperback - Other Formats
Published: December 2005
Qty:
Annotation: In this book, youll learn how to: Install, configure, and troubleshoot a testing environment with PHP/MySQL and Apache or IIS Learn the fundamentals of PHP and good database design Use Dreamweaver 8 server behaviors to create robust dynamic applications that validate user input for greater security and reliability Incorporate live XML feeds into your web pages with PHP and Dreamweaver 8s new XSL Transformation server behavior Download and apply a suite of custom-built PHP functions designed exclusively for this book Want to add the power of a database to your websites? Build online forms that send feedback straight to your inbox? Incorporate live news feeds and XML data into your web pages? This book shows you how to do all that and more. Dreamweaver 8 takes a lot of the hard work out of integrating a database into your websites, but it cant do everything. So instead of just giving you a series of instructions to click this and click that, this book helps you understand whats going on in the background. As a result, youre more likely to remember and to get it right. Most books on PHP concentrate on code and throw all design considerations out the window. This one is different. It makes use of Dreamweaver 8s vastly improved CSS rendering, and shows you how to build a site thats smart in both senses of the word. It looks good and is intelligent too. Youll learn how to change the entire look of the site, using PHP to serve up different stylesheets each month. Youll also build a contact form protected against email injection attacks. All of Dreamweavers PHP server behaviors are put through their paces, and youll even make some custom server behaviors that will come in useful on any site youcreate. Two chapters take you through the setup process with step-by-step instructions for both Windows and Mac OS X, helping you make the right choices: Apache or IIS? Remote or local testing? There are even instructions on how to set up virtual hosts on your own computer. And in the unlikely event that things go wrong, theres plenty of troubleshooting advice too. In this book we look specifically at using Dreamweaver's built-in server behaviors to build dynamic web sites using PHP and MySQL, the worlds most popular open source server-side language and database server combination, which are both reliable, powerful, and open source (and therefore free to use!) This latest version of Dreamweaver includes more powerful support for PHP and MySQL than ever before, and we'll show you how to make this work for you. No previous experience of PHP or MySQL is necessary to use this book. Examples built throughout the book include a content management system, and an online image gallery. All examples are designed to meet modern usability requirements and be web standards compliant. Summary of Contents: Introduction Chapter 1: So, You Want to Build Dynamic Sites? Chapter 2: Dreamweaver and PHPA Productive Partnership Chapter 3: Getting the Work Environment Ready Chapter 4: Getting Ready for the Case Study Chapter 5: Integrating PHP into Your Site Chapter 6: Getting Feedback from an Online Form Chapter 7: Putting the Power of a Database Chapter 8: Building a Random Quotation Generator Chapter 9: Working with Multiple Tables Chapter 10: Using Sessions to Track Chapter 11: Displaying a Blog and Photo Gallery Chapter 12: Using XSLT to Display Live News Feeds and XML Appendix A: Using Languages OtherThan English in MySQL Appendix B: Essential MySQL Maintenance Index
Additional Information
BISAC Categories:
- Computers | Web - Design
- Computers | Programming Languages - General
- Computers | Computer Graphics
Dewey: 005.1
Series: Foundation
Physical Information: 1.07" H x 7.52" W x 9.06" (1.88 lbs) 530 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Confession time. When I first started developing dynamic websites with Dreamweaver UltraDev 4, I made a complete mess of things. I believed rather naively that Dreamweaver would "do it all" for me, and that all I needed to do was point and click. The first couple of projects actually went well, giving me a false sense of security. As soon as I attempted anything that didn't fit into the same p- tern as the basic tutorials, things began to go horribly wrong. Even though I've always been happy working with code, one look inside Code view sent shivers up my spine. Part of the problem was that I didn't have a clear grasp of database structure or of what server-side technology really involved. The other part of the problem was that I was treating Dreamweaver as a WYSIWYG (What You See Is What You Get) program. If I saw something wasn't in the right place, I just highlighted it in Design view and hit DELETE. What I didn't realize was that this left behind messy code that caused even the simplest of applications to break. The more I deleted, the worse it got. I don't want that to happen to you. That's why I wrote this book.