Questions tagged [dreamweaver]

Dreamweaver is a combination of an IDE for PHP, ASP, ColdFusion and a WYSIWYG HTML/CSS editor. Additionally, it allows non-programmers to integrate several basic server-side scripting functions into their pages. Recent versions of Dreamweaver come bundled with an AJAX library (Spry) that features several pre-made widgets and other behaviors.

Adobe Dreamweaver (formerly Macromedia Dreamweaver) is a proprietary web development application originally created by Macromedia. It is now developed by Adobe Systems, which acquired Macromedia in 2005.

Dreamweaver is available for Mac and Windows operating systems. It supports the following Languages out of the box:

  • ActionScript
  • Active Server Pages (ASP)
  • ASP.NET
  • C#
  • Cascading Style Sheets (CSS)
  • ColdFusion
  • EDML
  • Extensible HyperText Markup Language (XHTML)
  • Extensible Markup Language (XML)
  • Extensible Stylesheet Language Transformations (XSLT)
  • HyperText Markup Language 5 (HTML5)
  • Java
  • JavaScript
  • JavaServer Pages (JSP)
  • LESS
  • PHP: Hypertext Preprocessor (PHP)
  • SASS
  • Tridion CMS templating
  • Visual Basic (VB)
  • Visual Basic Script Edition (VBScript)
  • Wireless Markup Language (WML)

It supports also WYSIWYG for HTML/CSS.

This is a Screenshot of the Application on a Windows PC:

Version CS5 under Windows

2365 questions
90
votes
4 answers

Adding a 'share by email' link to website

I have an HMTL / CSS website built in Dreamweaver CS4 and I would like to add a 'share by email' link to the site (so that anyone who clicks on it can easily send a link to the site to their chosen recipient). I would like one of those envelope…
noobug
  • 953
  • 1
  • 7
  • 11
89
votes
12 answers

Is it possible to auto-format your code in Dreamweaver?

Is it possible to auto-format your code in Dreamweaver like in Visual Studio (ctrl+k+d)
user260048
33
votes
4 answers

failed to open stream: No such file or directory in

> Warning: include_once(/PoliticalForum/headerSite.php) [function.include-once]: failed to open stream: No such file or > directory in C:\xampp\htdocs\PoliticalForum\mainHome.php on line 16 > > Warning: include_once() [function.include]: Failed…
Dmitry Makovetskiyd
  • 6,942
  • 32
  • 100
  • 160
25
votes
4 answers

Make images not selectable

I am making a website in dreamweaver CS5. I exported the images from photoshop an inserted them into a table. When I view the site all the images are selectable(you are able to drag them to your desktop). How do I change this??? I want to do it with…
BDGapps
  • 3,318
  • 10
  • 56
  • 75
23
votes
5 answers

require_once :failed to open stream: no such file or directory

I have this testing code in "PAGE A": loadNumbers(); ?> "eventManager.php" has inside a require_once:
luca
  • 36,606
  • 27
  • 86
  • 125
20
votes
3 answers

How do I stop Dreamweaver from putting dependent files?

Possible Duplicate: Dreamweaver Keeps Getting Dependent Files I'm using Dreamweaver (CS5) to manage files on a webserver. I have it set so that when I save a file (locally or not) it uploads to the server. The problem is that when I save/upload a…
sandyhacker
  • 203
  • 1
  • 3
  • 5
20
votes
2 answers

How do I get the line numbers back in Dreamweaver CS4?

I let my friend use it and now it's gone.
ggfan
  • 2,472
  • 8
  • 36
  • 50
20
votes
5 answers

Why shouldn't I use position:absolute for positioning everything?

This question is asked by one of my students and I want to enlighten him with an example: "Why we should not create site layout by Dreamweaver's AP Div button , it's easier to make layout with AP Div instead Float+margin+padding and if this…
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
19
votes
5 answers

How do I make Dreamweaver to show me closing tags?

I would like Dreamweaver to show me the opening/closing tag when I select a tag. This functionality is seen in many editors, I know for sure Eclipse has it. To make things clearer: When I select/highlight a
opening tag with my mouse I would…
KaiserSoze
  • 191
  • 1
  • 1
  • 6
15
votes
2 answers

Adding JavaScript ES6 to Dreamweaver CS6

How do I make it so that Dreamweaver CS6 doesn't give me a syntax error when I use let instead of var?
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
14
votes
12 answers

Why would I NOT want to use Adobe Dreamweaver as a simple code editor?

I am an applications developer for a for-profit college in Virginia. At this point I could code all of what I do in notepad if I wanted to, or had to, but I prefer to use an IDE for speed and organization. As a Mac user, I've used such IDEs as…
d2burke
  • 4,081
  • 3
  • 39
  • 51
14
votes
10 answers

Dreamweaver extension to beautify PHP/JavaScript/jQuery code

I'm looking so long for a Dreamweaver extension to auto beautify PHP / JavaScript / jQuery code. Currently Dreamweaver can beautify only HTML and CSS (Apply Source Formatting). Any kind of help will be much appreciated.
Adnan
  • 2,001
  • 2
  • 26
  • 28
13
votes
1 answer

Which is the better Unicode Normalization Form?

I have four options on Dreamweaver: C, D, KC, KD. Which one should I choose and why?
Miki
  • 571
  • 2
  • 7
  • 8
13
votes
1 answer

Integrate Dreamweaver with Git on OS X

I'm in the process of adopting Git with my company, however some of the designers use Dreamweaver for composition and layout. Dreamweaver includes a tool for SVN, but I've been trying to find a way for them to include git so they can visually commit…
Jeduan Cornejo
  • 865
  • 2
  • 8
  • 19
13
votes
6 answers

Code folding in Emacs

Possible Duplicate: How to achieve code folding effects in emacs An excellent feature of Dreamweaver is code folding of any lines of text -- recursively! It's fantastic, I can fold any text or code, regardless of language. I work with existing…
Christopher Done
  • 5,886
  • 4
  • 35
  • 38
1
2 3
99 100