<?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: updating moopop for mootools 1.2</title>
	<atom:link href="http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/</link>
	<description></description>
	<lastBuildDate>Wed, 07 Jul 2010 15:22:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DrummerHead</title>
		<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/comment-page-1/#comment-313</link>
		<dc:creator>DrummerHead</dc:creator>
		<pubDate>Wed, 28 Jan 2009 19:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/?p=22#comment-313</guid>
		<description>Hello gonchuki!

I am DrummerHead, and I am also Uruguayan :) I&#039;m a Graphic designer who&#039;s been learning mootools and javascript to implement it in my current proyect, and this extension you&#039;ve made right here really helped. Simple and straight to the point.

Good work.</description>
		<content:encoded><![CDATA[<p>Hello gonchuki!</p>
<p>I am DrummerHead, and I am also Uruguayan :) I&#039;m a Graphic designer who&#039;s been learning mootools and javascript to implement it in my current proyect, and this extension you&#039;ve made right here really helped. Simple and straight to the point.</p>
<p>Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/comment-page-1/#comment-308</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Sun, 04 Jan 2009 19:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/?p=22#comment-308</guid>
		<description>I had the same problem as Danny. If I used moopop_mini.js it didn&#039;t do anything, but if I then went to moopop.js it worked.</description>
		<content:encoded><![CDATA[<p>I had the same problem as Danny. If I used moopop_mini.js it didn&#039;t do anything, but if I then went to moopop.js it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gonchuki</title>
		<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/comment-page-1/#comment-307</link>
		<dc:creator>gonchuki</dc:creator>
		<pubDate>Wed, 24 Dec 2008 17:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/?p=22#comment-307</guid>
		<description>You must be doing something wrong, like possibly mixing mootools with another framework that extends native objects (Prototype for example), as both &quot;each&quot; and &quot;addEvent&quot; are mootools functions and have nothing to do with my plugin.
Keep in mind that this kind of mixing is not supported by neither mootools nor prototype (or anything you could be using that also implements those or other methods) as those frameworks are designed to be the only ones present in your page using native object extension.</description>
		<content:encoded><![CDATA[<p>You must be doing something wrong, like possibly mixing mootools with another framework that extends native objects (Prototype for example), as both &#034;each&#034; and &#034;addEvent&#034; are mootools functions and have nothing to do with my plugin.<br />
Keep in mind that this kind of mixing is not supported by neither mootools nor prototype (or anything you could be using that also implements those or other methods) as those frameworks are designed to be the only ones present in your page using native object extension.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Foo</title>
		<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/comment-page-1/#comment-306</link>
		<dc:creator>Danny Foo</dc:creator>
		<pubDate>Wed, 24 Dec 2008 08:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/?p=22#comment-306</guid>
		<description>Just wanted to share I tried implementing this today - didn&#039;t work. Got the core builder files from MooTools and when I had all in place, I get the JS errors:
Hash.each is not a function
window.addEvent is not a function

I&#039;m a website designer and not a developer so it&#039;s difficult to troubleshoot this on my own.</description>
		<content:encoded><![CDATA[<p>Just wanted to share I tried implementing this today &#8211; didn&#039;t work. Got the core builder files from MooTools and when I had all in place, I get the <acronym title="JavaScript">JS</acronym> errors:<br />
Hash.each is not a function<br />
window.addEvent is not a function</p>
<p>I&#039;m a website designer and not a developer so it&#039;s difficult to troubleshoot this on my own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RayDeeA</title>
		<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/comment-page-1/#comment-304</link>
		<dc:creator>RayDeeA</dc:creator>
		<pubDate>Wed, 17 Dec 2008 12:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/?p=22#comment-304</guid>
		<description>To make scrollbars work with rel=&quot;popup[800,700,r]&quot;
change 
if (size[1]) el.store(&#039;popupprops&#039;, &#039;width=&#039; + size[1] + &#039;, height=&#039; + size[2] + (resizable[1] ? &#039;, scrollbars=yes, resizable=yes&#039; : &#039;, scrollbars=yes&#039;) );

to
if (size[1]) el.store(&#039;popupprops&#039;, &#039;width=&#039; + size[1] + &#039;, height=&#039; + size[2] + (resizable ? &#039;, scrollbars=yes, resizable=yes&#039; : &#039;, scrollbars=yes&#039;) ); 

^^</description>
		<content:encoded><![CDATA[<p>To make scrollbars work with rel=&#034;popup[800,700,r]&#034;<br />
change<br />
if (size[1]) el.store(&#039;popupprops&#039;, &#039;width=&#039; + size[1] + &#039;, height=&#039; + size[2] + (resizable[1] ? &#039;, scrollbars=yes, resizable=yes&#039; : &#039;, scrollbars=yes&#039;) );</p>
<p>to<br />
if (size[1]) el.store(&#039;popupprops&#039;, &#039;width=&#039; + size[1] + &#039;, height=&#039; + size[2] + (resizable ? &#039;, scrollbars=yes, resizable=yes&#039; : &#039;, scrollbars=yes&#039;) ); </p>
<p>^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/comment-page-1/#comment-298</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Fri, 14 Nov 2008 12:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/?p=22#comment-298</guid>
		<description>Thanks for this script. I was wondering about something: is it possible to check if a popup is already open? I have a popup on a site that I want to open just once. It is opened like this:

window.addEvent(&#039;domready&#039;, function(){
moopop.popup($(&#039;popup-link&#039;));
}
});

If the popup is already open, I don&#039;t want to allow the user to open it again. Also, if the user goes to another page I don&#039;t want it to open if it is already open.</description>
		<content:encoded><![CDATA[<p>Thanks for this script. I was wondering about something: is it possible to check if a popup is already open? I have a popup on a site that I want to open just once. It is opened like this:</p>
<p>window.addEvent(&#039;domready&#039;, function(){<br />
moopop.popup($(&#039;popup-link&#039;));<br />
}<br />
});</p>
<p>If the popup is already open, I don&#039;t want to allow the user to open it again. Also, if the user goes to another page I don&#039;t want it to open if it is already open.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gonchuki</title>
		<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/comment-page-1/#comment-290</link>
		<dc:creator>gonchuki</dc:creator>
		<pubDate>Wed, 17 Sep 2008 21:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/?p=22#comment-290</guid>
		<description>the popup window should automatically get focus when opened if you don&#039;t click something else, and in case you did take focus away by clicking something then that was the decision of the user and we as UI designers should not impose the window on their noses.</description>
		<content:encoded><![CDATA[<p>the popup window should automatically get focus when opened if you don&#039;t click something else, and in case you did take focus away by clicking something then that was the decision of the user and we as UI designers should not impose the window on their noses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/comment-page-1/#comment-273</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 21 Aug 2008 17:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/?p=22#comment-273</guid>
		<description>changing the popup function to include adding focus to the popup was very useful for me, you should think about including it:

popup: function(el) {
    var w = window.open(el.get(&#039;href&#039;), el.get(&#039;name&#039;) &#124;&#124; &#039;&#039;, el.retrieve(&#039;popupprops&#039;) &#124;&#124; &#039;&#039;);
	if (window.focus)
		w.focus();
  }</description>
		<content:encoded><![CDATA[<p>changing the popup function to include adding focus to the popup was very useful for me, you should think about including it:</p>
<p>popup: function(el) {<br />
    var w = window.open(el.get(&#039;href&#039;), el.get(&#039;name&#039;) || &#034;, el.retrieve(&#039;popupprops&#039;) || &#034;);<br />
	if (window.focus)<br />
		w.focus();<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/comment-page-1/#comment-256</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 09 Jul 2008 09:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/?p=22#comment-256</guid>
		<description>Hello

Great script

I want the scipt to function on all my links. Is there any way I can achieve this without writing rel=&quot;popup&quot; in every a href?</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Great script</p>
<p>I want the scipt to function on all my links. Is there any way I can achieve this without writing rel=&#034;popup&#034; in every a href?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-06-25 &#124; iKeif</title>
		<link>http://blog.gonchuki.com/archives/updating-moopop-for-mootools-12/comment-page-1/#comment-247</link>
		<dc:creator>links for 2008-06-25 &#124; iKeif</dc:creator>
		<pubDate>Wed, 25 Jun 2008 17:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gonchuki.com/?p=22#comment-247</guid>
		<description>[...] updating moopop for mootools 1.2 &#124; a pint of javascript (and general web stuff) Okay - this isn&#8217;t exactly groundbreaking, but when you know you&#8217;ve got to do it, or have someone update them, why not make popups easy? (tags: mootools webdev popup _blank code dev example) [...]</description>
		<content:encoded><![CDATA[<p>[...] updating moopop for mootools 1.2 | a pint of javascript (and general web stuff) Okay &#8211; this isn&#039;t exactly groundbreaking, but when you know you&#039;ve got to do it, or have someone update them, why not make popups easy? (tags: mootools webdev popup _blank code dev example) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
