Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 11th, 2003, 09:04 PM
wkccheung wkccheung is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Melbourne, Australia
Posts: 4 wkccheung User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy Fireworks vs/ Dreamweaver

Hi,

I am a university student and I am doing an assignment about a web page construction. I am using Dreamweaver for the Web page, and Fireworks for the navigation buttons and pop up menu. I am using a two-frame set in Dreamweaver (left frame as the Navigation bar, and right frame as the main page). At first the navigation bar worked perfectly under this situation. But later after I inserted the pop up menu to some of the buttons, those modified buttons did not work (I could click on the pop up menu, but nothing happened). But it is very funny that if I just open the navigation bar page, these pop up menu works.

Here is the URL in case you need to look at the source code:
URL

The site is still under construction, but you can at least try the first pop up menu for the pages called Intro1.htm and Intro2.htm

Hope there is enough information for you.

wkccheung

Reply With Quote
  #2  
Old May 11th, 2003, 11:40 PM
steve1959's Avatar
steve1959 steve1959 is offline
learning to fly
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Caldwell, Idaho, USA
Posts: 58 steve1959 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
I can see several things that you should work on first:

1. Your code needs to be heavily commented, e.g. 'What we are doing here and why we are doing it?'

2. Most of us use descriptive names (at least as much as possible) for images, buttons, etc., such as 'frames_page1_over.gif' rather than the cryptic "Navigation_r7_c1_f3.gif" type filenames you are using. Makes it much easier to see at a glance what's going on.

3. Get rid of the spaces in filenames and directories. You can spot these by the '%20' items in the source code of the page. Some servers don't mind spaces; most do, and do funny things when they run across them. The major source of troubles like this is space names in directories - don't use them - use an underscore ( _ ) instead.

4. Your popups popup right over the existing menu items. Part of the problem is the focus of the mousepointer. This is going to be a problem with the width of your nav frame.


A few comments on your design and such (and they are worth exactly what you're paying for them! so do not take offense - they are just from MY perspective).

StudioMX (Dreamweaver) is full of goodies (I use it too). However, just because the goodies are available doesn't mean you should use them. A design philosophy I try to follow is to get done what I want in the most effective, accessible and easiest way possible. I think you've made your project more difficult for yourself than it needs to be, in terms of debugging and so on.

Frames-based design is on its way out. I believe that frameset definitions are going to go the way of the dinosaur before long, mainly because for the most part there are usually far easier and more elegant ways of presenting your page. Frames are needlessly complicated and time-consuming to debug (as you are finding out). For instance, you could use a template on your site that includes the header and navbar, with content in the righthand section. You would achieve the same look and functionality, but lose all the problems.

Having said that, I realise that you are a student and you probably need to learn frames and such. But I'll wager that as you move on, you'll lose your enthusiasm for them...

Reply With Quote
  #3  
Old May 12th, 2003, 02:02 AM
wkccheung wkccheung is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Melbourne, Australia
Posts: 4 wkccheung User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks..

Hi steve1959,

Thanks for the comment and advices. I have some elaborations after reading your message:

2. I only saved the full navigation bar under one file, but those funny file names was generated by Fireworks itself. So should I make any alternations to the names? (I know it is more easier to read as what you've commented on).

3. Yeah, I agreed with that. I have had some problems with it before, so I have changed the file name with two or more words to just one. The underscore is a good sugguestion for me actually. I might use it later on.

Reply With Quote
  #4  
Old May 12th, 2003, 02:32 AM
wkccheung wkccheung is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Melbourne, Australia
Posts: 4 wkccheung User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks... (part 2)

Sorry....... I just pressed the wrong button and ended my previous message...........

Let me continue..........

4. The reason I set the pop up menu right on top of the navigation bar is because I want to leave more room for the main frame to prevent viewers to scroll the page left and right (if viewer has a 800 x 600 resolution). If that causes problem, I can change the setting to the side.

Ok. That's it for now.

Reply With Quote
  #5  
Old May 12th, 2003, 09:49 AM
steve1959's Avatar
steve1959 steve1959 is offline
learning to fly
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Caldwell, Idaho, USA
Posts: 58 steve1959 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Quote:
2. I only saved the full navigation bar under one file, but those funny file names was generated by Fireworks itself. So should I make any alternations to the names? (I know it is more easier to read as what you've commented on).


I sure would. Would make your code much easier to read. Just make sure that you change the names every place that you need to - maybe one at a time. Change the filename and then use find/replace in your code.

Quote:
4. The reason I set the pop up menu right on top of the navigation bar is because I want to leave more room for the main frame to prevent viewers to scroll the page left and right (if viewer has a 800 x 600 resolution). If that causes problem, I can change the setting to the side.


What causes the problem is that the pointer doesn't transition cleanly to the popup box. Also, as you move down the menu list, the popups obscure the underlying menu choices, so you have to move over to make the popup disappear then move back to the menu.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > Fireworks vs/ Dreamweaver


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway