Results 1 to 7 of 7

Thread: Ajax XML Ticker (txt file source) IE7: Error c00ce56e

  1. #1
    Join Date
    Jun 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ajax XML Ticker (txt file source) IE7: Error c00ce56e

    1) Script Title:
    Ajax XML Ticker (txt file source)
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...ajaxticker.htm
    3) Describe problem:

    Sorry for my bad english!

    The Ajax XML Ticker (txt file source) in FF works fine:
    http://www.schieke-online.de/2008/tickerdemo.html

    But if i see the demo in IE7, is see only: "Initializing ticker..." and a Error-Symbol bottom in IE7.
    The Error code is: c00ce56e

    Whats the problem, pleace help.

    Urgixgax
    Last edited by urgixgax; 05-28-2008 at 03:53 AM.

  2. #2
    Join Date
    Jun 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ... noboddy a idea?

  3. #3
    Join Date
    Jun 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    A test by alfahosting.de: it does not work and a other server, by greatnet.de, the script works fine in IE7.

    Perhaps a other Serverconfiguration, but what?

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well, I had posted, and then deleted this because, after testing, it seemed to make no difference:

    You have only one hex character (hex 0A), a line feed, at the end of your lines in the tickercontent.txt. The demo uses the Windows standard CRLF (carriage return and line feed) pair of hex 0D0A. This may or may not have anything to do with it.
    If it is server dependent though, this might actually be the trouble.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Jun 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the answer!

    I understand it bad, or how can i change the tickercontent.txt, that it works?

    Now i tested a other Script without problems:

    DHTML Ticker script: http://www.dynamicdrive.com/dynamici...eneraltick.htm

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'm assuming you have a Unix based computer. But you may even be using Windows or a Mac. The point is that there are various ways that an editor can signal an end of line. The most common on a Windows system is the 0d0a (hex) carriage return/line feed pair. On 'nix systems it is more common to use just the 0a line feed character. On Mac, the default is just the 0d or carriage return character. Usually your editor can be set to do it one way or the other regardless of your system, but if you want it to be different than the usual way, you must specify. If you were to look at the hex code of the file, you would see something like so:

    Code:
    0D 0A
    or just:

    Code:
    0A
    at the end of each line, depending upon how the lines are terminated in that file.

    Now, sometimes, you might save a file one way, but during the process of uploading it to the server, it might get changed. None of this usually matters, because once the file is served back to the local computer, all of that is worked out to the benefit of the local system, but with something like XML (as is used with the first ticker script we were talking about here), it might make a difference.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #7
    Join Date
    Jun 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    My computer is windows based. Exactly windows vista x86. The html-editor, up and download, i use dreamweaver cs3. The webside is utf-8 coded and the tickercontent.txt is saved as utf-8, not ANSI. But if i saved the website in iso-code and the tickercontent.txt in ANSI, it works not of the hostingserver form "alfahosting.de". Of the hostingserver of "greatnet.de" it works both.

    Unfortunate my English is bad otherwise I better would understand.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •