Anything similar to MenuMachine for DW?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Anything similar to MenuMachine for DW?

    Is there an extension that is similar to MenuMachine for GoLive? There are
    people trying to switch to DW from GoLive and I am wondering about something
    that helps in creating the drop down menus like this.



    cdscindy Guest

  2. Similar Questions and Discussions

    1. MenuMachine Replacement
      I've converted to DreamWeaver from GoLive since GoLive is no longer a CS3 product. My platform is Mac. I have used Menumachine extensively on GoLive...
    2. Using Contribute with imbedded menumachine
      I'm trialing dreamweaver and contribute in hopes that we can make updates to our site. The site was originally built with GoLive and seems to use...
    3. what is similar to CORBA in .Net
      Hi all, I need to build a distributed application. I'm confused on what technology to use to develop my project. Ideally I would use CORBA,...
    4. Extension similar to this one.....
      If you look at the following page and scroll right down to the bottom. you will see the photo of maralyn monroe and also the artistic frame below...
    5. DragAnyWindow or similar for OS X?
      One of my favorite Control Panels in OS 9 was DragAnyWindow 4.5 by Alessandro Levi Montalcini. Is there a similar application for OS X?......
  3. #2

    Default Re: Anything similar to MenuMachine for DW?

    just take a look at the [url]http://www.projectseven.com/products/menusystems/index.htm[/url] website -- they have quite some advanced menu systems available as dreamweaver extensions
    geschenk Guest

  4. #3

    Default Re: Anything similar to MenuMachine for DW?

    Thanks but I am seeing that DWCS3 will have sprite that will do this. Never thought much of Projectseven.
    cdscindy Guest

  5. #4

    Default Re: Anything similar to MenuMachine for DW?

    SPRY you mean ? ;-)

    Though Spry is indeed cool, it?s a "framework" for developing aka coding stuff
    -- what you?re probably looking for, is a "point & click" tool to help you
    setup menus without having to code anything
    >>
    Never thought much of Projectseven.
    >>
    just saw that [url]http://www.likno.com/wat_dreamweaver.html[/url] also offers a
    dreamweaver extension. BTW, I found lots of related links by googling "dropdown
    menu dreamweaver extension".

    geschenk Guest

  6. #5

    Default Re: Anything similar to MenuMachine for DW?

    Before using the likno.com menus, you might want to take a look at the
    Generated Source of their home page to see the incredible amount of code
    added to the page by this menu system. It is quite shocking.

    emichael brandt


    geschenk wrote:
    > SPRY you mean ? ;-)
    >
    > Though Spry is indeed cool, it?s a "framework" for developing aka coding stuff
    > -- what you?re probably looking for, is a "point & click" tool to help you
    > setup menus without having to code anything
    >
    > >>
    > Never thought much of Projectseven.
    > >>
    >
    > just saw that [url]http://www.likno.com/wat_dreamweaver.html[/url] also offers a
    > dreamweaver extension. BTW, I found lots of related links by googling "dropdown
    > menu dreamweaver extension".
    >
    E Michael Brandt Guest

  7. #6

    Default Re: Anything similar to MenuMachine for DW?

    Thanks, I will look at all these options.
    cdscindy Guest

  8. #7

    Default Re: Anything similar to MenuMachine for DW?

    On Apr 2, 5:40 pm, E Michael Brandt <mich...@valleywebdesigns.com>
    wrote:
    > Before using the likno.com menus, you might want to take a look at the
    > Generated Source of their home page to see the incredible amount of code
    > added to the page by this menu system. It is quite shocking.
    I just did this and noticed that the only generated code there is five
    small lines... two of which are comments!
    They just link to some external JavaScript file and set a couple of
    parameters.
    The external file itself seems to be calling some "library folder" but
    I could not get access to see this...
    It's actually pretty neat though:

    <!-- ******** BEGIN ALLWEBMENUS CODE FOR menu_side ******** -->
    <script type='text/javascript'>var MenuLinkedBy='AllWebMenus [2]',
    awmBN='516'; awmAltUrl='';</script>
    <script src='menu_side.js' language='JavaScript1.2' type='text/
    javascript'></script>
    <script type='text/javascript'>awmBuildMenu();</script>
    <!-- ******** END ALLWEBMENUS CODE FOR menu_side ******** -->

    WDungreef@gmail.com 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