dreamweaver

problem with server side includes for html page in visual studio

I have the following html pages example1.html ,header.html,searchpanel.html i have server side includes control in example1.html to refer for header.html and searchpanel.html the problem is this works fine when i browse through dreamweaver but when run the example1.html through visual studio it does not refer to header.html . This is ex...

Dreamweaver CS5 temp files?

Sometimes Dreamweaver CS5 creates this: http://dl.dropbox.com/u/419629/tempfiles.jpg strange temp files, where can i turn it off? thanks. ...

assign value of form field as URL parameter

I need to take a user-entered value from a form-field and append it as a URL parameter when the user hits {ENTER} or clicks the submit button. I'm new to DreamWeaver CS5, and I have a project that I'm getting pressure to complete. ...

Textmate-style snippets in Dreamweaver??

Can anyone tell if Dreamweaver supports Code snippets/bundles in the same style as Textmate, Coda, and E-Text Editor? That is, creating a 'trigger' in the form of a text string, followed by (usually) the Tab key. I know it is possible to set up triggers using the 'Ctrl' key, followed by a letter or number.But this method is quite limit...

In Dreamweaver CS5, is it possible to detach design preview (to move to second monitor)

Is it possible to detach the design preview from the code view, for use on the second monitor? ...

AIRIntrospector.js dreamweaver not working

This is my first atempt at adobe air. I've installed the air extension for dreamweaver. I've included the AIRIntrospector.js in a script tag inside the head tag. When I preview the app I see no debug interface. What am I missing? ...

I am trying to produce a 3 level deep nested list from a dreamweaver recordset

I have put a page up at http://abc-widgets.i-cre8.com/nested-recordset.php that shows all the records produced by this recordset code: SELECT manufacturer.manDesc, models.modelDesc, engine.engineSize FROM manufacturer INNER JOIN models ON (manufacturer.manID = models.manID) INNER JOIN model_engine ON (models.modelID = model_engine.model...

Star Rating System, Similar to Amazon

Hi, I'm looking at adding a rating system to my site, similar to that seen on Amazon. Basically users can rate the product out of 5 stars. I've been racking my brains to think of the calculation to get the average customer rating... but I can't think how to do it. And looking at Amazon's system, I think their caculation may be incorre...

Prevent Dreamweaver from executing PHP scripts on save

I am running Dreamweaver CS5. For some reason, when I 'save' my PHP script it tries to run it on the server. This is causing a lot of erroneous inserts into the database and I would like to disable this option but I don't know how. Cheers ...

coda navigator like espresso code navigator

does anyone know if coda can do code navigation like espresso or dreamweaver where if you click a div or any block tag, you can click to see the whole block of code, or collapse the block? thanks! ...

Dreamweaver templates adding p before every div

Hi, I am new to dreamweaver templates but I have to fix an issue we are having whereby the template (I assume it is the template doing it) is adding a p tag with a nbsp inside before every div on the page. My questions are: Is this known DWT behaviour? Is there such a thing as DWT processing rules that controls this? I have also noti...

How do I customise DW's Spry Collapsible Panel?

I'm using Adobe Dreamweaver CS5 to revamp a site. I am using Dreamweaver's built-in Spry Collapsible Panel widget to shorten the length of a bio page by having additional paragraphs about board members extend out when 'more' is clicked, and close when it is clicked again. Here's the resulting html when you insert an instance of a Colla...

Dreamweaver, PHP, MySQL

I have downloaded a backup copy of my cpanel webserver. I install WAMP on my local laptop.The database and php username and password have been set. Then I loaded the database into the local MySQL database. I verified the phpinfo.php is working. I setup dreamweaver manage site with the extracted website on my laptop. Now the back end adm...

Increase size of my code font - DWCS5

I'm trying to do something pretty basic here. I just want to make the font of my code larger so I can see it better. How do I do that? Thanks! ...