<?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>Charismatic Dog &#187; Randumb</title>
	<atom:link href="http://blog.charismaticdog.com/category/randumb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.charismaticdog.com</link>
	<description>What rolls down stairs...</description>
	<lastBuildDate>Fri, 04 Dec 2009 20:51:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A ninja would&#8217;ve done it with less code&#8230;</title>
		<link>http://blog.charismaticdog.com/2009/12/04/a-ninja-wouldve-done-it-with-less-code/</link>
		<comments>http://blog.charismaticdog.com/2009/12/04/a-ninja-wouldve-done-it-with-less-code/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 20:51:11 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Randumb]]></category>
		<category><![CDATA[Site Design]]></category>

		<guid isPermaLink="false">http://blog.charismaticdog.com/2009/12/04/a-ninja-wouldve-done-it-with-less-code/</guid>
		<description><![CDATA[but I&#8217;m still pretty pleased with my little &#8220;other&#8221; revealer here: function changeOption(object) { var obj_id = jQuery(object).attr('id'); var obj_val = jQuery(object).val(); jQuery(object).children('option').each(function() { var this_val = jQuery(this).val(); var field = jQuery('#' + obj_id + '-' + this_val); if( this_val == obj_val) { jQuery(field).parent().show(); } else { jQuery(field).parent().hide(); } }); }]]></description>
			<content:encoded><![CDATA[<p>but I&#8217;m still pretty pleased with my little &#8220;other&#8221; revealer here:</p>
<pre>
	function changeOption(object) {
		var obj_id = jQuery(object).attr('id');
		var obj_val = jQuery(object).val();
		jQuery(object).children('option').each(function() {
			var this_val = jQuery(this).val();
			var field = jQuery('#' + obj_id + '-' + this_val);
			if( this_val == obj_val) {
				jQuery(field).parent().show();
			} else {
				jQuery(field).parent().hide();
			}
		});
	}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.charismaticdog.com/2009/12/04/a-ninja-wouldve-done-it-with-less-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ecto 2 (better than 3?)</title>
		<link>http://blog.charismaticdog.com/2009/11/13/ecto-2-better-than-3/</link>
		<comments>http://blog.charismaticdog.com/2009/11/13/ecto-2-better-than-3/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 18:59:29 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Randumb]]></category>

		<guid isPermaLink="false">http://blog.charismaticdog.com/2009/11/13/ecto-2-better-than-3/</guid>
		<description><![CDATA[I was talking to a friend about my ecto 3 woes and he pointed out that he&#8217;s still quite happy with version 2. I&#8217;m still working on my own solution for this problem, but for now. I&#8217;m going to give ecto 2 a shot (yay serial that works for both!) and see if I can [...]]]></description>
			<content:encoded><![CDATA[<p>I was talking to a friend about my ecto 3 woes and he pointed out that he&#8217;s still quite happy with version 2. I&#8217;m still working on my own solution for this problem, but for now. I&#8217;m going to give ecto 2 a shot (yay serial that works for both!) and see if I can get back into this blogging thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charismaticdog.com/2009/11/13/ecto-2-better-than-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delta/Time</title>
		<link>http://blog.charismaticdog.com/2009/03/29/deltatime/</link>
		<comments>http://blog.charismaticdog.com/2009/03/29/deltatime/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 20:09:21 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Randumb]]></category>

		<guid isPermaLink="false">http://blog.charismaticdog.com/2009/03/29/deltatime/</guid>
		<description><![CDATA[You know things have changed when 4 of 5 laptops at the coffee shop are Macs and not one is mine.]]></description>
			<content:encoded><![CDATA[<p>You know things have changed when 4 of 5 laptops at the coffee shop are Macs and not one is mine.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charismaticdog.com/2009/03/29/deltatime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I can haz compiler?</title>
		<link>http://blog.charismaticdog.com/2009/02/09/i-can-haz-compiler/</link>
		<comments>http://blog.charismaticdog.com/2009/02/09/i-can-haz-compiler/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 19:57:17 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Randumb]]></category>

		<guid isPermaLink="false">http://blog.charismaticdog.com/2009/02/09/i-can-haz-compiler/</guid>
		<description><![CDATA[Saw a 5 minute version of this speech last Saturday. It is awesome! Watch this with your favorite geek and watch him laugh so hard he cries.]]></description>
			<content:encoded><![CDATA[<p>Saw a 5 minute version of <a href="http://yapc.tv/2008/ye/lt/lt2-09-pmichaud-haz-a-compiler/" title="pmichaud-haz-a-compiler">this speech</a> last Saturday. It is awesome! Watch this with your favorite geek and watch him laugh so hard he cries.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charismaticdog.com/2009/02/09/i-can-haz-compiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiki Fail</title>
		<link>http://blog.charismaticdog.com/2009/02/05/wiki-fail/</link>
		<comments>http://blog.charismaticdog.com/2009/02/05/wiki-fail/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 16:54:02 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Randumb]]></category>

		<guid isPermaLink="false">http://blog.charismaticdog.com/2009/02/05/wiki-fail/</guid>
		<description><![CDATA[Wikipedia chaps my hide something fierce. The more I see user&#8217;s flagrant misuse matched only by the moderator&#8217;s drunken sense of their own power, the more I cringe away from trusting it at all, even as a starting point. That&#8217;s all I had. I suppose I could have tweeted this just as well.]]></description>
			<content:encoded><![CDATA[<p>Wikipedia chaps my hide something fierce. The more I see user&#8217;s flagrant misuse matched only by the moderator&#8217;s drunken sense of their own power, the more I cringe away from trusting it at all, even as a starting point. That&#8217;s all I had. I suppose I could have tweeted this just as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charismaticdog.com/2009/02/05/wiki-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Handy Solution to Mail.app conundrum</title>
		<link>http://blog.charismaticdog.com/2008/12/10/super-handy-solution-to-mailapp-conundrum/</link>
		<comments>http://blog.charismaticdog.com/2008/12/10/super-handy-solution-to-mailapp-conundrum/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 06:35:32 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Randumb]]></category>

		<guid isPermaLink="false">http://blog.charismaticdog.com/2008/12/10/super-handy-solution-to-mailapp-conundrum/</guid>
		<description><![CDATA[Came this close to sticking with the Thunderbird 3 Alpha/Shredder series, but search tipped me back to Mail.app and emaildiscussions.com solved my problem. Quoted for posterity: &#8220;For the sake of continuity, I&#8217;ll give the PlistEditPro steps here. a) Close Mail.app. Make a backup of your com.apple.mail.plist file by copying it to the desktop or something. [...]]]></description>
			<content:encoded><![CDATA[<p>Came this close to sticking with the Thunderbird 3 Alpha/Shredder series, but search tipped me back to Mail.app and <a href="http://www.emaildiscussions.com/showthread.php?t=53076&amp;page=4">emaildiscussions.com</a> solved my problem.</p>
<blockquote>
<p>Quoted for posterity:</p>
<p>&#8220;For the sake of continuity, I&#8217;ll give the PlistEditPro steps here.</p>
<p>a) Close Mail.app. Make a backup of your com.apple.mail.plist file by copying it to the desktop or something.</p>
<p>b) Open com.apple.mail.plist in PlistEditPro</p>
<p>(If you&#8217;re not familiar with the property lists, do not modify anything else, except for those here below).</p>
<p>c) Scroll down to mail accounts, and navigate open.</p>
<p>d) You may have 0, 1, 2, etc.. depending on how many mail accounts you have set up. 0 is the local account. Navigate open the main mail account that you primarily use. (scroll down to user name and host name to identify which account it is).</p>
<p>e) Single click on email addresses and then click on NEW SIBLING.</p>
<p>f) Give the name: EmailAliases, and choose class Array</p>
<p>g) Then single click on EmailAliases, and then click on NEW CHILD.</p>
<p>h) Give the name 0, and choose class as Dictionary</p>
<p>i) Single click on 0, and then click on NEW CHILD.</p>
<p>j) Give the name: alias, leave class as String, and give value as the email of the identity you would like, eg: xyz@abc.com</p>
<p>k) Again single click on 0, and then click on NEW CHILD.</p>
<p>l) Give the name: name, leave class as String, and give value as the name you would like to be when sending out, eg: John Doe</p>
<p>m) Now you can single click on 0, copy and paste there itself (apple-c and apple-v), and you get a second alias automatically set up.</p>
<p>n) Modify it to what you&#8217;d like, etc..</p>
<p>o) Dont forget to save once you&#8217;re done, or you wont see any changes. Say yes to replace.</p>
<p>p) Open mail.app. Everything will be as before. Click on new message, You get the option to choose from the identities you just created.&#8221;</p>
<p>&#8211; <a href="http://www.emaildiscussions.com/member.php?s=4265445f8ed1c87e38601ab93cae4a5c&amp;u=26400">physci</a></p>
</blockquote>
<p>W00t!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charismaticdog.com/2008/12/10/super-handy-solution-to-mailapp-conundrum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things I&#8217;m thankful for 2008</title>
		<link>http://blog.charismaticdog.com/2008/12/09/things-im-thankful-for-2008/</link>
		<comments>http://blog.charismaticdog.com/2008/12/09/things-im-thankful-for-2008/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 03:19:26 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Randumb]]></category>

		<guid isPermaLink="false">http://blog.charismaticdog.com/2008/12/09/things-im-thankful-for-2008/</guid>
		<description><![CDATA[My beautiful wife: My awesome new puppy: New friends and co-workers. Surprising new opportunities. My new office surrounded by the people I love working with. A shiny new lappy to work on. An election that may lead to a renewal of the country that I love.]]></description>
			<content:encoded><![CDATA[<ul>
<li>My beautiful wife:<br />
  <a rel="lightbox" href="http://blog.charismaticdog.com/wp-content/uploads/2008/12/bwife.jpg"><img src="http://blog.charismaticdog.com/wp-content/uploads/2008/12/bwife-tm.jpg" width="75" height="100" alt="beautiful wife" title="beautiful wife" /></a></span></li>
<li>My awesome new puppy:<br />
  <a rel="lightbox" href="http://blog.charismaticdog.com/wp-content/uploads/2008/12/img-0306.jpg"><img src="http://blog.charismaticdog.com/wp-content/uploads/2008/12/img-0306-tm.jpg" width="75" height="100" alt="IMG_0306.JPG" title="IMG_0306.JPG" /></a></li>
<li>New friends and co-workers.</li>
<li>Surprising new opportunities.</li>
<li>My new office surrounded by the people I love working with.</li>
<li>A shiny new lappy to work on.</li>
<li>An election that may lead to a renewal of the country that I love.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.charismaticdog.com/2008/12/09/things-im-thankful-for-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello Little Buddy</title>
		<link>http://blog.charismaticdog.com/2008/12/09/hello-little-buddy/</link>
		<comments>http://blog.charismaticdog.com/2008/12/09/hello-little-buddy/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 02:46:09 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Randumb]]></category>

		<guid isPermaLink="false">http://blog.charismaticdog.com/2008/12/09/hello-little-buddy/</guid>
		<description><![CDATA[I&#8217;ve been remise in my duties. Amber and I have added the following cute little guy to our family this past summer: The above is Chester two weeks ago. Below is Chester&#8217;s adoption photo on peterfinder.com. He&#8217;s square in chompy mode right now, but we&#8217;re hoping to get through that soon. It&#8217;s often a challenge [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been remise in my duties. Amber and I have added the following cute little guy to our family this past summer:</p>
<blockquote>
<p></p>
<div style="text-align: center;">
    <a rel="lightbox" href="http://blog.charismaticdog.com/wp-content/uploads/2008/12/chesterwithsock.jpg"><img src="http://blog.charismaticdog.com/wp-content/uploads/2008/12/chesterwithsock-tm.jpg" width="75" height="100" alt="Chester with Sock" title="Chester with Sock" /></a>
  </div>
<p style="text-align: center;">The above is Chester two weeks ago. Below is Chester&#8217;s adoption photo on <a href="http://peterfinder.com" title="peterfinder">peterfinder.com</a>.</p>
<p style="text-align: center;"><a rel="lightbox" href="http://blog.charismaticdog.com/wp-content/uploads/2008/12/chester-adopt.jpg"><img src="http://blog.charismaticdog.com/wp-content/uploads/2008/12/chester-adopt-tm.jpg" width="75" height="56" alt="chester-adopt" title="chester-adopt" /></a></p>
</blockquote>
<p>He&#8217;s square in chompy mode right now, but we&#8217;re hoping to get through that soon. It&#8217;s often a challenge but always a blessing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charismaticdog.com/2008/12/09/hello-little-buddy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thanks Codeweavers!</title>
		<link>http://blog.charismaticdog.com/2008/09/18/thanks-codeweavers/</link>
		<comments>http://blog.charismaticdog.com/2008/09/18/thanks-codeweavers/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 14:33:46 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Randumb]]></category>

		<guid isPermaLink="false">http://blog.charismaticdog.com/2008/09/18/thanks-codeweavers/</guid>
		<description><![CDATA[I get that this it&#8217;s mostly for fun at this point but I can still appreciate the good folks over at Codeweavers releasing a port of Google Chromium for the rest of us to enjoy.]]></description>
			<content:encoded><![CDATA[<p>I get that this it&#8217;s mostly for fun at this point but I can still appreciate the good folks over at Codeweavers releasing a <a href="http://www.codeweavers.com/services/ports/chromium/">port of Google Chromium</a> for the rest of us to enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charismaticdog.com/2008/09/18/thanks-codeweavers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What am I supposed to do with this?</title>
		<link>http://blog.charismaticdog.com/2008/09/11/what-am-i-supposed-to-do-with-this/</link>
		<comments>http://blog.charismaticdog.com/2008/09/11/what-am-i-supposed-to-do-with-this/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:28:05 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Randumb]]></category>

		<guid isPermaLink="false">http://blog.charismaticdog.com/2008/09/11/what-am-i-supposed-to-do-with-this/</guid>
		<description><![CDATA[Not to get all religious on my essentially non-existstant audience, but I sometimes find myself asking the Good Lord to point me where I belong. In the past I&#8217;ve then seen some sign or signs that help me decide what my choice will be. This time around I thought I&#8217;d had two clear signs stacked [...]]]></description>
			<content:encoded><![CDATA[<p>Not to get all religious on my essentially non-existstant audience, but I sometimes find myself asking the Good Lord to point me where I belong. In the past I&#8217;ve then seen some sign or signs that help me decide what my choice will be.</p>
<p>This time around I thought I&#8217;d had two clear signs stacked on each other only to have one flip on me.</p>
<p>The question is: does a band getting its act together outweigh a dept coming apart at the seems?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.charismaticdog.com/2008/09/11/what-am-i-supposed-to-do-with-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
