<?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: YUI-based alert box &#8211; replace your ugly javascript alert box</title>
	<atom:link href="http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/</link>
	<description>The web sandbox of Asvin Balloo</description>
	<lastBuildDate>Wed, 25 Nov 2009 02:36:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: asvin</title>
		<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/comment-page-1/#comment-32161</link>
		<dc:creator>asvin</dc:creator>
		<pubDate>Tue, 04 Aug 2009 11:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=30#comment-32161</guid>
		<description>you can download the YUI library :
http://developer.yahoo.com/yui/
and then update the path in the script</description>
		<content:encoded><![CDATA[<p>you can download the YUI library :<br />
<a href="http://developer.yahoo.com/yui/" rel="nofollow">http://developer.yahoo.com/yui/</a><br />
and then update the path in the script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/comment-page-1/#comment-32158</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Tue, 04 Aug 2009 07:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=30#comment-32158</guid>
		<description>This example seems to be cool .
Is there any alternative way to download all the necessary css and dependecy files.</description>
		<content:encoded><![CDATA[<p>This example seems to be cool .<br />
Is there any alternative way to download all the necessary css and dependecy files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YUI-based alert box - replace your ugly javascript alert box - Tutorial Collection</title>
		<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/comment-page-1/#comment-29623</link>
		<dc:creator>YUI-based alert box - replace your ugly javascript alert box - Tutorial Collection</dc:creator>
		<pubDate>Sun, 07 Jun 2009 22:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=30#comment-29623</guid>
		<description>[...] View Tutorial      No Comment  var addthis_pub=&quot;izwan00&quot;; BOOKMARK        This entry was posted on Monday, June 8th, 2009 at 3:36 am and is filed under Javascript Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[...] View Tutorial      No Comment  var addthis_pub=&#8221;izwan00&#8243;; BOOKMARK        This entry was posted on Monday, June 8th, 2009 at 3:36 am and is filed under Javascript Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajay</title>
		<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/comment-page-1/#comment-28249</link>
		<dc:creator>ajay</dc:creator>
		<pubDate>Sat, 16 May 2009 05:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=30#comment-28249</guid>
		<description>very nice ............</description>
		<content:encoded><![CDATA[<p>very nice &#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asvin</title>
		<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/comment-page-1/#comment-26288</link>
		<dc:creator>asvin</dc:creator>
		<pubDate>Mon, 20 Apr 2009 09:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=30#comment-26288</guid>
		<description>Hi Rahul

You can use the setTimeout function. For e.g if you want to show the alert for 5 seconds, you can add this :
setTimeout(&quot;handleHide()&quot;, 5000);

You cann the handleHide function after 5 seconds after showing the alert box. The handleHide function can contain this :

var handleHide = function(){
yourPanel.hide();
};

Let me know if it&#039;s ok.</description>
		<content:encoded><![CDATA[<p>Hi Rahul</p>
<p>You can use the setTimeout function. For e.g if you want to show the alert for 5 seconds, you can add this :<br />
setTimeout(&#8220;handleHide()&#8221;, 5000);</p>
<p>You cann the handleHide function after 5 seconds after showing the alert box. The handleHide function can contain this :</p>
<p>var handleHide = function(){<br />
yourPanel.hide();<br />
};</p>
<p>Let me know if it&#8217;s ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/comment-page-1/#comment-26272</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Mon, 20 Apr 2009 04:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=30#comment-26272</guid>
		<description>Is it possible to show alert for certain duration...???</description>
		<content:encoded><![CDATA[<p>Is it possible to show alert for certain duration&#8230;???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asvin</title>
		<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/comment-page-1/#comment-2613</link>
		<dc:creator>asvin</dc:creator>
		<pubDate>Mon, 15 Dec 2008 16:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=30#comment-2613</guid>
		<description>Hey Tahir,

Maybe this article can help you:
http://developer.yahoo.com/yui/examples/container/skin/1.html</description>
		<content:encoded><![CDATA[<p>Hey Tahir,</p>
<p>Maybe this article can help you:<br />
<a href="http://developer.yahoo.com/yui/examples/container/skin/1.html" rel="nofollow">http://developer.yahoo.com/yui/examples/container/skin/1.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tahir</title>
		<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/comment-page-1/#comment-2582</link>
		<dc:creator>Tahir</dc:creator>
		<pubDate>Sun, 14 Dec 2008 12:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=30#comment-2582</guid>
		<description>hi my question here is that wht if i want to apply some CSS on a dialog i want to apply some CSS on dialog box header ? how do i do that?</description>
		<content:encoded><![CDATA[<p>hi my question here is that wht if i want to apply some CSS on a dialog i want to apply some CSS on dialog box header ? how do i do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asvin</title>
		<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/comment-page-1/#comment-1671</link>
		<dc:creator>asvin</dc:creator>
		<pubDate>Thu, 13 Nov 2008 04:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=30#comment-1671</guid>
		<description>John,

In fact yui simpledialog doesn&#039;t stop script execution, I remember reading somewhere Dav Glass mentioning that.</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>In fact yui simpledialog doesn&#8217;t stop script execution, I remember reading somewhere Dav Glass mentioning that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://htmlblog.net/yui-based-alert-box-replace-your-ugly-javascript-alert-box/comment-page-1/#comment-1659</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 12 Nov 2008 23:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=30#comment-1659</guid>
		<description>Adrian asked a question that really wasn&#039;t answered.  The traditional alert call STOPS javascript execution and does not return until the user presses a button to dismiss it.  So, if you had 2 alerts in a row:

alert(&#039;Hello&#039;);
alert(&#039;world&#039;);

You would see an alert with &quot;Hello&quot; in it until you press OK and then you would see an alert with &quot;world&quot; in it.  With this mechanism, I believe you will just see &quot;world&quot;.  How do you get JavaScript to stop execution and wait for the alert to be dismissed?</description>
		<content:encoded><![CDATA[<p>Adrian asked a question that really wasn&#8217;t answered.  The traditional alert call STOPS javascript execution and does not return until the user presses a button to dismiss it.  So, if you had 2 alerts in a row:</p>
<p>alert(&#8216;Hello&#8217;);<br />
alert(&#8216;world&#8217;);</p>
<p>You would see an alert with &#8220;Hello&#8221; in it until you press OK and then you would see an alert with &#8220;world&#8221; in it.  With this mechanism, I believe you will just see &#8220;world&#8221;.  How do you get JavaScript to stop execution and wait for the alert to be dismissed?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
