Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
jebamony #1
API for Dream Weaver Templates
I am developing a content management system which generates the html files.
These html files are using the dreamweaver template(dwt). The templates(dwt)
may undergo changes. This template change has to be applied in the html files.
To carry out this task I need an API . Is there any java API given by dream
weaver to accoplish this ?
jebamony Guest
-
dream weaver problem...pls help..
I am using dreamweaver cs4, the problem is: dreamweaver is creating folders in unusual location: <script... -
DREAM(scenario)Weaver or Nightmare?
Ok, Here's the question. I designed a site in Dreamweaver CS3. I have writers "contributing" to the site in CONTRIBUTE. They "submit" there drafts.... -
Dream weaver wont connect to Yahoo!!!
Ok this stupid thing is killing me, i have tried again and again to get it to connect but everytime that i try to define my site in DreamWeaver it... -
Dream Weaver Crashing When Previewing In Explorer
Hi all. I have just installed a trial of Dream Weaver on a PC running what I believe is Windows 98. I have been taking pages created in Dream... -
SSH problems in Dream weaver on OS X
hi, hope someone can help me out I can tunnel a secure connection in the terminal, as suggested on the tutorial on how to get a secure connection.... -
Rachael Caldwell #2
Re: API for Dream Weaver Templates
tell us more about the CMS you're developing!
"jebamony" <webforumsuser@macromedia.com> wrote in message
news:dgrclf$5q3$1@forums.macromedia.com...files.> I am developing a content management system which generates the htmltemplates(dwt)> These html files are using the dreamweaver template(dwt). Thefiles.> may undergo changes. This template change has to be applied in the htmldream> To carry out this task I need an API . Is there any java API given by> weaver to accoplish this ?
>
Rachael Caldwell Guest
-
DW_Steve #3
Re: API for Dream Weaver Templates
My experience with DWT is that it's pretty simple.
Once you master setting up the "Editable regions" then all you have to do is
update the template and DW will propagate the changes out to the HTML pages
that use that DWT.
THEN you have to do another "PUT" on the changed pages to get them to the site.
I've never had to use any API to do that.
The big variable is how your CMS interoperates with the HTML.
DW_Steve Guest
-
mzanime.com #4
Re: API for Dream Weaver Templates
>> The templates(dwt) may undergo changes. This template change has to be
applied in the html files.
Why would you need to use an API for something as simple as this? Assuming the
CMS doesn't add a lot of server side coding to the HTML files, and those HTML
files have properly placed editable regions, why not just update all pages
using the template (.dwt) from inside Dreamweaver?
Modify -> Templates -> Update Pages...
mzanime.com Guest
-
jebamony #5
Re: API for Dream Weaver Templates
I am developing an online CMS which needs to use dwt. This requires server side
coding in order to propagate the changes to the corresponding html files. Since
dreamweaver is a client side tool, I can't use it in the server side. Hence, I
am looking for any libraries provided by dreamweaver to handle the server side
issue.
jebamony Guest
-
nanchil #6
Re: API for Dream Weaver Templates
There may be libraries available with the dreamweaver to handle dwt changes. I
guess that those libraries may be available as hared or dynamic link libraries.
Could you please write more about your content management.
nanchil Guest
-
jebamony #7
Re: API for Dream Weaver Templates
The content mangement system gives provision to view, create and edit the
website content in the on-line. The end user can import the website and start
change their web site content and can publish to the specified server location.
Whenever they upload a dwt file the htmls associated to the dwt needs to get
the changes. I can do the implementation like the one suggested by DW_Steve.
However reusing of libraries is always better and hence looking for the
libraries. Thanks for everyone contributed to this subject.
jebamony Guest



Reply With Quote

