please help me using this script!!! http://www.dynamicdrive.com/dynamicindex18/gajaxpausescroller.htm i tried too much but i didn't done. i want to show this RSS in this script. http://geo.tv/data/rss/geo_sports.xml will any body help me please!!
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?
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.
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.
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 ?
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.
You need to have a domain for google API , register that domain on google's database, they will issue you an API key .