dreamweaver

Does dreamweaver can call other applications like Visual Basic?

Hi, can I ask a questions? Is there any possibility that Dreamweaver can connect outside its environment? Ex. Visual Basic Please help us answering this question.. thanks! ...

How to set up Git as VCS on windows workstation/server for web projects(ASP)?

Hi Guys! We have 5 people in the team working on some ASP projects. There's one local server in LAN running Windows Server, we don't use it much just make it as a storage for backup. And we also have a remote server running Windows Server as well. We publish our final product there and use Remote Desktop Connection to work on it. Our...

display xml data in html from an xml file specified within another xml file

Hi, can you help, I have a basic xml file which is displaying well in html. The xml file is as such... <videoList> <video> <pointer> <type><![CDATA[image]]></type> <lat><![CDATA[52.1]]></lat> <long><![CDATA[1.0]]></long> </pointer> <speaker> ...

Would you prefer Aptana or Dreamweaver for front end development?

I have access to a copy of Dreamweaver CS5 which is paid for, so I am trying to decide if I would rather use Dreamweaver or Aptana. They seem fairly similar in basic function, but I'm sure their complete list of features differs a lot. The only thing I care about at the bottom line is which one is going to allow me to code HTML, CSS and ...

Match all code between two HTML tags using REGEX

I'm looking for a greedy RegEx match to replace all text in a number of HTML files between </title> and </head> (I've combined loads of JavaScript files to minimize the number of http requests). I've googled it but the majority of the solutions don't seem to work for me. (Which naturally leads me to assume that i'm wrong) This is my ...

Color code php inside of css in Dreamweaver

I'm creating a dynamic css stylesheet with php variables in it. I would like to have any code that appears inside the tags color coded as if it was a php file, while everything outside is css color coded. As it is now, everything is color coded for css and the file is .css (I'd like to keep the .css file extension). I'm using Dreamwea...

Should DreamWeaver be in my front-end workflow?

I am looking to speed up time to develop website layouts. So I am wondering if using DreamWeaver for layouts is useful - efficient. I am looking at purchasing this software, so, I had a few questions. I am very comfortable coding HTML, CSS and JavaScript(jQuery) by hand in either PHPDesigner or Notepad++. Most of the time for layouts I...

Dreamweaver - How to suppress the warning "Unsupported value: 'inline-block'"

Hello all, When I use DW CS4 to run validation test on my page, it reports the following warning message: Unsupported value: 'inline-block' Affects: Netscape 8.0 Is there a way that I can suppress this warning? Thank you ...

how to use liveview in dreamweaver cs5 and local xampp server

Hello, Can someone give me some insight on how to work with liveview locally. The problem I am having now is that liveview works ok with the remoteserver, but with xampp the css is a little distorted. I can't come up with an explanation. Can someone shed some light? Thanks, Richard ...

Best Free Sources for using Dreamweaver

Hey everyone, this is my first post up on StackOverflow! WOO! Anyhow, onto my question... I'm a computer science major in my sophomore year in college, and I'm taking a Web Expressions class since I thought it would be an easy 'A', and I'm already pretty proficient in (X)HTML and CSS. My professor is having us use Dreamweaver for all of...

As a developer, why would I NOT want to use Dreamweaver as simply an advanced 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 NotePad++, Coda, TextMate, TextEdit, NetBeans, and of course Dreamweaver. At work my company...

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 and push their changes to the repository. Googling, I've found GitWeaver but it seems t...

Change active line color in Dreamweaver

Is there any way to change the active line in Dreamweaver to something? Like yellow such as most text editors support. I've searched the preferences and don't seem to see it. Would make it much easier to see which line I'm currently on. ...

Creating web service in Dreamweaver CS3, "Unable to generate a proxy"

I'm trying to create a web service in the Components tab for the Responsys Interact API. When I put in the wsdl URL into the "Add using WSDL" window, I get the following error: Unable to generate a proxy. java.lang.StringIndexOutOfBondsException: String index out of range: -150 I can't find what "String index out of range: -150" mean...

What Is Bundle Identifier For Dreamweaver?

Hello, For Mac Os X Terminal I am trying to launch Dreamweaver by below code: open -b "com.adobe.Dreamweaver" But it does not help. What is the correct bundle identifier for Dreamweaver? Thanks. ...

Open with DW adds folder/files to .svn folder

When I open SVN working folder with Dreamweaver, it creates additional folder and files. Do I have to commit it to the SVN or don't? ...

Dreamweaver Specific CSS?

I'm using a fairly basic vertically expanding page layout in CSS, and I'm trying to adapt this layout so that my client can edit the page using templates in Dreamweaver. It's... well, rough going. I'm used to doing most of this stuff by hand, but it's working out fairly well. I'm using a min-height trick similar to this page to get the ...

Dreamweaver CS4 html5 syntax colouring problem?

My dreamweaver CS4 will not colour the syntax for HTML5 objects. However, I have downloaded an add-on through Adobe Exchange which allows automatic suggestions for HTML5. But I would love to have the syntax colouring. Any suggestions? ...

color coding of .phtml Zend framework files in Dreamweaver 8 win7

Hi, I am using Dreaweaver 8 in windows 7. Problem is that i cannot see color syntex coding of phtml files. How can i ??????? Thanks in Advance. ...

How to create master template for html pages

I have some ten html pages with same header ,footer ,left and right navigation tabs can i have one master template so that i will refer header and footer and navigation tabs from each page without using any asp controls . ...