<?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: Gritter for jQuery (Growl)</title>
	<atom:link href="http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/feed/" rel="self" type="application/rss+xml" />
	<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/</link>
	<description>The dabbling of various web technologies by Jordan Boesch</description>
	<lastBuildDate>Tue, 15 May 2012 09:31:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: PHP Session-Based Flash Messages &#124; Mike Everhart</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1397</link>
		<dc:creator>PHP Session-Based Flash Messages &#124; Mike Everhart</dc:creator>
		<pubDate>Mon, 16 May 2011 10:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1397</guid>
		<description>[...] pretty much everything I need. If I find the time, I may eventually add the functionality to handle jQuery Growl-style messages. Other than that, I don&#8217;t have any plans to improve this [...]</description>
		<content:encoded><![CDATA[<p>[...] pretty much everything I need. If I find the time, I may eventually add the functionality to handle jQuery Growl-style messages. Other than that, I don&#8217;t have any plans to improve this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Effet growl en jQuery pour vos notifications &#124; Portfolio - Web Developer - Jonathan Debaere</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1310</link>
		<dc:creator>Effet growl en jQuery pour vos notifications &#124; Portfolio - Web Developer - Jonathan Debaere</dc:creator>
		<pubDate>Mon, 13 Dec 2010 19:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1310</guid>
		<description>[...] Gritter [...]</description>
		<content:encoded><![CDATA[<p>[...] Gritter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Boesch</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1247</link>
		<dc:creator>Jordan Boesch</dc:creator>
		<pubDate>Thu, 16 Sep 2010 16:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1247</guid>
		<description>ATTN IE8 USERS: If you are noticing that the gritter msg is appearing at the top of the page (as it should) but then when you scroll it doesn&#039;t follow, you need to add this DOCTYPE: &lt;code&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;&gt;&lt;/code&gt;

Thanks @ScaredyCat</description>
		<content:encoded><![CDATA[<p>ATTN IE8 USERS: If you are noticing that the gritter msg is appearing at the top of the page (as it should) but then when you scroll it doesn&#8217;t follow, you need to add this DOCTYPE: <code>< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"></code></p>
<p>Thanks @ScaredyCat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1026</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Mon, 11 Jan 2010 16:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1026</guid>
		<description>So silly of me missing it.
Thanks a lot Hat for pointing it out.
Gritter Rocks!</description>
		<content:encoded><![CDATA[<p>So silly of me missing it.<br />
Thanks a lot Hat for pointing it out.<br />
Gritter Rocks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Boesch</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1024</link>
		<dc:creator>Jordan Boesch</dc:creator>
		<pubDate>Sat, 09 Jan 2010 17:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1024</guid>
		<description>@silem: I don&#039;t understand what you&#039;re asking. What is $.prompt? Does your question relate to Gritter?</description>
		<content:encoded><![CDATA[<p>@silem: I don&#8217;t understand what you&#8217;re asking. What is $.prompt? Does your question relate to Gritter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sihem</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1023</link>
		<dc:creator>sihem</dc:creator>
		<pubDate>Sat, 09 Jan 2010 07:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1023</guid>
		<description>hi ,it is very good post
can you help me please
i try to show prompt with two state
i try to add to the second state overflow because the text inside is too long and I need it.
this is code
var statesdemo = {
state0: {html:’bbbbbbbbbbbbbbb’,
buttons: { Cancel: false, Next: true },
focus: 1,
submit:function(v,m,f){ calcule1();
if(!v) return true;
else
$.prompt.goToState(’state1′);
return false;
}
},
state1: {
html:”,
buttons: { Back: -1, Exit: 0 },
focus: 1,
submit:function(v,m,f){
if(v==0) $.prompt.close()
else if(v=-1)
$.prompt.goToState(’state0′);
return false;
}
}
};
$.prompt(statesdemo);
the result of calulate(); is too long and is affected to id=ss(second state)
Thank you………….</description>
		<content:encoded><![CDATA[<p>hi ,it is very good post<br />
can you help me please<br />
i try to show prompt with two state<br />
i try to add to the second state overflow because the text inside is too long and I need it.<br />
this is code<br />
var statesdemo = {<br />
state0: {html:’bbbbbbbbbbbbbbb’,<br />
buttons: { Cancel: false, Next: true },<br />
focus: 1,<br />
submit:function(v,m,f){ calcule1();<br />
if(!v) return true;<br />
else<br />
$.prompt.goToState(’state1′);<br />
return false;<br />
}<br />
},<br />
state1: {<br />
html:”,<br />
buttons: { Back: -1, Exit: 0 },<br />
focus: 1,<br />
submit:function(v,m,f){<br />
if(v==0) $.prompt.close()<br />
else if(v=-1)<br />
$.prompt.goToState(’state0′);<br />
return false;<br />
}<br />
}<br />
};<br />
$.prompt(statesdemo);<br />
the result of calulate(); is too long and is affected to id=ss(second state)<br />
Thank you………….</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Boesch</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1022</link>
		<dc:creator>Jordan Boesch</dc:creator>
		<pubDate>Sat, 09 Jan 2010 06:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1022</guid>
		<description>@Street: Could you provide a live example?  If you&#039;re rendering pages with ajax, you&#039;ll just have to recall $.gritter.add when you do-so.</description>
		<content:encoded><![CDATA[<p>@Street: Could you provide a live example?  If you&#8217;re rendering pages with ajax, you&#8217;ll just have to recall $.gritter.add when you do-so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Street</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1019</link>
		<dc:creator>Street</dc:creator>
		<pubDate>Fri, 08 Jan 2010 23:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1019</guid>
		<description>Hiya im working on a project and came across this. Seems like it might be what im looking for. Working on a few tests.
One thing im a bit confused about.
Page loading. 
Well you have answered that above  and it works like you said it would.
Lets say a user leaves that page and then goes back to it.
In my test the message will only display once, the first time they go to that page. 
That might be due to cookie or ajax, as the page is using ajax.
How would i make it so that every time the page is refreshed or gone back to that the message will display every time?</description>
		<content:encoded><![CDATA[<p>Hiya im working on a project and came across this. Seems like it might be what im looking for. Working on a few tests.<br />
One thing im a bit confused about.<br />
Page loading.<br />
Well you have answered that above  and it works like you said it would.<br />
Lets say a user leaves that page and then goes back to it.<br />
In my test the message will only display once, the first time they go to that page.<br />
That might be due to cookie or ajax, as the page is using ajax.<br />
How would i make it so that every time the page is refreshed or gone back to that the message will display every time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hat</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1018</link>
		<dc:creator>hat</dc:creator>
		<pubDate>Fri, 08 Jan 2010 21:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1018</guid>
		<description>Love this... easy enough to skin and lots of options! Thanks

psssst to Arun: he answered that above. Put it inside a document ready call on the page: $(document).ready(function(){ $.gritter.add({title: &#039;hi!&#039;, text: &#039;this is text&#039;}); });</description>
		<content:encoded><![CDATA[<p>Love this&#8230; easy enough to skin and lots of options! Thanks</p>
<p>psssst to Arun: he answered that above. Put it inside a document ready call on the page: $(document).ready(function(){ $.gritter.add({title: &#8216;hi!&#8217;, text: &#8216;this is text&#8217;}); });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irene</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1015</link>
		<dc:creator>Irene</dc:creator>
		<pubDate>Fri, 08 Jan 2010 02:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1015</guid>
		<description>Good job.</description>
		<content:encoded><![CDATA[<p>Good job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

