Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Rss Builder V2, Create And Download Rss Feeds For Your Websites, Start building your website rss material, completely free!
Rating 5 V
Lyon2
post Jun 9 2005, 01:14 PM
Post #1


The Ethical Hacker
***********

Group: [HOSTED]
Posts: 1,144
Joined: 27-May 05
From: Portugal (Europe)
Member No.: 7,566



QUOTE
RSS Builder ** free **
RSS Builder is an easy to use program to create RSS feeds for your web site. It provides a simple interface that lets you add topics, links and content, and then publish the RSS (v2.0) feed to your web server, using the built-in FTP client.

What is RSS?
RSS is an abbreviation of either Really Simple Syndication or Rich Site Summary; it depends who you talk to.
RSS is the new standard for distributing news and information via the Internet. The information is published via RSS News Feeds.

What is an RSS News Feed?
An RSS news feed is a list of topics which is made available from a web site, using RSS. To read the feed, the user installs a newsreader and enters the URL for the news feed.
RSS news feeds are a replacement for email newsletters. Eventually, everyone will be reading their news via an RSS news aggregator. This way you have full control on what you will receive, without the need for visiting web-sites. The RSS way of reading news also helps to protect you from spam, because you can keep your email address private.

Becoming an RSS News Feed publisher
For publishers, RSS is a great way to present information such as news, headlines, or updates. If you have information to share, RSS is the answer! And the nice thing is that making your own RSS feeds is very simple! With RSS Builder it is even simpler.


Download RSS Builder :
http://home.hetnet.nl/mr_2/43/bsoft/rssbuilder/download.htm


Start building your rss material, and get more visitors to your websites!
This is a "must have" tool!
Beleave it!

This post has been edited by Lyon2: Sep 2 2006, 07:44 PM
Go to the top of the page
 
+Quote Post
varunone
post Jun 9 2005, 01:51 PM
Post #2


Member [Level 2]
*****

Group: Members
Posts: 88
Joined: 7-June 05
Member No.: 7,970



Hmmm Interesting to post about rss... i was just looking for something that would get all the nice stuff from different sites on to mine ...

But i am really wondering is putting rss feeds on your site regal ...cause they are normally made for personal use ... is this the napster way ?

Any comments ?

Cheers
Go to the top of the page
 
+Quote Post
Lyon2
post Jun 9 2005, 04:58 PM
Post #3


The Ethical Hacker
***********

Group: [HOSTED]
Posts: 1,144
Joined: 27-May 05
From: Portugal (Europe)
Member No.: 7,566



I Don't know what you mean.
Go to the top of the page
 
+Quote Post
Saint_Michael
post Jun 10 2005, 10:05 AM
Post #4


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,305
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



it is legal as long as you make sure that website gets credit since you are posting about their imfomation from your site
Go to the top of the page
 
+Quote Post
boyCradle
post Aug 3 2005, 05:18 PM
Post #5


Super Member
*********

Group: Members
Posts: 469
Joined: 30-September 04
From: Manila, Philippines
Member No.: 1,349



Wow, I was planning to look for something like this within this week. And I did not know I'll find it this easy. I am currently building (I have started posting a couple of entry) for my weblog and I was thinking if there is such a progpram that could enable my visitors to view what site I am visiting through RSS Feed. Posting Links is nice but they will get more interest about those sites if they will get to read some parts of the recent articles and posts. Thank you very much for the link! I am downloading it right now.
Go to the top of the page
 
+Quote Post
ecunning
post Apr 28 2006, 11:01 PM
Post #6


Newbie
*

Group: Members
Posts: 1
Joined: 28-April 06
Member No.: 22,722



Very nice!

There is also a free web based RSS feed builder at http://www.linkassure.com/rss-writer.php.

It's got all of the basics you need to get posting.
Go to the top of the page
 
+Quote Post
True2Earn
post Apr 28 2006, 11:47 PM
Post #7


Advanced Member
*******

Group: Members
Posts: 141
Joined: 25-April 06
Member No.: 22,477



Wouldn't it be better to have random RSS feeds? While educating myself on RSS I found a script that looks promising. It's called RSS Randomizer and there is even a working demo of it so you can give it a test run. Not only does it put up a different feed on every refresh but a different number of feeds. From what I read about it, when your site is spidered it'll keep finding new content and the spider will think that the page is always being updated because the number of feeds always change. Looks like I may have to dig deep in my pockets and get it.

Notice from serverph:
removed referral link; direct URL fixed.
Go to the top of the page
 
+Quote Post
Lyon2
post Apr 28 2006, 11:57 PM
Post #8


The Ethical Hacker
***********

Group: [HOSTED]
Posts: 1,144
Joined: 27-May 05
From: Portugal (Europe)
Member No.: 7,566



True2Earn, you can do almost the same thing with this tool, the problem (or not) is that you will have to work more, meaning, you will have to create the xml files yourself (the rss feeds) with your own information, news, whatever, and/or also create rss random rss feeds with xml files of other websites, for example, you want to show on your websites the rss feeds of news of the website "wired news", you just have to insert the link, in the new rss feeds, when using the this program, to the xml file you want to use.

Perhaps a litle confusing if you're not really into this stuff but, if you can add a script that does exactly what you want, without too much work, i guess it's a smart thing to do but, if you want to learn more about how rss works and how to create it and add it to your website/blog/forum, perhaps it's better to use this program and then, when you now a lot, use that script, but this is just an advice.
Go to the top of the page
 
+Quote Post
True2Earn
post Apr 29 2006, 03:27 AM
Post #9


Advanced Member
*******

Group: Members
Posts: 141
Joined: 25-April 06
Member No.: 22,477



When you think about it, it wouldn't be that difficult to set up a routine to randomly display RSS feeds. Maybe start out by setting up a list of feeds and the minimum and maximum number of stories to display, and finally, include the file that contains all your routines you need to make the selction random, such as:

CODE
<?
// this example uses two Reuters feeds
$url_list="http://feeds.feedburner.com/reuters/globalCoverage2/|http://today.reuters.com/rss/topNews/";
$num_min_items="3";
$num_max_items="5";
require_once("functions.php");
?>


and there you have it! Random feeds! Now, All I need to do is write functions.php and I'll be set. Shouldn't be that difficult.

Notice from serverph:
USE CODE TAGS as needed. fixed.
REVIEW TRAP17 FORUM RULES & TOS.