<?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: MooTools 1.2.3 Released</title>
	<atom:link href="http://mootools.net/blog/2009/06/19/mootools-123-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://mootools.net/blog/2009/06/19/mootools-123-released/</link>
	<description>The Blog</description>
	<lastBuildDate>Sat, 20 Apr 2013 05:31:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Justin Clean</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-1155</link>
		<dc:creator>Justin Clean</dc:creator>
		<pubDate>Fri, 10 Sep 2010 18:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-1155</guid>
		<description>&lt;p&gt;Great job with the release, cant wait to see the updates! Thank you again for all your hard work and effort with the release.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great job with the release, cant wait to see the updates! Thank you again for all your hard work and effort with the release.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Heater</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-1153</link>
		<dc:creator>Jack Heater</dc:creator>
		<pubDate>Mon, 30 Aug 2010 23:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-1153</guid>
		<description>&lt;p&gt;Anuj, try switching up the variables to see if you get any results.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Anuj, try switching up the variables to see if you get any results.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-560</link>
		<dc:creator>Anuj</dc:creator>
		<pubDate>Wed, 19 Aug 2009 06:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-560</guid>
		<description>&lt;p&gt;Hi All,&lt;/p&gt;

&lt;p&gt;Please help me. When I have to replace $(), I will use document.id() but when I want to replace $$() what will I use?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi All,</p>

<p>Please help me. When I have to replace $(), I will use document.id() but when I want to replace $$() what will I use?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: BMo</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-557</link>
		<dc:creator>BMo</dc:creator>
		<pubDate>Fri, 31 Jul 2009 10:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-557</guid>
		<description>&lt;p&gt;What do you changed on submiting form-elements?&lt;/p&gt;

&lt;p&gt;My function, don&#039;t send any submit buttons anymore, but I need the name and the value of the submit-Buttons in the form.&lt;/p&gt;

&lt;p&gt;html_element.addEvent(&#039;submit&#039;, function(e) {
            e.stop();
            this.set(&#039;send&#039;, { 
                method: &#039;post&#039;,
                onComplete: function(response) { 
                    general_function_destroyLoadingAnimation(zielDiv);
                    zielDiv.empty().set(&#039;html&#039;, response);
                     //domready ausführen
                     if(pageLoadManager!=null){
                        pageLoadManager.initialize();
                     }else{
                        pageLoadManager = new PageLoadManager();
                     }
                }
            });
            this.send();
});&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What do you changed on submiting form-elements?</p>

<p>My function, don&#8217;t send any submit buttons anymore, but I need the name and the value of the submit-Buttons in the form.</p>

<p>html_element.addEvent(&#8216;submit&#8217;, function(e) {
            e.stop();
            this.set(&#8216;send&#8217;, { 
                method: &#8216;post&#8217;,
                onComplete: function(response) { 
                    general_function_destroyLoadingAnimation(zielDiv);
                    zielDiv.empty().set(&#8216;html&#8217;, response);
                     //domready ausführen
                     if(pageLoadManager!=null){
                        pageLoadManager.initialize();
                     }else{
                        pageLoadManager = new PageLoadManager();
                     }
                }
            });
            this.send();
});</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Malih</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-541</link>
		<dc:creator>Malih</dc:creator>
		<pubDate>Fri, 10 Jul 2009 12:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-541</guid>
		<description>&lt;p&gt;I wonder whether mootools 2.0 will make available feature like the new Web worker threads in FF 3.5 to Internet Explorer, or any other browser that doesn&#039;t support them for that matter.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I wonder whether mootools 2.0 will make available feature like the new Web worker threads in FF 3.5 to Internet Explorer, or any other browser that doesn&#8217;t support them for that matter.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: razvansg</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-535</link>
		<dc:creator>razvansg</dc:creator>
		<pubDate>Tue, 30 Jun 2009 14:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-535</guid>
		<description>&lt;p&gt;When exactly are you guys planning to release Mootools 2.0? I read that it will be this summer. Like july or august or something?&lt;/p&gt;

&lt;p&gt;And what exactly will be new in 2.0? A little info please! :)&lt;/p&gt;

&lt;p&gt;Thank you for your great work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When exactly are you guys planning to release Mootools 2.0? I read that it will be this summer. Like july or august or something?</p>

<p>And what exactly will be new in 2.0? A little info please! :)</p>

<p>Thank you for your great work.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ollie Maitland</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-526</link>
		<dc:creator>Ollie Maitland</dc:creator>
		<pubDate>Fri, 26 Jun 2009 08:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-526</guid>
		<description>&lt;p&gt;Excellent release, keenly awaiting MooTools 2&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Excellent release, keenly awaiting MooTools 2</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brade</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-521</link>
		<dc:creator>Brade</dc:creator>
		<pubDate>Wed, 24 Jun 2009 20:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-521</guid>
		<description>&lt;p&gt;To elaborate on my last comment: the new mootools does something (not sure what) that does NOT play nice with IE&#039;s &quot;protected mode&quot; -- we test our sites on IE using its default settings, since most users won&#039;t ever change them. by default &quot;protected mode&quot; is on and renders a blank page if something triggers it. Also I found it doesn&#039;t re-trigger by hitting reload. You have to enter the page via a link each time you want to test. And I ultimately found that by commenting out the line that includes mootools, my page showed up. when I uncommented, the page goes blank and has the two javascript errors I mentioned earlier. Just an FYI for the devs, hopefully it&#039;s a quick fix...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To elaborate on my last comment: the new mootools does something (not sure what) that does NOT play nice with IE&#8217;s &#8220;protected mode&#8221; &#8212; we test our sites on IE using its default settings, since most users won&#8217;t ever change them. by default &#8220;protected mode&#8221; is on and renders a blank page if something triggers it. Also I found it doesn&#8217;t re-trigger by hitting reload. You have to enter the page via a link each time you want to test. And I ultimately found that by commenting out the line that includes mootools, my page showed up. when I uncommented, the page goes blank and has the two javascript errors I mentioned earlier. Just an FYI for the devs, hopefully it&#8217;s a quick fix&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brade</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-520</link>
		<dc:creator>Brade</dc:creator>
		<pubDate>Wed, 24 Jun 2009 18:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-520</guid>
		<description>&lt;p&gt;Just curious if anyone else has had issues with the compressed version of mootools causing sites in IE to blank out? I got a couple of javascript errors when I loaded my site in IE (but not firefox) and both errors were from the mootools core JS file...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just curious if anyone else has had issues with the compressed version of mootools causing sites in IE to blank out? I got a couple of javascript errors when I loaded my site in IE (but not firefox) and both errors were from the mootools core JS file&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-516</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-516</guid>
		<description>&lt;p&gt;Could we pleeease get someone to fix the Google Search on the docs on this site? It flat out does not work correctly. It&#039;s useless as it is. Thanks. :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Could we pleeease get someone to fix the Google Search on the docs on this site? It flat out does not work correctly. It&#8217;s useless as it is. Thanks. :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Savage</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-514</link>
		<dc:creator>Savage</dc:creator>
		<pubDate>Tue, 23 Jun 2009 07:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-514</guid>
		<description>&lt;p&gt;Any compatibility feature for IE 8? Or was it already supported with no bugs in 1.2.2?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Any compatibility feature for IE 8? Or was it already supported with no bugs in 1.2.2?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: asvanu</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-510</link>
		<dc:creator>asvanu</dc:creator>
		<pubDate>Mon, 22 Jun 2009 21:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-510</guid>
		<description>&lt;p&gt;Thanks for the update :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the update :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: БОШ</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-505</link>
		<dc:creator>БОШ</dc:creator>
		<pubDate>Mon, 22 Jun 2009 17:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-505</guid>
		<description>&lt;p&gt;Good news! Thanks a lot!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good news! Thanks a lot!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Htbaa</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-503</link>
		<dc:creator>Htbaa</dc:creator>
		<pubDate>Mon, 22 Jun 2009 14:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-503</guid>
		<description>&lt;p&gt;Thanks for the update! Great to hear that 2.0 will be 100% compatible. Keep up the good work!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the update! Great to hear that 2.0 will be 100% compatible. Keep up the good work!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Botanicus</title>
		<link>http://mootools.net/blog/2009/06/19/mootools-123-released/comment-page-1/#comment-502</link>
		<dc:creator>Botanicus</dc:creator>
		<pubDate>Mon, 22 Jun 2009 10:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=249#comment-502</guid>
		<description>&lt;p&gt;Why is $() defined just when another framework isn&#039;t found? I haven&#039;t seen corresponding commits, so please correct me if I&#039;m wrong, but I think it&#039;s much better to define $() in all cases and let user decide which framework load first (this will not have $() defined because the second one rewrite it). Am I right? If not please explain.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why is $() defined just when another framework isn&#8217;t found? I haven&#8217;t seen corresponding commits, so please correct me if I&#8217;m wrong, but I think it&#8217;s much better to define $() in all cases and let user decide which framework load first (this will not have $() defined because the second one rewrite it). Am I right? If not please explain.</p>]]></content:encoded>
	</item>
</channel>
</rss>
