<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Doing Pop-Ups the Right Way with jQuery</title>
	<link>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/</link>
	<description>Web Development</description>
	<pubDate>Thu, 18 Mar 2010 09:21:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Abram Ribar</title>
		<link>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-350</link>
		<dc:creator>Abram Ribar</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:40:07 +0000</pubDate>
		<guid>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-350</guid>
		<description>Hey, I came across this blog post while searching for help with JavaScript. I've recently switched browsers from Chrome to Internet Explorer 7. Now I seem to have a problem with loading JavaScript. Everytime I browse site that requires Javascript, the page freezes and I get a "runtime error javascript.JSException: Unknown name". I can't seem to find out how to fix the problem. Any help is very appreciated! Thanks</description>
		<content:encoded><![CDATA[<p>Hey, I came across this blog post while searching for help with JavaScript. I&#8217;ve recently switched browsers from Chrome to Internet Explorer 7. Now I seem to have a problem with loading JavaScript. Everytime I browse site that requires Javascript, the page freezes and I get a &#8220;runtime error javascript.JSException: Unknown name&#8221;. I can&#8217;t seem to find out how to fix the problem. Any help is very appreciated! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-349</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 29 Dec 2009 15:23:19 +0000</pubDate>
		<guid>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-349</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://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-328</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Fri, 31 Jul 2009 01:34:31 +0000</pubDate>
		<guid>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-328</guid>
		<description>Now officially a jQuery plugin.  http://plugins.jquery.com/project/open 

I'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://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-327</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 22 Jul 2009 04:03:15 +0000</pubDate>
		<guid>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-327</guid>
		<description>Nice script ... client wanted this exact functionality in a site and I didn'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://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-326</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Wed, 15 Jul 2009 02:54:10 +0000</pubDate>
		<guid>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-326</guid>
		<description>Thanks for all the great comments.  I'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://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-325</link>
		<dc:creator>Alex O</dc:creator>
		<pubDate>Sat, 06 Jun 2009 00:16:09 +0000</pubDate>
		<guid>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-325</guid>
		<description>In addition to changing 'resizeable' to 'resizable' 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://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-324</link>
		<dc:creator>Shawn Dalton</dc:creator>
		<pubDate>Fri, 29 May 2009 16:10:59 +0000</pubDate>
		<guid>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-324</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://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-320</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 13 Mar 2009 15:29:02 +0000</pubDate>
		<guid>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-320</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://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-317</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Wed, 22 Oct 2008 01:40:56 +0000</pubDate>
		<guid>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-317</guid>
		<description>@gary:  Probably didn't work because jQuery wasn't in the zip file.  I'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://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-316</link>
		<dc:creator>gary</dc:creator>
		<pubDate>Tue, 14 Oct 2008 06:07:25 +0000</pubDate>
		<guid>http://www.djsipe.com/2008/07/04/doing-pop-ups-the-right-way-with-jquery/#comment-316</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>
</channel>
</rss>
