<?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"
	>
<channel>
	<title>Comments on: jGrowl - 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>
	<pubDate>Sun, 23 Nov 2008 19:19:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Stan</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/#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 "notifications" 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 'success' 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-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 "Someone has posted a new message" 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-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>[&#8230;] jGrowl - Unobtrusive Notification System for jQuery | Web Resources | WebAppers (tags: jquery javascript notification growl script) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/#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 "Smoke.png" 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-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't saw examples with jgrowl and images yet, like within the MooTools Grow, do you think it's possible too? (didn'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-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-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'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>
	<item>
		<title>By: Stan</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/#comment-11683</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Tue, 08 Jul 2008 14:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-11683</guid>
		<description>Edwin: You should be able to customize this to look like just about anything via CSS.  A little later I will look into mocking up a demo with some more creative styling.

Macca: Yes, as long as the proper DOM is built you can raise a notification at any point.  Here at work we often use it in response to AJAX requests.

Ray: Thanks for posting about my plugin!</description>
		<content:encoded><![CDATA[<p>Edwin: You should be able to customize this to look like just about anything via CSS.  A little later I will look into mocking up a demo with some more creative styling.</p>
<p>Macca: Yes, as long as the proper DOM is built you can raise a notification at any point.  Here at work we often use it in response to AJAX requests.</p>
<p>Ray: Thanks for posting about my plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Macca</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/#comment-11630</link>
		<dc:creator>Macca</dc:creator>
		<pubDate>Mon, 07 Jul 2008 18:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-11630</guid>
		<description>Instead of these being activated by clicking a link can they be activated by inserting the cursor in form field? I'd like to work out how to use these to provide contextual help items.</description>
		<content:encoded><![CDATA[<p>Instead of these being activated by clicking a link can they be activated by inserting the cursor in form field? I&#8217;d like to work out how to use these to provide contextual help items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-07-07 &#171; Brent Sordyl&#8217;s Blog</title>
		<link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/#comment-11628</link>
		<dc:creator>links for 2008-07-07 &#171; Brent Sordyl&#8217;s Blog</dc:creator>
		<pubDate>Mon, 07 Jul 2008 14:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1181#comment-11628</guid>
		<description>[...] jGrowl - Unobtrusive Notification System for jQuery jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X’s Growl Framework works. (tags: jquery notification) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] jGrowl - Unobtrusive Notification System for jQuery jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X’s Growl Framework works. (tags: jquery notification) [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
