HTML - Rss News Feeds?
Sorry if this is the wrong place to post this. I want to be able to generate a RSS news feed from my website with latest news etc, but I really haven't a clue where to start. Would anyone of the experts on this forum be able to advise me of where to start and what is the best way to go about it?
I hope you can help. Thanks Simon Similar TutorialsHi peeps, I apologise if this is in the wrong section, if so, please move to appropriate category. I have a basic understanding of HTML coding and I am attempting to learn new skills and tricks to help me in my development. I am currently in the process of developing a new site for myself and on this site I will have a news page, which I update weekly with news from the industry. I was wondering what is the best way of going about new news articles (written by myself, not taken from external sources) and also how to automatically update the 'news' snippet on the homepage when I add a new news article? Any advice or pointers in the right direction would be greatly appreciated. Thanks Im updating an RSS feed, I have over 1000 feeds to complete. I have all the information in an excel document. Is there any way to automatically import the information using a program of some sort? Its really takin a long time to fill in all the fields, there must be a quicker way.... Help Anybody know how to setup a RSS feed for our church? Thanks Pastor Is there a way to use another websites RSS feeds on your website? For example, you can get an Rss feed from iTunes that displays the Top Ten New Releases. Is there a way to format this information and use it on your website? Thanks. Hi, I know this should be really simple but am having problems... How can I get just one or two articles from the following RSS feed: http://www.forbes.com/forbeslife/realestate/index.xml into my website at the bottom of the page: www.usip.co.uk/index6.html ?? I just want the headlines showing and then when people click on them they can be taken to the whole article on the Forbes website? Thanks Richard Hello I have a site I am rebuilding and I want to incorporate a the most recent posts from a Blogger blog into the site, so that it looks like the attached. The formatting does not have to be exactly like that but it is in essence what the client creating the look and feel wanted. Any ideas on how this can be done would be greatly appreciated. hey guys i'm makin a web page for an art project. what steps are needed to set up sort of a live video feed off a web cam? I want to be able to position the webcam feed on the page wherever i want on the page. I'm gonna try to google it some more, but so far nothing great has come up and i just wanted to try some direct advice if anyone knows how. thanks, you guys never disappoint. Greetings, I am wondering how should I approach on doing this? Basically, I am intending to create a forum in Zetaboards and inside this forum, there will be a news section. I will want my RSS feed to get it's posts from this news section. From the RSS feed, the feeds will then go to my website news section. The objective is to allow my website news section to receive the news from the forum news section. I have done a bit of research on it but I still can't figure out. In addition, I can't use PHP because I do not have the knowledge and my web host does not support PHP at all. Therefore, the code needs to be HTML, Javascript, XML and so on. Please help! Thanks! Hello I have a site I am rebuilding and I want to incorporate a the most recent posts from a Blogger blog into the site, so that it looks like the attached. The formatting does not have to be exactly like that but it is in essence what the client creating the look and feel wanted. Any ideas on how this can be done would be greatly appreciated. I have a Wordpress blog, and the default template included a line like this in the <head> for an RSS 2.0 feed: HTML Code: <link rel="alternate" type="application/rss+xml" title="GarrettW.net RSS Feed" href="http://garrettw.net/feed/"> my problem is this: i have added a similar line below it for an Atom feed. HTML Code: <link rel="alternate" type="application/atom+xml" title="GarrettW.net Atom Feed" href="http://garrettw.net/feed/atom/"> but on my site, when you click the Feed icon that shows up in the address bar (in Firefox), you don't get a drop-down menu allowing you to pick which feed you want to go to. but on this site, for example, you do: (link removed cuz their site changed ) why won't that work on my site? with mine, firefox just uses the one that comes last in the HTML. Can somebody give me a code for close to the code on http://www.psp-hacks.com/ for news, and people leaving comments! Thanks in advance ps: my site is http://www1.webng.com/steer/index.htm and you see the background... I drew those two separator lines (they are not straight) is there any other way to do it? Here is the fresh background image I want to set up a news section on my website from my forums. Like I have an announcement section that I wanted to link to. How do I do that. Hi there. I currently use a news feed widget from BlastCasta.com on a website for a leading gymnast, however i notice sometimes the news feed covers stories about someone with the same name (ie, they are not relevent to the gymnast at all!) Is there any way at all of using something else/something better? I am completely ignorant when it comes to News feeds/widgets and how to implement them. Any advice would be fantastic. See the current news feed page at http://www.bethtweddle.com/news.html a guy i know who runs a website had archieved news on his website without cutenews can someone please tell me the code for this...i cannot get my cutenews to work for some strange reason...thank alot everyone How would I get a scrolling news bar in my webpage? I am extremely new, so please post code. Thanks hi this is gafadi and i am new i am creating a news html website .. i need some help .. i need to know how organize my site .. how to save the news that i publish everyday .suppose i publish news today and after 1 year people go to the search option and easily find that news .. thanks Hello! I'm having some trouble designing a website in which I want to incorporate a news feed. Some examples of what I mean can be found at zerocommit.com bungie.net I would have no problem placing an Iframe, but I know that that won't work out when I want to update. Forgive my ignorace of the subject but I'm clueless. Any help is greatly appreciated. Hi all, Just signed up. I dabble occasionally with coding and would appreciate your help on a slight problem. I'm thinking of putting in a scrolling ticker with links to files on site so this is what I've put in (link removed): <marquee behavior="scroll" direction="left" bgcolor="#192025" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="4"><a href="link">Text</a></marquee> This is where my problem starts. The text is by default set to be black, therefore I can't see the text as the background colour is a shade of black. How do I change the text colour to white for this one bit? That's the first problem, I then tried to manually change it by adding some codes like this, which is messy: <marquee behavior="scroll" direction="left" bgcolor="#192025" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="4"><a href="link"><font size="3" face="Yanone Kaffeesatz" color="white"> Text</a></font> </marquee> It is now white text but the problem is that it appears in Times New Roman I think. I then tried deleting the face=Yanone Kaffeesatz strand but it does not work. Thing is, with the first <marquee> example in my post, it defaults to the Yanone Kaffeesatz font with no mention of it (as that is what I use on my site), but it's in black. When I add the other string in the second example I get it in white but not in the font I want. Any help would be much appreciated. Ok here's the low-down - I'm trying to find a better way to post news items on a large intranet - currently we have to post the same news on twenty different servers, which drives me barmy. The big issues are we can only get client-side access (no asp, php etc) although on the upside all the users are IE6 - so in a way some things like data islands become available. So I was thinking we could have a central xml file that we could update and each page would be set to show certain categories or something. first of all is this possible at all?! And if so - any help/pointers would be appreciated! You'll see below where I've got to - so it's displaying the first news item dynamically so I guess there's two questions - one hopefully fairly easy and the second for a resident-genius type: 1) How can I get it to display the 'first five records' rather than just the first one - I know you can fudge it with tables, but I'm trying to keep it as proper as possible and I know tables aren't really the best for this sort of thing. 2) Is there any way I can add 'markers' to the xml file that are checked - ie so the xml file could have items like: <item> <title> The title of this article</title> <markers> <political>Yes</political> <sport>No</sport> <technology>Yes</technology> </markers> <content>blah blah</content> </item> This'd then let me specify an article as both political and technology and thus on the political and technology pages it'd appear if it was one of the five most recent valid articles, but not on the sport pages. Any ideas?! Code below if it helps... Page: Code: <html> <head> </head> <body> <div> <div>All News</div> <ul> <li><span dataSrc="#news" dataFld="title"></span></li> <li>News 2</li> <li>News 3</li> <li>News 4</li> <li>News 5</li> </ul> </div> <div> <div>Retail News</div> <ul> <li>News 1</li> <li>News 2</li> <li>News 3</li> <li>News 4</li> <li>News 5</li> </ul> </div> <xml id="news" src="news.xml"></xml> </body> </html> XML file: Code: <?xml version="1.0"?> <news> <newsitem> <title>General News 1</title> <intro>intro for the general news</intro> <link>http://www.bbc.co.uk</link> </newsitem> <newsitem> <title>General News 2</title> <intro>intro for the general news</intro> <link>http://www.bbc.co.uk</link> </newsitem> <newsitem> <title>General News 3</title> <intro>intro for the general news</intro> <link>http://www.bbc.co.uk</link> </newsitem> <newsitem> <title>General News 4</title> <intro>intro for the general news</intro> <link>http://www.bbc.co.uk</link> </newsitem> <newsitem> <title>General News 5</title> <intro>intro for the general news</intro> <link>http://www.bbc.co.uk</link> </newsitem> <newsitem> <title>General News 6</title> <intro>intro for the general news</intro> <link>http://www.bbc.co.uk</link> </newsitem> <newsitem> <title>General News 7</title> <intro>intro for the general news</intro> <link>http://www.bbc.co.uk</link> </newsitem> </news> |