How to implement a MXP

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

  1. #1

    Default How to implement a MXP

    Like everything, this started simply.

    I want to provide breadcrumb navigation to my site. Thus after a little
    research I found two references:
    1) backwards_navigation.cfm

    2) PHPbreadcrumbs.mxp
    [url]http://www.adobe.com/devnet/dreamweaver/articles/scalability.html[/url]
    In this article, the Autor says to, " install the extension and select
    Commands > Insert PHP breadcrumbs to use my code."
    My Command menu does not reflect this option.

    There are not enough instructions for ME to implement the applications.

    Can anybody help?

    MikeMedia2 Guest

  2. Similar Questions and Discussions

    1. Implement XFORMS on ASP
      Hi, I'm looking for a means to generate hundreds of ASP webforms using declarative language. I've put my attention on XFORMS. I understand...
    2. How to implement Tracing!!
      Hello, I want to print some trace messages in my webservice. If I debug asp_net through VS.net wp I would like to see those trace messages. ...
    3. Need Direction on WHAT to Implement...
      Please understand that I am not asking HOW to do something - but, rather, I just need some advise on what "technology" or method I should...
    4. implement locking
      hi, I would like to lock a record so that when one user is modifying a particular record, then it is locked for all other users. For this...
    5. How to implement counter?
      There are many ways to do this. The low tech low impact way is the create an application variable inthe Application start, that reads in a value...
  3. #2

    Default Re: How to implement a MXP

    Mike,

    Use the Extension Manager application to install extensions. You should
    be able to double-click on the .mxp file to invoke the Extension Manager.

    HTH,
    Randy

    > 2) PHPbreadcrumbs.mxp
    > [url]http://www.adobe.com/devnet/dreamweaver/articles/scalability.html[/url]
    > In this article, the Autor says to, " install the extension and select
    > Commands > Insert PHP breadcrumbs to use my code."
    > My Command menu does not reflect this option.
    >
    > There are not enough instructions for ME to implement the applications.
    Randy Edmunds 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