<?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: jGrowl &#8211; Unobtrusive Notification System for jQuery</title>
	<atom:link href="http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/</link>
	<description>- Hunting the Best Open Source Resources for Web Developers</description>
	<lastBuildDate>Sat, 07 Nov 2009 19:40:30 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pans</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/comment-page-1/#comment-24285</link>
		<dc:creator>pans</dc:creator>
		<pubDate>Wed, 17 Jun 2009 01:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-24285</guid>
		<description>Hi guyz, 
I&#039;d like to ask idea on how to use this plugins as a notification message to let know all the online users that there is a new login users. Just like Yahoo messenger. It display a notification message if there is somebody new login users</description>
		<content:encoded><![CDATA[<p>Hi guyz,<br />
I&#8217;d like to ask idea on how to use this plugins as a notification message to let know all the online users that there is a new login users. Just like Yahoo messenger. It display a notification message if there is somebody new login users</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tims Blog &#187; Blog Archive &#187; Prepare for snow</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/comment-page-1/#comment-19260</link>
		<dc:creator>Tims Blog &#187; Blog Archive &#187; Prepare for snow</dc:creator>
		<pubDate>Thu, 18 Dec 2008 19:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-19260</guid>
		<description>[...] jgrowl [...]</description>
		<content:encoded><![CDATA[<p>[...] jgrowl [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 37 Phenomenal jQuery Plugins and Demos for Developers : Speckyboy - Web Design, Web Development and Graphic Design Resources</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/comment-page-1/#comment-18619</link>
		<dc:creator>37 Phenomenal jQuery Plugins and Demos for Developers : Speckyboy - Web Design, Web Development and Graphic Design Resources</dc:creator>
		<pubDate>Wed, 10 Dec 2008 11:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-18619</guid>
		<description>[...] jQrowl [...]</description>
		<content:encoded><![CDATA[<p>[...] jQrowl [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/comment-page-1/#comment-15229</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Thu, 28 Aug 2008 02:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-15229</guid>
		<description>Adam,
There are a number of ways you can accomplish this.  One project I use has a generic notification pool located at a RESTful url, so after every AJAX request another AJAX request is fired off to that pool to get any &quot;notifications&quot; that have been raised.  These then are raised in jGrowl by that request.  That is though, perhaps a more complex model.  Another option is simply to set the &#039;success&#039; property of $.ajax() options object to raise the notification for you.  This assumes ajax request X will have response Y or Z, Y if it fails and Z if it is successful.  Broader implementations will need to be more aware of the structure for notifications, ie. if the AJAX request always returns a JSON node with a message property, then you could write a global AJAX complete method that send that message property to jGrowl.

Hope that helps.

Pax,
SL</description>
		<content:encoded><![CDATA[<p>Adam,<br />
There are a number of ways you can accomplish this.  One project I use has a generic notification pool located at a RESTful url, so after every AJAX request another AJAX request is fired off to that pool to get any &#8220;notifications&#8221; that have been raised.  These then are raised in jGrowl by that request.  That is though, perhaps a more complex model.  Another option is simply to set the &#8217;success&#8217; property of $.ajax() options object to raise the notification for you.  This assumes ajax request X will have response Y or Z, Y if it fails and Z if it is successful.  Broader implementations will need to be more aware of the structure for notifications, ie. if the AJAX request always returns a JSON node with a message property, then you could write a global AJAX complete method that send that message property to jGrowl.</p>
<p>Hope that helps.</p>
<p>Pax,<br />
SL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/comment-page-1/#comment-15212</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 27 Aug 2008 18:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-15212</guid>
		<description>How would one go about using jGrowl to provide a notification when a remote user makes an ajax form submission? Nothing fancy, just a &quot;Someone has posted a new message&quot; type of thing. Does jGrowl (or anything else) have the capability to remotely listen for this stuff?</description>
		<content:encoded><![CDATA[<p>How would one go about using jGrowl to provide a notification when a remote user makes an ajax form submission? Nothing fancy, just a &#8220;Someone has posted a new message&#8221; type of thing. Does jGrowl (or anything else) have the capability to remotely listen for this stuff?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-07-12 &#124; JeremiahTolbert.com</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/comment-page-1/#comment-11852</link>
		<dc:creator>links for 2008-07-12 &#124; JeremiahTolbert.com</dc:creator>
		<pubDate>Sat, 12 Jul 2008 16:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-11852</guid>
		<description>[...] jGrowl - Unobtrusive Notification System for jQuery &#124; Web Resources &#124; WebAppers (tags: jquery javascript notification growl script) [...]</description>
		<content:encoded><![CDATA[<p>[...] jGrowl &#8211; Unobtrusive Notification System for jQuery | Web Resources | WebAppers (tags: jquery javascript notification growl script) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/comment-page-1/#comment-11714</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Wed, 09 Jul 2008 13:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-11714</guid>
		<description>Edwin: Yes, that link I posted uses the same &quot;Smoke.png&quot; image as the mootools plugin for the bottom right quadrant.  Very possible, anything is possible with CSS. :)</description>
		<content:encoded><![CDATA[<p>Edwin: Yes, that link I posted uses the same &#8220;Smoke.png&#8221; image as the mootools plugin for the bottom right quadrant.  Very possible, anything is possible with CSS. <img src='http://www.webappers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/comment-page-1/#comment-11704</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Wed, 09 Jul 2008 07:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-11704</guid>
		<description>I didn&#039;t saw examples with jgrowl and images yet, like within the MooTools Grow, do you think it&#039;s possible too? (didn&#039;t had time to test it yet)</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t saw examples with jgrowl and images yet, like within the MooTools Grow, do you think it&#8217;s possible too? (didn&#8217;t had time to test it yet)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/comment-page-1/#comment-11703</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Wed, 09 Jul 2008 07:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-11703</guid>
		<description>@Stan: Thank you! :)</description>
		<content:encoded><![CDATA[<p>@Stan: Thank you! <img src='http://www.webappers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/comment-page-1/#comment-11688</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Tue, 08 Jul 2008 17:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-11688</guid>
		<description>Edwin:
Take a look at:
http://stanlemon.net/jgrowl-1.1.0/jgrowl.html

This defines a theme using the same smoke.png that the MooTools Growl library uses and it additionally defines a theme to parallel jQuery UI&#039;s Flora theme.

Little bit of CSS and you can really dress this up any way you want.

Pax,
- Stan</description>
		<content:encoded><![CDATA[<p>Edwin:<br />
Take a look at:<br />
<a href="http://stanlemon.net/jgrowl-1.1.0/jgrowl.html" rel="nofollow">http://stanlemon.net/jgrowl-1.1.0/jgrowl.html</a></p>
<p>This defines a theme using the same smoke.png that the MooTools Growl library uses and it additionally defines a theme to parallel jQuery UI&#8217;s Flora theme.</p>
<p>Little bit of CSS and you can really dress this up any way you want.</p>
<p>Pax,<br />
- Stan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
