+ Reply to Thread
Results 1 to 1 of 1
Thread: RSS AJAX Newsticker
-
03-16-2010 11:09 AM #1
Senior Member
- Join Date
- Jul 2009
- Posts
- 185
- Downloads
- 0
- Uploads
- 0
RSS AJAX Newsticker
This JavaScript tutorial will show you how to combine RSS, AJAX, and JavaScript to create a real-time RSS ticker.
Thanks to AJAX... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
How to setup
Step 1: Place JavaScript below in your HEAD section
JavaScript
Step 2: Copy & Paste HTML code below in your BODY sectionCode:<script type="text/javascript" src="rssticker.js"></script>
HTML
Step 3: Download files belowCode:CNN: <DIV style="HEIGHT: 100px; border-style: dotted; border-width: 1px; background-color: silver; text-align: left;"> <script type="text/javascript"> //rss_ticker(RSS_id, cachetime, divId, divClass, delay, optionalswitch) new rss_ticker("CNN", 60, "cnnbox", "cnnclass", 200) </script> </DIV> <br><br><br> Each ticker on the page can be invoked independently, for example: <DIV style="HEIGHT: 100px; border-style: dotted; border-width: 1px; background-color: silver; text-align: left;"> <PRE><script type="text/javascript"> //rss_ticker(RSS_id, cachetime, divId, divClass, delay, optionalswitch) new rss_ticker("CNN", 60, "cnnbox", "cnnclass", 2000) </script></PRE> </DIV>
Files
rssticker.js
Similar Threads
-
Is Google switching to AJAX base search
By Luq in forum GoogleReplies: 0Last Post: 02-05-2009, 02:48 PM -
Web 2.0, Ajax, Javascript related link exchange
By michiganannd in forum Link SalesReplies: 1Last Post: 11-21-2008, 12:26 PM -
ASP.net Ajax with Visual Studio 2008 (dotnet 3.5)
By ohsuria in forum Website Programming DiscussionReplies: 1Last Post: 04-17-2008, 07:56 AM -
Ajax
By Jordan in forum Website Programming DiscussionReplies: 0Last Post: 03-30-2008, 09:59 PM -
Google API Ajax Search
By opeth in forum GoogleReplies: 0Last Post: 08-07-2007, 07:06 PM


LinkBack URL
About LinkBacks
Reply With Quote



Bookmarks