<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>How to Make a Popup &#187; RSS Feeds in Popup Window</title>
	<atom:link href="http://123javascriptpopup.com/blog/tag/rss-feeds-in-popup-window/feed" rel="self" type="application/rss+xml" />
	<link>http://123javascriptpopup.com/blog</link>
	<description>All about how to make pop ups for your website</description>
	<lastBuildDate>Sun, 25 Apr 2010 06:39:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RSS Feeds in Popup Window</title>
		<link>http://123javascriptpopup.com/blog/rss-feeds-in-popup-window</link>
		<comments>http://123javascriptpopup.com/blog/rss-feeds-in-popup-window#comments</comments>
		<pubDate>Fri, 27 Nov 2009 00:12:11 +0000</pubDate>
		<dc:creator>Robert Ward</dc:creator>
				<category><![CDATA[Popup Software]]></category>
		<category><![CDATA[RSS Feeds in Popup Window]]></category>

		<guid isPermaLink="false">http://123javascriptpopup.com/blog/?p=24</guid>
		<description><![CDATA[
I was wondering for some time now how I could put a RSS feed onto my website, so I decided to surf the net and find out how to do it fast, affordable and in such a way I could reproduce the results in different pages or client websites with a minimum of fuss.
My thoughts [...]]]></description>
			<content:encoded><![CDATA[<div id="body">
<p>I was wondering for some time now how I could put a RSS feed onto my website, so I decided to surf the net and find out how to do it fast, affordable and in such a way I could reproduce the results in different pages or client websites with a minimum of fuss.</p>
<p>My thoughts were that the easiest way to implement into an already existing page without disturbing the content, would be in a popup, this would also help with me being able to position anywhere on the screen and have more control over the entrance and closing of the popup for the browser, including the possibility to scroll with the page contents so my visitors always had it in their sight.</p>
<p>First I needed to find out how to install a RSS feed, because displaying it afterwards in an iframe popup window would be easy with my JavaScript popup window software. So after some time of searching through cyberspace junk and different piles of data on the subject I finally came across a small script in PHP which looked as if it would do the trick. The script was in two files one for the PHP functions to connect to a RSS feed and the other was to display the contents, but we don&#8217;t really need to know too much about their inner workings for now. Also I might add the script is open source and free to copy, use and distribute as long as we follow the owners instructions, which basically are not to sell the script as your own and to leave the credits untouched (I suggest you read them thoroughly before).</p>
<p>So now I had the script I needed to change it a little, as the original file logged on to CNN and BBC news, which wasn&#8217;t exactly what I was originally thinking of using for my own purposes. So I changed it to a UK tabloid newspapers football feed, published to my website and ran it in my web browser. Now I was impressed!! Here I am 30 minutes later with the RSS feed running on my website page and such an easy task. In fact the hardest part was finding the script, which I have linked to at the bottom of this article. It was so easy I actually decided to make a video tutorial describing it step by step for anyone who wants to put a RSS popup window on their website.</p>
<p>As I said at the beginning I wanted to insert the RSS feed into a popup window, so now that the RSS feed was working all I had to do was to copy the script&#8217;s URL and insert it into my popup window software HTML editor, which is detailed in the video tutorial at the link below. This was also a relatively easy task considering all you need is a text editor and a few right clicks of a mouse.</p>
<p>Within less than 15 minutes I had installed a RSS ticker in a popup window on my website.</p></div>
<div id="sig">
<p>See the example and full two part video tutorials here <a href="http://www.123javascriptpopup.com/make-a-RSS-javascript-popup-window.html" target="_new">http://www.123javascriptpopup.com/make-a-RSS-javascript-popup-window.html</a></p>
<p><a href="http://www.123javascriptpopup.com/" target="_new">http://www.123javascriptpopup.com</a></div>
<p style="margin-bottom: 1em;">Article Source: 							<a href="http://ezinearticles.com/?expert=Robert_J_Ward"> http://EzineArticles.com/?expert=Robert_J_Ward </a></p>
]]></content:encoded>
			<wfw:commentRss>http://123javascriptpopup.com/blog/rss-feeds-in-popup-window/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

