dreamweaver cs5 all in one for dummies phần 5 docx

101 339 0
dreamweaver cs5 all in one for dummies phần 5 docx

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

314 Creating History Panel Commands Although it’s not advised, you can erase the history list for a document by right-clicking (Windows) or Control+clicking (Mac) the History panel and choosing Clear History. After clearing the history in this manner, you can no longer undo any previous steps in your document. Recording commands To record and save a command, first be sure the History panel is open. After you perform the actions, you can record and save them. Keep these points in mind when recording actions for your command: ✦ Use the arrow keys instead of the mouse to move the insertion point in the document. You can also use the arrow keys plus Shift to make or extend a selection. Mouse movements are unrepeatable actions that aren’t saved and are identified in the History panel with a black divider line between the steps. ✦ Other actions are also unrepeatable, such as dragging an asset from one place on the page to another. These types of steps display a small red X next to the action layer in the History panel. Follow these steps to record and save a command: 1. Open the History panel by choosing Window➪History. Press Shift+F10 to quickly open the panel. 2. Edit your document. The History panel records all your actions as individual steps. 3. In the History panel, select the step(s) you want to record. Shift+click to select multiple consecutive steps. Ctrl+click (Windows) or Ô+click (Mac) to select or deselect nonconsecutive steps. 4. Click the Save Selected Steps as a Command icon at the bottom of the panel. The Save As Command dialog box appears, prompting you to enter a name for the new command. 5. Name the new command. Name your commands using simple descriptive titles, such as Bold and Italic. 6. Click OK. The new command appears by name at the bottom of the Commands menu. 20_610770-bk03ch04.indd 31420_610770-bk03ch04.indd 314 5/6/10 1:12 PM5/6/10 1:12 PM Book III Chapter 4 Creating Code Snippets and History Panel Commands 315 Creating History Panel Commands You can also make a temporary command by clicking the Copy Selected Steps to the Clipboard icon at the bottom of the panel after selecting a series of steps. The steps are temporarily stored on the Clipboard for easy pasting into any open document in Design view. New commands are saved as JavaScript or HTML files in the Dreamweaver CS5/Configuration/Commands folder. Playing commands Playing a saved History panel command is as easy as choosing it by name on the Commands menu. For example, if you create a Bold and Italic command that bolds and italicizes a selection, select some text on your document and then choose Commands➪Bold and Italic to play the command, as shown in Figure 4-9. Figure 4-9: Select the command you created on the Commands menu. More options are available when playing commands with the History panel. You may repeat the last step, repeat a series of consecutive or touching steps, or repeat a series of nonconsecutive steps: ✦ Repeat a single step: Select a step in the History panel, and then click the Replay button. Or choose Edit➪Redo (Action). 20_610770-bk03ch04.indd 31520_610770-bk03ch04.indd 315 5/6/10 1:12 PM5/6/10 1:12 PM 316 Creating History Panel Commands ✦ Repeat a series of consecutive steps: Select the steps in the History panel, place your cursor in the desired location on your open document, and click the Replay button. To select multiple steps, either drag from one step to another or click the first step and Shift+click the last step. Whichever steps are high- lighted are the ones that play. ✦ Repeat a series of nonconsecutive steps: Select a step in the History panel and Ctrl+click (Windows) or Ô+click (Mac) to select other steps; then click the Replay button. Steps replay in the order in which they appear in the History panel. ✦ Deselect a selected step: Ctrl+click (Windows) or Ô+click (Mac) the step. Recording temporary commands with the Commands menu Another way to record temporary commands is to use the Commands menu instead of the History panel. Temporary commands stay on the Commands menu and you can play them on any open document as long as you have Dreamweaver open. Temporary commands disappear when you do one of the following: ✓ Close Dreamweaver (the temporary com- mand is erased) ✓ Record a new temporary command (the new command takes the place of the old command) To record a temporary command: 1. Choose Commands➪Start Recording before performing the steps you want to copy. You can also begin the recording process by pressing Ctrl+Shift+X (Windows) or Ô+Shift+X (Mac). 2. Perform the steps. Whenever possible, press the arrow keys instead of moving the mouse to reposition the cursor during the recording process. 3. Choose Commands➪Stop Recording. To play back a temporary command, choose Commands➪Play Recorded Command. To save a temporary command as a permanent command using the History panel: 1. Choose Commands➪Play Recorded Command. The command plays and displays a new Run Command step at the bottom of the History panel. 2. Select the new Run Command step in the History panel, and then click the Save Selected Steps as a Command icon. The Save As Command dialog box appears. 3. Name the command, and then click OK to save it. The command now appears at the bottom of the Commands menu. Click Get More Commands on the Command menu to launch Adobe’s Dreamweaver Exchange to browse for and download addi- tional commands. 20_610770-bk03ch04.indd 31620_610770-bk03ch04.indd 316 5/6/10 1:12 PM5/6/10 1:12 PM Book III Chapter 4 Creating Code Snippets and History Panel Commands 317 Creating History Panel Commands You can also copy and paste steps from one open document to another, because each file has its own history of steps. Simply select the steps and click the Copy Selected Steps to the Clipboard icon in the History panel. Then choose Edit➪Paste in the new document to paste the steps in the desired location. If you paste selected steps into a text editor (such as Notepad or TextEdit), Code view, or the Code inspector, you may notice that the pasted informa- tion appears as JavaScript, which can be useful for learning to write your own Dreamweaver scripts. For example, the copied command to insert and resize an image looks like this: <img src=”image23.gif” width=”100” height=”46” /> However, when pasted into a text editor, the line of code appears as a bit of JavaScript, like this: dw.getDocumentDOM().insertHTML(‘<img src=\”image23.gif\”>’, false); dw.getDocumentDOM().resizeSelection(‘100’, ‘46’); Renaming and deleting commands After saving a new command, you can easily rename or delete it. To rename a command: 1. Choose Commands➪Edit Command List. 2. Select the command in the list, and then enter a new name. 3. Click the Close button. To delete a command: 1. Choose Commands➪Edit Command List. 2. Select the command in the list, and then click the Delete button. Clicking the Delete button permanently removes the command from the Commands menu. 3. Click the Close button. 20_610770-bk03ch04.indd 31720_610770-bk03ch04.indd 317 5/6/10 1:12 PM5/6/10 1:12 PM 318 Book III: Working Like the Pros 20_610770-bk03ch04.indd 31820_610770-bk03ch04.indd 318 5/6/10 1:12 PM5/6/10 1:12 PM Chapter 5: Integrating Dreamweaver with Fireworks In This Chapter ✓ Working with Fireworks ✓ Setting launch-and-edit preferences ✓ Inserting Fireworks images ✓ Making changes to your Fireworks images and tables ✓ Image optimizing in Fireworks ✓ Inserting, pasting, and updating Fireworks HTML D reamweaver is tightly integrated with Adobe Fireworks, a robust Web image creation, editing, and optimization program. With Fireworks, you can create animations, pop-up menus, and rollover buttons (buttons that change in appearance when you mouse over them); optimize your graphics (reduce the file size while preserving image quality to improve download times in a browser); and export graphics, HTML, and JavaScript code to an HTML editor such as Dreamweaver — all without needing to know a lick of code. When used together, Fireworks and Dreamweaver provide you with a smooth process for editing, optimizing, and exporting graphics into Dreamweaver HTML pages. This process, called roundtrip editing, enables you to make seamless updates to your Fireworks graphic and HTML files while working in Dreamweaver. The code stays accurate to preserve links and other functionality such as rollover behaviors. During the roundtrip editing process, Fireworks creates special Design Notes about all the graphics and HTML exported to Dreamweaver. The Notes, which are generated from Fireworks to Dreamweaver during the graphic export process, store references to the Web-ready images (GIF, JPEG, PNG), and enable Dreamweaver to quickly locate them and the Fireworks source files (PNG) they were created from. In addition, the Design Notes often include information about the export process itself, such as the location of JavaScript data in the HTML files and details about the graphics inside table cells, such as hotspots and rollover capabilities. 21_610770-bk03ch05.indd 31921_610770-bk03ch05.indd 319 5/6/10 1:13 PM5/6/10 1:13 PM 320 Preparing to Work with Dreamweaver and Fireworks To be fair, the use of Fireworks is not a prerequisite for creating or design- ing Web sites in Dreamweaver. Please don’t feel that you must run out and buy Fireworks to successfully build a Web site; you can build an entire Web site without using Fireworks or any of its features. Many designers prefer to create their Web graphics using another design, illustration, and Web graphic optimization programs, such as Photoshop, Illustrator, or an old copy of ImageReady CS2. However, Fireworks is required for the features described in this chapter. To download a free 30-day trial version of Fireworks, go to www.adobe. com/products/fireworks/. This chapter presumes that you already own and know how to use Fireworks but need help using it with Dreamweaver. Here you find out how to insert Fireworks images, edit images and tables, optimize your images in Fireworks, and add and edit Fireworks HTML in Dreamweaver. Preparing to Work with Dreamweaver and Fireworks Before you begin a roundtrip editing process, you must enable a few Fireworks and Dreamweaver settings to ensure the smoothest possible inte- gration between the programs. Specifically, you must configure your launch- and-edit preferences in Fireworks, and optimize Dreamweaver for working with Fireworks by adding Fireworks as a primary image editor. Setting Fireworks launch-and-edit preferences If you use Fireworks to create and edit images, by default Fireworks exports those images from a source PNG (Portable Network Graphic) file. PNG is an image-compression file format that allows for the exporting of Web graphics with the highest image quality and a relatively small file size. A source PNG file is a master file that Fireworks uses to generate Web-ready graphics. When creating graphics in Fireworks, be sure to store the PNG source files in a different place on your computer than the Web graphics generated from them for your Web site so that you don’t accidentally alter the original files. By default, when you edit a Fireworks image in Dreamweaver, Fireworks launches and automatically reopens the source PNG file. This is the Fireworks default launch-and-edit preference. You can also set the preferences in Fireworks to either have Dreamweaver open and directly edit the inserted graphics (which is not a good choice because Dreamweaver is not an image editing or optimization application) or have Fireworks open and use the inserted Web-ready image for editing instead of the image’s source PNG file (which is not good either because the original source PNG always generates better quality Web graphics than an already optimized Web graphic). 21_610770-bk03ch05.indd 32021_610770-bk03ch05.indd 320 5/6/10 1:13 PM5/6/10 1:13 PM Book III Chapter 5 Integrating Dreamweaver with Fireworks 321 Preparing to Work with Dreamweaver and Fireworks You should note that Dreamweaver recognizes these launch-and-edit prefer- ences only when certain conditions apply: ✦ You must specifically open and optimize images that include the right Design Notes path to the source PNG file. You can ensure that you’re using the right Design Notes path to the source PNG by selecting the Always Use Source PNG option for the launch-and-edit preference (see the next section). ✦ The image can’t be a part of a Fireworks table. Fireworks tables use a series of images with the HTML code. You must always open the source PNG file in Fireworks to edit any graphics from within Dreamweaver. To set Fireworks’ launch-and-edit preferences, follow these steps: 1. Choose Edit➪Preferences (Windows) or Fireworks➪Preferences (Mac) to open the Fireworks Preferences dialog box. 2. Click the Launch and Edit option in the Category listing on the left side of the dialog box. The Launch and Edit options appear on the right side of the panel, as shown in Figure 5-1. Figure 5-1: Choose launch- and-edit preferences in Fireworks. 3. Set the Launch and Edit preference options for editing and optimizing Fireworks images. These settings will be used to export images to external applications such as Dreamweaver. Select one of the following options in each of the drop-down lists: 21_610770-bk03ch05.indd 32121_610770-bk03ch05.indd 321 5/6/10 1:13 PM5/6/10 1:13 PM 322 Preparing to Work with Dreamweaver and Fireworks ✦ Always Use Source PNG: (Recommended) This setting enables Fireworks to open the PNG file defined in Design Notes as the source for the externally placed graphics. When edits are made to the source PNG, those changes are automatically updated in the exported or placed Web graphic. ✦ Never Use Source PNG: This option tells Fireworks to open the placed graphic for editing, even if a source PNG file is available. Changes to this graphic are permanent and appear immediately upon saving the placed graphic. The source PNG file stays the same. ✦ Ask When Launching: If you want to use both methods intermit- tently, select this option to choose the PNG file or the placed graphic on a case-by-case basis. 4. When you finish, click OK to save your changes. Optimizing Dreamweaver for use with Fireworks Make the following changes to optimize Dreamweaver for use with Fireworks. Enable Design Notes Verify that the managed site you’re creating or using has Design Notes enabled. This is the default site setting in Dreamweaver. Follow these steps: 1. Choose Site➪Manage Sites. 2. Select your site, and then click the Edit button in the Manage Sites dialog box. The Site Setup dialog box appears. 3. Expand the Advanced Settings category and then select Design Notes from the submenu. In earlier versions of Dreamweaver, the Design Notes setting was located on the Advanced Tab. 4. Verify that the Maintain Design Notes option is selected, and then click Save to close the Site Setup dialog. If you also want to share Design Notes with others on your team, select the Enable Upload Design Notes for Sharing option. 5. Click the Done button to close the Manage Sites dialog box. Add Fireworks as an image editor In the Dreamweaver Preferences dialog box, set Fireworks as the primary external image editor for selected graphics file types. This enables Fireworks to be the editor that automatically launches for editing your placed graphics files. For example, you may want to launch Fireworks as the primary editor for GIF and PNG files, and another application for editing JPEG files. 21_610770-bk03ch05.indd 32221_610770-bk03ch05.indd 322 5/6/10 1:13 PM5/6/10 1:13 PM Book III Chapter 5 Integrating Dreamweaver with Fireworks 323 Preparing to Work with Dreamweaver and Fireworks To add Fireworks as an image editor, follow these steps: 1. Choose Edit➪Preferences (Windows) or Dreamweaver➪Preferences (Mac). The Dreamweaver Preferences dialog box appears. 2. In the Editors category, as shown in Figure 5-2, click the plus (+) icon to add Fireworks (and any other applications you want to include) as an editor for any selected graphic extensions. Dreamweaver doesn’t automatically detect that you have Fireworks installed, so you must enter the path to the Fireworks application on your machine in the Fireworks text box. Figure 5-2: Add Fireworks as the primary image editor in Dream- weaver’s Preferences. 3. To make Fireworks the primary editor for any selected extension in the Extensions listing, select Fireworks from the list of editors on the right and then click the Make Primary button. For example, after adding Fireworks to the list in Step 2, select it and click the Make Primary button. The Fireworks application name has (Primary) appended to it. 4. Click OK. Save all your Fireworks files in the same site folder When you are working in a workgroup, save all your Fireworks PNG source and Web-ready files in the same Dreamweaver site folder. This ensures that everyone in the workgroup can easily find and edit all the source files for the site. When working alone, you may want to store your PNG source files in a separate but nearby folder to keep them better organized. 21_610770-bk03ch05.indd 32321_610770-bk03ch05.indd 323 5/6/10 1:13 PM5/6/10 1:13 PM [...]... Figure 5- 3) Book III Chapter 5 Integrating Dreamweaver with Fireworks Figure 5- 3: The placeholder image in the Dreamweaver Document window Create button 21_610770-bk03ch 05. indd 3 25 5/6/10 1:13 PM 326 Using Fireworks Images in Dreamweaver 2 Click the Create button in the Properties inspector to launch Fireworks Fireworks opens the selected image placeholder in Editing from Dreamweaver mode 3 In Fireworks,... you want Dreamweaver to copy the file into the root folder of the managed Dreamweaver site Now you can easily edit your images in Fireworks using the roundtrip editing feature, as described in “Editing Images in Fireworks Tables,” later in the chapter 21_610770-bk03ch 05. indd 324 5/ 6/10 1:13 PM Using Fireworks Images in Dreamweaver 3 25 Replacing an image placeholder with a Fireworks graphic In Dreamweaver, ... and returns to Dreamweaver, where the updated image or table appears in the open document Book III Chapter 5 Integrating Dreamweaver with Fireworks Figure 5- 6: The source PNG file for the entire table is launched in Fireworks 21_610770-bk03ch 05. indd 329 5/ 6/10 1:13 PM 330 Optimizing Your Images in Dreamweaver Optimizing Your Images in Dreamweaver Before you add Fireworks images to your Dreamweaver document,... deleted after insertion This setting does not affect source PNG files associated with the HTML 5 Click OK Dreamweaver inserts the Fireworks HTML into the Dreamweaver file (see Figure 5- 8) This insertion process includes HTML code, graphic images, slices, and JavaScript 21_610770-bk03ch 05. indd 332 5/ 6/10 1:13 PM Using Fireworks HTML in Dreamweaver 333 Figure 5- 8: Insert Fireworks HTML in a Dreamweaver. .. behavior for Dreamweaver CS5, which means it is supported but no longer recommended as a method for creating pop-up menus 3 If needed, add, change, or rearrange menu items 4 Click OK to save the changes 21_610770-bk03ch 05. indd 336 5/ 6/10 1:13 PM Chapter 6: Dreamweaver CrossApplication Integration In This Chapter ✓ Working with Flash ✓ Inserting Photoshop images ✓ Accessing and using the Bridge ✓ Integrating... Launching Dreamweaver from Bridge To launch Dreamweaver from within Bridge, choose File➪Open With➪Adobe Dreamweaver CS5 Or select a file and then right-click (Windows) or Control+click (Macintosh) and choose Open With➪Adobe Dreamweaver CS5 Inserting a file from Bridge After you’ve launched Bridge, you can select and insert a file into the location of your cursor in Dreamweaver s Design view by one of... creating content for normal Web pages For example, although individual mobile devices may support certain HTML features, the Opera Small-Screen Rendering system does not support certain elements including frames, pop-up browser windows, and font styles such as underlines, overlines, strikethroughs, blinking, and marquees Also, images must be made smaller than normal to render without skewing in the smaller... download and install the Adobe AIR extension for Dreamweaver, which lets you package and preview your AIR applications from within Dreamweaver Book III Chapter 6 After that, you must install the free Adobe AIR extension for Dreamweaver to begin using Dreamweaver to package and preview your Adobe AIR applications within Dreamweaver Follow these steps to download and install the Adobe AIR Extension for Dreamweaver: ... Dreamweaver You can quickly insert Fireworks-generated HTML (including all graphics, formatting, and JavaScript behaviors) into a Dreamweaver document For example, you can create a navigation bar with a series of buttons, each of which has JavaScript rollover functionality including a hyperlink to another 21_610770-bk03ch 05. indd 331 5/ 6/10 1:13 PM 332 Using Fireworks HTML in Dreamweaver page This roundtrip... dialog box, select the Dreamweaver site folder for the Save In option You’ll be saving an optimized version of the file here 21_610770-bk03ch 05. indd 326 5/ 6/10 1:13 PM Using Fireworks Images in Dreamweaver 327 Done button Figure 5- 4: Design a replacement image for a placeholder image in Fireworks Book III Chapter 5 Again, the PNG filename is in the Name text box 11 Select a graphic type in the Save as Type . editor for GIF and PNG files, and another application for editing JPEG files. 21_610770-bk03ch 05. indd 32221_610770-bk03ch 05. indd 322 5/ 6/10 1:13 PM5/6/10 1:13 PM Book III Chapter 5 Integrating Dreamweaver. described in “Editing Images in Fireworks Tables,” later in the chapter. 21_610770-bk03ch 05. indd 32421_610770-bk03ch 05. indd 324 5/ 6/10 1:13 PM5/6/10 1:13 PM Book III Chapter 5 Integrating Dreamweaver. placeholder image in the Dream- weaver Document window. Create button 21_610770-bk03ch 05. indd 3 252 1_610770-bk03ch 05. indd 3 25 5/6/10 1:13 PM5/6/10 1:13 PM 326 Using Fireworks Images in Dreamweaver

Ngày đăng: 08/08/2014, 20:20

Từ khóa liên quan

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan