/  News feed ticker Page - webapplikations.com

Below are the instructions and sample displays for the RSS/XML news ticker.

Its extremely important that you follow the instructions exactly as described below,
Though not difficult at all,it can break the application very easily if you make one tiny
mistake. We are planning on implementing a membership zone soon. News ticker is
free at the moment,however it will be around $8.00 a month to put it on your website
in near future. enjoy.

These tickers are created using php - domxml extension. And will work on any browser with JavaScript enabled.
What happens is that you pass some parameters to a php application,which reads all of these parameters (if there are any) and returns a javascript src code that is displayed on your local web page.
There are 3 layers to these tickers First and outer most layer is called "id=rss_block"
Next element that actually contains the ticker is called "id=ticker_block"
There is a script tag in between the two div's this script tag points to the PHP application to recieve the ticker code that is generated dynamically every time its loaded.
On my part I have tried to make it as safer as I could,however,programs safety is
totally dependent upon the users code or configurations.
URL Problem
If a url is bad,the application will go through a bunch of other urls provided for
these scenarios and try to run the ticker. Sometimes even the RSS/XML feed providers srewup
and their XML code breaks,in that case we can not do anything. Let us know if there are issues, we will hard to make it a error free as possible.

This is how a properly done code should look like 
<body class="body" onload="RSSinit();">
   <script src="http://webapplikations.com:8080/phpdev/rssticker/JSRssTicker.php?tickerType=0" type="text/javascript"></script>
  <div id="ticker_block" style="position:absolute;width:0px;margin-top:2px;left:0px;top:0px;overflow:hidden;border:1px solid orange;background-color:#006699;padding:4px;">
  </div>
</body>

List of types of RSS/XML tickers available

RSS/XML Ticker Configurations

YOU CAN FIND A LIST OF POSSIBLE url's AT THE END OF THIS SUPPORT DOCUMENT
CSS class used for the
div id = rss_block is
.miscleaneous_block{
  position:absolute;
  overflow:hidden;
  font-size:11px;
  width:200px;
  height:100%;
  margin-top:235px;
  margin-left:386px;
  text-align:left;;
}

tickerType = 0
rss_feed_url = http://www.infoworld.com/rss/news.rdf
allowed aprameter(shown are default values)
panel_width = 250;
panel_height = 40;
time_delay = 8000;
background-color can be changed in html below,
font color change is not supported inthis type

tickerType = 1
rss_feed_url = http://www.infoworld.com/rss/news.rdf
allowed aprameter(shown are default values)
panel_width = 250;
time_delay = 25;
scroll_jump = 1;
background-color can be changed in html below
font_color = #FFFFFF;
font-size=12;
font_weight= bold;
font_family = sans-serif;


tickerType = 2
rss_feed_url = http://www.infoworld.com/rss/news.rdf
panel_width = 400;
time_delay = 1;
scroll_jump = 1;
background-color can be changed in html below
font_color = #FFFFFF;
font-size=12;
font_weight= bold;
font_family = sans-serif;

SOME FREELY rss/xml FEEDS AVAILABLE OUT THERE ARE AS BELOW.
Infow worlds Top News RS feed                    /
rss_feed_url=http://www.infoworld.com/rss/news.rdf

Info worlds Application Development RSS feed     /
rss_feed_url=http://www.infoworld.com/rss/appdev.rdf

Info worlds RSS feed about wireless stuff        /
rss_feed_url=http://www.infoworld.com/rss/wireless.rdf

Info world has some RSS feeds available you can get them at

http://infoworld.com/rss/rss_info.html

link.

Yahoo Provides several links for RSS/XML feeds e.g
topstories feed                                 /
rss_feed_url=http://rss.news.yahoo.com/rss/tech
rss_feed_url=http://rss.news.yahoo.com/rss/topstories

Below is the link for more Yahoo provided RSS/XML feeds
http://news.yahoo.com/rss/

BBC top world news RSS/XML feed link (updated
every freaking minute darn....)                 /
rss_feed_url=http://news.bbc.co.uk/rss/newsonline_uk_edition/world/rss091.xml

Below is the link that has a huge list of BBC generated RSS feeds
http://backend.userland.com/2003/06/24#a302

 Please email us if you find some more interesting RSS/XML feeds
 freely avaible out there.
 supposrt@webapplikations.com

RSS/XML Tickers

Before you procede,please make sure that you have read the allowed parameters for type0 news ticker.
Click here to view standard ticker with default settings

Before you procede,please make sure that you have read the allowed parameters for type1 news ticker.
Click here to view standard ticker with default settings

Before you procede,please make sure that you have read the allowed parameters for type2 news ticker.
Click here to view standard ticker with default settings


[ Top ]
Home ]   [ About Us ]   [ Services ]   [ Support ]   [ Computers ]   [ Policy ]   [ Contact Us ]  

© webapplikations.com 2002-2003

Valid XHTML 1.0!