<?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>The Wojo Group &#187; april fools</title>
	<atom:link href="http://www.thewojogroup.com/tag/april-fools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewojogroup.com</link>
	<description>The musings of a small creative media company.</description>
	<lastBuildDate>Tue, 11 May 2010 00:10:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>April Fool&#8217;s Floating Text Script</title>
		<link>http://www.thewojogroup.com/2010/03/april-fools-floating-text-script/</link>
		<comments>http://www.thewojogroup.com/2010/03/april-fools-floating-text-script/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 03:00:18 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[april fools]]></category>
		<category><![CDATA[creepin]]></category>
		<category><![CDATA[prank]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=623</guid>
		<description><![CDATA[This year's javascript trick involves taking individual words on your page and let them float or creep away.  Every time the user does not move their mouse for 5 seconds (you can change this interval), the words will start to creep.  Once they move their mouse again, the words will return to their original spot.

<a href="javascript:creepify();">START THE CREEP</a>]]></description>
			<content:encoded><![CDATA[<p>This year&#8217;s javascript trick involves taking individual words on your page and let them float or creep away.  Every time the user does not move their mouse for 5 seconds (you can change this interval), the words will start to creep.  Once they move their mouse again, the words will return to their original spot.</p>
<p>Simply add this script tag in your header:</p>
<pre name="code" class="html">

&lt;script type=&quot;text/javascript&quot; src=&quot;http://thewojogroup.com/creep.js&quot; &gt;&lt;/script&gt;
</pre>
<p>And start the creep with the body onload function with the argument being the desired delay (in seconds) before the words start creeping (default is 5 seconds):</p>
<pre name="code" class="html">

&lt;body onload=&quot;creepify(5);&quot;&gt;
</pre>
<p>I haven&#8217;t been able to test this on many browsers, and there are some quirks depending on the content of your page.  If you are using a javascript library like JQuery, you may want to use the $(document).onload or equivalent in order to call the creepify() function. Happy April Fool&#8217;s!</p>
<p><a href="javascript:creepify();">START THE CREEP</a></p>
<p><strong>Note:</strong> This script will probably mess up some of your styling, so test it out first to see what happens. <img src='http://www.thewojogroup.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2010/03/april-fools-floating-text-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>April Fools &#8216;flip text&#8217; Script</title>
		<link>http://www.thewojogroup.com/2009/04/april-fools-flip-text-script/</link>
		<comments>http://www.thewojogroup.com/2009/04/april-fools-flip-text-script/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 13:45:38 +0000</pubDate>
		<dc:creator>Brett Wejrowski</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[april fools]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[joke]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[text flip]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.thewojogroup.com/?p=453</guid>
		<description><![CDATA[Over breakfast this morning, I put together a little JS script that will flip all the text on a page.  Just put this link AT THE BOTTOM of your page, and it should provide a little April Fools joke for some visitors. ]]></description>
			<content:encoded><![CDATA[<p>Over breakfast this morning, I put together a little JS script that will flip all the text on a page.  Just put this link <strong>AT THE BOTTOM</strong> of your page, and it should provide a little April Fools joke for some visitors:</p>
<pre name="code" class="html">

&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.thewojogroup.com/flipEm.js&quot; &gt;&lt;/script&gt;
</pre>
<p>**Make sure to test this on your site, some flash objects or other plugins may not work properly</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewojogroup.com/2009/04/april-fools-flip-text-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
