<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Big Bad Code &#187; javascript</title>
	<atom:link href="http://bigbadcode.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbadcode.com</link>
	<description>Don't blame me, I voted for Kodos</description>
	<lastBuildDate>Wed, 19 Aug 2009 21:49:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Some actual code goes up! TransparentMessage.js</title>
		<link>http://bigbadcode.com/2007/04/01/some-actual-code-goes-up-transparentmessagejs/</link>
		<comments>http://bigbadcode.com/2007/04/01/some-actual-code-goes-up-transparentmessagejs/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 23:41:39 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/2007/04/01/some-actual-code-goes-up-transparentmessagejs/</guid>
		<description><![CDATA[&#8220;Transparent messages are the brainchild of Jef Raskin. It&#8217;s simply a large and translucent message that&#8217;s displayed over the contents of your screen&#8221; from monolog_boxes_and_transparent_messages.
Transparent Messages are a nice way to alert your users that something has happened. The alert is not &#8216;modal&#8217; in the same sense that a standard message box is. The user [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Transparent messages are the brainchild of <a href="http://www.jefraskin.com/">Jef Raskin</a>. It&#8217;s simply a large and translucent message that&#8217;s displayed over the contents of your screen&#8221; from <a href="http://www.humanized.com/weblog/2006/09/11/monolog_boxes_and_transparent_messages/" target="_blank">monolog_boxes_and_transparent_messages</a>.</p>
<p>Transparent Messages are a nice way to alert your users that something has happened. The alert is not &#8216;modal&#8217; in the same sense that a standard message box is. The user does not have to perform an explicit step to dismiss this type of alert, simply moving the mouse will dismiss it.</p>
<p>Aza and <a href="http://www.humanized.com">humanized </a>released their version of this back in September of 2006, it used the <a href="http://www.mochikit.com/">Mochikit </a>Javascript framework. I have updated it to depend on Yahoo&#8217;s <a href="http://developer.yahoo.com/yui/">YUI</a> toolkit instead.</p>
<p>It looks like this when you use it. (Styled with CSS so its easy to customize/update)</p>
<p>The code is as simple as this:</p>
<pre language="JAVASCRIPT">alert("Hello from the Transparent Messager");</pre>
<p>You can see it in action on this <a href="http://jbloomdesign.com/src/example_message.html">example page</a>. A few seconds after the page loads you&#8217;ll see a transparent message appear.</p>
<p><a href="http://jbloomdesign.com/src/TransparentMessage.js">Download the js source here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2007/04/01/some-actual-code-goes-up-transparentmessagejs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
