dreamweaver

Dreamweaver CS5 Dynamic File Discovery Mode - does it work with a remote server?

Ok, I cannot find the answer to this question anywhere. Does this new feature just not work with a remote server? I do not have a local server setup, just because I typically work remotely so I don't have to always set up two environments every time I start a new project (remote always has to be there no matter what so the client can see...

Is there any way to integrate TFS Source Control into Dreamweaver?

I want to be able to manage checkins/checkouts from Dreamweaver. Is this possible? Dreamweaver CS5 and TFS 2010. ...

Dreamweaver jump between two commonly used areas of code for long files

I dont know if this is possible, but if Im working on two areas of code in a long file, I have to note the line numbers and scroll between the two areas of code. Is there a way you can jump between two commonly used areas of code? Perhaps setup a flag of some sort? ...

How do I add a flash mp3 player to my webpage using dreamweaver

I want embed a little flash mp3 player in a webpage page using Dreamweaver cs3. This is the little player with the stop and pause buttons. How do I do this? Thanks Ken ...

Embedding Videos onto your website

I have a website where I am embedding a video onto. I am just wondering if having an embedded video on the page would make the video load and buffer, and run less smoothly, than if the video where actually placed on the page? Thanks ...

DW-CS5: Run Facebook applications on local server

Hi, Dreamweaver CS5's Live View features seems to be pretty cool. Is it possible to even live view the facebook applications inside DW that we develop, if yes, how to do it. If not possible with DW's live view, then any other work around you may suggest please to test/view facebook applications on local server. ...

Dreamweaver CS5 Auto-Format source code like in VS2010 CTRL+K, CTRL+D?

Does Dreamweaver CS5 support auto-formatting feature similar to Visual Studio 2010 CTRL+K, CTRL+D? Thanks! ...

disable onmouseout function when onclick event is activated

My code looks like this using Image Swap of Dreamweaver. <a href = "#"> <img src="images/leistungen.png" alt="leistungen" name="leistungen" width="162" height="38" id="leistungen" onclick="MM_swapImage('home','','images/home_orig.png','philosophie','', 'images/philosophie.png','kontakt','','images/kontakt.png','body_layout','','images/...

how to get the image source in javascript?

I want to compare if the chosen image equal to the desired image.. Here's the initial code but is not working function mouseOut(txt){ var imgClick, imgOrig; imgClick = 'images/'+txt+'_onclick.png'; imgOrig ='images/'+txt+'.png'; if(document.getElementById(txt).src == imgClick){return false;} else {document.getElementById(txt).src = im...

Does Dreamweaver's Search and Replace with wildcard have a variable option?

Lets say I have a bunch of areas like: joe is punching jim joe is kicking jim joe is spitting on jim. and I wanted to find every case with joe is _ jim and completely change the order around. normally I would just do a wilcard search, and search and replace "joe is [^"]* jim". but what if i wanted to KEEP whatever the wildcard was an...

C# wysiwyg editor for a custom language.

Hi, I need to build a visual editor in C#. Given a piece of PHP and/or HTML code, the software will display them in the form of an editable webpage. At the same time it will display a dialog box from where the user should be able to edit options for the selected component. It is pretty like Adobe Dreamweaver's HTML editor but it needs t...

trouble with tables in Dreamweaver :)

Hi guys, I have made complex a page, with tables and phps, in Dreamweaver. The page looks fine in browser, but the tables look messed up when in Dreamweaver. In code view, it marks this tags as invalid/ <?php if ( !$_COOKIE['user'] ) { die( '<meta http-equiv="refresh" content="3;URL=index.php">Please your enable cookies.' ); } $databa...

How to resize a .swf file depending on screen size?

I have a website with a large .swf file. However when people with smaller screens view the website, I would like the .swf (which takes up the entire screen) to resize to fit on exactly. Just like how on most flash sites when viewed they fit the screen perfectly, however also then when viewed on computers with smaller screens they resize ...

Black theme for dreamweaver

Hi, Does anyone a black theme addon for dreamweaver something like this: Thanks ...

Controlling the style of individual spry tabbed panels in Dreamweaver CS4

Hi I'm using Dreamweaver CS4's spry tabbed panels. I want to modify just one tab panel's style so that all the tab's backgrounds will look different. I've tried looking through the "SpryTabbedPanels.css" properties but no luck, just one that modifies ALL of them called ".TabbedPannelsTab" Anyone familiar with this stuff give me some adv...

How can I find files that aren't needed on my site so I can delete them?

I'm developing a website, and after testing different ways to do things, I know that I have many files on my site that are not being used, including HTML/PHP files, images, stylesheets, and external scripts. Is there some program I can use or something so I can find all of the files that I don't need so I can delete them? I need to find...

any one using Dreamweaver cs3! plx help

i have a menu bar in which i have tags women, men, designer etc etc.. i want such that if my mouse cursor moves onto women or it moves onto men, then a drop down appears.. how to do this using Adobe Dreamweaver cs3.. ...

how to extend sidebars in 3 column liquid, header and footer in dreamweaver cs4

Hi, When i select Dreamweaver cs4 layout: 3 column liquid, header and footer, the sidebars don't touch the footer at the bottom. If i apply different color to the sidebar1, it appears to be just hanging on the side. How to make it touch the footer? ...

why have most of the files in a dreamweaver site been put into a directory called 'upload'?

I cleaned up someone's style sheet for a Dreamweaver site, by editing the css directly, and now the secretary is having trouble using her old template. Most of the files in her site reside in subdirectories of the 'upload' directory. For example, I would have expected to see the stylesheet in ../assets/css/ etc. but in fact I'm fin...

Has Dreamweaver CS5 been deleting local files instead of remote files?

As scary as it sounds. I select a remote file, I hit delete. Instead of deleting the selected remote file, Dreamweaver chooses to delete the currently selected LOCAL file(s) - even if they're unrelated. EDIT: I am not able to 'deselect' the soon-to-be-deleted LOCAL file, not that I should have to. Didn't work this way in CS3. The only...