<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Humanized Messages for jQuery</title>
	<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/</link>
	<description>Halb mensch, halb ding.</description>
	<pubDate>Fri, 25 Jul 2008 18:02:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Michael</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160381</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 19 Oct 2007 14:07:58 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160381</guid>
		<description>Alex, thank you for stopping by :)</description>
		<content:encoded><![CDATA[<p>Alex, thank you for stopping by :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160379</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Fri, 19 Oct 2007 13:58:37 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160379</guid>
		<description>VERY nice implementation. I'm just surprised you're yet to be head-hunted by a web company.</description>
		<content:encoded><![CDATA[<p><span class="caps">VERY</span> nice implementation. I&#8217;m just surprised you&#8217;re yet to be head-hunted by a web company.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Sancho</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160378</link>
		<dc:creator>Alex Sancho</dc:creator>
		<pubDate>Fri, 19 Oct 2007 13:41:03 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160378</guid>
		<description>Nice script, but there isn't nothing new here, there are similar approachs built some time ago.

You can check this one based on mootols http://icebeat.bitacoras.com/post/212/window-growl

and my port to jquery http://alexsancho.name/archives/2006/11/windowgrowl-con-jquery/

have a nice day</description>
		<content:encoded><![CDATA[<p>Nice script, but there isn&#8217;t nothing new here, there are similar approachs built some time ago.</p>
<p>You can check this one based on mootols <a href="http://icebeat.bitacoras.com/post/212/window-growl" >http://icebeat.bitacoras.com/post/212/window-growl</a></p>
<p>and my port to jquery <a href="http://alexsancho.name/archives/2006/11/windowgrowl-con-jquery/" >http://alexsancho.name/archives/2006/11/windowgrowl-con-jquery/</a></p>
<p>have a nice day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160315</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Thu, 18 Oct 2007 15:41:50 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160315</guid>
		<description>Just some thoughts...  I agree the logger is handy, but I think it would still be nice to be able to toggle its display off if needed.  Will this support multiple humanized messages?  I'm thinking about using it in a scenario where I would need more then one message to appear preferably.  Nice work, keep it up!  pax.</description>
		<content:encoded><![CDATA[<p>Just some thoughts&#8230;  I agree the logger is handy, but I think it would still be nice to be able to toggle its display off if needed.  Will this support multiple humanized messages?  I&#8217;m thinking about using it in a scenario where I would need more then one message to appear preferably.  Nice work, keep it up!  pax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skylog &#187; Blog Archive &#187; links for 2007-10-18</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160261</link>
		<dc:creator>Skylog &#187; Blog Archive &#187; links for 2007-10-18</dc:creator>
		<pubDate>Thu, 18 Oct 2007 06:20:37 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160261</guid>
		<description>[...] Humanized Messages for jQuery at Binary Bonsai (tags: jquery) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Humanized Messages for jQuery at Binary Bonsai (tags: jquery) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160212</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 17 Oct 2007 16:03:05 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160212</guid>
		<description>Thanks for the feedback Bryan. A few notes though:

bq. 1) Ditch the logger, or at least split it out. It’s a nice touch for the demo, but it seems like that should be it’s own function, not tied directly to the messaging.

Actually, and this is Aza's point as well, because of the fleeting nature of the message itself, in that it will disappear when you perform an action (though a 700ms delay tries to make it not do so before you realize that it's there), a log helps people go back and read a message they might not have caught at first glance.

I made it primarily for use with K2's sidebar manager, where the undo function is also making it way into, and that will be part of the log as well.

You might be able to hide the log with some simple CSS, which would sidestep the issue entirely (and the processing overhead is neglible).

bq. 2) Minimize the markup/styling on the message box. There’s a jQuery RoundedCorners plugin available. You could do a test to see if that method is available, and if so apply the rounded corners.

Yes. However, there's a problem with that plugin, in that the corners aren't actually transparent. At least that's my experience; I might be doing something wrong. I haven't tested it in relation to Humanized Messages, but I'll try it out and see how it works out.

bq. 3) “;” – It’s a tiny script, but making it packer-friendly is always a good thing.

Indeed, and I'll do that for the next release.

If you come up with any IE6 fixes, let me know. I'll look into it eventually; but since I don't have IE6 anywhere, it'll take some time.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Bryan. A few notes though:</p>
<blockquote>
<p>1) Ditch the logger, or at least split it out. It’s a nice touch for the demo, but it seems like that should be it’s own function, not tied directly to the messaging.</p>
</blockquote>
<p>Actually, and this is Aza&#8217;s point as well, because of the fleeting nature of the message itself, in that it will disappear when you perform an action (though a 700ms delay tries to make it not do so before you realize that it&#8217;s there), a log helps people go back and read a message they might not have caught at first glance.</p>
<p>I made it primarily for use with K2&#8217;s sidebar manager, where the undo function is also making it way into, and that will be part of the log as well.</p>
<p>You might be able to hide the log with some simple <span class="caps">CSS</span>, which would sidestep the issue entirely (and the processing overhead is neglible).</p>
<blockquote>
<p>2) Minimize the markup/styling on the message box. There’s a jQuery RoundedCorners plugin available. You could do a test to see if that method is available, and if so apply the rounded corners.</p>
</blockquote>
<p>Yes. However, there&#8217;s a problem with that plugin, in that the corners aren&#8217;t actually transparent. At least that&#8217;s my experience; I might be doing something wrong. I haven&#8217;t tested it in relation to Humanized Messages, but I&#8217;ll try it out and see how it works out.</p>
<blockquote>
<p>3) “;” – It’s a tiny script, but making it packer-friendly is always a good thing.</p>
</blockquote>
<p>Indeed, and I&#8217;ll do that for the next release.</p>
<p>If you come up with any IE6 fixes, let me know. I&#8217;ll look into it eventually; but since I don&#8217;t have IE6 anywhere, it&#8217;ll take some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160207</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 17 Oct 2007 15:18:19 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160207</guid>
		<description>Wow, this is very nice! I like it! :-)</description>
		<content:encoded><![CDATA[<p>Wow, this is very nice! I like it! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Buchs</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160206</link>
		<dc:creator>Bryan Buchs</dc:creator>
		<pubDate>Wed, 17 Oct 2007 15:13:03 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160206</guid>
		<description>This is great! I had started hacking together something similar but abandoned the project. If I could make a few suggestions that would make this a more "universal" jQuery plugin:

1) Ditch the logger, or at least split it out. It's a nice touch for the demo, but it seems like that should be it's own function, not tied directly to the messaging. 

2) Minimize the markup/styling on the message box. There's a jQuery RoundedCorners plugin available. You could do a test to see if that method is available, and if so apply the rounded corners. 

3) ";" - It's a tiny script, but making it packer-friendly is always a good thing.

Position: fixed doesn't work in IE6, but there are CSS or JS workarounds. I'll see what I can throw together...</description>
		<content:encoded><![CDATA[<p>This is great! I had started hacking together something similar but abandoned the project. If I could make a few suggestions that would make this a more &#8220;universal&#8221; jQuery plugin:</p>
<p>1) Ditch the logger, or at least split it out. It&#8217;s a nice touch for the demo, but it seems like that should be it&#8217;s own function, not tied directly to the messaging. </p>
<p>2) Minimize the markup/styling on the message box. There&#8217;s a jQuery RoundedCorners plugin available. You could do a test to see if that method is available, and if so apply the rounded corners. </p>
<p>3) &#8220;;&#8221; &#8211; It&#8217;s a tiny script, but making it packer-friendly is always a good thing.</p>
<p>Position: fixed doesn&#8217;t work in IE6, but there are <span class="caps">CSS</span> or JS workarounds. I&#8217;ll see what I can throw together&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Kulba</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160198</link>
		<dc:creator>Bryan Kulba</dc:creator>
		<pubDate>Wed, 17 Oct 2007 14:20:38 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160198</guid>
		<description>Awesome, I can see a lot of uses for this. Great work!</description>
		<content:encoded><![CDATA[<p>Awesome, I can see a lot of uses for this. Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mika Tuupola</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160185</link>
		<dc:creator>Mika Tuupola</dc:creator>
		<pubDate>Wed, 17 Oct 2007 11:07:34 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160185</guid>
		<description>Good stuff. Growl for browsers!</description>
		<content:encoded><![CDATA[<p>Good stuff. Growl for browsers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160184</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Wed, 17 Oct 2007 10:44:59 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160184</guid>
		<description>haha thats clever :P</description>
		<content:encoded><![CDATA[<p>haha thats clever :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160152</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 17 Oct 2007 06:42:06 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160152</guid>
		<description>Habari is on my mind. Definitely. But I need to send K2 off properly first. We're getting there though.</description>
		<content:encoded><![CDATA[<p>Habari is on my mind. Definitely. But I need to send K2 off properly first. We&#8217;re getting there though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris J. Davis</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160121</link>
		<dc:creator>Chris J. Davis</dc:creator>
		<pubDate>Wed, 17 Oct 2007 01:02:49 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160121</guid>
		<description>That is teh hotness as always Mike.  I think I will be integrating it into a $work project soon.

So when are you going to come back over to Habari land and help us out!</description>
		<content:encoded><![CDATA[<p>That is teh hotness as always Mike.  I think I will be integrating it into a $work project soon.</p>
<p>So when are you going to come back over to Habari land and help us out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawk Salih</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160103</link>
		<dc:creator>Lawk Salih</dc:creator>
		<pubDate>Tue, 16 Oct 2007 19:39:22 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160103</guid>
		<description>I was thinking to use it for authentication process (Invalid logins).</description>
		<content:encoded><![CDATA[<p>I was thinking to use it for authentication process (Invalid logins).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawk Salih</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160095</link>
		<dc:creator>Lawk Salih</dc:creator>
		<pubDate>Tue, 16 Oct 2007 17:23:34 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160095</guid>
		<description>Hi Michael--Thank you very much for your note.  Please keep me notified.

Keep up the good work.

Best, 

Lawk Salih</description>
		<content:encoded><![CDATA[<p>Hi Michael&#8212;Thank you very much for your note.  Please keep me notified.</p>
<p>Keep up the good work.</p>
<p>Best, </p>
<p>Lawk Salih</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RUDEWORKS</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160086</link>
		<dc:creator>RUDEWORKS</dc:creator>
		<pubDate>Tue, 16 Oct 2007 14:38:05 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160086</guid>
		<description>[...] mola y el que diga lo contrario es un patán. Ahora a lo que vamos, desde Binary Bonsai nos llega Humanized messages, algo así como un notificador AJAX de acciones (en la demo se ve [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] mola y el que diga lo contrario es un patán. Ahora a lo que vamos, desde Binary Bonsai nos llega Humanized messages, algo así como un notificador <span class="caps">AJAX</span> de acciones (en la demo se ve [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160085</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 16 Oct 2007 14:25:26 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160085</guid>
		<description>This particular script is brandnew, so there wouldn't be anyone using it yet (AFAIK). But I've integrated it into "K2":getk2.com, though I'm not sure the current SVN revision works as intended (but that'll be fixed as soon as I get home from work).

I'm hoping to do some screencasts soon; then you'll be able to see it work within an actual 'work' environment.</description>
		<content:encoded><![CDATA[<p>This particular script is brandnew, so there wouldn&#8217;t be anyone using it yet (<span class="caps">AFAIK</span>). But I&#8217;ve integrated it into <a href="hugetk2.com">K2</a>, though I&#8217;m not sure the current <span class="caps">SVN</span> revision works as intended (but that&#8217;ll be fixed as soon as I get home from work).</p>
<p>I&#8217;m hoping to do some screencasts soon; then you&#8217;ll be able to see it work within an actual &#8216;work&#8217; environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawk Salih</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160083</link>
		<dc:creator>Lawk Salih</dc:creator>
		<pubDate>Tue, 16 Oct 2007 13:57:27 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160083</guid>
		<description>Does anybody know of sites using this script?  I'd like to see more samples than just the demo.

Thanks, 

Lawk Salih</description>
		<content:encoded><![CDATA[<p>Does anybody know of sites using this script?  I&#8217;d like to see more samples than just the demo.</p>
<p>Thanks, </p>
<p>Lawk Salih</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaze</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160079</link>
		<dc:creator>Blaze</dc:creator>
		<pubDate>Tue, 16 Oct 2007 12:06:22 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160079</guid>
		<description>awesome!</description>
		<content:encoded><![CDATA[<p>awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angus</title>
		<link>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160072</link>
		<dc:creator>Angus</dc:creator>
		<pubDate>Tue, 16 Oct 2007 10:50:38 +0000</pubDate>
		<guid>http://binarybonsai.com/archives/2007/10/15/humanized-messages-for-jquery/#comment-160072</guid>
		<description>Hurrah go you!
(reply to your blog comments eh?)</description>
		<content:encoded><![CDATA[<p>Hurrah go you!<br />
(reply to your blog comments eh?)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
