<?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: JS_Growl: Mootools based Javascript Growl-like notifications</title>
	<atom:link href="http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/</link>
	<description>Doin' the dev dance o/</description>
	<lastBuildDate>Fri, 23 Jul 2010 17:33:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Thalion</title>
		<link>http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/comment-page-1/#comment-62</link>
		<dc:creator>Thalion</dc:creator>
		<pubDate>Sat, 30 May 2009 12:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/#comment-62</guid>
		<description>really nice, and easy to use !
But it would be very great if one could position it where you want (lets say top, bottom, right, left, center and any combination of these)
Perhaps in a new version ?</description>
		<content:encoded><![CDATA[<p>really nice, and easy to use !<br />
But it would be very great if one could position it where you want (lets say top, bottom, right, left, center and any combination of these)<br />
Perhaps in a new version ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nevdev</title>
		<link>http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/comment-page-1/#comment-40</link>
		<dc:creator>nevdev</dc:creator>
		<pubDate>Sun, 08 Feb 2009 22:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/#comment-40</guid>
		<description>This is really quite nice.  

But - forgive me for being such a js dummy, but how can I position the alert in the center, or upper center, of the page?  (I&#039;m using body onload)

;)</description>
		<content:encoded><![CDATA[<p>This is really quite nice.  </p>
<p>But &#8211; forgive me for being such a js dummy, but how can I position the alert in the center, or upper center, of the page?  (I&#8217;m using body onload)</p>
<p>;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soddengecko</title>
		<link>http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/comment-page-1/#comment-23</link>
		<dc:creator>soddengecko</dc:creator>
		<pubDate>Wed, 01 Oct 2008 19:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/#comment-23</guid>
		<description>Hi Trouts

Thank you for the speedy reply. I am new to mootools and JS in general. 

If you are able some help via email would be great. 

At the moment I am using a growl from http://icebeat.bitacoras.com/mootools/growl/ but your version seems a lot more inline with what i am trying to achieve. 

My php code is written ready, i just need some help with the periodical check and execution of the growl without the click. 

Thank you
Mark</description>
		<content:encoded><![CDATA[<p>Hi Trouts</p>
<p>Thank you for the speedy reply. I am new to mootools and JS in general. </p>
<p>If you are able some help via email would be great. </p>
<p>At the moment I am using a growl from <a href="http://icebeat.bitacoras.com/mootools/growl/" rel="nofollow">http://icebeat.bitacoras.com/mootools/growl/</a> but your version seems a lot more inline with what i am trying to achieve. </p>
<p>My php code is written ready, i just need some help with the periodical check and execution of the growl without the click. </p>
<p>Thank you<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Ouro</title>
		<link>http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/comment-page-1/#comment-22</link>
		<dc:creator>Carlos Ouro</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/#comment-22</guid>
		<description>Yes, you can use the JS_Growl.notify(&#039;text&#039;); function whenever you wish, not just onclick.

JS_Growl supports multiple notifications, each JS_Growl.notify(&#039;text&#039;); is a different notification &quot;window&quot;.

Just have your script notify whenever you need. Growl will automatically add up the notifications if necessary.

In your case just run a function every 30 mins that pulls out the events and then notify the user for each event.

If you need more precise help leave me a comment and i&#039;ll contact you over e-mail.

Regards,
Trouts</description>
		<content:encoded><![CDATA[<p>Yes, you can use the JS_Growl.notify(&#8216;text&#8217;); function whenever you wish, not just onclick.</p>
<p>JS_Growl supports multiple notifications, each JS_Growl.notify(&#8216;text&#8217;); is a different notification &#8220;window&#8221;.</p>
<p>Just have your script notify whenever you need. Growl will automatically add up the notifications if necessary.</p>
<p>In your case just run a function every 30 mins that pulls out the events and then notify the user for each event.</p>
<p>If you need more precise help leave me a comment and i&#8217;ll contact you over e-mail.</p>
<p>Regards,<br />
Trouts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soddengecko</title>
		<link>http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/comment-page-1/#comment-21</link>
		<dc:creator>soddengecko</dc:creator>
		<pubDate>Wed, 01 Oct 2008 10:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/js_growl-mootools-based-javascript-growl-like-notifications/#comment-21</guid>
		<description>Hi

Nice script, I like the growl effect a lot. 

I am building a small event calendar and wonder if the growl can be executed when the page loads instead of an onclick function?

basically my code will pull out any event on a given day, i would like the growl to auto pop up with each event in a seperate growl and then repeat this after every 30 minutes

ia m very stuck on this and was hoping someone can help out

TIA
Mark</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Nice script, I like the growl effect a lot. </p>
<p>I am building a small event calendar and wonder if the growl can be executed when the page loads instead of an onclick function?</p>
<p>basically my code will pull out any event on a given day, i would like the growl to auto pop up with each event in a seperate growl and then repeat this after every 30 minutes</p>
<p>ia m very stuck on this and was hoping someone can help out</p>
<p>TIA<br />
Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
