I am considering whether using JSTL is better than Scriptlets on a JSP page and one consideration is the tool that the web designers will be using to generate the JSP pages. Since Dreamweaver seems to be the industry standard product, I am using that as a reference point.
I can't find any up-to-date information about Dreamweaver suppor...
I have a database with a group(g1) and a list of members(m1), by itself it works fine.
However I want to add the ability of the group(g1) to add different groups(g2-3) to it's list so that a query would bring up ALL the members(M1)+(m2-3) as a result.
My tables are:
Group(1) Table: Group1,
Member(2) table: MemberA, MemberB, MemberC...
Hi,
I am new to Firewroks CS4 and keen to learn to use it right but I am having difficulty understanding the whole slicing and exporting mechanism, so that I can also use in Dreamweaver CS4.
Basically, I am unsure how to do the following and if anyone can assist with the process or point me to a possible online tutorial, that would be ...
I use dreamweaver cs4 as my main php coding editor. I am wondering if anyone has any information on how exactly to write a dreamweaver extension? Also, what can / can't you do ?
Specifically, I want to write an extension that will allow me to quickly search my file tree and then open a file, via a quick auto complete search box locate...
I have a sign up form on a website that I am developing using dreamweaver. The input text and background text are both showing as white (or not showing!) even though the page text is set at #0000CC. See it here: www.betterlifecoaching.co.uk (it is still work in progress)
How can I overcome this?
The sign up script is:
<style type="text...
I've got a project running and we're using SVN as the version control. There are 3 devs on it.
Dev1 = OSX + Textmate
Dev2 = Windows 7 + Dreamweaver (plus tortoise svn)
Dev3 = OSX + Coda
Case 1 (expected):
Dev1 and dev3 work on a file called signup.php. They work on different parts of the file. Dev1 commits it and dev3 updates their ...
for example.
if i want to quickly wrap anything by this in once.
in dreamweaver or in any other free software where i can do this.
I want to select this
<p>anything can be here - content, other html tag etc.</p>
and in one shot want to wrap inside 2 divs with predefined classes
<div class="one">
<div class="two">
<p>anythi...
Has anybody figured out how to make .aspx pages render the Master Page visuals in Dreamweaver design mode?
...
What is the best optimized way to convert table base design to table less design? the layout should be cross browser compatible and SEO Friendly. Is there any tool/editor which converts existing table base design to table less design?
Is there any option in dreamweaver to convert the design in tableless?
...
Hi,
I've recently tried to optimize my site for speed and brandwith. Amongst many other techniques, I've used GZIP on my .css and .js files.
Using PuTTY I compressed the files on my site and then used:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{HTTP_USER_AGENT} !Konqueror
Rewri...
I use dreamweaver on my laptop and the words are too small. Is there like a zoom in button I can use? I can't seem to find it...
...
How to add title of link as a alt of img. using regex and in dreamweaver. I have to do in a large document. and in multiple files
Before
<a title="Whatever is written here" href="#" target="_blank">
<img width="14" height="14" src="#" /></a>
after
<a title="Whatever is written here" href="#" target="_blank">
<img width="14" height="...
I let my friend use it and now it's gone.
...
I am trying to create a simple search form to filter the results in the dynamic table.
The search form is on the same pages as the results and posts to itself.
I get the search string from the post variable.
It is working, but I can't figure out how to set the default value to display all results.
Dreamweaver automatically sets the...
I want a visual tool to build the html for my ASP.NET MVC views, and Expression Web 3 is on sale. Alternative would be Dreamweaver. But I have not used either tool so I don't know if they 'play well' with MVC. I basically want a tool to design a clean, professional looking web front end without having to type up all the HTML by hand i...
i'm trying to create a newsletter in a single html file, which will be loaded into outlook express and sent out as a mail.
i have like a few images embedded onto the html file but 2 of them cant be loaded for preview in design mode. there is no problem for the rest of the images. those images that cant be loaded has the grey color icon....
I have a client who has a website, with 100's of pages and they all have instance editables which I am really not familiar with as i just use PHP includes. They require me to edit the webpage live via Dreamweaver's built in FTP. How do these IE's work and whats the best approach for this? I don't want screw it up...
...
I'd to use DW cs 4 but before to buy I want to test javascript code hints.
However that feature doesn't work at all.
I have an external .js library and then into an html file I load it
but when I type functions or object by name nothing happen.
Any idea?
...
session_start() should be the first line of web page.
Dreamweaver's php templates should be used inside the HTML tag (so, obviously this is not the first line).
What to do?
...
I work in Dreamweaver and Eclipse when developing. I think Dreamweaver has a really nice search where you can search for text within all files of your current project.
This is handy when you want to remove a function that is called in a lot of files. You can just search within the current local project. You can choose whether to search...