<?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>Mon, 01 Mar 2010 16:58:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Arun</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1011</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Tue, 05 Jan 2010 14:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1011</guid>
		<description>Great work.
Thank you for sharing it ..
How do I make it display a message automatically when a page loads up.
Thanks a lot for the hard work.</description>
		<content:encoded><![CDATA[<p>Great work.<br />
Thank you for sharing it ..<br />
How do I make it display a message automatically when a page loads up.<br />
Thanks a lot for the hard work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: labbless</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-1007</link>
		<dc:creator>labbless</dc:creator>
		<pubDate>Sun, 03 Jan 2010 09:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-1007</guid>
		<description>Rather excellent idea</description>
		<content:encoded><![CDATA[<p>Rather excellent idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Boesch</title>
		<link>http://boedesign.com/blog/2009/07/11/growl-for-jquery-gritter/#comment-934</link>
		<dc:creator>Jordan Boesch</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://boedesign.com/?p=302#comment-934</guid>
		<description>@Tom: I&#039;m not really sure what you&#039;re trying to say.  Could you provide an example? You shouldn&#039;t be targeting an element, you should use Gritter the same as the example above states:
&lt;code&gt;
$.gritter.add({
    title: &#039;my title&#039;,
    text: &#039;your message&#039;
});
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Tom: I&#8217;m not really sure what you&#8217;re trying to say.  Could you provide an example? You shouldn&#8217;t be targeting an element, you should use Gritter the same as the example above states:<br />
<code><br />
$.gritter.add({<br />
    title: 'my title',<br />
    text: 'your message'<br />
});<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
