dreamweaver interview questions
Top dreamweaver frequently asked interview questions
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)
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)
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)
I have a simple question.
Is it legal to use Dreamweaver and Photoshop (both bought legally) on linux using Wine?
Source: (StackOverflow)
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)
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)
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:
- Find: Text_1 and Replace with: Text_A
- Find: Text1 and Replace with:
TextB
I am not trying to do a Find and Replace across several documents.
Source: (StackOverflow)
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)
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)
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:
- Syntax highlighting
- Intellisense
- FTP management/site management
- 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)
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

But it's not working.
Source: (StackOverflow)
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)
Example:
January 1, 2012
This is the current text, but I want to change the source code to:
January 1 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)