<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Doing Pop-Ups the Right Way with jQuery</title>
	<atom:link href="http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/</link>
	<description>Web Development</description>
	<lastBuildDate>Thu, 15 Dec 2011 10:08:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-25</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 29 Dec 2009 15:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-25</guid>
		<description>Hi,

Great code!

How do I make it a pop-under e.g. so it opens under the current window?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great code!</p>
<p>How do I make it a pop-under e.g. so it opens under the current window?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ</title>
		<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-24</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Fri, 31 Jul 2009 01:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-24</guid>
		<description>Now officially a jQuery plugin.  http://plugins.jquery.com/project/open 

I&#039;ll be working on additional documentation in the days to come.</description>
		<content:encoded><![CDATA[<p>Now officially a jQuery plugin.  <a href="http://plugins.jquery.com/project/open" rel="nofollow">http://plugins.jquery.com/project/open</a> </p>
<p>I&#8217;ll be working on additional documentation in the days to come.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-23</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 22 Jul 2009 04:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-23</guid>
		<description>Nice script ... client wanted this exact functionality in a site and I didn&#039;t want to pollute my html with inline js ... this solution is perfect ... +1 for a plugin.</description>
		<content:encoded><![CDATA[<p>Nice script &#8230; client wanted this exact functionality in a site and I didn&#8217;t want to pollute my html with inline js &#8230; this solution is perfect &#8230; +1 for a plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ</title>
		<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-22</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Wed, 15 Jul 2009 02:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-22</guid>
		<description>Thanks for all the great comments.  I&#039;m going to try to work them all into an update to my hosted example code.  (May even think about turning this into a jQuery plugin.)</description>
		<content:encoded><![CDATA[<p>Thanks for all the great comments.  I&#8217;m going to try to work them all into an update to my hosted example code.  (May even think about turning this into a jQuery plugin.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex O</title>
		<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-21</link>
		<dc:creator>Alex O</dc:creator>
		<pubDate>Sat, 06 Jun 2009 00:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-21</guid>
		<description>In addition to changing &#039;resizeable&#039; to &#039;resizable&#039; as Shawn pointed out I also changed the util.js on the window.open to focus on the target window in case it was already opened and hidden:

wo = window.open(href, windowName, useParams);
return wo.focus();</description>
		<content:encoded><![CDATA[<p>In addition to changing &#8216;resizeable&#8217; to &#8216;resizable&#8217; as Shawn pointed out I also changed the util.js on the window.open to focus on the target window in case it was already opened and hidden:</p>
<p>wo = window.open(href, windowName, useParams);<br />
return wo.focus();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Dalton</title>
		<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-20</link>
		<dc:creator>Shawn Dalton</dc:creator>
		<pubDate>Fri, 29 May 2009 16:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-20</guid>
		<description>NOTE:
resizable NOT resizeable
otherwise the resizing wont work in IE</description>
		<content:encoded><![CDATA[<p>NOTE:<br />
resizable NOT resizeable<br />
otherwise the resizing wont work in IE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-19</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 13 Mar 2009 15:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-19</guid>
		<description>Thanx DJ, this was exactly the unobtrusive solution I was looking for.

Ever thought of turning it into a jQuery plugin?</description>
		<content:encoded><![CDATA[<p>Thanx DJ, this was exactly the unobtrusive solution I was looking for.</p>
<p>Ever thought of turning it into a jQuery plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ</title>
		<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-18</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Wed, 22 Oct 2008 01:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-18</guid>
		<description>@gary:  Probably didn&#039;t work because jQuery wasn&#039;t in the zip file.  I&#039;ve updated the zip with a Google-hosted version of jQuery so it should work for you.  

Best, 
DJ</description>
		<content:encoded><![CDATA[<p>@gary:  Probably didn&#8217;t work because jQuery wasn&#8217;t in the zip file.  I&#8217;ve updated the zip with a Google-hosted version of jQuery so it should work for you.  </p>
<p>Best,<br />
DJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gary</title>
		<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-17</link>
		<dc:creator>gary</dc:creator>
		<pubDate>Tue, 14 Oct 2008 06:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-17</guid>
		<description>Thanks for sharing, I just download and tried the code, it seems no working under ff3 and ie6, nothing pops up but new window tab</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, I just download and tried the code, it seems no working under ff3 and ie6, nothing pops up but new window tab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-16</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 18 Sep 2008 08:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-16</guid>
		<description>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</description>
		<content:encoded><![CDATA[<p>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

