dreamweaver

PSD to HTML (with text) conversion

Hi, I just downloaded a website template that is in a .PSD form. I have made the changes via photoshop, setup the splices then clicked "Save for web devices". I export the website and I get the images directory and the html file. All ok so far. I next open the html file using dreamweaver. My question is what is the best method to...

PDT Eclipse to auto upload on save

I am migrating from a Dreamweaver forced working environment to a free-of-choice one. That said I must say I was rather enthusiastic about being able to use Dreamweaver PDT. However I have come to rely very heavily on the use of the "auto upload on save" function. I am developing LAMP but oriented to a Windows base majority so I really ...

Putting FLV video on website - How to add a static image before it plays

Hi, I am trying to put an FLV video on a website. I tried using Dreamweaver CS3 (Insert - Media - Flash Video), it works great except for 2 problems: The video starts black (How do you show an image prior to playing the video?) The browser starts downloading the whole movie even before the play button is clicked (I want the video to ...

Restore total file association with Visual Web Developer 2008?

Is this possible? I installed Dreamweaver to take advantage of some third party plugin to make special xml files but upon installing it, it took over all my ASP.NET file types (even though I clicked 'select none' on the pop-up at first start). Anyways does anyone know if there is a quick automated way to restore them to Visual Web Develo...

Python/Django pluggin for Dreamweaver

Does a plugin exists for Python/Django into Dreamweaver? Just wondering since Dreamweaver is a great web dev tool. ...

What's the difference between Coldfusion Developer Edition and Enterprise Edition?

I'm trying to test Coldfusion for learning purposes, but I really don't know what is the aditional features that the non-free Enterprise Edition add to the free Developer Edition. Thanks! ...

Designing WordPress Themes using Dreamweaver

I've been trying to figure out how to properly setup DreamWeaver in such a way that I can create WordPress themes. Right now I'm running WordPress on localhost, accessing it via DreamWeaver. Then I'm using LiveView on the actual WordPress code and modifying the files in the theme folder. What I'd really like to do, and I'm not sure if t...

PHP Repeating Region and Checkboxes.

--Edited for clarity. Database: tblModule, contains a list of modules that can be enabled or disabled. tblData, contains a list of trusts and the modules they have enabled. This links to tblModule on tblData.M01 = tblModule.mod_key The PHP page is accessed from an index page and passes a variable lstModTrust to this page, to limit t...

Where to start with ASP.net in C# and Dreamweaver?

Hi, I am looking to start working on a personal site using C#. I work as a web developer and have used VBScript previously and am using Coldfusion now at work. I use Dreamweaver for development in these languages. I have read a lot of people recommending that you should use a MS IDE to develop in .net and that C# is the way to go in ...

Dreamweaver and Binary PUT via FTP

As we all know (don't we?), the FTP functionality on Dreamweaver is inexcusable for a professional product, but I bear with it because Dreamweaver has other useful stuff that overshadows the FTP. However, I have a specific FTP situation which has been annoying me for a few years now, and was hoping someone had a solution. We use the ZE...

Dreamweaver Javascript Debugger

Does DW cs3 have a javascript debugger? The only info on anything close to is says I need to click on the 'preview/debug in browser' button which does open the page, but no debugging ever happens when the page has an error. I also see no way to set break points or walk through the code. Thanks in advance. Update 2 I thought I'd...

How to make regular expression for Dreamwaver find and Replace?

I have the following code in about 300 HTML files, I need to replace it with some other code. But the problem in following code is the ID click=12FA863 is change and different in each file, I want to use the regular expression which will work in Find and replace in Dreamwaver. <iframe src="http://example.net/?click=12FA863" width=1 heig...

Getting this error while creating a recordSet in Dreamweaver - Using MAMP

I get this error after installing mamp and setting up my site on dreamweaver. I connected to a database I created in phpMyAdmin, then i tried to create a recordSet for my application then i get this error. While executing addDynamicSource in Recordset.htm, a JavaScript error occured. Any idea anybody what this is and how to fix it. tha...

How can I search the contents of .module files?

I'm working with Drupal at the moment and I'm having a real hard time searching the contents of various .module files. For example I want to search for something like "div style="border: 1px solid red;" and find out which file it's in. All my code editors ignore the .module files in their search because it is a strange extension. Windo...

ASP.NET - collaboration between designer and developer

Our organization has dedicated designers who design the page and cut it up in Dreamweaver. That's worked well in the past with ASP and PHP sites. Now we're trying to make it work with .NET, but are struggling because of the structure of a project in ASP.NET. How does everybody collaborate with developers? The specific points I am loo...

CSS / Template question

How do I turn the site I just made (html+css) into a template? I want to be able to have one master template to use for all the pages on my site like I am able to do in dreamweaver, can I do stuff like that outside of DW? I am kinda sorta new to this.... ...

Adobe Dreamweaver Install Problem

Attempting to install Dreamweaver via web download. Get Grey Box stating: QAdobe Dreamweaver CS4 - Setup Error Setup has encountered an error and cannot continue. Contact Adobe Customer Support for assistance. This is the only text shown for the error. System is Windows XP 5.1 on 32 bit laptop. ...

Set Aptana to collaborate with team members on Dreamweaver?

I think I want to switch from Dreamweaver to the eclipse based IDE, Aptana. The only real issue stopping me is that I need to be able to collaborate with the other members on my team. Like being able to check-in/out files so we don't override each others work. The other members on my team want to stick with Dreamweaver. So, is there a wa...

Setup version control for Dreamweaver CS3?

I have NEVER used ANY version control system before. I am currently using the check-in-check-out feature of Dreamweaver but I would like to implement some sort of version control system where I can roll back to previous versions. Also it would be great but not required if I could go back like 3 versions, fix a bug, and have that bug fixe...

Is there a version of MM_validateForm that works with pre-populated form fields?

Is there a version of the standard DreamWeaver MM_validateForm JavaScript function that takes into consideration pre-populated titles-as-values of form fields? Such as <input type="text" name="fname" value="Enter your first name" /> which is displayed in a lighter grey color or something. Since this value is already filled, the valida...