Results 1 to 6 of 6

Thread: Script for RSS Display Boxes

  1. #1
    Join Date
    Aug 2006
    Posts
    201

    Script for RSS Display Boxes

    I am trying to write the script that will display the display boxes. I have tried lot of different things but not getting the desired results. Can anyone help me by giving the Script for RSS Display Boxes Any script sample would be helpful for me.!! Also by some coding I thought that I've setup the RSS Display Box successfully somewhat. It appears that it's indenting the title of each feed. Please help me soon.!!
    Don't be afraid of darkness, it's in your heart anyway.

  2. #2
    Join Date
    Jul 2006
    Posts
    289

    Re: Script for RSS Display Boxes

    If you are interested in making the Script for RSS Display Boxes, then I would like you to suggest use Ajax. By using the script of Ajax, it is easy to display RSS feeds from other sites inside DIV containers. Since you have not mentioned the exact script language, I am assuming that you are having the knowledge of Ajax. Also in that for displaying RSS feeds from other sites, you would have to communicate with a versatile PHP RSS parser. This versatile PHP RSS parser is called as Simplepie. Hope that this post helped you.!!
    Signatures reduce available bandwidth

  3. #3
    Join Date
    Aug 2006
    Posts
    235

    Re: Script for RSS Display Boxes

    I totally agree with the 'Viensterrr'. Even I think that using Ajax , this script makes it easy to display RSS feeds from other sites inside DIV containers, by communicating with a versatile PHP RSS parser called Simplepie. By using this the main advantage is that, each RSS box can be independently tailored, from the RSS feed to fetch, how many items to show o what portions of each entry to display. You can give just the "title", or "title" plus "description" in the RSS Display Boxes.
    3.2 (northwood)
    2gig ram
    ATI AIW X800xt 256mb
    Gigabyte GA-8knxp 875p Chipset
    Optiwrite 8X DVD Burner
    Win XP PRO Sp2 (Works Perfectly)
    2 SATA Raptor 74gig Raid 0
    2 7200 IDE 320gig HD

  4. #4
    Join Date
    Mar 2008
    Posts
    349

    Re: Script for RSS Display Boxes

    If you want the ticker to call independently on the page via JavaScript, you can use the following code. By using this you can give multiple links along with the information in the same RSS Display Boxes. The JavaScript on the page looks like this :
    Code:
    <script type="text/javascript">
    var showschool=new rssdisplaybox("school", "schoolid", "class")
    showschool.set_items_shown(30, 20)
    showschool.set_template("titles") 
    showschool.start()
    </script>

  5. #5
    Join Date
    Nov 2008
    Posts
    996

    Re: Script for RSS Display Boxes

    I would like to recommend you to use the coding. But if that is not working then you can try to download the coding from the web. The easiest way to install RSS Display Boxes is to download the zip file from the Internet which is available for free of cost. Also the main drawback of downloading that is you would have to make a lot of changes according to your need. Doing this is not very tough, but takes lot of time. So you can also have that option.

  6. #6
    Join Date
    May 2008
    Posts
    2,389

    Re: Script for RSS Display Boxes

    I know the code that is used iside your page that will display the RSS boxes. Initially the main thing is to define a list of desired RSS feeds. Then you are ready to display them inside any page on the same server. Also make sure that you've added the mandatory code that should appear inside the HEAD section to your page. You can use the following for doing the same :
    Code:
    <link rel="stylesheet" type="text/css" href="rssbox/rssdisplaybox.css" />
    <script type="text/javascript" src="rssbox/demolist.js"></script>
    
    <script type="text/javascript" src="rssbox/rssdisplaybox.js">
    
    </script>

Similar Threads

  1. Display Japanese and other characters properly instead of boxes
    By Captain Samuel Salt in forum Operating Systems
    Replies: 5
    Last Post: 16-03-2011, 07:07 AM
  2. How to nest boxes inside parent boxes in CSS?
    By Dilbert in forum Software Development
    Replies: 5
    Last Post: 11-05-2010, 04:41 PM
  3. How to display powershell script output to XML
    By StephanieRice in forum Software Development
    Replies: 3
    Last Post: 01-06-2009, 02:10 PM
  4. Vb Script to Display and reset Page No. in Excel Report
    By kinrarateoh in forum Software Development
    Replies: 3
    Last Post: 27-04-2009, 02:39 PM
  5. Replies: 2
    Last Post: 14-01-2009, 01:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,326,990.52689 seconds with 17 queries