Hep me Using Xml Script

Discussion in 'JavaScript' started by XTreMe, Sep 11, 2007.

  1. #1
    XTreMe, Sep 11, 2007 IP
  2. Psych0

    Psych0 Banned

    Messages:
    99
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you are willing to pay me , then i can do it for you in 2 days time.
     
    Psych0, Sep 11, 2007 IP
  3. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #3
    pay for this little workd:s?
    dont do this
     
    XTreMe, Sep 11, 2007 IP
  4. Psych0

    Psych0 Banned

    Messages:
    99
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ok i have done this work.. its ready.
    i want $2 for it.
     
    Psych0, Sep 11, 2007 IP
  5. Psych0

    Psych0 Banned

    Messages:
    99
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    ok when you will have made up your mind , pm me.
    and i can give you its sample ,
    it changes the news every second according to the rss feed.
    when you will put your mouse on any item of news , it will stop scrolling/changing the news.It will resume again when you will put the mouse off.
    if you want to see any detail about any news item on it , click on that item , details page will show up.

    do you want screenshots?
     
    Psych0, Sep 11, 2007 IP
  6. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #6
    why you want 2$ for it.??
    its free script and i just want to know how to edit it.
    just 1 step i am no gonna pay you 2$ for it.
    i dont need this script from you i will wait for someone else who help me out.
     
    XTreMe, Sep 11, 2007 IP
  7. Psych0

    Psych0 Banned

    Messages:
    99
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    ok no problem then ,
    i know its a free script.
    you will discover many of the members are selling Modified Free proxy for more than $30.
    and the script that you want is modified by me.
    so i will need money for my work.
     
    Psych0, Sep 12, 2007 IP
  8. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #8
    psych... For any half decent web developer, it would not be worth the effort doing what you are doing just to get a lousy $2.

    Xtreme, what have you got so far? Are the JS files in the same directory as the web page with the rss scroller? Have you tried the code with the example RSS feed, the one from cssdrive.com ?
     
    krt, Sep 12, 2007 IP
  9. Psych0

    Psych0 Banned

    Messages:
    99
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    ok ok Xtreme you can have the code.
    alright.

    There you go.
    
    <!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">
    <head>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    <script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAALn8OE--i1Zz_mUlIU3qjVRTS6I1Jyr2ZzB6cnhlLNED5kez6oxSpMdT410Q8-xd1uAHzuv6RB0qNTA"></script>
    
    <script type="text/javascript" src="gfeedfetcher.js"></script>
    
    <script type="text/javascript" src="gajaxscroller.js">
    
    /***********************************************
    * gAjax RSS Pausing Scroller- (c) Dynamic Drive (www.dynamicdrive.com)
    * Requires "gfeedfetcher.js" class
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>
    
    <style type="text/css">
    
    .titlefield{ /*CSS for RSS title link in general*/
    text-decoration: none;
    }
    
    .labelfield{ /*CSS for label field in general*/
    color:brown;
    font-size: 90%;
    }
    
    .datefield{ /*CSS for date field in general*/
    color:gray;
    font-size: 90%;
    }
    
    #example1{ /*Demo 1 main container*/
    width: 450px;
    height: 30px;
    border: 1px solid black;
    padding: 4px;
    }
    
    #example2{ /*Demo 2 main container*/
    width: 600px;
    height: 180px;
    border: 1px dashed black;
    padding: 4px;
    background-color: #EEEEEE;
    }
    
    #example2 div ul{ /*Demo 2 UL container*/
    margin: 0;
    padding-left: 18px;
    }
    
    #example2 div ul li{ /*Demo 2 LI that surrounds each entry*/
    margin-bottom: 4px;
    }
    
    #example3{ /*Demo 3 main container*/
    width: 250px;
    height: 280px;
    border: 1px solid navy;
    padding: 4px;
    }
    
    #example3 div p{ /*Demo 3 P element that separates each entry*/
    margin-top: 0;
    margin-bottom: 7px;
    }
    
    code{ /*CSS for insructions*/
    color: red;
    }
    
    </style>
    </head>
    
    <body>
    <h3>Sample</h3>
    
    <script type="text/javascript">
    
    var cssfeed=new gfeedpausescroller("example1", "example1class", 2000, "_new")
    cssfeed.addFeed("GEO Sports", "http://geo.tv/data/rss/geo_sports.xml") //Specify "label" plus URL to RSS feed
    cssfeed.displayoptions("date") //show the specified additional fields
    cssfeed.setentrycontainer("div") //Wrap each entry with a DIV tag
    cssfeed.filterfeed(10, "date") //Show 10 entries, sort by date
    cssfeed.entries_per_page(1)
    cssfeed.init()
    
    </script>
    </body>
    </html>
    
    Code (markup):
    now the secret for this script is API key.
    get it on google.
    google can provide you free API key for your domain.
    If you dont use the API key , or if you use incorrect API key , the script wont work.
    Can I request an iTrader in return of help ? i hope its not against rule.
     
    Psych0, Sep 12, 2007 IP
  10. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #10
    thanks for the scripts and please tell me how to use api??
     
    XTreMe, Sep 12, 2007 IP
  11. Psych0

    Psych0 Banned

    Messages:
    99
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #11
    You need to have a domain for google API , register that domain on google's database, they will issue you an API key .
     
    Psych0, Sep 14, 2007 IP
  12. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #12
    how to register a doamin in google database??
    from google or anyother way?
     
    XTreMe, Sep 15, 2007 IP