<?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>It's Called Web Design &#187; up</title>
	<atom:link href="http://itscalledwebdesign.com/tag/up/feed/" rel="self" type="application/rss+xml" />
	<link>http://itscalledwebdesign.com</link>
	<description>Web 2.0 is so 2004. . . .</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Popup Window</title>
		<link>http://itscalledwebdesign.com/tutorials/popup-window/</link>
		<comments>http://itscalledwebdesign.com/tutorials/popup-window/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 16:24:34 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[pop]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[up]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=597</guid>
		<description><![CDATA[Here is the easy code to have a link open a popup window. &#60;a href="http://www.yourdomain.com" onclick="window.open(this.href, '_blank', 'toolbar=no,location=yes,directories=yes,resizable=yes,scrollbars=yes,width=600,height=400'); return false;"&#62;Link to Popup&#60;/a&#62; That&#8217;s it, just change the href to wherever you want the link to go and feel free to modify any of the listed variables like toolbar, width, height, etc&#8230;]]></description>
			<content:encoded><![CDATA[<p>Here is the easy code to have a link open a popup window.<br />
<span id="more-597"></span></p>
<pre>&lt;a href="http://www.yourdomain.com" onclick="window.open(this.href, '_blank', 'toolbar=no,location=yes,directories=yes,resizable=yes,scrollbars=yes,width=600,height=400'); return false;"&gt;Link to Popup&lt;/a&gt;</pre>
<p>That&#8217;s it, just change the href to wherever you want the link to go and feel free to modify any of the listed variables like toolbar, width, height, etc&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/popup-window/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

