<?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>Walrus In A Canoe &#187; Garbage</title>
	<atom:link href="http://walrusinacanoe.com/category/garbage/feed" rel="self" type="application/rss+xml" />
	<link>http://walrusinacanoe.com</link>
	<description>For me and you.</description>
	<lastBuildDate>Fri, 18 May 2012 23:49:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to send URL Variables into a Facebook App / Tab</title>
		<link>http://walrusinacanoe.com/garbage/844</link>
		<comments>http://walrusinacanoe.com/garbage/844#comments</comments>
		<pubDate>Wed, 14 Dec 2011 04:41:31 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Garbage]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://walrusinacanoe.com/?p=844</guid>
		<description><![CDATA[If you need to send URL variables into a Facebook App (within a Page tab), doing so is surprisingly easy. Firstly, know that the JSON-based object you are interacting with is called signed_request. It is used primarily for internal communication between Facebook and your app. However, Facebook does give you one app_data variable to use [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to send URL variables into a Facebook App (within a Page tab), doing so is surprisingly easy.</p>
<p>Firstly, know that the JSON-based object you are interacting with is called <strong><a href="https://developers.facebook.com/docs/authentication/signed_request/" target="_blank">signed_request</a></strong>. It is used primarily for internal communication between Facebook and your app. However, Facebook does give you one <strong>app_data</strong> variable to use for your own variables. To send a variable to your Facebook app, all you need to do is set a value to <strong>app_data</strong> in your URL request and Facebook will handle communicating that data to your app&#8217;s iFrame.</p>
<p>URL example (sending data):</p>
<p>https://www.facebook.com/pages/Walrus-In-A-Canoe/?sk=app_0000000000<strong>&#038;app_data=APP_DATA_CONTENT</strong></p>
<p>For an example of retrieving your <strong>app_data</strong>, I have found some nifty code from <strong>fbadurbin</strong> on <a href="http://forum.developers.facebook.net/viewtopic.php?id=47141" target="_blank">this thread</a> which I have pasted below.</p>
<pre>$signed_request = $_REQUEST['signed_request']; // Get the POST signed_request variable.

 if(isset($signed_request)) // Determine if signed_request is blank.
 {
 $pre = explode('.',$signed_request); // Get the part of the signed_request we need.
 $json = base64_decode($pre['1']); // Base64 Decode signed_request making it JSON.
 $obj = json_decode($json,true); // Split the JSON into arrays.
 $page = $obj['page']; // Get the page array. It has a sub array.

 echo("Your App Data: " . $obj['app_data']);
 }
 else
 {
 die('No signed request avaliable.'); //If there is no signed_request, stop processing script.
 }</pre>
]]></content:encoded>
			<wfw:commentRss>http://walrusinacanoe.com/garbage/844/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash Builder 4.5 &#8211; How to Speed Up Code Completion</title>
		<link>http://walrusinacanoe.com/garbage/812</link>
		<comments>http://walrusinacanoe.com/garbage/812#comments</comments>
		<pubDate>Tue, 13 Sep 2011 22:55:00 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Garbage]]></category>

		<guid isPermaLink="false">http://walrusinacanoe.com/?p=812</guid>
		<description><![CDATA[I just switched to Flash Builder 4.5 and noticed that the code completion is really delayed. However, after doing some digging I found out that this is simply a setting you can tweak to your satisfaction. Go to Preferences &#62; Flash Builder &#62; Editors and change the value of &#8220;Enable auto-activation of code and template [...]]]></description>
			<content:encoded><![CDATA[<p>I just switched to Flash Builder 4.5 and noticed that the code completion is really delayed. However, after doing some digging I found out that this is simply a setting you can tweak to your satisfaction.</p>
<p>Go to <strong>Preferences &gt; Flash Builder &gt; Editors</strong> and change the value of &#8220;<strong>Enable auto-activation of code and template proposals</strong>&#8220;. I have it set to 50 ms and it&#8217;s looking slick and snappy. Screenshot below.</p>
<p><a href="http://walrusinacanoe.com/wp-content/uploads/2011/09/fb.gif" rel="shadowbox[sbpost-812];player=img;" title="fb"><img class="alignnone size-large wp-image-814" title="fb" src="http://walrusinacanoe.com/wp-content/uploads/2011/09/fb-550x669.gif" alt="" width="550" height="669" /></a></p>
<p>Thanks to <a href="http://forums.adobe.com/message/3884730" target="_blank">this article</a> for the tip.</p>
]]></content:encoded>
			<wfw:commentRss>http://walrusinacanoe.com/garbage/812/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Secret Dick</title>
		<link>http://walrusinacanoe.com/garbage/800</link>
		<comments>http://walrusinacanoe.com/garbage/800#comments</comments>
		<pubDate>Mon, 18 Apr 2011 17:54:12 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Garbage]]></category>

		<guid isPermaLink="false">http://walrusinacanoe.com/?p=800</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://walrusinacanoe.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-800">Password:<br />
<input name="post_password" id="pwbox-800" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://walrusinacanoe.com/garbage/800/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Walrus Dating Advice #1</title>
		<link>http://walrusinacanoe.com/garbage/758</link>
		<comments>http://walrusinacanoe.com/garbage/758#comments</comments>
		<pubDate>Fri, 11 Feb 2011 02:27:18 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Garbage]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://walrusinacanoe.com/?p=758</guid>
		<description><![CDATA[If you know a pretty girl, do not use Photoshop to make her pregnant. Girls do not like receiving these kinds of greetings. (censored to protect the innocent)]]></description>
			<content:encoded><![CDATA[<p>If you know a pretty girl, do not use Photoshop to make her pregnant. Girls do not like receiving these kinds of greetings.</p>
<p>(censored to protect the innocent)</p>
<p><img class="alignnone size-large wp-image-759" title="pregorah" src="http://walrusinacanoe.com/wp-content/uploads/2011/02/pregorah-550x550.jpg" alt="" width="550" height="550" /></p>
]]></content:encoded>
			<wfw:commentRss>http://walrusinacanoe.com/garbage/758/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Celebrating F-Man</title>
		<link>http://walrusinacanoe.com/garbage/680</link>
		<comments>http://walrusinacanoe.com/garbage/680#comments</comments>
		<pubDate>Fri, 07 Jan 2011 01:25:57 +0000</pubDate>
		<dc:creator>Hleb</dc:creator>
				<category><![CDATA[Garbage]]></category>

		<guid isPermaLink="false">http://walrusinacanoe.com/?p=680</guid>
		<description><![CDATA[CREATE YOUR OWN WITH THE FREE F-MAN TEMPLATE BELOW: REPLY AS A COMMENT USING FANCY HTML CODE. FOR EXAMPLE: &#60;img src=&#8221;http://imgur.com/swell&#8221; alt=&#8221;asdf&#8221; /&#62; http://www.imgur.com IS GREEEEEEEAT FOR HOSTING FREE IMAGES! USE IT!]]></description>
			<content:encoded><![CDATA[<p><a href="http://walrusinacanoe.com/wp-content/uploads/2011/01/head.png" rel="shadowbox[sbpost-680];player=img;" title="head"><img class="alignnone size-full wp-image-681" title="head" src="http://walrusinacanoe.com/wp-content/uploads/2011/01/head.png" alt="" width="515" height="344" /></a></p>
<p>CREATE YOUR OWN WITH THE FREE F-MAN TEMPLATE BELOW:</p>
<p><a href="http://walrusinacanoe.com/wp-content/uploads/2011/01/head_createYourOwn.png" rel="shadowbox[sbpost-680];player=img;" title="head_createYourOwn"><img class="alignnone size-full wp-image-683" title="head_createYourOwn" src="http://walrusinacanoe.com/wp-content/uploads/2011/01/head_createYourOwn.png" alt="" width="515" height="344" /></a></p>
<p>REPLY AS A COMMENT USING FANCY HTML CODE. FOR EXAMPLE:</p>
<p>&lt;img src=&#8221;http://imgur.com/swell&#8221; alt=&#8221;asdf&#8221; /&gt;</p>
<p><a href="http://www.imgur.com" target="_blank">http://www.imgur.com</a> IS GREEEEEEEAT FOR HOSTING FREE IMAGES! USE IT!</p>
]]></content:encoded>
			<wfw:commentRss>http://walrusinacanoe.com/garbage/680/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cancer Rates by State (Map)</title>
		<link>http://walrusinacanoe.com/garbage/672</link>
		<comments>http://walrusinacanoe.com/garbage/672#comments</comments>
		<pubDate>Thu, 23 Dec 2010 02:14:49 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Garbage]]></category>

		<guid isPermaLink="false">http://walrusinacanoe.com/?p=672</guid>
		<description><![CDATA[An interesting look into cancer incidence rates. Customizable via: http://statecancerprofiles.cancer.gov/map/map.noimage.php]]></description>
			<content:encoded><![CDATA[<p><br class="spacer_" /></p>
<p><a href="http://walrusinacanoe.com/wp-content/uploads/2010/12/StateCancerProfilesMap.png" rel="shadowbox[sbpost-672];player=img;" title="StateCancerProfilesMap"><img class="alignnone size-large wp-image-674" title="StateCancerProfilesMap" src="http://walrusinacanoe.com/wp-content/uploads/2010/12/StateCancerProfilesMap-550x557.png" alt="" width="550" height="557" /></a></p>
<p>An interesting look into cancer incidence rates. Customizable via:<br />
<a href="http://statecancerprofiles.cancer.gov/map/map.noimage.php" target="_blank">http://statecancerprofiles.cancer.gov/map/map.noimage.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://walrusinacanoe.com/garbage/672/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now everyone knows</title>
		<link>http://walrusinacanoe.com/garbage/651</link>
		<comments>http://walrusinacanoe.com/garbage/651#comments</comments>
		<pubDate>Thu, 09 Dec 2010 02:42:54 +0000</pubDate>
		<dc:creator>Hleb</dc:creator>
				<category><![CDATA[Garbage]]></category>
		<category><![CDATA[social anarchy]]></category>

		<guid isPermaLink="false">http://walrusinacanoe.com/?p=651</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-653" href="http://walrusinacanoe.com/garbage/651/attachment/e2ab3b2b6f4dbd8211983d44c8e321e897844e2c_m-1-2"><img class="alignnone size-medium wp-image-653" src="http://walrusinacanoe.com/wp-content/uploads/2010/12/e2ab3b2b6f4dbd8211983d44c8e321e897844e2c_m-11-310x383.jpg" alt="" width="310" height="383" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://walrusinacanoe.com/garbage/651/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Belong With D</title>
		<link>http://walrusinacanoe.com/garbage/648</link>
		<comments>http://walrusinacanoe.com/garbage/648#comments</comments>
		<pubDate>Wed, 08 Dec 2010 23:49:39 +0000</pubDate>
		<dc:creator>Hleb</dc:creator>
				<category><![CDATA[Daily David]]></category>
		<category><![CDATA[Garbage]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Weiners]]></category>

		<guid isPermaLink="false">http://walrusinacanoe.com/?p=648</guid>
		<description><![CDATA[For a better understanding of this reference that you will never recover from: http://www.buzzfeed.com/awesomer/do-not-watch-this-video-nsfw]]></description>
			<content:encoded><![CDATA[<p><a href="http://walrusinacanoe.com/wp-content/uploads/2010/12/TEMP-Image_1_17.png" rel="shadowbox[sbpost-648];player=img;" title="TEMP-Image_1_17"><img class="alignnone size-large wp-image-649" title="TEMP-Image_1_17" src="http://walrusinacanoe.com/wp-content/uploads/2010/12/TEMP-Image_1_17-550x310.png" alt="" width="550" height="310" /></a></p>
<p>For a better understanding of this reference that you will never recover from:<br />
<a href="http://www.buzzfeed.com/awesomer/do-not-watch-this-video-nsfw" target="_blank">http://www.buzzfeed.com/awesomer/do-not-watch-this-video-nsfw</a></p>
]]></content:encoded>
			<wfw:commentRss>http://walrusinacanoe.com/garbage/648/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chainsaw David &amp; Friends</title>
		<link>http://walrusinacanoe.com/garbage/600</link>
		<comments>http://walrusinacanoe.com/garbage/600#comments</comments>
		<pubDate>Wed, 03 Nov 2010 18:55:48 +0000</pubDate>
		<dc:creator>Hleb</dc:creator>
				<category><![CDATA[Daily David]]></category>
		<category><![CDATA[Garbage]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://walrusinacanoe.com/?p=600</guid>
		<description><![CDATA[Inspired by Chainsaw Maid! http://www.youtube.com/watch?v=6d-tNXxTRBA]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-601" title="TEMP-Image_1_5" src="http://walrusinacanoe.com/wp-content/uploads/2010/11/TEMP-Image_1_5.png" alt="" width="495" height="395" /></p>
<p>Inspired by Chainsaw Maid!<br />
<a href="http://www.youtube.com/watch?v=6d-tNXxTRBA" rel="shadowbox[sbpost-600];player=swf;width=640;height=385;" target="_blank">http://www.youtube.com/watch?v=6d-tNXxTRBA</a></p>
]]></content:encoded>
			<wfw:commentRss>http://walrusinacanoe.com/garbage/600/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatties in flight. (and a bear)</title>
		<link>http://walrusinacanoe.com/garbage/593</link>
		<comments>http://walrusinacanoe.com/garbage/593#comments</comments>
		<pubDate>Wed, 03 Nov 2010 01:28:59 +0000</pubDate>
		<dc:creator>Hleb</dc:creator>
				<category><![CDATA[Daily David]]></category>
		<category><![CDATA[Garbage]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://walrusinacanoe.com/?p=593</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-594" title="TEMP-Image_1_11" src="http://walrusinacanoe.com/wp-content/uploads/2010/11/TEMP-Image_1_11.png" alt="" width="500" height="241" /></p>
<p><img class="alignnone size-full wp-image-597" title="TEMP-Image_1_15" src="http://walrusinacanoe.com/wp-content/uploads/2010/11/TEMP-Image_1_15.png" alt="" width="321" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://walrusinacanoe.com/garbage/593/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

