Ajax Coding Help.

Discussion in 'Gaming' started by Blade7, Sep 3, 2006.

  1. Blade7

    Blade7 Well-Known Member

    Posts:
    197
    Likes Received:
    0
    Joined:
    Nov 28, 2005
    Okay, I have been looking all over the net for some kind of ajax code where it always refresh itself. I've found nohhing I've wanted.

    Okay, I just want somehting like Gmail- it'll update itself as soon as somehting changes.

    can someone give me some tutorial where it let's say "scrolls the text" and I want it so I can remotely just change the text (or ure-upload teh same file with that new text) and it'll change it self at the same time or at least 1 second after that.

    when i it'll scroll the text, i meant somehting like the example in here
    http://www.dynamicdrive.com/dynamicindex17...oller/index.htm

    except without rss and uses text.


    If not, then at least could someone help me find another programming language like that?


    THANK YOU SO MUCH!
     
  2. Merge

    Merge Well-Known Member

    Age:
    32
    Posts:
    884
    Likes Received:
    0
    Joined:
    Jul 5, 2006
    I don't think thats possible?
    not sure tho..
    i think i can dig out a code where the page refreshes every like 30 mins or you can set a time, which should work?
     
  3. BrokenFaith

    BrokenFaith Well-Known Member

    Posts:
    2,380
    Likes Received:
    0
    Joined:
    Sep 1, 2005
  4. Battousai

    Battousai Member

    Posts:
    8
    Likes Received:
    0
    Joined:
    Aug 28, 2006
    i think the best way would be making a timer with JS and check if there are any updates on the server throught an ajax request, then if there are, output them.
     
  5. Equivalent Exchange

    Equivalent Exchange Well-Known Member

    Posts:
    1,466
    Likes Received:
    0
    Joined:
    Nov 9, 2005
    Its very possible.

    What I think you should do is just use that script and create an RSS feed of your own.
     

Share This Page