<?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>orangeSPLoTCH &#187; Random</title>
	<atom:link href="http://orangesplotch.com/blog/categories/random/feed/" rel="self" type="application/rss+xml" />
	<link>http://orangesplotch.com/blog</link>
	<description>Web developing in the middle of the night.</description>
	<lastBuildDate>Wed, 25 Aug 2010 11:45:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Ciales: That once our eyes watered</title>
		<link>http://orangesplotch.com/blog/ciales-that-once-our-eyes-watered/</link>
		<comments>http://orangesplotch.com/blog/ciales-that-once-our-eyes-watered/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 16:02:42 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[SPLoTCH]]></category>
		<category><![CDATA[album]]></category>
		<category><![CDATA[ciales]]></category>
		<category><![CDATA[cover]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/?p=164</guid>
		<description><![CDATA[Combine Wikipedia, Flickr and random and you get the next hit music album. If you do any sort of graphic design and need a quick side project, this is a fun one to do.]]></description>
			<content:encoded><![CDATA[<p class="intro"><a href="http://aviary.com/artists/splotch/images/ciales_that_once_our_eyes_watered"><img alt="" src="http://aviary.com/viewfull?fguid=da4693e0-562e-102c-b565-0030488e168c" title="Ciales: That once our eyes watered" width="400" height="400" /></a></p>
<h3>My New Favorite Album</h3>
<p>Ok, not really. I put this together on a dare from a friend to go to this page and do what it said: <a href="http://www.buzzfeed.com/peggy/wikipedia-names-your-band" title="Wikipedia names your band">http://www.buzzfeed.com/peggy/wikipedia-names-your-band</a>. Basically, you generate some random results on a few sites and throw them together into the next &#8220;<strong>album of the year</strong>&#8220;. My random amalgamation resulted in this album cover. Why Wikipedia chose Ciales for me, I&#8217;ll never know.</p>
<p>Go try out your own luck.</p>
<p>By the way, that big Aviary stamp at the bottom is because I made this in <a href="http://aviary.com/artists/splotch">Aviary</a> while taking a five minute break at work. If you are interested, Aviary has some really nice online image editing programs. I assume if you have a paid account, they won&#8217;t put their logo on everything you make.</p>
<p class="aside">I&#8217;m sure I&#8217;ll be getting some interesting search referrals on this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/ciales-that-once-our-eyes-watered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SwfObj WordPress Plugin</title>
		<link>http://orangesplotch.com/blog/swfobj-wordpress-plugin/</link>
		<comments>http://orangesplotch.com/blog/swfobj-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 13 May 2008 06:08:27 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[SwfObj]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp plugin]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/?p=75</guid>
		<description><![CDATA[I've just released the <a href="http://wordpress.org/extend/plugins/swfobj/">SwfObj WordPress plugin</a>. It's already saving me loads of time embedding Flash objects in my posts. Hopefully it can be of value to you, too.]]></description>
			<content:encoded><![CDATA[<p class="intro">I am currently developing a <a href="http://wordpress.org/extend/plugins/swfobj/" title="SwfObj WordPress plugin">WordPress Plugin</a> for those who are Flash Fiends like myself.</p>
<h3>Embedding Flash was a pain</h3>
<p>As you may have noticed, I embed a lot of Flash files into my blog posts. Embedding Flash content into WordPress posts is a tedious process at best. There are several options and parameters, all needing to be entered correctly or the object won&#8217;t display properly. Add to that the complexity of multiple browser support and you&#8217;ve got quite a mess, especially if you are concerned with valid XHTML markup.</p>
<p>Up until this point, I&#8217;ve been copy/pasting the object code into my posts. First I ftp the Flash file onto my server. Then I pull up a past post that had Flash in it. Then I copy that code to my new post, and edit the items that have changed such as the src and the object dimensions. Finally I save the post and preview it to see if I entered everything correctly. This takes way longer than it should.</p>
<h3>Some recent developments</h3>
<p>Last year I came across the SwfObject project. It is a great tool to simplify embedding Flash content. The markup is XHTML compliant, but still works most browsers, including IE6.</p>
<p>Flash forward to last month, when WordPress 2.5 was released. The new release includes the handy shortcode feature as well as improved media support with a nice API.</p>
<h3>Flash magic voodoo</h3>
<p>Combine the two and for me, you&#8217;ve got something magical. Assuming I&#8217;m not the only person who embeds heaps of Flash content into their posts, I decided to put together this new plugin: <a href="http://wordpress.org/extend/plugins/swfobj/"><strong>SwfObj</strong></a>.</p>
<p>While there are still a lot of features in the works, this initial version has significantly simplified the process of embedding Flash into my posts. A simple shortcode, such as the following, is all the markup I need to embed them. Here is the new shortcode, and the resulting embedded object.</p>
<blockquote><p><code>&#91;swfobj src="http://orangesplotch.com/blog/wp-content/uploads/2008/04/constellation.swf" width="500" height="196" allowfullscreen="true" required_player_version="9.0.0"]</code>
</p></blockquote>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="500" height="196" class="test">
      <param name="movie" value="http://orangesplotch.com/blog/wp-content/uploads/2008/04/constellation.swf" />
      <param name="allowfullscreen" value="true" />
      <param name="wmode" value="opaque" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://orangesplotch.com/blog/wp-content/uploads/2008/04/constellation.swf" width="500" height="196" allowfullscreen="true" wmode="opaque">
      <!--<![endif]-->
        
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

<p><em>Admittedly this shortcode example isn&#8217;t that short. But it sure is a lot shorter and easier to read than the resulting embedded object code.</em></p>
<pre>
&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="500" height="196">
  &lt;param name="movie" value="http://orangesplotch.com/blog/wp-content/uploads/2008/04/constellation.swf" />
  &lt;param name="allowFullScreen" value="true" />
  &lt;!--&#91;if !IE]--&gt;
  &lt;object type="application/x-shockwave-flash" data="http://orangesplotch.com/blog/wp-content/uploads/2008/04/constellation.swf" width="500" height="196" allowFullScreen="true">
  &lt;!--&#91;endif]--&gt;

    &lt;p>The Flash plugin is required to view this object.&lt;/p>
  &lt;!--&#91;if !IE]--&gt;
  &lt;/object>
  &lt;!--&#91;endif]--&gt;
&lt;/object>
</pre>
<p class="aside">
For more details on the plugin, visit the shiny new <a href="http://orangesplotch.com/blog/swfobj">SwfObj WordPress plugin homepage</a>. Feel free to <a href="http://wordpress.org/extend/plugins/swfobj/">download</a> it and use it on your own site. Any feedback is welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/swfobj-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Earth Day!</title>
		<link>http://orangesplotch.com/blog/its-earth-day/</link>
		<comments>http://orangesplotch.com/blog/its-earth-day/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 07:49:04 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Earth day]]></category>
		<category><![CDATA[save the world]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/?p=61</guid>
		<description><![CDATA[Happy Earth day! Let's go save the world.]]></description>
			<content:encoded><![CDATA[<p class="intro">It&#8217;s 2008. So what little things are you doing to save the world? Here&#8217;s a little list of things I&#8217;ve done to be less of a resource hog.</p>
<h3>orangesplotch goes green</h3>
<p>Installed lots of <a href="http://www.energystar.gov/index.cfm?c=cfls.pr_cfls">Compact Fluorescent Light Bulbs</a>. We slowly have been phasing over our lights and I&#8217;ve found that not all bulbs are the same. The last batch we got were uber-environmental friendly, being mercury free also. They also don&#8217;t work in a lot of our light sockets, while the mercury versions do. I guess broken lights are the most environmentally friendly, so way to go!</p>
<p>We&#8217;ve always used cold water to wash our clothes. Mostly as a way to keep them from fading as fast, but I&#8217;ll claim the extra green-cred, too. Although I don&#8217;t know if hot water is all that hard to generate here in Arizona. During the summer there isn&#8217;t much difference between the hot water and the &#8220;cold&#8221; tap water coming through the pipes.</p>
<p>Bought a simple network file server for my home. Why does this save energy? Because before I was running two separate computers at the same time to store all of my files. Now I only need to have one computer on, and I still have access to all of my files. That is a lot of electricity saved, and it keeps my house a few degrees cooler while I&#8217;m working.</p>
<h3>The way of the future</h3>
<p>What are my plans for the future super-green orangesplotch? Well, for starters I need to swap out this mammoth CRT monitor with a nice flat panel. Not only will that save me lots of power, I could really use the extra real estate on my desk. My poor Star Wars action figures have no where to go right now.</p>
<p class="aside">So what are you doing to save the world? I&#8217;d love some pointers.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/its-earth-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hopelessly lost in Flash</title>
		<link>http://orangesplotch.com/blog/hopelessly-lost-in-flash/</link>
		<comments>http://orangesplotch.com/blog/hopelessly-lost-in-flash/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 20:06:41 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[math nerd]]></category>
		<category><![CDATA[polar coordinates]]></category>
		<category><![CDATA[polar graph]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/hopelessly-lost-in-flash/</guid>
		<description><![CDATA[I really was going to post a new Flash tutorial last night. Unfortunately, I ended up spending hours experimenting with polar coordinate plotting and never got around to the tutorial. All I have to show for myself is this nifty little animation. I hope somebody enjoys it. I certainly enjoyed making it.]]></description>
			<content:encoded><![CDATA[<p class="intro">
I&#8217;m trying to keep <a href="http://orangesplotch.com/blog/february_resolutions/">my promise</a> of posting more Flash tutorials. But I keep distracting myself.
</p>
<p>Recently I built a Flash bubble tornado for a client. Last night I was going to simplify it and write a tutorial on the process. While building the Flash files, I started experimenting in polar coordinate plotting. It wasn&#8217;t until around 2am that my eyelids started to droop, yanking me from my geek induced trance. Realizing I&#8217;d wasted the whole night on this tangent, I crawled off to bed for a bit of sleep before work.</p>
<div class="object-wrapper">
<p class="title">Spinning particles</p>
<p><object type="application/x-shockwave-flash" data="http://orangesplotch.com/media/flash/radial.swf" height="400" width="500"><param name="movie" value="http://orangesplotch.com/media/flash/radial.swf"><img alt="The Flash plugin is required to view this example." src="/media/images/site/noflash.gif" height="100" width="100"><br />
</object>
</div>
<p>
Thanks to my several hours experiment in Flash, I still have no tutorial to post. But I do have this cool animation. I know I&#8217;m a total geek, but I can&#8217;t be the only person who thinks this is neat. Drag the sliders around to change the effect.
</p>
<p>
I built a dozen variations on this last night, but liked this one the best. Perhaps I&#8217;ll post some more later and maybe even put together a tutorial on the whole thing. Although for now I&#8217;ll be avoiding it so I can get some work done.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/hopelessly-lost-in-flash/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My IconBuffet Addiction</title>
		<link>http://orangesplotch.com/blog/iconbuffet-addiction/</link>
		<comments>http://orangesplotch.com/blog/iconbuffet-addiction/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 22:03:51 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[addiction]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[iconbuffet]]></category>
		<category><![CDATA[points]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/iconbuffet-addiction/</guid>
		<description><![CDATA[IconBuffet has finally sucked me into their <a href="http://www.iconbuffet.com/?ref=splotch">tangled web of icon trading</a>. Beware anyone who likes free icons; it may be too good to resist.]]></description>
			<content:encoded><![CDATA[<p class="intro">I have officially become an <a href="http://www.iconbuffet.com/?ref=splotch">IconBuffet</a> addict.</p>
<p><script src="http://www.iconbuffet.com/people/splotch/ibid/icon/freshly-fallen-snow"></script></p>
<p>As all addictions begin, I started as a casual user over a year ago. Each month IconBuffet&#8217;s &#8220;Icon Chefs&#8221; release several new icon sets. Once a set is released, users can be given it by other users. However, there is a limit to how many sets you can give an receive each month. To make things a little more interesting, you also get points for various things, including how many sets you&#8217;ve given away to other users.</p>
<p>Originally I innocently got a few new sets each month as my tokens were refilled and then went about my life as usual. A month later I&#8217;d check in, get a few more and be on my way. But then something happened. </p>
<p><strong>Suddenly I started wanting points.</strong> <em>(Probably due to the fact that getting a ton of points gets you extra tokens, which means extra sets each month.)</em> </p>
<p>So for the past two days I&#8217;ve been checking the blog on IconBuffet <strong>every five minutes</strong>. Anytime someone posts asking for a set, I immediately rush to be the first to delivery it to them.</p>
<p>If that wasn&#8217;t bad enough, today I completely snapped. I visited dozens of random users sending them snowmen sets until I was all out of stamps. It was a virtual blizzard of icons flying from my maddened fingers. I&#8217;ve turned into a pathetic snowman spammer all for free icons.</p>
<p class="note"> I don&#8217;t think I&#8217;m the only one who&#8217;s been overcome by the temptation. Their site&#8217;s been unusually slow lately.</p>
<p>Anyone else interested in becoming an icon addict simply needs to <a href="http://www.iconbuffet.com/?ref=splotch">register on the IconBuffet.com</a>. It&#8217;s only a matter of time until you&#8217;re hooked too. Fortunately for me I&#8217;m all out of tokens and stamps for another 29 days.</p>
<p><script src="http://www.iconbuffet.com/people/splotch/ibid/h-profile/orange"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/iconbuffet-addiction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is the Splotch still alive?</title>
		<link>http://orangesplotch.com/blog/is-the-splotch-still-alive/</link>
		<comments>http://orangesplotch.com/blog/is-the-splotch-still-alive/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 06:31:54 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[Holidays]]></category>
		<category><![CDATA[slacker]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/is-the-splotch-still-alive/</guid>
		<description><![CDATA[A quick update on what I've been doing these past weeks of silence. orange Splotch is slowly gaining momentum <em>and legal power</em>.]]></description>
			<content:encoded><![CDATA[<p class="intro">
I&#8217;m sure anyone who has been following this blog has been asking themselves &#8220;What happened?&#8221;. This last month was crazy busy and my priorities have been far from my poor neglected site.
</p>
<p><strong>The good news is</strong> that things are settling down a little. Hopefully I will seize the opportunity be more responsible. To start, I&#8217;ll highlight a few of my accomplishments since the last post.</p>
<p>First of all, orange Splotch is now my officially registered business name. I even have a fancy certificate to prove it. It&#8217;s funny how important a piece of paper can make you feel. Even if that paper only cost you $10.00 plus a stamp.</p>
<p class="note">I really wish I&#8217;d done this a long time ago.</p>
<p>As a celebration I went and took my fancy certificate to the bank and opened a business account. For anyone doing any kind of business on the side, I would highly recommend getting a dedicated business account. Keeping track of business income and expenses is painless when everything goes through a separate account. When you it all goes through your personal checking, it is a pain in the neck to follow.</p>
<p><img src="http://orangesplotch.com/media/images/iconbuffet/iconbuffet-century/cake-slice_32.png" class="align-left" /></p>
<p>And finally, <strong>I had a birthday</strong>. So go have a great day, too!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/is-the-splotch-still-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simpsons Appearance</title>
		<link>http://orangesplotch.com/blog/simpsons-appearance/</link>
		<comments>http://orangesplotch.com/blog/simpsons-appearance/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 21:52:26 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[cartoon]]></category>
		<category><![CDATA[self portrait]]></category>
		<category><![CDATA[Simpsons]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/simpsons-appearance/</guid>
		<description><![CDATA[For those of you who don't know what I look like, I thought I'd post this photo of me hanging out with Bart on the set of The Simpsons Movie. Bart and I go way back. I first met him when we were both in the 4th grade. Those were good time.]]></description>
			<content:encoded><![CDATA[<p class="intro"><img src="http://www.box.net/shared/static/zhalcbhcqq.jpg" alt="Me hanging out with Bart on the set of The Simpsons Movie" class="align-right bordered" /></p>
<p>For those of you who don&#8217;t know what I look like, I thought I&#8217;d post this photo of me hanging out with Bart on the set of The Simpsons Movie. Bart and I go way back. I first met him when we were both in the 4th grade. Those were good time.</p>
<p>For those of you who don&#8217;t know yet, you can go visit everyone on the set at <a href="http://www.simpsonsmovie.com/">http://www.simpsonsmovie.com/</a>. It is one of the best Flash sites I&#8217;ve come across.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/simpsons-appearance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remember things when you need to remember them</title>
		<link>http://orangesplotch.com/blog/how-to-remember-things-when-you-need-to-remember-them/</link>
		<comments>http://orangesplotch.com/blog/how-to-remember-things-when-you-need-to-remember-them/#comments</comments>
		<pubDate>Mon, 28 May 2007 14:09:54 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[remember]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/how-to-remember-things-when-you-need-to-remember-them/</guid>
		<description><![CDATA[My overactive imagination led me to a simple technique that helps me remember things at the exact moment I need to. Maybe it can help you, too.]]></description>
			<content:encoded><![CDATA[<p class="intro">
Do you ever remind yourself over and over and over to do something only to completely forget just as the moment comes? I do it all the time and it drives my wife crazy. My overactive imagination led me to a simple technique that helps me remember things at the exact moment I need to. In the hopes of helping my fellow absent minded earthlings, I thought I&#8217;d share.
</p>
<h3>Don&#8217;t forget &#8230; don&#8217;t forget &#8230; don&#8217;t forget</h3>
<p>
I&#8217;ve tried a lot of the conventional reminder techniques. Writing on my hands, writing on post-it notes, getting a planner, repeating things over and over in my head, etc. They always seem to fail me for some reason or another. Usually it&#8217;s because I get into my daily routine and the reminder part of my brain turns off. I forget to remember what I was supposed to do when I need to do it, only to remember sometime later.
</p>
<p class="note">
The reminder part of the brain is tucked snuggly between the organization part and the common-sense part. That whole section of my brain seems to be broken.
</p>
<p>So what is this nifty technique to never forget anything again? Basically all you do is send a reminder to yourself in the future. Sounds fun, doesn&#8217;t it?</p>
<h3>Travelling through time to never forget</h3>
<p>
All you have to do to never forget something, is go into the future to the exact moment in time that you need to remember it. Then tell yourself what you had forgotten. Once back in the present, you can go ahead and forget all about it, because you know that future you is going to be reminded. Doesn&#8217;t that feel great?
</p>
<p><strong>Ok, so you aren&#8217;t going to be doing any actual time travelling.</strong> But that really is the basic idea of this technique. Since I can&#8217;t actually travel through time to remind myself. I pretend to travel through time to the moment when I need to remember. While this may sound childish, it actually works really well.</p>
<p>The trick is to get as detailed as possible in your imagination. If I want to remember to pick up some milk on the way home, imagine yourself driving in the car at the exact moment you need to remember to turn and go to the store. There is probably an intersection where you turn left instead of right or something like that. Imagine yourself getting to that intersection. Imagine the all the buildings, signs, landmarks, whatever that are there. Imagine what you&#8217;ll be thinking about at that moment, or what you&#8217;ll be doing. Maybe you can imagine how it will smell, or sound around you. The more specific and distinct your imaginary future is the better. Once you&#8217;ve made as detailed an image as you can, imagine yourself saying &#8220;Oh ya, I need to go get some milk!&#8221;</p>
<p>When you actually arrive at that moment in the future, all of the details that you imagined earlier will trigger your memory and suddenly you&#8217;ll remember &#8220;Oh ya, I need to get the milk!&#8221; Isn&#8217;t <em>imaginary</em> time travel fun!</p>
<h3>Never forget the milk again</h3>
<p>I&#8217;ve found that this method works great for remembering random tasks you don&#8217;t routinely do. Everyone&#8217;s different, and maybe the reminder part of your brain works fine. If it doesn&#8217;t, this might be just the trick you need. Try it out and let me know how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/how-to-remember-things-when-you-need-to-remember-them/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Can anyone tell me what this means?</title>
		<link>http://orangesplotch.com/blog/can-anyone-tell-me-what-this-means/</link>
		<comments>http://orangesplotch.com/blog/can-anyone-tell-me-what-this-means/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 17:40:06 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[clarity]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/can-anyone-tell-me-what-this-means/</guid>
		<description><![CDATA[I received an email ad from Johnson's and can't figure it out. Probably because the person who wrote it is more intelligent than me.]]></description>
			<content:encoded><![CDATA[<p class="intro">I received an email advertisement from Johnson&#8217;s today and can&#8217;t seem to figure it out. I hope somebody else knows what they are talking about.</p>
<h3>Clinical Studies</h3>
<p>Here is Johnson&#8217;s claim.</p>
<blockquote><p>In a recent study, 3 out of 5 babies had clinically visible dry skin even though the signs of dryness were not evident.</p></blockquote>
<p>So how exactly do you have <strong>clinically visible</strong> dry skin without evident <strong>signs of dryness</strong>? It just doesn&#8217;t make any sense. Maybe you are only allowed to open your eyes in the clinic?</p>
<p class="aside">I do want a pair of those cool <strong>clinical goggles</strong> that they use to see dry skin that isn&#8217;t really dry.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/can-anyone-tell-me-what-this-means/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Growing Pains</title>
		<link>http://orangesplotch.com/blog/growing-pains/</link>
		<comments>http://orangesplotch.com/blog/growing-pains/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 18:40:55 +0000</pubDate>
		<dc:creator>mattc</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[SPLoTCH]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[tantrums]]></category>
		<category><![CDATA[toddlers]]></category>

		<guid isPermaLink="false">http://orangesplotch.com/blog/growing-pains/</guid>
		<description><![CDATA[You don't have to be a toddler to throw a tantrum. However, toddlers have an excuse.]]></description>
			<content:encoded><![CDATA[<p class="intro">
Those of you visiting the site lately may have noticed the layout isn&#8217;t working so good. I&#8217;ve been experimenting with some new stuff. As usual, the result is a big mess. At the same time my one year old son has been making a disaster of the house. I think he gets that from me.</p>
<h3>Toddlers</h3>
<p>My toddler loves to get his hands onto everything. Once in his ruthless grasp the fun begins. He squeezes, pokes, pulls, scratches, pounds, rips, stomps, and <strong>head-butts</strong> until something happens, sometimes with hilarious results.</p>
<p>Through this experimentation he&#8217;s learned a lot about how things in the house work. When he bangs on the glass door it makes the dog bark. When he pushes buttons on the remote it makes the television do weird stuff and has the added bonus of making the lazy parents get off the couch and chase him.</p>
<h3>Tantrums</h3>
<p>Things start to get ugly when he is unable to get his expected outcome. For instance, when he mashes buttons on the VCR remote <em>(yes, we still have a VCR)</em> nothing happens on the television. His reaction to this is to <strong>smash the remote</strong> until the batteries fly out, then chuck it across the room while yelling at the top of his lungs. That at least gets the parents off the couch.</p>
<h3>Design</h3>
<p>As a web designer I am constantly trying out new things. &#8220;Mashing the buttons&#8221; of a new CSS layout scheme, or poking at another Javascript library. After a while, I usually find things that seems to be consistent. Those becomes the expected behavior. Then I try them out in a different context, and nothing happens the way I thought it should. Rational people might rationally stop at this point and undo. Not me, I keep bashing at the problem until it does what I want, no matter how much collateral damage is caused on the rest of the site.</p>
<p>After my last <strong>CSS tantrum</strong> a couple of weeks ago, I tried to put the pieces back together as best I could. Sorry for the mess. I hope to fix it someday.</p>
<p>Turns out my son and I have a lot in common. Apparently I utilize the same learning techniques as a toddler. The only difference may be that I am mature enough not to do this on any of my clients sites, my son has no problem breaking things that don&#8217;t belong to him.</p>
<p>Are there any other <strong>web design toddlers</strong> out there? I know of at least <a href="http://www.bearskinrug.co.uk/_articles/2006/05/17/india_ink_freakout/">one illustrator with a similar problem</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesplotch.com/blog/growing-pains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
