Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Need Some Help To Get RSS Script To Work On Page
Old 10-10-2008, 03:33 PM Need Some Help To Get RSS Script To Work On Page
Skilled Talker

Posts: 66
Trades: 0
I am putting together a 3-column page and I am want to show a local news RSS in the "left" column under my navigational menu.

As recommended, I downloaded what I need from Dynamic Drive and added it to my page, but it's not wokring. I am hoping that the experts here can help me to get this squared away and working.

What I downloaded is HERE.

I have not worked with scripts yet so I have no clue what I am doing. Can anyone help me out here with this?????

Anyway, here is the HTML:

</div>
<div class="news">
<script type="text/javascript">

var cssfeed=new gfeedfetcher("example1", "example1class", "")
cssfeed.addFeed("CSS Drive", "http://www.thepittsburghchannel.com/news/topstory.rss") //Specify "label" plus URL to RSS feed
cssfeed.displayoptions("date") //show the specified additional fields
cssfeed.setentrycontainer("li") //Display each entry as a list (li element)
cssfeed.filterfeed(10, "title") //Show 10 entries, sort by date
cssfeed.init() //Always call this last

</script>
</div>


And here is the CSS:

<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAA4JQq9H3mwY70Hnjckda0ThSNU_hnZ9bm 3pgrNOb287VQ6sa5hRQpck1NARAdPHG4WsQr0K-5Out-Nw">
</script>

<script type="text/javascript" src="gfeedfetcher.js">

/***********************************************
* gAjax RSS Feeds Displayer- (c) Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

</script>

<style type="text/css">

.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 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

code{ /*CSS for insructions*/
color: red;
}

</style>


You can see what I am trying to do HERE.

Thanks,
Vance
JustAGuy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-10-2008, 06:28 PM Re: Need Some Help To Get RSS Script To Work On Page
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
and this is a CSS issue because???
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-11-2008, 03:12 PM Re: Need Some Help To Get RSS Script To Work On Page
Skilled Talker

Posts: 66
Trades: 0
I don't know if this is a CSS problem or not Chrishirst. That's why I came here for expert help. If the problem isn't CSS (since I am obviously not as well versed as you), just say so and I'll move on.
JustAGuy is offline
Reply With Quote
View Public Profile
 
Old 10-11-2008, 05:57 PM Re: Need Some Help To Get RSS Script To Work On Page
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
RSS = Really Simple Syndication. It's use is for "sharing" data from a given site with other sites or interested parties eg RSS readers.

CSS = Cascading Style Sheet, used for styling HTML to make it look pretty.

So which are you actually having a problem with? and what IS the problem you are having?
From there we can offer advice and/or move this thread to the best place.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Need Some Help To Get RSS Script To Work On Page
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.39716 seconds with 12 queries