Purpose of Contribute

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Purpose of Contribute

    Hi everyone,

    I have to create a content management system for a small website I'm creating
    for a client. I was planning on using xml and php to create it but then I
    wondered about the possibility of my clients using contribute to update the
    site. I've never used contribute before and wondered if someone could clarify
    for me what it's actually used for. I mean I assume that it's used as an
    alternative to a content managment system that's built from scratch right? All
    they'd have to do is buy the program and they'd be able to update their site -
    is this correct?

    Would really appreciate any help offered.

    Thanks

    Seraya Guest

  2. Similar Questions and Discussions

    1. multi-purpose PHP page
      Hey everyone, here is my question... I am looking to have a single product page that is able to read a single table that would contain several...
    2. What is the purpose of FormsAuthentication.SignOut()?
      MSDN documentation says: Removes the authentication ticket. That's it. Where does it remove the authentication ticket from (server /...
    3. General Purpose Transactions
      I was writing a piece a code where I needed to change a few object attributes, call a method, then reset those attributes to what they were. And it...
    4. purpose of threads?
      Juha Laiho <Juha.Laiho@iki.fi> spewed forth with: As a relatively poor example of this, I'm writing a threaded YACMP (Yet Another Car Mp3...
    5. purpose of replace method
      Hi, I was just wondering what the methods Array#replace, Hash#replace and String#replace achieve that can't be done with simple assignment. ...
  3. #2

    Default Re: Purpose of Contribute

    Hello,

    What I suggest is that you download the trial version at
    [url]http://www.adobe.com/products/contribute/[/url] and try it out for 30 days.

    Contribute is an FTP-based editor, that is installed on the client-side. The
    editor is very easy to understand and use, because users can use the navigation
    of their own website to reach the pages they want to edit.

    For a very brief demonstration you can also visit
    [url]http://www.digital-ink.nl/di_demonstratie.php[/url].

    When you use Dreamweaver to build your sites you can add so called 'editable
    regions', so your client can only update the content you made editable. But you
    can also use Contribute on other websites without these regions and with pages
    with (X)HTML content.

    You can also borrow that 'editable code' code and use in another editor: make
    sure you don't use the name of the instance twice:

    ----------------------------------- example code ----- see body tag for
    editable code------

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin
    template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Natural Horsemanship Wagenborgen; voor training, consult en
    advies</title>
    <style type="text/css">
    <!--
    .style1 {
    color: #FF0000;
    font-weight: bold;
    }
    -->
    </style>
    <body>
    <!-- InstanceBeginEditable name="content" -->
    editable content
    <!-- InstanceEndEditable -->
    </body>
    </html>


    --------------------------------------------------------------------------------
    ----------

    When you download the trial version maybe you can use this code to try things
    out.

    Have fun!

    ThinkInk Guest

  4. #3

    Default Re: Purpose of Contribute

    Thanks for the helpful advice. Will download the trial version and see how it goes.
    Seraya 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