<?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: Humane Messages with Logging Feature</title>
	<atom:link href="http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/</link>
	<description>- Hunting the Best Open Source Resources for Web Developers</description>
	<pubDate>Thu, 07 Aug 2008 23:25:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: XGhozt</title>
		<link>http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/#comment-8264</link>
		<dc:creator>XGhozt</dc:creator>
		<pubDate>Fri, 02 May 2008 11:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1029#comment-8264</guid>
		<description>Eh.. Cool effect.</description>
		<content:encoded><![CDATA[<p>Eh.. Cool effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leland Clemmons</title>
		<link>http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/#comment-8059</link>
		<dc:creator>Leland Clemmons</dc:creator>
		<pubDate>Wed, 30 Apr 2008 19:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1029#comment-8059</guid>
		<description>While it looks cool (and uses some nice JS), this script doesn't seem practical in most situations. Using the fade-in highlight seems like a much cleaner, and more appropriate take on notification.</description>
		<content:encoded><![CDATA[<p>While it looks cool (and uses some nice JS), this script doesn&#8217;t seem practical in most situations. Using the fade-in highlight seems like a much cleaner, and more appropriate take on notification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/#comment-8050</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 30 Apr 2008 17:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1029#comment-8050</guid>
		<description>gotta agree with oksar here... its cool no doubt, but what would you do with it?</description>
		<content:encoded><![CDATA[<p>gotta agree with oksar here&#8230; its cool no doubt, but what would you do with it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Kistler</title>
		<link>http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/#comment-8041</link>
		<dc:creator>Craig Kistler</dc:creator>
		<pubDate>Wed, 30 Apr 2008 15:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1029#comment-8041</guid>
		<description>I can see this being used when a site prompts a sign in via lightbox keeping the user on the same page.</description>
		<content:encoded><![CDATA[<p>I can see this being used when a site prompts a sign in via lightbox keeping the user on the same page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Hansen</title>
		<link>http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/#comment-8037</link>
		<dc:creator>Erik Hansen</dc:creator>
		<pubDate>Wed, 30 Apr 2008 15:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1029#comment-8037</guid>
		<description>@oskar have you used many of google's apps? They use a non-inline alert box that is similar to this.  It's not nearly as obtrusive, but it's the same concept.  I think that inline messages are great, but in a web application, it's often better to display alerts in a consistent manner, from a usability standpoint, as well as from an implementation standpoint.

For all of you Mootools users (myself being one), there's a Mootools equivalent of this script: http://digitarald.de/project/roar/</description>
		<content:encoded><![CDATA[<p>@oskar have you used many of google&#8217;s apps? They use a non-inline alert box that is similar to this.  It&#8217;s not nearly as obtrusive, but it&#8217;s the same concept.  I think that inline messages are great, but in a web application, it&#8217;s often better to display alerts in a consistent manner, from a usability standpoint, as well as from an implementation standpoint.</p>
<p>For all of you Mootools users (myself being one), there&#8217;s a Mootools equivalent of this script: <a href="http://digitarald.de/project/roar/" rel="nofollow">http://digitarald.de/project/roar/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat_</title>
		<link>http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/#comment-8020</link>
		<dc:creator>Mat_</dc:creator>
		<pubDate>Wed, 30 Apr 2008 12:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1029#comment-8020</guid>
		<description>Great use of Jquery by the way</description>
		<content:encoded><![CDATA[<p>Great use of Jquery by the way</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/#comment-8014</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 30 Apr 2008 12:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1029#comment-8014</guid>
		<description>@Rob
I'd have to agree with Oskar on this one... I'm a web apps developer, and anytime I need to display a message to a user, I use an inline message. I can't imagine a time when having a footer div shake and popup would be better than having displaying a quick, inline message. Seems like overkill...</description>
		<content:encoded><![CDATA[<p>@Rob<br />
I&#8217;d have to agree with Oskar on this one&#8230; I&#8217;m a web apps developer, and anytime I need to display a message to a user, I use an inline message. I can&#8217;t imagine a time when having a footer div shake and popup would be better than having displaying a quick, inline message. Seems like overkill&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Phillips</title>
		<link>http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/#comment-8008</link>
		<dc:creator>Rob Phillips</dc:creator>
		<pubDate>Wed, 30 Apr 2008 11:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1029#comment-8008</guid>
		<description>@ Oskar
To be fair i think there are many situations where this could be useful, for a quick example: Form validation, giving you a quick notification if the password you are trying to use isn't strong enough.

For web apps in general there are numerous uses.</description>
		<content:encoded><![CDATA[<p>@ Oskar<br />
To be fair i think there are many situations where this could be useful, for a quick example: Form validation, giving you a quick notification if the password you are trying to use isn&#8217;t strong enough.</p>
<p>For web apps in general there are numerous uses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Krawczyk</title>
		<link>http://www.webappers.com/2008/04/30/humane-messages-with-logging-feature/#comment-8003</link>
		<dc:creator>Oskar Krawczyk</dc:creator>
		<pubDate>Wed, 30 Apr 2008 09:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1029#comment-8003</guid>
		<description>Quite frankly I can't think of a situation where this could come in useful. Seems like a simple proof-of-concept.</description>
		<content:encoded><![CDATA[<p>Quite frankly I can&#8217;t think of a situation where this could come in useful. Seems like a simple proof-of-concept.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.611 seconds -->
