See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

20 used & new from £4.59

Have one to sell? Sell yours here
 
   
Beginning Dreamweaver MX
 
 

Beginning Dreamweaver MX (Paperback)

by Charles E. Brown (Author), Imar Spaanjaars (Author), Todd Marks (Author)
5.0 out of 5 stars See all reviews (2 customer reviews)

Available from these sellers.


15 new from £5.84 5 used from £4.59
Other Editions: RRP: Our Price: Other Offers:
Paperback (Illustrated) 19 used & new from £4.07
School & Library Binding Order it used

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Dreamweaver Mx
   HomeLearningCollege.com/Dreamweaver    Courses From Home Learning College Find Out More Now! 
Adobe Dreamweaver Courses
   ICS-Train.co.uk/AdobeDreamweaver    Wide Range of Courses at ICS Train Find Out More Now! 
Dreamweaver CS3 Download
   www.xysoft.com    Get Dreamweaver CS3 for $29 Latest Version - New Features 
  
 

Customers Who Bought This Item Also Bought

Beginning Dreamweaver MX 2004 (Programmer to Programmer)

Beginning Dreamweaver MX 2004 (Programmer to Programmer)

by Charles E. Brown
4.9 out of 5 stars (7)  £22.94
Dreamweaver CS3: The Missing Manual

Dreamweaver CS3: The Missing Manual

by David McFarland
4.5 out of 5 stars (12)  £29.33
Explore similar items

Product details

  • Paperback: 816 pages
  • Publisher: John Wiley & Sons; New Ed edition (10 Feb 2003)
  • Language English
  • ISBN-10: 0764544047
  • ISBN-13: 978-0764544040
  • Product Dimensions: 22.6 x 18.6 x 4.2 cm
  • Average Customer Review: 5.0 out of 5 stars See all reviews (2 customer reviews)
  • Amazon.co.uk Sales Rank: 649,277 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Product Description
What is this book about?

With this book you′ll quickly be creating powerful, dynamic web sites with Dreamweaver MX – the latest version of Macromedia′s powerful, integrated web development and editing tool.

You′ll learn how to use the tools and features of Dreamweaver to construct three complete sites using HTML, JavaScript, Active Server Pages (ASP), and databases.

We start by creating a hobbyist site – The Cooking Place – that you can use to list your favorite recipes, ingredients, and dishes.

What does this book cover?

As you build this site you′ll learn how to use Dreamweaver MX to

  • Plan, create, and set up a web site
  • Add web pages to the site and edit their content
  • Use Stylesheets and templates to create a consistent style across the site
  • Use tables, frames, and layers to lay out web pages
  • Add dynamic effects – like drop down menus – to web pages using JavaScript and DHTML
  • Interact with users via forms on web pages
  • Create dynamic ASP web pages to respond to user actions and input

As you progress through the book, the sites you create become ever more ambitious. The second site you build is a fan site for soccer that provides information on upcoming events for fans around the world.

As you build the second site you′ll learn how to use Dreamweaver MX to:

  • Add logic to your ASP pages, so that you can display different information to different users, based on their location, or even the time of day
  • Keep track of users as they move around the site, so that you can learn what parts of your site are the most popular
  • Secure parts of the web site so that only authorized users are allowed to see sensitive information
  • Personalize the web site for individual users – so that the site appears in the colors of the user′s favorite team or so that the user only sees events in their home country
  • Store and extract information about users and upcoming events in a database – and use this information to dynamically create web pages

The final site in the book shows off many of the advanced features of Dreamweaver MX, as you walk through how to design a modular, extensible, and scalable site, and create a set of dynamic building blocks that can be quickly modified and reused in different sites.

As you build this site – which is used to display a set of images that users can view and purchase – you′ll learn how to use Dreamweaver MX to:

  • Create a set of building blocks whose look and content is determined dynamically by the settings in a database
  • Create a content management page that you can use to mange the database that stores information about the images on the site, including their title, price, and how they should be laid out
  • Put the building blocks you created earlier to a variety of uses, including a news blogger, a media display, and a product display
  • Use Dreamweaver Extensions to make our building blocks easy to reuse and to add e–commerce functionality to the site

At the end of some of the chapters you′ll find a series of suggested exercises from the author that are designed to test your understanding of what′s been covered in the chapter as well as to encourage you to experiment with the features of Dreamweaver MX and to modify and extend the example applications.

Who is this book for?

This book is primarily for complete beginners to web site programming who have access to Dreamweaver MX and want to learn how to create dynamic web sites with it.

But the book doubles as a comprehensive reference to the features of Dreamweaver MX, so it will also be a useful resource to more experienced web developers who want to learn how to use the latest version of Dreamweaver.

As you work through the book, you′ll learn how to program using Active Server Pages (ASP), but this will prove useful even if you eventually want to use Dreamweaver MX to create web sites with JavaServer Pages (JSP), ASP.NET, PHP, or ColdFusion MX. Programming in any of these languages is very similar in Dreamweaver MX, and the core concepts you learn in building web sites with ASP are applicable and easily transferred to other languages. To help, the book includes four appendices that provide fast paced guides on how to get started using JSP, ASP.NET, PHP, and ColdFusion MX with Dreamweaver MX.

What do you need to use this book?

To run the examples in this book on your computer you′ll need:

  • Dreamweaver MX
  • Microsoft Windows 98, 98SE, 2000 or XP Professional

If you don′t have a copy of Dreamweaver MX you can download a 30–day evaluation edition from Macromedia at http://www.macromedia.com/software/trial—download/. The evaluation edition is fully–featured, and you′ll be able to use it to work through all the examples in the book.

If you have Microsoft Windows Me, Windows XP Home Edition, or a Macintosh you′ll still be able to create all the examples in the book but to see them in action you′ll need to use a remote server, as your operating system doesn′t, by default, include a web server that can process ASP pages. Fortunately, getting access to an ASP web host is easy –– there are dozens available. And to make things even easier, the book includes detailed information on how to set up a web application to use a remote server or web host.

From the Publisher
This book is primarily for complete beginners to web site programming who have access to Dreamweaver MX (or are using the trial version to check it out), and want to learn how to create dynamic web sites with it.


As you work through the book you'll learn how to program using Active Server Pages (ASP). In addition, the core concepts you learn in building web sites with ASP are easily transferred to other languages. Therefore, this book will also serve you well if you plan to use Dreamweaver MX in conjunction with JavaServer Pages (JSP), ASP.NET, PHP, or ColdFusion MX -- the book includes four appendices that provide fast-paced guides on how to get started using JSP, ASP.NET, PHP, and ColdFusion MX with Dreamweaver MX. --This text refers to an out of print or unavailable edition of this title.

See all Product Description


Inside This Book (Learn More)
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

2 Reviews
5 star:
 (2)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (2 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
7 of 7 people found the following review helpful:
5.0 out of 5 stars Teaches Dreameweaver MX + Web Design Brilliantly, 2 Mar 2004
When I first purchased this book I was just beginning to learn the basics of Dreamweaver MX. The great thing about this book is that it teaches you how to learn Dreamweaver MX AND Web Design at the same time.

The book is divided up into logical sections that introduce the main elements of Dreamweaver MX. The brilliant thing is that the authors have a running commentary on all of the steps and new theory that is introduced. As a result I learnt Dreamweaver MX and the theory behind effective web design too.

The book illustrates the construction of 3 increasingly complex websites moving from the very basic to a database website. There are many 'How it Works' sections where the authors describe the thinking behind the steps that they introduce. It's like having a conversation with expert web designers.

Great. Thank you Wrox. This book rocks :-)

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Absolutely great book, 30 Jul 2005
This is a really fantastic book. Since I've started using Dreamweaver, there were so many questions left that I couldn't find the answer anywhere. But this book gives a detailed explanation to any problem that you may encouter while creating a website in Dreamweaver. In addition, topics such as using ASP, databases etc. are also covered in the book. I never regretted spending my money on this item. Great purchase for both beginners and designers at intermeditate level. Highly recommended!!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Look for similar items by category


Look for similar items by subject


Feedback


Teach Yourself Visually...

Teach Yourself Visually...

Full–color, step–by–step instructions demonstrate how to make the most... Read more
£16.99 £12.99

Find similar items

 

More From Charles E. Brown

The Essential Guide...

The Essential Guide to Flex 3

Flex 3 is the next generation of a technology that revolutionized web... Read more
£43.49 £33.99

 

A Close Shave

Philips Nivea Coolskin HS8060 Moisturizing Rotary Shaving System
For all types of hair removal, stay smooth with Amazon.co.uk.

Discover Shaving & Hair Removal

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates