Author Archive: Preran Kumar

5 Myths about Adobe Creative Cloud

Because of the recent changes to the Creative Cloud policy, I am redirecting this page to the official Adobe post

http://terrywhite.com/5-myths-about-adobe-creative-cloud/

This will help keep the post current and in sync with the latest announcements at Adobe. If you have visited this post in the week later to March 06, please read the updated blog post from Terry White. Apologize for any confusion.

Dreamweaver Creative Cloud update (12.1) – FAQs

Why did Adobe re-organize the Insert panel?

In broad terms, Insert options have been added, deprecated, or re-organized to streamline workflows, reduce clutter, and ensure compliance with the latest and most popular trends in web design. To help you focus on the page and avoid distraction from colorful elements in the user interface, color options for Insert icons have been deprecated.

While you may need to re-familiarize yourself with the user interface changes in the short term, we are confident that you will recognize their value as you get up to speed with the new workflows.

The reasons for re-organizing the Insert panel in this update are listed below.

  • Sync the ordering of options in the Insert panel with the Insert menu to improve speed of their discoverability.
  • Deprecate Insert options that required multiple-clicks. These options can be quickly and easily configured using the Property Inspector or the Code view.
  • As part of enhanced HTML5 support in Dreamweaver, new HTML5 elements introduced in the Insert options. Options that have ceased to be important or are no longer part of best web practices have been deprecated.
    For example, the table options under Layout category have been moved to Common because tables are no longer used for layout.
  • Similar options available under multiple categories have been moved to a single category that best relates to the options.
    For example, some of the Spry options were previously available under the Data category as well.  Such Spry options have been removed from the Data category.
  • Options that were rarely used have been deprecated.
    For example, the placeholder option for Insert option has been deprecated because of its limited usage.
  • Streamline workflow for Insert options such that the experience is the same irrespective of the mode in which you insert the option.
    For example, in Dreamweaver CS6, different dialog boxes were displayed when you insert Text Area based on whether the focus was on the design or code view.

For comprehensive information on changes to Insert options in Dreamweaver 12.1, see Changes to Insert options | Creative Cloud

Is Adobe biased towards subscription users?

From the page Adobe Creative Cloud / FAQ 

Is Creative Cloud a replacement for Adobe’s traditional creative products and suite editions?

Adobe believes that Creative Cloud is a better way to get your desktop tools because you get access to the latest updates and features as soon as they’re available, plus services that tie the new publishing workflows together. Adobe will continue to develop and sell individual CS products, and customers can purchase them through the Adobe online stores and select retail and online stores.

Are there any differences between the Creative Suite software included in my Creative Cloud membership and the software I buy in the box?

Yes, the software included in Creative Cloud membership is different from the software you buy in the box. It gives you everything in the traditional licensed version plus exclusive access to new features. This means that as soon as our engineering teams can finalize new features — such as the features we recently released for Illustrator, and many other new features to come — we will release them through special software editions available only to paying Creative Cloud members. So no more waiting between major releases to get new features.

Why don’t I see my previously installed Extensions?

See the blog post Dreamweaver extensions don’t appear after updating Dreamweaver to 12.1

Missing custom keyboard shortcuts and Favorite icons

Your custom keyboard shortcuts and Favorites in the Insert icon panel are lost after an update. For icons, you will have to note down your Favorites before you update, and add them again after you complete installing the update.

For keyboard shortcuts, ensure that you export them before you install the update.

  1. Select Edit > Keyboard Shortcuts
  2. Click “Export set as HTML” button.

After you upgrade, refer to the exported file to set the shortcuts again.

HTML keywords not localized in Property Inspector

  • HTML keywords are no longer localized in the Property Inspector. They appear in English only.

Dreamweaver extensions don’t appear after updating Dreamweaver to 12.1

The menu items in Dreamweaver are listed in the menus.xml file. When you add an extension, an entry for the extension is made in the menus.xml file.

Menu organization is changing in this release because a new menus.xml file will overwrite the previous menus.xml file. Because the previous menus.xml file – which contained Dreamweaver extensions – will be overwritten, menu entries corresponding to these extensions will no longer be displayed after the update.

To display previously installed extensions, do the following:

1. Click Help > Manage Extensions.
2. In the Adobe Extension Manager, use Ctrl-click or Shift-click to select extensions that you want to enable.
3. Right-click and select Disable.
4. Right-click again, and select Enable.

FTP enhancements in Dreamweaver CS6

This blog article discusses the improvements to FTP file transfer in Dreamweaver CS6.

Dreamweaver uses multi-channel transfer to simultaneously transfer selected files using multiple channels. Dreamweaver also allows you to simultaneously use the Get and Put operations to transfer files.

If there is sufficient bandwidth available, FTP multi-channel asynchronous transfer considerably speeds up the transfer process.

Multi-channel transfer

You can now select more than one file for FTP transfer.  By default, three files are lined up for Get and Put operations.  The files that are currently being transferred are indicated by a green download arrow icon. The files pending download are indicated by an orange download arrow icon.

Multi-channel transfer in Dreamweaver CS6

Multi-channel transfer in Dreamweaver CS6

When you move your mouse over the file being transferred, the percentage of content transferred is displayed. A red error icon indicates files that were not transferred.

Asynchronous transfer

You can now simultaneously perform the Get and Put operations on different sets of files. For the status of large files being transferred, check their status in the Details section of the Background File Activity dialog box.

FTP log details

FTP log details

Adobe recommends that you do not click the Cancel button in the Finishing Get/Put Operation dialog when the operation is in progress.  During the Finishing operation, information about files transferred is captured in the dwsync.xml file.  Unlike in previous versions of Dreamweaver where the XML file was updated after every file transfer, Dreamweaver now updates the file at the end of the transfer process.

When you perform the Get/Put operation later, Dreamweaver uses the information in the dwsync.xml file to transfer only those files that are new/changed. It ignores files with no updates. This considerably speeds up the transfer process.

Note: The progress bar now indicates the number of files being transferred and not the size of the files as in previous versions of Dreamweaver. For information on the extent of the file transferred, move your mouse over the file being transferred. The information is displayed in the tooltip.

Background File Activity dialog displaying the transfer status

Background File Activity dialog displaying the transfer status

You can now perform the following operations when the asynchronous transfer is in progress:

  • Refresh the remote file list
  • Extend/collapse remote file directories
  • Open or download a file
  • Preview the file in a browser. When the transfer is in progress, Dreamweaver uses the local copy of the file for preview in a browser.

These operations have a higher priority than the transfer process. The higher priority allows you to quickly perform these operations when the transfer is in progress without having to wait for the transfer process to complete.

Separate icons for remote server and testing server

In the collapsed mode of the Files panel, it is difficult to identify whether Dreamweaver is connected to the remote or testing server. Separate icons for remote and testing servers now help identify the type of connection.  The icon for connection to the testing server is  and that for remote server is  .

Note: The above enhancements to FTP transfer work only for FTP and FTPS (Implicit and Explicit).