How to republish RSS feeds on your website

Written by Allan Burns


Continued from page 1

RSS Equalizer is a PHP script that runs from your server so you will need to make sure your host can run PHP, most web hosts do. Once installed and set up RSS Equalizer can be left to parse content fromrepparttar RSS feeds and produce a readable HTML format pages on your website.

If you have any programming experience or know a little PHP then there are some other free tools that you can use. These PHP scripts will allow you to parse RSS feeds and if you know PHP will give you more options for customisation. These tools are CaRP, Last RSS and zFeeder.

If you haverepparttar 135518 time and feel you can handlerepparttar 135519 PHP thenrepparttar 135520 free PHP scripts above will be your best option. If you neither haverepparttar 135521 time orrepparttar 135522 inclination and wantrepparttar 135523 hard work already done for you then try out RSS Equalizer, its not free but it'srepparttar 135524 best option forrepparttar 135525 non programmer.

Allan is the webmaster at NewsNiche an RSS resource for webmasters. Learn how to use RSS to attract and retain visitors to your site.


Using QuickSub to make it easier for your visitors to subscribe to your feed

Written by Allan Burns


Continued from page 1

Uploadrepparttar CSS as javascript file to your server. Now you will need to add some code into your web pages. You will need to do this for all ofrepparttar 135253 pages that you wish to use QuickSub on.

Please note that in these examples I have used square brackets instead of angled brackets.

First you need to copy some code to callrepparttar 135254 CSS file. Add this line with your head tags.

[style type="text/css"] @import "quicksub.css"; [/style]

Then copy this code intorepparttar 135255 body of your page.

[div id="quickSub" style="position:absolute; visibility:hidden; z-index:1000;" onMouseOut="return timeqs();" onMouseMove="return delayqs();"][/div] [script language="JavaScript" src="quicksub.js"][!-- quickSub (c) Jason Brome --][/script]

Then where you want to use QuickSub place this code inrepparttar 135256 body of your page.

[a href="http://www.sitename.com/rssfeed.xml" rel="nofollow" onmouseout="return timeqs();" onmouseover="return quicksub(this, 'http://www.sitename.com/rssfeed.xml');"]Your link text here[/a]

You just need to replacerepparttar 135257 path withrepparttar 135258 path to you RSS feed and enter you own link text. All is left now is to upload your modified page to your web server andrepparttar 135259 new QuickSub javascript will be active.

Allan is the webmaster at NewsNiche an RSS resource for webmasters. Learn how to use RSS to attract and retain visitors to your site.


    <Back to Page 1
 
ImproveHomeLife.com © 2005
Terms of Use