Considering Purchase of Contribute 3

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

  1. #1

    Default Considering Purchase of Contribute 3

    We are considering the purchase of Contribute 3 as a Content Management tool
    for our website, and I've come up with a few questions that I'd love to get
    some advice on: 1) Can I have the page automatically use the HTML Page Title
    as the Header Title for that page? 2) For images, can you require that they're
    stylized a certain way through Fireworks (i.e. feathered edges)? 3) Can you
    require that the filename for any page be lowercase? 4) Can you require that
    the filename for any page be limited in character length? 5) Can you have a
    default beginning to any HTML Page Title, like this: <title>Los Angeles, CA -
    PAGE TITLE</title> That should do it for now. I'd love to get some great
    feedback from users of this software, so any &amp; all help is appreciated.
    Thanks in advance. KWilliams

    kwilliams Guest

  2. Similar Questions and Discussions

    1. should I advise my client to purchase contribute?
      I'm a longtime user of GoLive and now, primarily, Dreamweaver. I'm about to start building a site for a small business that wants to do minor...
    2. Do clients have to purchase contribute in order toupdate site?
      I am confused about Contribute. Do clients have to purchase it in order to update a Dreamweaver-based site, or does the web designer upload it to...
    3. Contribute 3 for purchase
      I need to give a link to a client where they can purchase Contribute 3 still. Contribute 4 has caused more problems than it has solved for me, and I...
    4. Contribute Publishing Server - installation & purchase
      I have what I'm sure is a common situation. I am a web designer who wants to allow my client to make edits to her site. I already have a full copy...
    5. Looking to Purchase Contribute
      Hi! I am new to Contribute. It looks like just what I need. I want to confirm before taking the plunge. I have 15 or so small, small business...
  3. #2

    Default Re: Considering Purchase of Contribute 3

    kwilliams" <webforumsuser@macromedia.com> wrote in message
    news:d2s9oa$981$1@forums.macromedia.com...
    > We are considering the purchase of Contribute 3 as a Content Management
    > tool
    > for our website, and I've come up with a few questions that I'd love to
    > get
    > some advice on: 1) Can I have the page automatically use the HTML Page
    > Title
    > as the Header Title for that page?
    It works the other way around. You specify a title when first creating the
    page.

    2) For images, can you require that they're
    > stylized a certain way through Fireworks (i.e. feathered edges)?
    You can control from where your writers get the pictures, so you have to be
    sure they are created by some authorized person, styled properly.

    3) Can you
    > require that the filename for any page be lowercase?
    No. name case sensitivity is a server issue.

    4) Can you require that
    > the filename for any page be limited in character length?
    Not through Contribute. That's a server issue.

    5) Can you have a
    > default beginning to any HTML Page Title, like this: <title>Los Angeles,
    > CA -
    > PAGE TITLE</title>
    With templates maybe.
    >That should do it for now. I'd love to get some great
    > feedback from users of this software, so any &amp; all help is
    > appreciated.
    Methinks you should be concerned about the limitations of your server.


    jjs Guest

  4. #3

    Default Re: Considering Purchase of Contribute 3

    If you're using dot net, Contribute 3 has some sort of bug where it doesnt want
    to find the style sheet. I have a new post on this subject today. Not sure if
    there's a fix for it, but if not, I won't be able to recommend Contribute to my
    clients anymore. Hopefully I can find a fix or a workaround soon. Something to
    keep in mind if you're creating ASP.NET web sites.

    JoBean3 Guest

  5. #4

    Default Re: Considering Purchase of Contribute 3

    Wow, that's interesting to hear. I'm currently using ASP, but we are planning
    on converting our entire site to ASP.NET in the near future. So this bug issue
    is something that I'll definitely have to consider before purchasing this
    product. Hopefully Macromedia will clear up this bug ASAP. Please keep me
    posted on any updates if you can.

    kwilliams Guest

  6. #5

    Default Re: Considering Purchase of Contribute 3

    I tried figuring this out a month or so back and had no luck. Now it is a much
    more pressing problem as I am going to begin a new ASP.NET project and the user
    would like to maintain the site content. Would be disappointed to recommend
    something other than Contribute, but it simply has to recognize the style
    sheets.

    JoBean3 Guest

  7. #6

    Default Re: Considering Purchase of Contribute 3

    Absolutely. We don't only use stylesheets for regular formatting, but we also
    use it for navigation popups. So I wouldn't be able to use it with that big of
    a problem. I have been messing around with my trial version of Contribute 3,
    and have been using stylesheets successfully with this setup. I have several
    stylesheets that are located in a subdirectory, I have a Server-Side Include
    page that contains links to these stylesheets along with other data (i.e.
    meta-tags). I then called the SSI files from a template created in Dreamweaver
    MX 2004, and wala, it works. I've also tried calling a stylesheet directory
    from a page without using the templates, and was unsuccessful, but this setup
    has been working for me so far. But I'll have to create a sample ASP.NET page
    to see if it also works with that technology. Thanks again for the heads-up.

    kwilliams Guest

  8. #7

    Default Re: Considering Purchase of Contribute 3

    By the way, I am having a terrible time resolving my dot net issue. I really
    want to resolve this so I can recommend the product to clients. However, before
    you purchase it, you might want to check with me and see if there is a
    workaround on my stylesheet issue (and... hopefully what the workaround is).

    JoBean3 Guest

  9. #8

    Default Re: Considering Purchase of Contribute 3

    I agree. I'm very disappointed with Macromedia's support for Contribute, and I
    haven't even purchased it yet. If this is the way that they treat their
    Contribute customers, I'll definitely have to think twice about going down that
    road. Being a local government, we've gotten several other offers from content
    management companies to use their products. Altought I was hesitant to do so,
    mostly because of cost, I'm starting to see that the cost of customizing
    Contribute with little or no real support might cost us more in the long run.
    Please do keep me posted on whether or not your issue with ASP.NET is resolved,
    and good luck to you.

    kwilliams Guest

  10. #9

    Default Re: Considering Purchase of Contribute 3

    Hi - To finish up this topic... I finally have a resolution to the problem...
    You must put <html>, <head> and <body> tags in the aspx page, even though in my
    case they are completely duplicative (this info is already in an ascx file). IE
    and Netscape don't care if the extra stuff is there. Then when you go into Edit
    mode in Contribute, it is able to find the style sheet. Unfortunately it is not
    enough to simply repeat the <head> tag which contains the style sheet
    reference. You must include <html> and <body> as well.

    My problem was finally escalated to someone who was following what I was
    trying to ask. It's not a great solution but it does work.

    JoBean3 Guest

  11. #10

    Default Re: Considering Purchase of Contribute 3

    That's great news. I'm glad that you were able to come up with a solution to
    that problem, and I'll definitely keep that in mind when I start my conversion.
    Unfortunately, I never received any help from this forum for the bug I kept
    running into, and now my trial version has run out. When I or my coworker
    opened the trial version of Contribute 3, the home page stated that we couldn't
    edit it because it was being reviewed. This was impossible because neither of
    us were editing it, and it showed up as 'published' in the list; not 'under
    review'. Hopefully someone will help me out with a solution to this issue, but
    now my trial has run out, I'm in the process of figuring out if we should go
    the route of Contribute 3 or something else for our Content Management system.
    If you ever see a solution to the issue that I ran into, any help would be
    greatly appreciated. Thanks again for your input, and good luck to you.

    kwilliams Guest

  12. #11

    Default Re: Considering Purchase of Contribute 3

    kwilliams,
    I don't think you want to use Contribute as a Content Management System, per
    se. It's main purpose is to let non-web-savvy users edit and create content,
    not to manage it. (even tho a Google for Content management system Contribute
    shows MM Contribute at the top of the hit list).
    It is not a centralized database for content management.
    At best, in the CMS world, it is a 'content-editor-management-system.'

    Jeff Radwill Guest

  13. #12

    Default Re: Considering Purchase of Contribute 3

    We use aspx & I think the problem is that in Edit mode in Contribute it doesn't
    render any ascx inserts. So you have to make sure that your html is valid with
    or without these. It wouldn't render the stylesheet when I had that in one of
    my ascx files, but displays it fine when the style is imported directly in the
    html.

    Lizzie 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