dreamweaver

Setup Turtoise SVN+SubWeaver for existing dreamweaver site?

I installed both Turtoise SVN and SubWeaver, I now have a SubWeaver drop down menu on the top of dreamweaver. I read a lot of the help files which basically explains how the system works and explains Copy-Modify-Merge. I am trying to set this up for my already existing dreamweaver site though, I am not finding information on how to do th...

Debugging PHP code

What is the best way to debug PHP code? I am using Dreamweaver for PHP development so is there some tool specific to Dreamweaver? If you have used Netbeans to debug JSP or Java code, you would know what I'm looking for. ...

Open template files in Dreamweaver

How do I open up the template files in Dreamweaver, without having to go through all the "open with" process? I've had problems getting this to work properly in Vista 64-bit, but have had this working in prior versions of Windows, so I know it's possible. I'm working with CakePHP, so it uses the "ctp" extension, but I'm sure other frame...

Collaboration platform for developers and designers

Recently our newest web designer asked me why we use ASP.NET for our website. Reading through his question to the real one, I started thinking about it myself. Why are we using ASP.NET for web development? The problem we find so far is colaboration between the design team and developers. Typically our designers create some snazzy coo...

Working with Dreamweaver and ASP.NET - is this recommended?

Hi, I am a ASP.NET 3.5 web developer using VS 2008. I just started at a new company and there are alot of Web Designers here (never worked with Web Designers before). They all use Dreamweaver CS3 and PhotoShop (something i know nothing about). What I would like to know is the following: Would they have problems opening my ASP.NET pag...

Navigation Menu - ideas?!

Hey there I'm currently teaching myself to create websites - this particular site is for a that business I have. I'm using Dreamweaver CS3 to do so. I need some help with the horizontal navigation menu I am trying to create. I have three main categories within my website, each with their own small image to represent them. I want to hav...

How can I match the beginning of a line in dreamweaver with regex?

Problem: ^.+ matches only the first line of the source code in dreamweaver. I need it to match each line so that I can wrap each full line in P tags. I have 500 files to do this in. I know ^ should match the beginning of a line and I also know that multi-line mode must be enabled for it to work on each line and not just at the beginnin...

Keep Dreamweaver CS3 Tabs Visible When Not Active

I have been using Dreamweaver CS3 for some time now and was wondering if there is a way to keep the tabs that you drag to another monitor(Files, Tag Inspector, etc) to stay visible even when Dreamweaver isn't the 'active' application. On my main monitor I have the Code View, on my second monitor I usually place the above mentioned tabs...

Code folding 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 systems; I don't edit well-written code or code in one language etc. mostly HTML mixed with god-knows-what. Folding lines makes understanding a lot easier and ...

Struts 2 development with Dreamweaver

Does anyone here use Dreamweaver for Struts development? I've been working on a web application using Eclipse/vi, but want to use Dreamweaver so that I can apply some nice looking Dreamweaver templates. I looked for tutorials on Struts development with Dreamweaver, but couldn't find any, and when I tried to import my page, a lot of stuff...

IDE Duel -- Zend Studio 7 or Dreamweaver CS4

I'm developing PHP apps that leverage several frameworks (though not the Zend Framework yet...) and I make good use of Javascript (mostly jQuery). All mark-up is XHTML, of course, with CSS, etc. I'm looking to move beyond the beautiful simplicity of Notepad++. I'm using Windows Vista. I'm trying to decide between Zend Studio 7 or Dre...

Read in Contents of a Folder, onto HTML

I am trying to create a news ticker for a website that reads in the contents of a folder, where each file in the folder would hold a news update, and I am trying to do this without having to manually create 10 different Iframes for each individual file, and having to keep files names etc. the same. Is this possible, and if so how is it ...

Evaluating PHP Code

I am very much a beginner when it comes to using PHP. I was given this code, to try and output the contents of a files on a folder, onto a server, but my issue is I do not know how to read and alter this code to fit my specific file path. Can someone help me out with this, and lets just use the name folder as an arbitrary pathname. ...

Dynamic Website on static html

I am trying to create a script that will display the contents of a folder, onto a newsticker, and I was wondering if anyone had a script that could run this. I was thinking probably php, but it has no been working for me. Thanks for the help The software I am using is dreamweaver cs4 if ($handle = opendir('$dir_path')) { while (fal...

Is there an open source alternative to Dreamweaver's file manager?

I always used to use Dreamweaver for web work, but now I work in Emacs, with Filezilla for non-text file uploads. What I miss from Dreamweaver is the easy synchronisation feature in its file manager. Is there any simple opensource software that would fill this gap for me? ...

Should I use Dreamweaver's Spry?

I was Dreamweaving a bit and saw something called Spry. Is this powerful or can I better use jQuery and code everything my own? Spry also messes up my code when I add a menu. Thanks in advance. ...

Growing development team- issues with Dreamweaver Check In/Out

Our relatively small development team is getting a bit sick of Dreamweaver. The only functionality that we're reliant on is its file check in system. As the team is likely to grow over the next few months we need to address these issues. Subversion has come to our attention but are unsure if it will suit our requirements. All we need i...

Dreamweaver code view highlighting

I'm getting rather sick of Dreamweaver. It decides some PHP is invalid and then picks a random colour to display the code in, instead of the normal syntax highlighting. I've Googled the problem of course, but can't find a way of turning this behaviour off. The particular thing it's doing at the minute is this: Invalid markup Marked in...

coldfusion builder rds fails dreamweaver cs4 rds works

I am currently attempting use Adobe RDS built into Coldfusion Builder to connect to our servers RDS setup, no matter how I set it up to match Dreamweaver CS4 RDS it fails. Everything through Dreamweaver RDS works fine, but I would rather use cf builder, any ideas or links? ...

Dreamweaver Recordset Default Value (PHP) - How to Return All Records?

Greetings! Although I am working in Dreamweaver, this question may be general enough for PHP/MySQL experts to comment on. $colname_get_voice_search_men = "-1"; if (isset($_POST['search_type'])) { $colname_get_voice_search_men = $_POST['search_type']; } mysql_select_db($database_conn_talent, $conn_talent); $query_get_voice_search_men ...