Dreamweaver CS5: The Missing Manual |  | Author: David Sawyer McFarland Publisher: O'Reilly Media Category: Book
List Price: $49.99 Buy New: $28.50 as of 9/9/2010 06:41 CDT details You Save: $21.49 (43%)
New (31) Used (10) from $28.50
Seller: Christopher Kelley Rating: 5 reviews Sales Rank: 1,684
Media: Paperback Edition: 1 Pages: 1104 Number Of Items: 1 Shipping Weight (lbs): 3.7 Dimensions (in): 9.1 x 6.9 x 2.1
ISBN: 1449381812 Dewey Decimal Number: 006.78 EAN: 9781449381813 ASIN: 1449381812
Publication Date: June 17, 2010 Availability: Usually ships in 1-2 business days
| |
| Features:
| • | ISBN13: 9781449381813 | | • | Condition: New | | • | Notes: BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed |
|
| Similar Items:
| |
| Editorial Reviews:
Product Description
Web designers, web producers, and webmasters rely on one program above all others to design, build, and manage professional websites: Adobe Dreamweaver. It provides the tools you need to create everything from simple HTML pages to database-driven PHP pages. But what makes Dreamweaver so versatile is also what makes it difficult to learn. This bestselling guide offers you with clear, jargon-free explanations to help you master this sophisticated program -- and bring stunning, contemporary websites to life. Written by veteran Dreamweaver teacher and author David McFarland, Dreamweaver CS5: The Missing Manual takes you through site creation step-by-step, from building your very first page to launching a template-driven, fully interactive site. You'll hone your skills with the help of hands-on, guided tutorials throughout the book. - Learn how to control the appearance of your web pages with CSS, from basic to advanced techniques
- Design dynamic, database-driven websites, from blogs to product catalogs, and from shopping carts to newsletter signup forms
- Add interactivity to your website with ready-to-use JavaScript programs from Adobe's Spry Framework
- Effortlessly control the many helper files that power your website and manage thousands of pages
- Examine web page components and Dreamweaver's capabilities with the book's "live examples"
Add Spry Tabbed Panels to Web Pages Some website visitors are loath to scroll; if they don’t see what they want when a page first loads, they move on. Because of this, some web designers divide long passages of information into multiple pages so that each page presents small, easy-to-digest chunks. Of course, that means building several pages instead of just one, and forces visitors to click through (and wait for) a series of pages. Spry Tabbed Panels provides an alternative (see Figure 13-1). Instead of creating one long page, or several smaller pages, you can organize information into separate tabbed panels. That way, your content is always front and center, and your visitors can easily access different sections by clicking a tab above each panel. Adding a Tabbed Panel You can place Spry tabbed panels anywhere on a web page. But since the tabs form a single row at the top of the group of panels, you need enough horizontal space to accommodate all the tabs. Unless you have only a couple of tabs with one-word text labels, you should place the tabbed panels in a fairly wide space, such as the main column of a web page, or across the entire width of the page. Just follow these steps:  | Figure 13-1. Organize your page’s content into easily accessible panels with the Spry Tabbed Panels widget. Clicking a tab opens a new panel’s worth of information without the browser having to load a new web page. | 1. In the document window, click where you wish to insert the panels. For example, inside a div tag. 2. Choose Insert > Spry > Spry Tabbed Panels, or, on the Insert panel’s Spry category, click one of the Spry Tabbed Panel’s buttons (see Figure 13-2). You can find all the Spry goodies on the Insert panel’s Spry category (Figure 13-2, left); you’ll also find several Spry widgets (including tabbed panels) listed under the Layout category (Figure 13-2, right), and other Spry buttons grouped under other tabs (form validation Spry widgets appear under the Forms tab, for example).  | Figure 13-2. In the Insert panel, you can identify a Spry icon by the starburst in the button’s lower-right corner. It’s even easier to distinguish them from other buttons if, from the Insert Panel’s category menu, you choose Color Icons--this changes the drab gray starburst to a bright orange. | After you insert a tabbed panel, you see two tabs and two panels on the page (Figure 13-3); in addition, a blue tab appears above the panels indicating the Spry widget. The blue tab appears only in Dreamweaver’s Design view, not in a guest’s web browser. It gives you an easy way to select the Spry widget and access its properties in the Property inspector. Note: When you save a page after inserting a Spry Tabbed Panel, Dreamweaver notifies you that it has added two files to the site: a CSS file (SpryTabbedPanels.css) for formatting the panel group, and a JavaScript file (SpryTabbedPanels.js) to make the panels appear and disappear when visitors click the tabs. Dreamweaver saves both files in the SpryAssets folder in your site’s root folder. Make sure you upload this folder when you move your site onto your web server. 3. In the Property inspector, name the panel group (Figure 13-3). This step is optional. Dreamweaver provides a generic name (TabbedPanels1, for example) for the group of panels. You don’t really have to change this name; it never appears in a browser window. But if you ever take the plunge into manually modifying your Spry widgets in Code view, you may want to change the Spry panel group’s name to something more descriptive. If you create a group of tabbed panels to house information about a product, for example, you might name the panel group productPanels. A descriptive name helps you identify code related to the panel group if you work in Code view to enhance or change the functionality of the panels.  | Figure 13-3. Normally, when a browser downloads a page containing Spry panels, it highlights the first tab and panel. However, if you’d rather open another panel when the page loads, select the relevant tab’s name in the Property inspector’s “Default panel” menu. | 4. Add additional panels. If two panels aren’t enough for your needs, use the Property inspector to add more. Above the list of tab names, click the + button (see Figure 13-3) to add a new panel. To remove a panel, in the same list, click the name of a tab, and then click the minus (-) button. You can also reorder the panels by selecting a tab from the list, and then clicking the up or down arrow button. The up arrow moves a panel to the left, while the down arrow moves a panel to the right. Note: A Spry widget’s properties appear in the Property inspector only when you select the widget. To do so, click the blue tab above the elements inside the widget.
|
| Customer Reviews: A Diamond Of A Dreamweaver Reference/Learning Tool July 7, 2010 Daniel McKinnon (Tewksbury, MA USA) 19 out of 20 found this review helpful
At over 1000 pages and 27 chapters, 'Dreamweaver CS5: The Missing Manual' by David McFarland is one of the rare books that I can EASILY give a Highest Possible Recommendation for. It has been known for quite some time that Dreamweaver is THE #1 resource for creating a professional web site in the most efficient way possible and with the fewest steps so that you can get your site created with netters surfing to it in the shortest amount of time. Now learn how to use Dreamweaver as efficiently as possible and get a peek at all the newest features in CS5!!
The material contained within is simply staggering: Basics, CSS, Forms, Flash, Automation, Database connectivity, and server-side XML and XSLT, it's all here!!
The Missing Manual is my favorite line of books because of the logical separation of content, the writing, and the design. My only gripe with this book would be the lack of color which could have easily been put in for only a small amount more added to the retail price, but this is not enough to knock my recommendation down. If you use Dreamweaver or want to learn more about what CS5 has to offer, pick this book up TO-DAY!!
***** HIGHEST POSSIBLE RECOMMENDATION
Easy to understand explanations! August 10, 2010 CB 2 out of 2 found this review helpful
This is an excellent book IMHO. He explains things and just when I'm going to say, "But what happens if you do this," the next paragraph goes right to it. He covers everything I need to know about DW. I'm not an expert, but he has gotten me to feel comfortable in using DW and I know that when I get stuck I can find a reference to the problem.
Not only that, but their customer support is fabulous. I found an error on their web site and a picture out of place in the book and they responded and fixed it immediately via email. Great buy!
Would pick this over Dummies any day!! August 27, 2010 A. J. Abadsafian (California, USA) 2 out of 2 found this review helpful
I did not buy this book through amazon, although i wish I would have with the markdown in price. It is a great deal compared to the $49 I paid (8-26-10) at B&N. Early on, I was in need of a great, solid, easy to read book that would introduce me into the Dreamweaver world. Being an amateur and having little to no knowledge at all of CSS, HTML, XML, etc., I found this book a great, GREAT tool to help me get on my way to website building and managing. Though in reality, it teaches you a lot more than just those simple desires. The Missing Manual comes in with the expectation that you are an advanced beginner or intermediate at operating a computer and you DO NOT need to have any prior knowledge of computer coding or tech terms to understand the material. It teaches you as you go along without veering from the objective of that chapter.
It is really fascinating how the material covered in the book is so clearly explained with examples and links that supplement the content in the chapter. In fact the book includes many external website links and books to view so that the reader can learn about that feature or code structure in more detail that the chapter will allow. That is not to say the chapters are limited- by all means no! There are books dedicated just to CSS and HTML5 coding- more info than the typical reader would like to know. And so this whole book goes about teaching you the essentials (and there are a lot of them) rather than include every little nuance to code language and bore you to death (if you haven't already died before reaching the end of the book). That's right, this book has 10,031 pages of information and lessons (not including creds & appendix). I absolutely LOVED the fact that the book was formatted so that each page had 3cm margins along the edges!!!!! I write notes in the sides, star important paragraphs and recap half-chapters in these margins. Much less of an eyesore than some other books where you have to cram in between lines to write snippets about things.
I previously bought (and returned) the Dummies version *Dreamweaver CS5 All-in-One For Dummies of dreamweaver CS5 on account that I.COULD.NOT.READ.IT. IT is simply not a very well written book for beginners and intermediates of Dreamweaver/site building. It was difficult to read, and in their intro they said 'this is not a step by step book, so feel free to jump from one chapter to another in any order.' Well how exactly does that help? If you don't know what you're using, how could you expect the reader to chose one chapter from another at random? Didn't quite like that. Anyways, I really like the organization and teach-as-we-go approach that The Missing Manual offers. This is literaly, "The missing manual that should have been in the box." Thanks for reading!
Great book. I will be buying more in this series! August 21, 2010 1 out of 1 found this review helpful
This book takes you from crawling, to walking to running with Dreamweaver. I gives you step by step and you can have a page up and running in no time. I have recommended it to a few friends and they love it also! Its a keeper for any CS5 owner.
Definitely the missing manual. August 16, 2010 bob This is definitely the missing manual. Nearly 2" thick hard to read in bed as it is heavy, but has everything you need to learn CS5.
|
|
|