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! ...
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! ...
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...
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> ...
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 ...
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 ...
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...
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...
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 ...
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 ...
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...
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...
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...
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. ...
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...
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. ...
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? ...
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 ...
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? ...
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. ...
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 . ...