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
0
votes
1 answer

Changes in Template Don't Affect Dependent Files

I have a main template in dreamweaver (.dwt) that I have changed a link in because the address was incorrect. When I save the changes to the main template, they aren't showing up in the html files which use the template. I've tried saving the…
Veridian
  • 3,531
  • 12
  • 46
  • 80
0
votes
1 answer

hot spot over background image

My web page has a background image, and a transparent gif overlaid with hotspots linking to social networks, etc. Is there a way of transporting those coordinates so they work without the gif and just hover over the background image? When I remove…
Ruth
  • 1
0
votes
1 answer

Dreamweaver error in SQL syntax

I have a page that links to another page for updating purposes. i made table through the Record Update Form wizard. my previous pages had one too but this time i experienced this error: "You have an error in your SQL syntax; check the manual that…
kim
  • 63
  • 2
  • 12
0
votes
1 answer

Javascript not working on Dreamweaver

My code has up at the top and when I upload my code using dreamweaver my website works perfectly fine in Google Chrome, but anything…
DanMossa
  • 994
  • 2
  • 17
  • 48
0
votes
0 answers

Storing current url in database table dynamically in PHP

I am a novice with website designing and I am currently working on a quiz game website with each level on a seperate page. I would like to explain my question with an example:- A user logs in (by validating username and password from database…
3Demon
  • 550
  • 3
  • 9
0
votes
1 answer

Filtering a Php Query in Dreamweaver

I have to a filter search criteria that sllows customers to filter by price availabilty and category. When i try to filter by Price it displays just the number and not the products that are that price. I was wondering if anyone can help me what i…
0
votes
0 answers

User Registration Table in PHPMYADMIN not storing any data added

I am new to phpmyadmin and sql! I have created a database connection through dreamweaver CC using SecureWamp. It is all connected to my table etc but no matter how many times I enter information into my 'User Registeration' form, none of the…
0
votes
1 answer

the css file stops working after a while

My style.css file was working great (I checked my html file on web browsers and it appeared just the way I wanted) However, after a while, all web browsers stopped following some codes in the style.css file that had worked well just a couple minutes…
ttriet204
  • 353
  • 1
  • 5
  • 13
0
votes
1 answer

Using existing variables and database connection from previous page in the next page

In my login page I used Dreamweaver CC Server Behaviours to create login validation (name of the sql connection is user_information) and a new session. Now I want to use that username (who logged in) in my next page. How can I do it? Database name…
3Demon
  • 550
  • 3
  • 9
0
votes
1 answer

PHP upload file and text from multiple text fields to mysql

I'm making a form with 5 text fields and 1 file field. When I tried having 2 text fields it works but if there's more,nothing works.The image successfully uploads to the folder. here's what i have so far. I'm still a noob and i'm in the stage where…
kim
  • 63
  • 2
  • 12
0
votes
1 answer

How can I implement the array feature in a select menu?

So I am using a questionnaire with multiple select lists, to classify our users into different groups of 5, and we are also working on an algorithm to out them into different groups. But I am having trouble with the select list, as I am not sure how…
VoeuxKL
  • 1
  • 1
0
votes
4 answers

How to vertically and horizontally centerd text using css

Hello I am trying to vertically align some text but cant figure it out. Ive searched google and even the example I came across does not seem to be working and I have no idea why. Here is my code: