Jason Brome

You can make it easier for your visitors to subscribe to their RSS feed. With a free and easy to install javascript function you can add the (QuickSub) power button a few minutes. Let me show you how easy it is. QuickSub mouseover is a javascript function that generates a list of RSS feed readers can use to subscribe to its RSS news feed with one click. It can be seen in action on my site just move your mouse over the link to subscribe. You should see a list of RSS feed readers.

If you click a link to your news reader to open the RSS reader and add this feed to it. You will need a news reader installed on your computer for this to work. For example if the visitor uses SharpReader as their RSS reader then click on the link and this Sharpreader add the feed to your RSS reader visitors. To use QuickSub in place for the first time will have to download the JavScript and CSS site The file is compressed so you need to unzip the file and will leave you with quicksub.css quicksub.js, and a sample HTML file. Upload the CSS as a JavScript file on the server. Now you need to add a code on their websites. You will need to do this for every page you want to use QuickSub. Note that in these examples I used brackets instead of angle brackets.

First you have to copy a code to call the CSS file. Add this line to your head. Style type = “text / css” import “quicksub.css”, / style Then copy this code in the body of your page. Div id = “quickSub” style = “position: absolute; visibility: hidden; z-index: 1000;” onMouseOut = “timeqs return ();” onMouseMove = “return ();”/ delayqs div script language = “javascript” src = “quicksub.js “!– quickSub (c) Jason Brome –/ script Then, in which you want to use QuickSub place this code in the body of your page. A href = ” onmouseout = “timeqs return ()” onmouseover = “return quicksub (this”);” Your text link here / a Just replace the path with the path of the RSS feed and enter your own link text. All that remains now is to upload the modified page to your web server and the new QuickSub javascript is enabled. Allan is the webmaster in an RSS resource for webmasters.