The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP

Books : The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP

The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP

by: David Powers



 : The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP
See Larger Image

List Price: $49.99
Our Price: $31.49
You Save: -$18.50 (37%)
Prices subject to change.


Availability: Usually ships in 24 hours




Binding: Paperback
Dewey Decimal Number: 006.786
EAN: 9781590598597
ISBN: 1590598598
Label: friends of ED
Manufacturer: friends of ED
Number Of Items: 1
Number Of Pages: 784
Publication Date: 2007-07-22
Publisher: friends of ED
Studio: friends of ED



Editorial Review:

Product DescriptionWith over 3 million users worldwide, Adobe's Dreamweaver is the most popular web development software in the world, and it just took another step forward with CS3, the new version released in 2007. Having come a long way from its humble beginnings as a simple web design tool, CS3 allows you to rapidly put together standards compliant web sites and dynamic web sites with server-side languages and Ajax, and much more. To complement this great new application, David Powers has written the ultimate guide to itThe Essential Guide to Dreamweaver CS3 teaches you everything you need to know about the application, from setting up your development environment environment to publishing your sites and applications on the web, and everything in between.
  • Takes you through your development environment set up
  • Covers everything you need to create both standards compliant web sutes, and dynamic web applications
  • Teaches several real world techniques using a series of step by step tutorials

What youll learn

  • How to set up your ideal development environment, using Mac OSX/Windows, Apache (and IIS on Windows,) Apache, MySQL, and phpMyAdmin
  • Creating standards compliant web sites using CS3's XHTML and CSS features
  • Creating dynamic web applications using CS3's PHP and Spry Ajax server behaviors
  • Building several real world web site functions, such as form validation, random quote generator, search function, user management/login pages, dynamic Ajax gallery, and much more.
  • Creating an interface design in Fireworks CS3 and importing it into Dreamweaver CS3.
  • How use Dreamweaver CS3's XML functionality, to consume RSS feeds, and create Spry data sets
  • Using includes, templates and master detail pages.
  • How to publish your site after you've created it

Summary of Contents

  • Chapter 1: Dreamweaver CS3Your Creative Partner
  • Chapter 2: Building Dynamic Sites with Ajax and PHP
  • Chapter 3: Getting the Work Environment Ready
  • Chapter 4: Setting Up a PHP Site
  • Chapter 5: Adding a Touch of Style
  • Chapter 6: Creating a CSS Site Straight Out of the Box
  • Chapter 7: Building Site Navigation with the Spry Menu Bar
  • Chapter 8: Sprucing Up Content with Spry Widgets
  • Chapter 9: Building Online Forms and Validating Input
  • Chapter 10: Introducing the Basics of PHP
  • Chapter 11: Using PHP to Process a Form
  • Chapter 12: Working with PHP Includes and Templates
  • Chapter 13: Setting Up MySQL and phpMyAdmin
  • Chapter 14: Storing Records in a Database
  • Chapter 15: Controlling Access to Your Site
  • Chapter 16: Working with Multiple Tables
  • Chapter 17: Searching Records and Handling Dates
  • Chapter 18: Using XSLT to Display Live News Feeds and XML
  • Chapter 19: Using Spry to Display XML
  • Chapter 20: Getting the Best of Both Worlds with PHP and Spry
















Availability: Usually ships in 24 hours


Related Items:
     see more

Related Items:



banned interdit verboden prohibido vietato proibido
  banned    interdit    verboden   vietato     prohibido    verboden  banned      vietato      interdit proibido   vietato       interdit      verboden      banned  prohibido   

Your IP has been blocked. Please perform the action below to regain access.

Code:  security image
Please enter the Code: 



Customer Reviews
Average Rating:  out of 5 stars

Rating: 5 out of 5 stars - Best in class
I LOVE THIS BOOK. David Powers did a great job on this book. I've been looking for a book to teach me dreamweaver cs3, css, and php and this book delivers. It killed three birds with one stone. The book is wonderfully written, easy to understand, easy to follow, contains no php errors. This book has saved me countless hours of headaches and frustration. This is a sixth book I bought on php and it actually works. Only bad thing about this book is you wished there was more, a part 2. Once you start this book you can't sit it down. Everything goes so smooth. David Powers has me hooked I hope he writes a book for cs4 when it come out.



Rating: 3 out of 5 stars - Title is misleading, it's not about PHP or AJAX
This is a purchase that I regret. :-( I was quite disappointed by the misleading title. The book contains decent coverage of Dreamweaver for beginners. The book is not quite a tutorial but it is definitely not a comprehensive reference.

The book covers how to do basics in Spry. Spry is the AJAX framework bundled in Dreamweaver. There is no depth in the writing on Spry, and the coverage of RESTful and AJAX is minimal. The same can be said for the treatment of PHP. The coverage of PHP is superficial. There's no practical guidance on how to use PHP in Dreamweaver application development.

Two is harsh, because this is an average book and it probably merits a 3 but for the misleading title. However, I can't bring myself to mark it as a 2 because the author saw a way to sell copies. Returning to Dreamweaver after missing a couple releases, I found "Dreamweaver CS3: The Missing Manual" to be a more complete book, and while it also covers Spry and a bit of PHP it makes no pretensions about its focus.





Rating: 5 out of 5 stars - Excellent
Covers exactly what the title suggests, and does does effectively.

Utilising Dreamweaver's inbuilt PHP functions can speed up the production time of a new website.



Rating: 5 out of 5 stars - The ABSOLUTE BEST book ever written for Dreamweaver CS3!!!
This book has saved my butt so many times now! I've only had it a couple months now but every question I've came up with on Dreamweaver, PHP, MySQL, Spry, Ajax or CSS, I have been able to easily find and work trough in this book. This is THE BIBLE for any Dreamweaver CS3 user out there! I would recommend it to everyone!



Rating: 5 out of 5 stars - Essential Book For Your Dreamweaver Library.
I have had some experience in using Dreamweaver since version 8, and I wanted to 'marry' my meager PHP+MySQL experience in using Dreamweaver CS3 beyond what I was currently doing; creating static XHTML+CSS websites.

This book has exceeded my expectations and then some! With it, I am now able to easily create dynamic websites, all within the GUI comfort of Dw CS3. (Ok, some ad hoc hand coding may be needed.) I didn't really want to learn more about PHP programming, MySQL queries, Ajax, etc. I just wanted to know how to use tools available in Dw CS3 to manipulate web technologies, and this book delivers. Real-world examples in the book helps drive this knowledge further.

A mild caveat; this book really is an intermediate-level book. It would be helpful if you were already familiar with the technologies used in creating dynamic websites. i.e., having passing knowledge of PHP, MySQL, XHTML+CSS, Javascript, and Dw CS3. That said, the book does include a PHP and MySQL primer.

Some minor snits;
This book covered the installation of a LAMP stack on a local machine. (Either Windows or Mac) I would have liked to see a chapter on installing a LAMP server (Ubuntu is great!) on a laptop or a computer running in a home network. After some fair amount of trial and error, I was able to have a testing server on another machine, freeing up my main machine for Dw CS3 and other tasks.

It would be nice if the book could have followed up with more examples of extending Dw CS3. The book did show one example of how to add in a customized server behavior, and I wanted to see more of that. Less hand-coding, and more GUI coolness via these extensions would help making working in Dw CS3 a more enjoyable experience.



read more customer reviews on The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP


 



Plasmz TV
Books Reviews




Blogs | Appliweb Project

Welcome to my new project : Appliweb !

 

With Appliweb, I'll try to create a successfull opensource project, for a subject that I find most important: web development.

By successfull opensource project, I mean:

  - A Project with lots of (other) people involved

  - A Project  that will help people.

  - A Project I will eventually earn money with.

 

For this,

  - I've rent  a shared-server to an ISP: planetwork. A friend of mine (here) recommended them to me.

  - I setup a Joomla project, with blogs and comments and forums

  - I wrote some articles explaining my ideas and how to create them

 

It's the  first project that I didn't start by writing the code ! Others have failed, even if many people still looks into them....

Now the website is ready, I will begin to write some code (in javascript ! eechhhh).

I'm waiting to have something to show before I write about it in my favorite websites !

 

 G.C.

 


I've heard it said by Dave Winer and many many others: if only Dean had reinvested half the money raised into the Internet, then ...

OK, so you're the Dean Campaign Chief Information Officer in August 2003. The money starts to roll in. $20 million over six months, $2-4 million per month.

What would you spend the money on?

  1. What does your monthly budget look like?
  2. What is your application and infrastructure portfolio?
  3. How much will you allocate to maintenance?
  4. You're building from scratch, so what problems do you hope to avoid through wise architecture?
  5. What are your big milestones?
  6. Who are your key vendors?

How do you spend in consonance with the campaign strategy?

  1. How will you use the Internet to bring offline voters into the campaign at the same numbers as radio or television broadcasts?
  2. What is your online strategy for responding to attack ads and opposition pundits in radio, television and print?
  3. Online community takes time to build and is very hard to organize geographically. What will you do to match the state-by-state primary schedule?
  4. What can you do with online services to serve the campaign in caucus states?
  5. You are preparing for Bush to launch in Spring 2004. What are your countermeasures to reach out to moderate Republicans online while the GOP uses its advanced voter email systems to barrage 200 million validated email addresses?
  6. How will you lower the cost-per-vote vs. the GOP?

A new SDN article delves into the related commands.

The terrorists who attacked Mumbai struck the heart of city life.

via Salon

The country's highest court says charging the obese for an extra seat is discriminatory. Although the ruling applies only to domestic flights, it could pave the way toward similar policies in other countries that have been grappling with the issue.
Add to Facebook Add to Reddit Add to digg Add to Google






The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP

Shopping