Making Me Some Templates
August 21, 2006 4:50 PM
Subscribe
Just how does a Dreamweaver template work?
So, I have done server-side includes before but now I am tasked with making a Dreamweaver template. I have made a template but, when I look at the code, all I see are some comments. How the heck does Dreamweaver update everything made with said template when said template is changed? Does it just know how to find these pages? What if I make an edit to the code on one of the clones outside of Dreamweaver? What happens if some schmoe takes one of the template-made pages into Frontpage and starts messin' with the areas I don't want them to? How many questions can I ask all at once? The answer: many!
posted by Foam Pants to computers & internet (8 comments total)
1 user marked this as a favorite
- Server-side includes are nothing like Dreamweaver templates. Or, they're kind of the opposite.
- The template is "just comments". That's the way they get around having their own proprietary system, but still creating valid HTML. [insert bitchy comment here]
- How does Dreamweaver do it? It ... just does. It has some little internal database and if you make a change to the template, it "knows" which pages use that template and prompts you that they need to be updated
- If you edit the page outside Dreamweaver, all bets are off. Their intention is to lock you into their proprietary "don't you worry your pretty little head about it" system. Though you might get some kind of error message or warning when you next use the file in Dreamweaver, I don't know.
- Same as previous question. If someone else edits it, all bets are off and it may well cease to be usable by Dreamweaver Template/Site system
What kind of a site is it you're dealing with and how many Joe and Josephine Schmoes are involved with editing the site?This kind of system is pretty good for someone who does know what they're doing to set up and manage a small-to-medium site which will be mostly looked after by people who don't know what they're doing.
posted by AmbroseChapel at 5:14 PM on August 21, 2006