<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Why &#187; sidebars</title>
	<atom:link href="http://menro.me/category/sidebars/feed/" rel="self" type="application/rss+xml" />
	<link>http://menro.me</link>
	<description>because I need answers</description>
	<lastBuildDate>Wed, 20 Apr 2011 04:05:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='menro.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e9f20068295a5a15f4e0b9e8f6588b85?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Why &#187; sidebars</title>
		<link>http://menro.me</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://menro.me/osd.xml" title="Why" />
	<atom:link rel='hub' href='http://menro.me/?pushpress=hub'/>
		<item>
		<title>Hacking Add-on-Con</title>
		<link>http://menro.me/2009/11/01/hacking-add-on-con/</link>
		<comments>http://menro.me/2009/11/01/hacking-add-on-con/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 18:37:30 +0000</pubDate>
		<dc:creator>menro</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[Toolbars]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://menro.me/?p=757</guid>
		<description><![CDATA[I am organizing Add-on-Con for the second time. During last years event, one of the best parts was putting faces with names. This year during the planing stage I had an idea, to try a game, to accomplish the same effect. I logged on to the web,  typed rentacoder.com, popped open Adobe Illustrator and started [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=menro.me&#038;blog=4069877&#038;post=757&#038;subd=scandium&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am organizing Add-on-Con for the second time. During last years event, one of the best parts was putting faces with names. This year during the planing stage I had an idea, to try a game, to accomplish the same effect. I logged on to the web,  typed <a href="http://www.rentacoder.com" target="_blank">rentacoder.com</a>, popped open <a href="http://www.adobe.com/products/illustrator/" target="_blank">Adobe Illustrator </a> and started to draw. The end result can now be seen at <a href="http://add-on-con.com">Add-on-Con.com</a>.</p>
<p>The game is proving to be great fun and a good way to virally let people know about the conference. I believe it is also achieving the goal of helping people put faces with names.</p>
<p><img class="aligncenter size-full wp-image-760" title="add-on-con-game" src="http://scandium.files.wordpress.com/2009/11/add-on-con-game.png?w=590" alt="add-on-con-game"   /></p>
<p>I originally had the game announce each players score over twitter, but that seemed to be viewed as spam. Not sure I agree, but I asked the developer to change the code. Now it announces each time a player takes over 1 of the top 5 slots and enables each player to announce the score from their own twitter account via a retweet button.</p>
<p>One of the really fun side affects that emerged is the competitive nature of the players. A large subset of the group are software developers, so hacking the game quickly became a popular way to post more impressive scores. Leading one of the player&#8217;s who claimed the top spot to claim &#8220;yes, this was legit&#8221;.</p>
<p>Another developer was kind enough to send me his hack:</p>
<p>&lt;start script&gt;</p>
<p>function myScript() {<br />
setTimeout(&#8216;timer.clicks=18;var mycards = new Array();mycards[0]=card_1;mycards[1]=card_2;mycards[2]=card_3;mycards[3]=card_4;mycards[4]=card_5;<br />
mycards[5]=card_6;mycards[6]=card_7;mycards[7]=card_8;mycards[8]=card_9;mycards[9]=card_10;mycards[10]=card_11;mycards[11]=card_12;mycards[12]=card_13;mycards[13]=card_14;mycards[14]=card_15;mycards[15]=card_16;mycards[16]=card_17;mycards[17]=card_18;mycards[18]=card_19;mycards[19]=card_20;mycards[20]=card_21;mycards[21]=card_22;mycards[22]=card_23;mycards[23]=card_24;for(i in mycards){var cardText = mycards[i].cardText;if (mycards[i].isFound != true){mycards[i].flipCard(\&#8217;card_\&#8217;+(++i));for(j in mycards){if (i != j &amp;&amp; mycards[j].isFaceUp != true &amp;&amp; mycards[j].cardText == cardText){mycards[j].flipCard(\&#8217;card_\&#8217;+(++j));}}}}&#8217;,15000);<br />
}</p>
<p>var script = document.createElement(&#8220;script&#8221;);<br />
script.type = &#8220;application/javascript&#8221;;<br />
script.textContent = &#8220;(&#8221; + myScript + &#8220;)();&#8221;;<br />
document.body.appendChild(script);</p>
<p>&lt;end script&gt;</p>
<p>Thanks kevin, have fun and see you at Add-on-Con on <a href="http://add-on-con.eventbrite.com/" target="_self">December 11</a>.</p>
<br />Posted in Browser, Browser Add-ons, sidebars, Toolbars, User Experience  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scandium.wordpress.com/757/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scandium.wordpress.com/757/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scandium.wordpress.com/757/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scandium.wordpress.com/757/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/scandium.wordpress.com/757/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/scandium.wordpress.com/757/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/scandium.wordpress.com/757/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/scandium.wordpress.com/757/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scandium.wordpress.com/757/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scandium.wordpress.com/757/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scandium.wordpress.com/757/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scandium.wordpress.com/757/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scandium.wordpress.com/757/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scandium.wordpress.com/757/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=menro.me&#038;blog=4069877&#038;post=757&#038;subd=scandium&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://menro.me/2009/11/01/hacking-add-on-con/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee40fe141351e79b3d9eae6c142f9d56?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">menro</media:title>
		</media:content>

		<media:content url="http://scandium.files.wordpress.com/2009/11/add-on-con-game.png" medium="image">
			<media:title type="html">add-on-con-game</media:title>
		</media:content>
	</item>
	</channel>
</rss>
