Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
WI3Z webforumsuser@macromedia.com #1
Template does'nt have correct links after update in Fireworks
If I create a template by including Fireworks HTML (everything works), and then try to update the template in Fireworks, all the links to the images are bad. I can correct them by manually placing a ../ in front of the links. What am I doing wrong?
WI3Z webforumsuser@macromedia.com Guest
-
Template Headaches (PHP includes & links gettingrewritten)
I know this has been discussed a few times on these forums, but I've yet to find a solution. I have several DW Templates that make use of PHP... -
Eporting 2 different fireworks flyout menus into 1 Dreamweaver template
Thank you both for your responses. To recreate the whole site would be very complex. I think I would like to take a shot at the coding idea.... -
Update sql :: correct concantenation and delimiter help
I don't want to do this as I like to debug in ASP. "dlbjr" <dlbjr@dontknow.doyou> wrote in message news:u36FprOcDHA.2672@tk2msftngp13.phx.gbl... -
visited links inside of fireworks pop-ups?
I am looking for a way to either apply stylesheets to a popup so that all visited links show up as a different color, or alter the js to get the same... -
Fun with Fireworks Update
Hi all-- As you know the Fun with Fireworks competition has been on summer holiday the last few weeks. I've got one more week ahead of me with... -
Murray *TMM* #2
Re: Template does'nt have correct links after update in Fireworks
WI3Z:
Sadly, what you are doing wrong is using the FW pop-ups. While you can
adjust the round-tripping so that you don't have this problem, you would be
well advised to move away from this scheme altogether and adopt a more
flexible menuing approach -
[url]http://www.projectseven.com/tutorials/menuing/mcloser/index.htm[/url]
or
[url]http://www.projectseven.com/tutorials/auto_hide/index.htm[/url]
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"WI3Z" <webforumsuser@macromedia.com> wrote in message
news:bg22g9$msh$1@forums.macromedia.com...then try to update the template in Fireworks, all the links to the images> If I create a template by including Fireworks HTML (everything works), and
are bad. I can correct them by manually placing a ../ in front of the links.
What am I doing wrong?>
>
Murray *TMM* Guest
-
Murray *TMM* #3
Re: Template does'nt have correct links after update in Fireworks
Al:
Yes - that's what I'm suggesting. FW writes HTML code that is FINE if your
page always has the 'shape' that your image did when FW created the HTML.
While a bit 'bloaty" the code is fine, if you can accommodate some dangerous
usages. But man-o-man, change the shape of the page by adding more content,
and then you really get to see how fragile that code is. Not only is it
loaded with col- and rowspans, but also it relies a bit too much on
cell/table dimensions to my liking.
Here is the body of a post I made earlier today on the FW forum -
Well, using the FW pop-ups (and without some manual hacks to the code), I
believe that you are required to use a constant width for each of the
horizontal "cells" reserved for your menu choices. This width will be
determined by the width of the longest menu option, which in your case is
"All the other ...."
The easiest way to do this kind of menu is to use DW to build it with a
layer that is shown and hidden via the DW interface, rather than one that is
built with dynamically written javascript as with the DW/FW pop-ups. The
advantages of doing this with static layers are several -
1. The code required to support the menu is about 15% the size of the code
required to support the DW/FW pop-ups, so there is a significant bandwidth
benefit
2. The code for the 'simple' menu is accessible to Search Engine spiders,
while the code dynamically written by the DW/FW pop-ups is not
3. The code for the 'simple' menu is accessible to screen readers, whereas
the code written dynamically is not
4. The code for the 'simple' menu is accessible to DW's site management
routines, whereas the code for the DW/FW pop-ups is not - you'll discover
this when you try to move an image, or save a page into a different folder
level and your menu breaks
Only the last of these issues is partially soluble by manually hacking the
menu code, but your skill level may give you an aversion even to that
solution.
In short, the simple approach is MUCH better in this case. You can do it
manually, or you can follow these tutorials, if you wish -
[url]http://www.projectseven.com/tutorials/menuing/mcloser/index.htm[/url]
or
[url]http://www.projectseven.com/tutorials/auto_hide/index.htm[/url]
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"WI3Z" <webforumsuser@macromedia.com> wrote in message
news:bg47ak$kmi$1@forums.macromedia.com...Dreamweaver was to have flexibility. Are you suggesting that I don't use> I thought the whole idea of the intigration between Fireworks and
Fireworks html and go to dhtml?>
> Al
>
>
Murray *TMM* Guest



Reply With Quote

