Restaurant Menu and Order Cart Summary

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Restaurant Menu and Order Cart Summary

    Dear Users,
    I am building an on line ordering tool for a pizza restaurant. I want to take
    advantage of the restaurant?s already beautiful menu.. I scanned the menu as a
    jpg about 1 Mb..I can tolerate my end users (pizza eaters) having to download
    the menu once... I overlayed the menu with hot spots on each item that the end
    user can click on to populate their order cart summary which is located on a
    separate page

    I want my users to bounce back and forth between the order summary page and
    the menu...... this bouncing back and forth will be a problem is the menu is
    actually a large jpeg (as mine is ) if it has to download each time..

    I don't want to use frames because it will destroy the style I am looking
    for...

    So my questions are
    How can I design my website so my end users only have to download the fat menu
    once despite bouncing back and forth between the order summary cart and the
    menu...

    When they click on the menu should it load in a new window that remains open
    but still linked to my order summary?

    Finally is there a way to make the menu load in the background as soon as the
    customer comes to the site so when they finally click on the link to the menu
    it be there realy fast?
    Thank you in advance for your time
    Sincerely
    Terrence Donohoe


    dongbongchong Guest

  2. Similar Questions and Discussions

    1. About Building the Restaurant Finder Tutorial
      Hi all, When I rerached to Lab 8: Creating the ReviewList Component, and tested the result of getReviewList method did not appear. I tried also...
    2. Formatting for restaurant menu
      I am looking for how to go about formatting a restaurant menu. The format should be: dish...........................(tab)price dish description...
    3. creating shopping cart & electronically have items appear on order form
      I am developing an e-commerse web site. I currently have 25 pages done with several "item numbers" or part numbers as the hyperlink to purchase...
    4. perl restaurant menu
      Does anyone have a perl script that can be used to manage an online restaurant menu? Im looking for examples to study and cant find any on the...
    5. Summary fields or Summary table?
      First posting to the group - thanks to everyone for all the great tips! Is there any advantage either way between having a large number of...
  3. #2

    Default Re: Restaurant Menu and Order Cart Summary

    At least give us a look at the menu.jpg. A link to the website would be better.
    Have you optimized it for web viewing yet? Does it really have to be 1MB?
    Excavatorak Guest

  4. #3

    Default Re: Restaurant Menu and Order Cart Summary

    I was told that a solution to my problem would be Java Beans


    Here is the menu [url]http://www.madmex.com/pdf/madmex_mainmenu.pdf[/url]
    dongbongchong Guest

  5. #4

    Default Re: Restaurant Menu and Order Cart Summary

    Wouldn't it possible to simply have the menu open in a new in window but have
    it link back to a window with the order summary cart on it... the user would
    sort of bounce back and forth between windows... clinking on a menu item would
    then bring the user to the order cart page updated with the new menu item from
    MySQL?

    dongbongchong Guest

  6. #5

    Default Re: Restaurant Menu and Order Cart Summary

    ..oO(dongbongchong)
    > I am building an on line ordering tool for a pizza restaurant. I want to take
    >advantage of the restaurant?s already beautiful menu.. I scanned the menu as a
    >jpg about 1 Mb..I can tolerate my end users (pizza eaters) having to download
    >the menu once...
    Your users won't tolerate it. Modem users will have died of starvation
    before the download is complete. Even ISDN users will have a hard time
    and probably head for the next McDonald's. After coming back they might
    order a salad, though ...

    Seriously - first you should drop the idea of just taking a print work
    and putting it as-is on the Web - that's not going to work. Both medias
    are completely different and require different methods of doing things.

    Some estimated download times for your 1MB monster:

    Modem: >4 minutes
    ISDN: 2.4 minutes (still >1 minute with two B-channels)

    Your target time is 10 seconds(!) to have something usable on the user's
    screen. After that it becomes very likely that the user will move away.

    First you should think about how to structure the HTML, forget the
    presentation for the moment. A two-column layout, some headings, some
    lists, some links to other sections, an order form. Nothing special.

    Then you can think about the presentation. Giving the site a look like
    page 3 of your menu PDF for example is doable with CSS. Some background
    images, some cleverly cut border images, maybe PNG alpha transparency
    effects (requires a workaround in IE <7).

    Adding something like "Los Wingos" is possible as well without using too
    many images and blowing up the page size.

    High-quality full-page background images like photographs and collages
    usually don't work well. In some case they _could_ work if the quality,
    color brilliance and sharpness is reduced intentionally. Such images can
    be stored with just some 10KB instead of >100KB.

    Try to reuse as much images as possible to save download time, don't use
    completely new images on every page like it's currently in the printed
    version.

    * * *

    This were just some general hints.

    After all if you really want to make it a usable website and not just a
    printed flyer then you have a lot of work to do. Mainly graphical, the
    HTML will be rather simple.

    Micha
    Michael Fesser Guest

  7. #6

    Default Re: Restaurant Menu and Order Cart Summary

    Micha
    Thank you for the response.... I am aware of the possible set backs but
    nonetheless I'd really really like to know if there is a solution to my
    question? I want to download the aforementioned menu, creat hot spots on it
    that will relate to a MySQL database and then populate an ordering page... The
    question is how do i engineeer my site so that a redownload the menu is not
    necessary each time the end users return from there shopping cart to pick a new
    menu item ... Frames is a possible solution but I hate frames... I want
    separate pages or separate windows... How do I do this? Thank you for your
    response

    dongbongchong Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139