Contribute CS3  & Dreamweaver CS3

I do volunteer work for a pet rescue website. I started out
editing their pages with Dreamweaver CS3. When the work load got
out of control, one of the rescue members decided to help out by
using Contribute CS3. After a few months, I noticed there was a lot
of lag loading this one page we were both updating on a daily
basis.
In Dreamweaver, in design mode, the page appeared to be fine
but when looking at the source code, there were thousands of empty
lines that had been generating for who knows what reason. The
amount of lines was over 50K. I manually went in there and deleted
all the empty lines and ended up with about 600 lines total of
code. Everything was back to normal and my helper continued using
Contribute CS3 and I used DW, until a few days later when I noticed
the blank lines were back. Not as many as there were before but
they were certainly adding up and were definitely adding to the
loading time.
I did what I could to clean up the code and although there
are some empty lines left at the top of the file, the rest of the
file is ok now. I asked the Contribute helper to not make anymore
updates for the time being. I haven't seen any more blank lines
added since she stopped. So my best guess is that Contribute CS3 is
causing all the problems.
Is there something in Contribute CS3 publishing preferences
that may be causing this problem? I couldn't find anything in the
manuals except something about Line Breaks but that didn't have
anything to do with the code. Could it also be a server problem?
Not sure where I would begin looking. Any help would be
appreciated.
Here is a link to the file I am referring to:
http://www.norcalgsprescue.com/adopt.shtml
Thanks!

I've had similar issues, but not to the extent you seem to be
getting it. I know if you are using templates or server-side code,
the lines that do not propagage to your web client are removed, but
the source code lines are not collapsed...
Anyway, when I had a similar problem, it would putting an
extra line for each line in the html code... If you are on a
Linux/Unix Web server... go to Administer Website...Edit Role
Settings...Select the 'Editing' option on the left side of the
panel... at the very bottom, make sure 'Line Break Type' is set to
'Unix (LF)'
Hope that helps

Similar Messages

  • Dreamweaver MX 2004 with Contribute CS3

    Good Afternoon,
    I have Adobe CS3 Web Premium edition, but a colleague located
    interstate is using DreamWeaver MX 2004. I would like him to design
    a dreamweaver template for use in Contribute CS3. Are there any
    known compatibility issues with doing this, or any DreamWeaver CS3
    features that we would maybe miss out on?
    Thanks in advance!

    I don't think this would be a problem, since you can
    administer the site from within Contribute. The template souirce
    code hasn't changed, so Contribute will find the templates and the
    editable regions.
    You could always decide to turn of the compatiblity in
    dreamweaver if there are problems with the cheking in and out
    system.

  • Dreamweaver CS4 and Contribute CS3

    Hi,
    I want to upgrade do Dreamweaver CS4 and some of my authors
    use Contribute CS3. Will both be compatible or will they have to
    upgrade do Contribute CS4?
    Thanks
    robert

    1. start Contribute
    2. main menu >Edit>Administer Websites>Choose
    website
    3. choose Administration from the list on the left
    4. click the button 'Remove Administration'

  • Contribute CS3 compatibility with Dreamweaver MX 2004

    I haven't upgraded my Dreamweaver MX 2004 to 8 or CS3 - I
    mostly handcode XHTML / CSS ... I have a client who is ideal for
    Contribute for the content management needs, but I want to make
    sure that I won't be forced into a manditory upgrade situation for
    myself to both Dreamweaver CS3 and Contribute CS3 in order to
    support them (and I've used Contribute 2 with older clients for a
    while).

    Have you found an answer for this. I am in a similar
    situation, in CS3 Mac. If I use www.mysite.com/www, which is the
    folder for ftp purposes, I get:
    Dreamweaver could not find a page at the specified site root
    URL. Please check the site root URL.
    If I just go to the main url, www.mysite.com, I get:
    Dreamweaver could not connect to the remote server. You
    cannot perform Contribute administration tasks without a connection
    to a remote server. Please fix the remote connection before
    continuing.
    I've tried it on another site I administer and it worked
    fine, so I'm wondering if it's something to do with the
    configuration of the server, but my hosts haven't got any answers
    either...
    Any pointers gratefully received.

  • Dreamweaver 8 and Contribute CS3

    Is Contribute CS3 compatible with Dreamweaver 8?

    Since Dreamweaver users checkout the files, Lock will be
    created for those file (.LCK), so Contribute users can't edit the
    page until the files are checked in and lock is released.

  • Dreamweaver MX2004 + Contribute CS3

    Can anyone tell me whether Contribute CS3 can work with
    templates created in Dreamweaver MX2004 and whether the contribute
    user can view (& copy) the HTML of a created page?
    We use a Lotus Notes CMS at the moment (out of my hands at
    the moment) and want to use Dreamweaver + Contribute to create html
    to copy & paste into the Notes CMS.
    Will there be a trial version of Contribute available?

    Contribute CS3 will recognize the Dreamweaver Mx 2004
    templates and work with them. But Dreamweaver MX 2004 will not
    recognize Contribute CS3 as a version it can work with.
    Trials ussually are available within 6 weeks if the main
    release.

  • Editing troubles - Contribute CS3

    Good afternoon all. We hired a company that we no longer have contact with to create our website. We were given Contribute CS3 to maintain/edit certain information on the page. I need to edit the actual template for the site but everytime I put the cursor over the area for editing I get a circle with a line through it. Can anyone help?
    Thank you for your help.
    L3

    In order to edit template files, you would probably need Adobe Dreamweaver.
    Technically, if you know whatever tech. they are built with, you could use Notebook to do the editing but that would not apply the template changes to your site.

  • Contribute CS3 embeds the contents of SSI Includes into page after Edit and Publish

    I have tried every possible way to figure this out but it
    seems as though no one has this problem or a solution...
    My Dreamweaver CS3 Template based files that have SSI
    Includes placed in a "non-editable region" of a template and/or
    nested templates are continually embedded, merged, or hard-coded (I
    used those keywords for anyone else who might be searching for help
    on this frustrating issue) into the page after it has been edited
    and published with Contribute CS3 for Windows.
    After many, many, hours and days rebuilding templates
    (thinking that it was my code), experimenting with .htaccess
    include_path variables, and cursing this application, I have come
    to one conclusion - if I put my includes within "editable regions"
    in the templates or the template based pages, edit and publish the
    page with Contribute - then the page is saved normally, with the
    includes intact and not embedded within the page. This is of course
    not necessarily desirable!
    I have tried using various types of include directives like:
    <?php include('footer.inc'); ?>
    <?php require('footer.inc'); ?>
    <?php virtual(footer.php'); ?>
    <!--#include file="footer.inc"-->
    <!--#include virtual="footer.inc"-->
    All Includes are merged into the template-based page after
    the page has been edited and published with Contribute - if they
    are in "non-editable regions"!
    Please, someone point me in the right direction - if it's
    calling Adobe's Help line, or posting the files or whatever. I
    can't finish this project and hand off to the client until this is
    resolved.
    Andrew

    Hi,
    I'd be reall interested to know if you got anywhere with this as I'm having the same problem.
    The article referenced further down this thread is no longer available either.
    Any suggestions or advice on this issue would be much appreciated.
    Cheers,
    Bill

  • Contribute CS3 and CS4 Admin Compatibility

    While I wait for the update to Adobe Dreamweaver Developer
    Toolbox (ADDT), if my client purchases Contribute CS4, can I send
    them keys and administer the site using my Contribute CS3?
    Are the two versions compatible?

    Please have a look on the below mentioned thread:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=290&threadid=1425923&fo rumid=55

  • Javascript errors when formating text and images in Contribute CS3

    I'm using Contribute CS3 on Vista, I insert an image inside a
    paragraph tag with text then align the image
    ie the source code looks like this:
    <p><img src="..." alt="" align="left"/>some
    text</p>
    I change the text in the paragraph to bold
    Source code example: <p><img src="..." alt=""
    align="left"/><strong>some text</strong></p>
    I will get the following error messages:
    1 This error appears 2 times:
    "While executing DW_Text_CSS_Style canAcceptCommand in
    ccText_Styles.htm, a JavaScript error occurred."
    2 This error appears 2 times:
    "While executing DW_Text_Bold canAcceptCommand in
    Text_Style.htm, a JavaScript error occurred."
    3 This error appears 3 times:
    "While executing DW_Text_Italic canAcceptCommand in
    Text_Style.htm, a JavaScript error occurred."
    4 Next all the styles and formatting options are greyed out
    but I can still publish or discard.
    To be able to apply the styles and formatting in Contribute
    CS3 I now need to close the application and reopen it again and be
    careful not to reproduce the error.
    I've also tried renaming the Configuration folder under
    c:\Users\myusername\appData\Local\Adobe\Contribute CS3\ but it
    hasn't worked.
    We've reproduced this error on 3 similar machines in our
    office all running cs3 but the bug doesn't occur when performing
    the same steps in Contribute 3 or dreamweaver CS3 which is running
    side by side on these machines.

    It might be trying to pull the image from a different
    location than the image is currently stored in. Try to move the
    image file to a different folder and then load.

  • Contribute CS3 Edit Mode strips away CSS

    Looks as if many people are having this issue with no real aswer provided asside from 'Employees' sending private messages to users.
    Currently have pages that render fine in a regurlar browser as well as the CS3 Contribute Browser, however when going to edit the page it simply does not render the page with any off the CSS styles applied.
    Dreamweaver CS5
    Contribute CS3 (our user base)
    Page
        calls via SSI a (.shtml) file which containes all calls to css style sheets (non @import)
    Help with this issue would be greatly appreciate.
    Thank you

    Any employees want to shine in on how to resolve this issue?  Is the only solution to include all css style sheet calls from page itself and not the includes? any way around this?

  • Contribute cs3 - transparent background!!!???

    I have designed a website in dreamweaver 8 (part of my CS2
    package?) including making some template pages for the client to
    populate with documents etc.
    I have Contribute 3 (Macromedia - part of the package I have)
    and, using this, all the editable regions show the correct
    background.
    In dreamweaver I specifically gave the editable regions a
    white background and a high 'z' layer number?
    The div/editable region in question is normally so large that
    it extends well below the 'wrapper' of the normal webpage and so I
    have naturally set the overflow to 'auto'. It is where this div
    extends below the visible web page and onto the page background
    below that is the problem (read on...).
    I have purchased and installed Contribute CS3 (it says
    Version 4.1 on the 'about' screen) onto the clients computer.
    When she creates a new page using this template - all is well
    - except that the background of the main div in question (where it
    extends below the visible web page) appears to be transparent!?
    The black page background shows through the div instead -
    making it impossible to read the dark blue text (which shows
    correctly)?
    We can change the colour of the text and the page background
    temporarily (in contribute) but this is time consuming with over
    400 documents to create via this template.
    When the new page is published - the 'now scrolling' div
    looks normal and works as it should - showing dark blue text on a
    perfectly scrolling white background...
    Can anyone advise what I might be doing wrong or if this is a
    compatibility problem or if there is a bug in the clients 4.1(?)
    version etc.?
    Mike
    PS. on both my own computer and my laptop (new VAIO) i can
    see the designated white background to the div perfectly and all is
    well.
    ..but I'm using Contribute 3 (macrmomedia?) not CS3?.

    Art,
    > I saved it and exported it as a quicktime movie,
    animation
    > compressor codec, millions of colors square pix.
    In order to get that alpha channel into the MOV, your
    settings need to
    be configured for millions+ (not just millions). Can you
    doublecheck on
    that aspect?
    There's also the "Encode alpha channel" setting in the
    Import Video
    wizard. That's what carries the alpha channel into the FLV.
    You might
    already be doing these, but we have to start somewhere,
    right? :) We
    should be able to figure this out.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Contribute CS3 & FlashPaper

    I have just upgraded a user from an older version of
    Contribute to Contribute CS3 and FlashPaper is no longer installed.
    Does Contribute CS3 no longer come with FlashPaper? If not,
    is there functionality in Contribute CS3 that can do the same thing
    that FlashPaper used to do.

    quote:
    Originally posted by:
    Mshikaji
    Or a way to use Flashpaper in Vista and Office 2007? (a
    solution OTHER THAN "don't use Vista or Office 2007")
    I am running Vista Home Premium, and have Studio 8 (including
    Flash Paper) installed. I don't use Contribute, but have been able
    to run Dreamweaver , Fireworks, and Flash Paper. Flash Paper does
    have some problems though, especially when I try to print a webpage
    to PDF and the page contains frames. Also, I have Office 2007
    installed, and am having problems trying to print a docx to PDF.
    For the most part, it is running okay, just sometimes it does not
    work properly.
    I have to agree with majority of posters here. Adobe has
    pretty much discontinued (to put it nicely) FP... so they don't
    feel the need to support those that still use it, as well as any
    other Macromedia products. Their only answer seems to be to
    purchase their CS3 products. *sigh*

  • Adobe Contribute CS3 Connection Error

    I am trying to use Adobe Contribute CS3 Version 3.1 to connect our web server.  I can use WS_FTP and WinSCP to connect to it fine.  Our web server is running under CentOS 5.x.  When I try to connect using the connection wizard in Contribute, I receving the following error:
    Contribute cannot verify your connection information. 
    /tmp
    Please  contact your administrator for assistance.
    I have tried both FTP and SFTP.  Again, I can login, navigate to /tmp and upload, download, and delete files fine using WinSCP.  Can someone let me know what Contribute is trying to do to verify the connection?  Is there a log file?  Any help is appreciated.

    When I first tried to connect to our web server, I received a similar error.  What worked for me was getting rid of the folder designation when trying to connect in Contribute (in your case /tmp) and allowing users to have permissions to access all folders on the web server.  I create Contribute roles to limit the users to specific folders.
    I hope that helps.
    Kathy

  • How do I browse directory contents in Contribute CS3?

    Hi everyone!
    I have one of our users uploading photos to our website.  At the moment she uses an FTP connection via Adobe Contribute CS3 to our web server.  This has worked great in the past.  However, at the moment she's uploading pictures to a dynamic website [Wordpress] and not using Contribute to edit the pages directly [as this is obviously done with the Wordpress Administration web panel].  The method she has been using is, within Adobe Contribute CS3, File>Publish File from My Computer.  This is great, but the problem is that she can only upload one file at a time, and if she's already uploaded the file, she has no way of knowing she's uploaded it before, except for that Contribute appends a 001 at the end of the file name.
    How can she access a folder structure within Contribute CS3, treating it like an FTP client?  I'm sure this must be doable.  Yes, I could install an FTP client, but she's very comfortable using Contribute CS3 and uses this application for other portions of the website which are static.
    Thanks in advance for any advice!

    Hi,
         To check if she's already uploaded the file, she can click the Choose button in Contribute. On clicking Choose button, Choose File dialog will be shown. In this dialog, she can browse to the appropriate folder in which she had published the images, and verify the contents.
         For uploading multiple files through Publish File from my Computer, I do not think it is possible as of now. There can be a workaround though, insert all the images you want to a web page, and publish the web page to the website. Then, all the images will be published along with the web page. Then, you can delete that web page.
    Note: The images in a web page, generally are placed in the 'images' directory of the website by Contribute. If you are placing the images in different folder, then, make sure that you change the publish folder for images to that folder.

Maybe you are looking for

  • MRP Logic -Negative Available quantity in MD04

    Hi Experts, We have negative available quantity in MD04. There are no receipts generated particularly for some period even after MRP Run. MRP Type is maintained as P1- MRP Fixing type. Safety time is maintained as 3 days. Planning strategy is 40. Ple

  • How to change apple id for app updates

    The user id that displays on my ipod is correct on the settings menu but when I try to update my apps, the apple id that displays (and wants a password) is one that I no longer use.  How can I change the apple id for this one function to my current c

  • Runtime Error in Portal

    Hi All, In one of my iviews, i need to set an input filed as of Pull Down type. Now there are 2 options available either to set the input field as a Dropdown or as a Pull down. When i use Dropdown its working absolutely fine, but when i change it to

  • Can't print to pdf since I installed Snow Leopard.

    I make newspaper ads all the time in Illustrator CS4 on a Mac. I always print them to pdf files. Never had any trouble doing this. However, since I installed Snow Leopard I can not print to pdfs. I go through the usual motions and then... just nothin

  • Using conditions on CSV files in Receiver Determination

    Hi, We're reading EDI files from a directory and turning them into IDocs. We've got an ABAP class that converts the EDI to XML for us, we're calling that as the first step in the Operation Mapping. However, several different EDI files are dropped in