<?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 for ColdFire Designs</title>
	<atom:link href="http://www.coldfiredesigns.com/2010/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.coldfiredesigns.com/2010</link>
	<description>Burrrr!... It&#039;s cold in here!</description>
	<lastBuildDate>Tue, 24 Apr 2012 14:00:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Mootools Message Class by Trebz</title>
		<link>http://www.coldfiredesigns.com/2010/?p=1#comment-5422</link>
		<dc:creator>Trebz</dc:creator>
		<pubDate>Tue, 24 Apr 2012 14:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.coldfiredesigns.com/2010/?p=1#comment-5422</guid>
		<description>I am looking for the modal option too. For example, If I press a cancel button, I&#039;d like to fire the pop-up which would request where I was sure I wanted to cancel. The page would wait until yes or no is pressed. If no,  it should return a false, else a true</description>
		<content:encoded><![CDATA[<p>I am looking for the modal option too. For example, If I press a cancel button, I&#8217;d like to fire the pop-up which would request where I was sure I wanted to cancel. The page would wait until yes or no is pressed. If no,  it should return a false, else a true</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Message Class by Stanley</title>
		<link>http://www.coldfiredesigns.com/2010/?p=1#comment-4460</link>
		<dc:creator>Stanley</dc:creator>
		<pubDate>Mon, 05 Mar 2012 06:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.coldfiredesigns.com/2010/?p=1#comment-4460</guid>
		<description>Great art.

To run this under core:mootools-core-1.4.4-full-nocompat,  more:1.4.0.1
we should add $chk and $defined, and add Hash component into &#039;more&#039; lib.

this.$chk = function(obj){
	return !!(obj &#124;&#124; obj === 0);
};
this.$defined = function(obj){
	return (obj != null);
};</description>
		<content:encoded><![CDATA[<p>Great art.</p>
<p>To run this under core:mootools-core-1.4.4-full-nocompat,  more:1.4.0.1<br />
we should add $chk and $defined, and add Hash component into &#8216;more&#8217; lib.</p>
<p>this.$chk = function(obj){<br />
	return !!(obj || obj === 0);<br />
};<br />
this.$defined = function(obj){<br />
	return (obj != null);<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Message Class by Bryan Dyer</title>
		<link>http://www.coldfiredesigns.com/2010/?p=1#comment-2885</link>
		<dc:creator>Bryan Dyer</dc:creator>
		<pubDate>Sat, 12 Nov 2011 04:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.coldfiredesigns.com/2010/?p=1#comment-2885</guid>
		<description>Here&#039;s another vote for a modal option as Fly06. Great class.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another vote for a modal option as Fly06. Great class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript Validate Class by Sally Rivera</title>
		<link>http://www.coldfiredesigns.com/2010/?p=146#comment-2767</link>
		<dc:creator>Sally Rivera</dc:creator>
		<pubDate>Fri, 04 Nov 2011 18:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.coldfiredesigns.com/2010/?p=146#comment-2767</guid>
		<description>Thank you for the validation code.  We still have some Classic ASP / VBScript apps, and I went looking specifically for validation code to add.  I haven&#039;t reviewed it yet, but am happy to find it!  Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you for the validation code.  We still have some Classic ASP / VBScript apps, and I went looking specifically for validation code to add.  I haven&#8217;t reviewed it yet, but am happy to find it!  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Message Class by peel</title>
		<link>http://www.coldfiredesigns.com/2010/?p=1#comment-2689</link>
		<dc:creator>peel</dc:creator>
		<pubDate>Fri, 28 Oct 2011 18:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.coldfiredesigns.com/2010/?p=1#comment-2689</guid>
		<description>Great class. Absolutely awesome. Been hunting for one like this for aaages.

Just a heads up tho. In the header of message_src.js you mention the dependencies in mootools more.

You can add &#039;Array.Extras&#039; in there too.</description>
		<content:encoded><![CDATA[<p>Great class. Absolutely awesome. Been hunting for one like this for aaages.</p>
<p>Just a heads up tho. In the header of message_src.js you mention the dependencies in mootools more.</p>
<p>You can add &#8216;Array.Extras&#8217; in there too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Message Class by Fly06</title>
		<link>http://www.coldfiredesigns.com/2010/?p=1#comment-2181</link>
		<dc:creator>Fly06</dc:creator>
		<pubDate>Mon, 29 Aug 2011 21:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.coldfiredesigns.com/2010/?p=1#comment-2181</guid>
		<description>Hi again Jason,
Like Leonado above, I am wondering how I could create a modal pop-up with your plugin. Do you think it&#039;s possible and how?
NB : By modal, I mean a way to prohibit the visitor from interacting with the main window until he/she has closed the pop-up. In general, the main window is also grayed out to force the visitor to focuss on the pop-up window.</description>
		<content:encoded><![CDATA[<p>Hi again Jason,<br />
Like Leonado above, I am wondering how I could create a modal pop-up with your plugin. Do you think it&#8217;s possible and how?<br />
NB : By modal, I mean a way to prohibit the visitor from interacting with the main window until he/she has closed the pop-up. In general, the main window is also grayed out to force the visitor to focuss on the pop-up window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Message Class by Jason Beaudoin</title>
		<link>http://www.coldfiredesigns.com/2010/?p=1#comment-2180</link>
		<dc:creator>Jason Beaudoin</dc:creator>
		<pubDate>Mon, 29 Aug 2011 19:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.coldfiredesigns.com/2010/?p=1#comment-2180</guid>
		<description>Ahhh... you meant on the website itself. I thought you meant the MessageClass code. Ok! I&#039;ll change that. Thanks!

--Edit: FIXED!---</description>
		<content:encoded><![CDATA[<p>Ahhh&#8230; you meant on the website itself. I thought you meant the MessageClass code. Ok! I&#8217;ll change that. Thanks!</p>
<p>&#8211;Edit: FIXED!&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Message Class by Fly06</title>
		<link>http://www.coldfiredesigns.com/2010/?p=1#comment-2179</link>
		<dc:creator>Fly06</dc:creator>
		<pubDate>Mon, 29 Aug 2011 19:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.coldfiredesigns.com/2010/?p=1#comment-2179</guid>
		<description>Adding a semi-colon at the end of this line:
&lt;code&gt;var waiterSimple = function(){msg.waiter();}&lt;/code&gt;
should solve the problem...</description>
		<content:encoded><![CDATA[<p>Adding a semi-colon at the end of this line:<br />
<code>var waiterSimple = function(){msg.waiter();}</code><br />
should solve the problem&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Message Class by Jason Beaudoin</title>
		<link>http://www.coldfiredesigns.com/2010/?p=1#comment-2178</link>
		<dc:creator>Jason Beaudoin</dc:creator>
		<pubDate>Mon, 29 Aug 2011 18:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.coldfiredesigns.com/2010/?p=1#comment-2178</guid>
		<description>Thanks! Can you tell me which lines exactly?</description>
		<content:encoded><![CDATA[<p>Thanks! Can you tell me which lines exactly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Message Class by Fly06</title>
		<link>http://www.coldfiredesigns.com/2010/?p=1#comment-2177</link>
		<dc:creator>Fly06</dc:creator>
		<pubDate>Mon, 29 Aug 2011 18:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.coldfiredesigns.com/2010/?p=1#comment-2177</guid>
		<description>Great plugin!
By the way you have two semi-columns missing in the &quot;Waiter, Comment and Tip Methods&quot; javascript block and Chrome does not like this ;-)</description>
		<content:encoded><![CDATA[<p>Great plugin!<br />
By the way you have two semi-columns missing in the &#8220;Waiter, Comment and Tip Methods&#8221; javascript block and Chrome does not like this <img src='http://www.coldfiredesigns.com/2010/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

