EzDevInfo.com

dreamweaver interview questions

Top dreamweaver frequently asked interview questions

Dreamweaver synchronize code with design in split view?

When I am in split view in Dreamwever CS6 and edit something in design view the code is not updated automatically and I have to click in code area so it appears.

I swear it worked in CS5 version. Does anyone know how to fix this?


Source: (StackOverflow)

Can you enable Adobe Dreamweaver CS5 to handle and edit extensionless files?

For example: gemfile, config, and all other file names with no extensions.


Source: (StackOverflow)

Advertisements

How can I scale Adobe software UIs on a high density display?

I got a new laptop with 4K screen, but my Photoshop, Illustrator & Dreamweaver have tiny icons instead of the regular size.

I have to scale down my screen resolution to be able to use it properly... Does anyone have a solution for this problem so I can still use 4K? Scaling my screen resolution down messes up my desktop & it's really annoying to do every time I use an Adobe product.


Source: (StackOverflow)

Is there a way to duplicate code in Dreamweaver?

In Notepad++ you can press CTRL+D to repeat selected code or the code on the same line when you press CTRL+D. This is very useful! Is there a similiar function in Dreamweaver CS6? I do have searched around, but did not find anything useful.

Thanks for your time.


Source: (StackOverflow)

Dreamweaver and Photoshop on Linux Mint

I have a simple question.

Is it legal to use Dreamweaver and Photoshop (both bought legally) on linux using Wine?


Source: (StackOverflow)

How make dreamweaver color the code as php for .inc files

I have php code written in test.inc file but dreamweaver is showing no color highlighting.

Is there any way to make them same color code as .php extension


Source: (StackOverflow)

Dreamweaver CS5 comment/uncomment

How can I comment/uncomment the code with a shortcut in DW CS5? IS there ashortcut? If no how can I create for both of them? (It would be nice if both operations were done with the same key combination.)


Source: (StackOverflow)

Find and Replace several several different values all at once

I have a file with multiple instances of Text_1 and Text1 and I need to replace both those strings with Text_A and TextB respectively.

Currently I'm doing two Find and Replace functions on each file one that finds Text_1 and replaces it with Text_A and the other that finds Text1 and replaces it with TextB.

Is there any way to do this all at once instead of having to run "Find and Replace" twice?

I am using Dreamweaver CS3, but I also have Notepad++, regular Notepad, OO Writer, MS Word if those will be easier. Ideally I could do this in Dreamweaver or Notepad++ but I'm open to downloading something else to get the job done. I'd prefer not to have to do any command line stuff or create a batch file (while I'm aware of it, I don't understand it really).

Edit:

In case the above description isn't clear, let me explain it this way...

I want to run Find & Replace 1 time in 1 document and I want it to do ALL of the following during that one Find & Replace instance:

  1. Find: Text_1 and Replace with: Text_A
  2. Find: Text1 and Replace with: TextB

I am not trying to do a Find and Replace across several documents.


Source: (StackOverflow)

Connect Dreamweaver with bitbucket

How can I connect bitbucket reposiory with Dreamweaver SVN?
I am getting below error while I am trying to test my connection.

Dreamweaver Error Message

Note: bitbucket can be accessed via SVN.


Source: (StackOverflow)

dreamweaver disable "language for non unicode programs" detection

Dreamweaver CS4 auto-detects the language for non unicode programs in windows, in my case it is russian, and conviniently sets the default encoding to be western european instead of the much preferred utf-8, it also changes several bits of text in DW into russian.

how do i disable this detection and maintain Dreamweaver in full english? (without having to change the language for non-unicode programs in windows)


Source: (StackOverflow)

Getting back to Dreamweaver CS4?

My problem is that I want to assign a keyboardshortcut for Dreamweaver CS4 and I have it like this: "C:\Program Files\Adobe\Adobe Dreamweaver CS4\Dreamweaver.exe" Thats ok so far.

But when I press the key it doesn't place itself infront of everything else like Outlook and Visual Studio does for example, instead it blinks in the taskbar, and I have to click there anyway to get back to Dreamweaver.

Is there any switch or something I can assign for Dreamweaver to get back AND have it "popup?"


Source: (StackOverflow)

Attempting to migrate to Aptana from Dreamweaver - how to?

I have been using Dreamweaver for years, and have used Dreamweaver MX, Dreamweaver MX 2004, Dreamweaver 8 & Dreamweaver CS4. They all carry a common theme and were relatively easy to migrate to each other.

I use, however, very few features of dreamweaver. Specifically:

  1. Syntax highlighting
  2. Intellisense
  3. FTP management/site management
  4. The search/replace

The idea I get from Aptana is its much more geared toward the web development/programmer side of things, have better visualizations of classes, etc., and handle everything else just as well. The problem is it is not at all clear to me.

I managed to start a new project, but it didn't associate it with an FTP. So, I created an FTP, and it looks like I can have many FTPs for one project.

My question then is, is there a tutorial or guide to migrating to Aptana from a Dreamweavor's perspective?


Source: (StackOverflow)

How to replace html using dreamweaver's "find and replace"?

I want to do find and replace for example . In dreamweaver's find and replace

<p><strong>Business Development</strong></p>

into

<h4>Business Development</h4>

I have to change in lots of files.

I'm trying this

alt text

But it's not working.


Source: (StackOverflow)

Installed Dreamweaver 5.5 has not any uninstall. How to remove it?

I'd installed Dreamweaver 5.5 some months ago and now I want to uninstall it. But there is no uninstall file in directory, or even there is nothing in Control Panel -> Programs. There is no Creative suite too. How can I uninsatall it?


Source: (StackOverflow)

How can I add non-breaking space ( ) in dates using search and replace in DreamWeaver

Example:

January 1, 2012 

This is the current text, but I want to change the source code to:

January&nbsp;1&nbsp;2012 

automatically using search and replace.

There are multiple dates in the document so I am looking for a quick and easy snippet to do this in one shot throughout the document.


Source: (StackOverflow)