<?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>tail -f development.log &#187; javascript</title>
	<atom:link href="http://craigjolicoeur.com/blog/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://craigjolicoeur.com/blog</link>
	<description>code with a purpose</description>
	<lastBuildDate>Sun, 19 Jun 2011 13:25:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>prototypeGrowl</title>
		<link>http://craigjolicoeur.com/blog/prototypegrowl</link>
		<comments>http://craigjolicoeur.com/blog/prototypegrowl#comments</comments>
		<pubDate>Sun, 06 Apr 2008 02:38:00 +0000</pubDate>
		<dc:creator>Craig</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.craigjolicoeur.com/2008/04/05/prototypegrowl/</guid>
		<description><![CDATA[For some current updates we are doing at wis.dm, I came across a need (or desire) for a Growl type effect for Prototype. I was very surprised that no one had implemented one yet. I found an implementation for jQuery, YUI, and mooTools. I actually did find a decent implementation called protoGrowl, but it was [...]]]></description>
			<content:encoded><![CDATA[<p>For some current updates we are doing at <a href="http://wis.dm">wis.dm</a>, I came across a need (or desire) for a <a href="http://growl.info">Growl</a> type effect for <a href="http://prototypejs.org">Prototype</a>.</p>
<p>I was very surprised that no one had implemented one yet.  I found an <a href="http://alexsancho.name/archives/2006/11/windowgrowl-con-jquery/">implementation for jQuery</a>, <a href="http://code.google.com/p/yowl/">YUI</a>, and <a href="http://icebeat.bitacoras.com/mootools/growl/">mooTools</a>.  I actually did find a decent implementation called <a href="http://www.midgard-project.org/documentation/protogrowl">protoGrowl</a>, but it was much too overweight for what I needed since it was originally developed to be used with the <a href="http://www.midgard-project.org/">Midgard CMS</a> system.</p>
<p>In the end, I really liked the <a href="http://mootools.net/">mooTools</a> implementation and decided to try and port it to Prototype.  Unfortunately, my Prototype 1.6 skills aren&#8217;t as solid as I would like so I sought out help online and came across <a href="http://github.com/tdreyno">Thomas Reynolds on gitHub</a>.  He agreed to help and so the project began.  A few hours later we had the first working version of <a href="http://www.craigjolicoeur.com/pgrowl">prototypeGrowl</a>.  After a nights rest and some more coding we have a pretty nice implementation of growl for prototype.</p>
<p>Check it out and feel free to fork the repository on <a href="http://github.com">gitHub</a> and contribute any tweaks or updates you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://craigjolicoeur.com/blog/prototypegrowl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

