<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en" xml:base="http://www.gudlyf.com/wp-atom.php">
	<title type="text">Gudlyf's World</title>
	<subtitle type="text">It is a silly place</subtitle>

	<updated>2009-05-20T18:00:01Z</updated>
	<generator uri="http://wordpress.org/" version="3.0-alpha">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://www.gudlyf.com" />
	<id>http://www.gudlyf.com/feed/atom/</id>
	

			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/gudlyf" /><feedburner:info uri="gudlyf" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><link rel="license" type="text/html" href="http://creativecommons.org/licenses/by-nc-sa/2.0/" /><logo>http://www.gudlyf.com/media/gudlyfs-world-logo-small.jpg</logo><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><entry>
		<author>
			<name>Gudlyf</name>
						<uri>http://www.gudlyf.com</uri>
					</author>
		<title type="html"><![CDATA[Custom short URLs and Wordpress SEO stuff]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/gudlyf/~3/ugxMZChjMqc/" />
		<id>http://www.gudlyf.com/?p=993</id>
		<updated>2009-05-20T18:00:01Z</updated>
		<published>2009-05-19T03:27:18Z</published>
		<category scheme="http://www.gudlyf.com" term="General" /><category scheme="http://www.gudlyf.com" term="Techie" /><category scheme="http://www.gudlyf.com" term="custom urls with wordpress" /><category scheme="http://www.gudlyf.com" term="tiny urls with wordpress" /><category scheme="http://www.gudlyf.com" term="wordpress" /><category scheme="http://www.gudlyf.com" term="wordpress permalink redirect" /><category scheme="http://www.gudlyf.com" term="wordpress plugins" />		<summary type="html">If you use Twitter, chances are you&amp;#8217;ve seen or have submitted URLs using short URL services like tinyurl.com or bit.ly. Because of the limited number of characters allowed in Twitter tweets, you simply have to use them to get your point accross. The problem with using these public services is that, to most people they [...]</summary>
		<content type="html" xml:base="http://www.gudlyf.com/2009/05/18/custom-short-urls-and-wordpress-seo-stuff/">&lt;p&gt;If you use Twitter, chances are you&amp;#8217;ve seen or have submitted URLs using short URL services like tinyurl.com or bit.ly. Because of the limited number of characters allowed in Twitter tweets, you simply have to use them to get your point accross. The problem with using these public services is that, to most people they have no clue really where the link is going to take them. Because of this, some places have started using their own short URLs; when you see the custom short URL, you know where you&amp;#8217;re headed.&lt;/p&gt;
&lt;p&gt;So, I wanted to have our own short URL domain for &lt;a href="http://www.cliqueclack.com/"&gt;CliqueClack&lt;/a&gt;. Domains are cheap, but only if you use one of the primary top-level domains (.com, .net, .us &amp;#8230;). If you try to use &lt;a href="http://domai.nr/"&gt;domai.nr&lt;/a&gt; to find domains, it will even search country-specific domains, many of which can cost hundreds of dollars to register, if you&amp;#8217;re allowed to at all! While I would have loved to have cla.ck for our short domain, apparently the Cook Islands are picky with what you do with their domains. So, we settled with clak.us &amp;#8212; it&amp;#8217;s cheap and it makes sense: Clack Us!&lt;/p&gt;
&lt;p&gt;&lt;span id="more-993"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Now, how to translate these short URLs to the posts on our sites. We could spend $100/yr. using &lt;a href="http://awe.sm"&gt;awe.sm&lt;/a&gt; to do the routing for us, but I thought we could do this on our own. And I was right.&lt;/p&gt;
&lt;p&gt;We use Wordpress over on CliqueClack, and with at least WP, each post has an ID #. You could access the posts with the ID number rather than the permalink/slug URL (http://www.cliqueclack.com/tv/?p=12345), for example. The post IDs can increase pretty quickly when you&amp;#8217;re posting as often as we do and, on top of that, all of the revisions of each post. For example, on CCTV we&amp;#8217;re somewhere around ID #21382, but we only have just short of 2000 posts!&lt;/p&gt;
&lt;p&gt;So, we can&amp;#8217;t realistically access the posts in our short URL domain using the ID # of the post. It could get pretty long, pretty quickly. We could try making random strings for each post and write a plugin that does all of that, puts new entries into the database, etc., but then we&amp;#8217;d have to go back through all the old posts too. Plus, it should be easier than that when each post has a unique ID #.&lt;/p&gt;
&lt;p&gt;What I decided to do was use the PHP functions hexdec() and dechex() to shorten the post ID to something quite a bit smaller. For example, even if I hit an eight-digit ID like 10000000, in hex that&amp;#8217;s 989680 &amp;#8212; so I dropped off two characters there. For something more realistic for us, like a six-digit ID, that brings you down to five characters. http://clak.us/89680. Perfectly acceptable.&lt;/p&gt;
&lt;p&gt;However, we&amp;#8217;re currently not using WPMU, so we&amp;#8217;ve got two blogs that I&amp;#8217;d like clak.us to direct to using IDs. But how to translate non-unique IDs to the appropriate blog? Sloppy but works: I tack on the first character of the blog: &amp;#8220;t&amp;#8221; for TV, &amp;#8220;f&amp;#8221; for Food. So, with above: http://clak.us/t89680. Still not bad, and we&amp;#8217;re not even close to six-digit IDs yet anyway.&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s the simple redirect script I use:&lt;/p&gt;
&lt;pre&gt;&amp;lt;?php

$clakus_log = "/path/to/clakus.txt";

$path = $_GET['id'];

$blog = "none";

$pre = substr( $path, 0, 1 );
$num = substr( $path, 1 );

switch ($pre) {

 case "t":
 $blog = "tv";
 break;
 case "f":
 $blog = "food";
 break;

}

$hexdec = hexdec( $num );

if( $blog == "none" ) {
 $realpage = "http://www.cliqueclack.com/";
} else {
 $log = fopen( $clakus_log, 'a' );
 $rightnow = date("D M j G:i:s T Y");

 $text = $rightnow . " - " . $blog . " - " . $hexdec . " - ";
 $text .= $_SERVER['HTTP_REFERER'] . "\n";
 fwrite( $log, $text );
 fclose( $log );
 $realpage = "http://www.cliqueclack.com/" . $blog . "/?p=" . $hexdec;
}

header("HTTP/1.1 301 Moved Permanently");
header('Location: ' . $realpage);

?&amp;gt;&lt;/pre&gt;
&lt;p&gt;To get clak.us traffic to route through that script, I have a .htaccess for its landing directory:&lt;/p&gt;
&lt;p&gt;RewriteCond %{HTTP_HOST} clak.us&lt;br /&gt;
RewriteRule ^(.*)$ http://www.cliqueclack.com/clakus.php?id=$1 [R=301,L]&lt;/p&gt;
&lt;p&gt;&amp;#8220;clak.us.php&amp;#8221; is the name of the page I gave you the code to above. Simple. Works. The only thing I&amp;#8217;d like to work on soon is better logging of how the URLs are being used and who&amp;#8217;s clicking on them. Right now the info goes to a simple text file I can check once in a while, which is fine for my needs for now.&lt;/p&gt;
&lt;p&gt;One change I may make is directly accessing the database to pull the real permalink rather than access via the p=ID method, which would cut down on a redirect. Speaking of&amp;#8230;&lt;/p&gt;
&lt;p&gt;Lastly, I (so far) highly recommend getting the &lt;a href="http://scott.yang.id.au/code/permalink-redirect/"&gt;Permalink Redirect plugin for Wordpress&lt;/a&gt; to help your SEO/Google juice. Otherwise, if you do what I did above, your redirects will show up as &amp;#8216;302&amp;#8242; redirects, which apparently Google doesn&amp;#8217;t like and will consider your new tiny URLs to be duplicate content, should it crawl it when it&amp;#8217;s linked from elsewhere.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; Glad I thought of this sooner than later. You can actually make much smaller codes than using hexdec/dechex by instead using PHP&amp;#8217;s base_convert() function. I just use a conversion of base10 (decimal, the post ID) to &lt;a href="http://en.wikipedia.org/wiki/Base_36"&gt;base36&lt;/a&gt;. Makes for even shorter codes! By the way, to get the codes to use for each post, just write a simple plugin to convert the ID of the post to base36 and place that URL in the post edit list (I placed mind right under the post status). If anyone needs it, I can publish how I did that.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3vqR_2yj06kpmqjO7ryfeEgxQiA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3vqR_2yj06kpmqjO7ryfeEgxQiA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3vqR_2yj06kpmqjO7ryfeEgxQiA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3vqR_2yj06kpmqjO7ryfeEgxQiA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/gudlyf/~4/ugxMZChjMqc" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.gudlyf.com/2009/05/18/custom-short-urls-and-wordpress-seo-stuff/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.gudlyf.com/2009/05/18/custom-short-urls-and-wordpress-seo-stuff/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.gudlyf.com/2009/05/18/custom-short-urls-and-wordpress-seo-stuff/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Gudlyf</name>
						<uri>http://www.gudlyf.com</uri>
					</author>
		<title type="html"><![CDATA[Ode to the bog dog]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/gudlyf/~3/7fH3j9Kg4gA/" />
		<id>http://www.gudlyf.com/?p=989</id>
		<updated>2009-05-08T18:50:19Z</updated>
		<published>2009-05-08T18:50:19Z</published>
		<category scheme="http://www.gudlyf.com" term="General" /><category scheme="http://www.gudlyf.com" term="dog" /><category scheme="http://www.gudlyf.com" term="guinness" />		<summary type="html">
I&amp;#8217;ll miss you buddy.
</summary>
		<content type="html" xml:base="http://www.gudlyf.com/2009/05/08/ode-to-the-bog-dog/">&lt;p&gt;&lt;a href="http://www.flickr.com/photos/gudlyf/sets/72157617761217008/"&gt;&lt;img class="aligncenter size-full wp-image-990" title="Guinness and Keith" src="http://www.gudlyf.com/wp-content/uploads/2009/05/28561771_cd5f23c340.jpg" alt="Guinness and Keith" width="500" height="375" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll miss you buddy.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Af0NZX6MEXdIecCTVAFcWsLH15s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Af0NZX6MEXdIecCTVAFcWsLH15s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Af0NZX6MEXdIecCTVAFcWsLH15s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Af0NZX6MEXdIecCTVAFcWsLH15s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/gudlyf/~4/7fH3j9Kg4gA" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.gudlyf.com/2009/05/08/ode-to-the-bog-dog/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.gudlyf.com/2009/05/08/ode-to-the-bog-dog/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.gudlyf.com/2009/05/08/ode-to-the-bog-dog/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Gudlyf</name>
						<uri>http://www.gudlyf.com</uri>
					</author>
		<title type="html"><![CDATA[Support your library or the Amazon Kindle?]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/gudlyf/~3/LjQhNBOXKDg/" />
		<id>http://www.gudlyf.com/?p=983</id>
		<updated>2009-03-04T14:30:17Z</updated>
		<published>2009-03-04T14:20:57Z</published>
		<category scheme="http://www.gudlyf.com" term="General" /><category scheme="http://www.gudlyf.com" term="Ranting" /><category scheme="http://www.gudlyf.com" term="Amazon Kindle" /><category scheme="http://www.gudlyf.com" term="Amazon Kindle and intellectual property" /><category scheme="http://www.gudlyf.com" term="Kindle 2" /><category scheme="http://www.gudlyf.com" term="Libraries vs. Amazon Kindle" /><category scheme="http://www.gudlyf.com" term="Renting books for the Kindle" />		<summary type="html">
I have my moments of being a gadget geek &amp;#8230; oh hell, I&amp;#8217;m always a gadget geek, though the current economy hits this brand of geek pretty hard. Recently Amazon put out its upgraded Kindle product, Kindle 2, which I&amp;#8217;d been eying since it was hinted at a while back. The Kindle 2 is an [...]</summary>
		<content type="html" xml:base="http://www.gudlyf.com/2009/03/04/support-your-library-or-the-amazon-kindle/">&lt;p&gt;&lt;a href="http://www.amazon.com/gp/product/B00154JDAI?ie=UTF8&amp;amp;tag=cliqueclack-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B00154JDAI"&gt;&lt;img class="alignright size-full wp-image-984" title="Kindle 2" src="http://www.gudlyf.com/wp-content/uploads/2009/03/41bygwfum2l_sl160_.jpg" border="0" alt="Kindle 2" width="160" height="160" /&gt;&lt;/a&gt;&lt;img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=cliqueclack-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B00154JDAI" border="0" alt="" width="1" height="1" /&gt;&lt;br /&gt;
I have my moments of being a gadget geek &amp;#8230; oh hell, I&amp;#8217;m always a gadget geek, though the current economy hits this brand of geek pretty hard. Recently Amazon put out its upgraded Kindle product, &lt;a href="http://www.amazon.com/gp/product/B00154JDAI?ie=UTF8&amp;amp;tag=cliqueclack-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B00154JDAI"&gt;Kindle 2&lt;/a&gt;, which I&amp;#8217;d been eying since it was hinted at a while back. The Kindle 2 is an eBook reader &amp;#8212; essentially, you can read just about any book you want on it without killing trees. Also, in case you&amp;#8217;ve never seen it before, the display is nothing like a laptop or PDA screen &amp;#8212; it actually has a a matte finish and eerily looks like you&amp;#8217;re reading a piece of paper on an electronic device.&lt;/p&gt;
&lt;p&gt;I tend to get my reading material these days via the local library, which is a plus because a) it&amp;#8217;s free and b) it&amp;#8217;s not contributing to another dead tree (do I sound like a smelly hippy yet?) The Kindle books cost money, but once you read the book there, that&amp;#8217;s it &amp;#8212; you can&amp;#8217;t really share it or donate it to a library. However, you are saving trees.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-983"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;That&amp;#8217;s what I&amp;#8217;m wondering here: is it better to not contribute to more paper products by using eBooks, or buying paper books so you have something to share with others, including libraries? This is sort-of the same issue I have with downloadable movies to own. If I have it on my hard drive in a format that&amp;#8217;s not legal to burn to a DVD, I can&amp;#8217;t share it with others or sell it later if I&amp;#8217;m strapped for cash. Now that I think about it, it could mean the end of book/DVD/CD collectibles as we know it.&lt;/p&gt;
&lt;p&gt;When the Kindle can allow renting or borrowing books for a limited time from libraries, then I&amp;#8217;ll look into it a lot more seriously. Until then, I just won&amp;#8217;t read &amp;#8212; it&amp;#8217;s overrated anyway.&lt;/p&gt;
&lt;p&gt;Gizmodo has more on the &lt;a href="http://gizmodo.com/369235/amazon-kindle-and-sony-reader-locked-up-why-your-books-are-no-longer-yours"&gt;Amazon Kindle issue with intellectual property&lt;/a&gt; that&amp;#8217;s an interesting read and food for thought, if you&amp;#8217;re considering purchasing a Kindle.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SIzg4F3dBmOWL6vQdQk6F06Qa6I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SIzg4F3dBmOWL6vQdQk6F06Qa6I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SIzg4F3dBmOWL6vQdQk6F06Qa6I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SIzg4F3dBmOWL6vQdQk6F06Qa6I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/gudlyf/~4/LjQhNBOXKDg" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.gudlyf.com/2009/03/04/support-your-library-or-the-amazon-kindle/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.gudlyf.com/2009/03/04/support-your-library-or-the-amazon-kindle/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.gudlyf.com/2009/03/04/support-your-library-or-the-amazon-kindle/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Gudlyf</name>
						<uri>http://www.gudlyf.com</uri>
					</author>
		<title type="html"><![CDATA[The kitchen&#8217;s open at CliqueClack Food]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/gudlyf/~3/7x9a2S20N90/" />
		<id>http://www.gudlyf.com/?p=977</id>
		<updated>2009-03-04T14:30:54Z</updated>
		<published>2009-02-12T21:23:12Z</published>
		<category scheme="http://www.gudlyf.com" term="Food" /><category scheme="http://www.gudlyf.com" term="General" /><category scheme="http://www.gudlyf.com" term="announcements" /><category scheme="http://www.gudlyf.com" term="cliqueclack" /><category scheme="http://www.gudlyf.com" term="cliqueclack food" /><category scheme="http://www.gudlyf.com" term="food blogs" />		<summary type="html">
We&amp;#8217;ve had CliqueClack TV running since sometime in September of 2008, going &amp;#8220;officially&amp;#8221; live on October 1. Since then things have been going great, but we wanted to open the doors a little wider for our writers, allowing them yet another space to express themselves. Everybody&amp;#8217;s gotta eat, and we&amp;#8217;ve got a lot of foodies [...]</summary>
		<content type="html" xml:base="http://www.gudlyf.com/2009/02/12/the-kitchens-open-at-cliqueclack-food/">&lt;p style="text-align: center;"&gt;&lt;a href="http://www.cliqueclack.com/food/about/"&gt;&lt;img class="aligncenter size-full wp-image-978" title="cliqueclack food logo" src="http://www.gudlyf.com/wp-content/uploads/2009/02/cc-food-main-logo-424x59.png" alt="cliqueclack food logo" width="424" height="59" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We&amp;#8217;ve had &lt;a href="http://www.cliqueclack.com/tv"&gt;CliqueClack TV&lt;/a&gt; running since sometime in September of 2008, going &amp;#8220;officially&amp;#8221; live on October 1. Since then things have been going great, but we wanted to open the doors a little wider for our writers, allowing them yet another space to express themselves. Everybody&amp;#8217;s gotta eat, and we&amp;#8217;ve got a lot of foodies on our hands, so a site based on food seemed the most logical next step. And, there you have it &amp;#8212; &lt;a href="http://www.cliqueclack.com/food"&gt;CliqueClack Food&lt;/a&gt; is here.&lt;/p&gt;
&lt;p&gt;We&amp;#8217;d been working on CCFood for a couple of months now, and we thought Valentine&amp;#8217;s Day (or at least the week before) was the best time to make people more aware of it. I think everyone will find something interesting, fun and delicious to read about there. Please spread the word, post comments and visit often! And if you&amp;#8217;re interested in submitting a guest writer piece, please visit the &lt;a href="http://www.cliqueclack.com/food/about/"&gt;About page&lt;/a&gt; to learn more.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m extremely proud of the team of writers behind these sites, most importantly my incredible wife Deb. Everyone puts an incredible amount of time, effort and creativity into CliqueClack, and it shows.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-977"&gt;&lt;/span&gt;I&amp;#8217;ve got grand plans for CliqueClack, though every single one of them requires something I have a short supply of lately: time. I have the technical know-how to do it all, but it&amp;#8217;s a daunting task to do alone. Then again, I tend to over-exaggerate these things to myself and find that, hey, I do have the time to do and and &amp;#8212; voila! &amp;#8212; it&amp;#8217;s done. Time &amp;#8212; or lack thereof &amp;#8212; will tell.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hSqxMh6E4nE8V6PJUj75TYPxkcY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hSqxMh6E4nE8V6PJUj75TYPxkcY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hSqxMh6E4nE8V6PJUj75TYPxkcY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hSqxMh6E4nE8V6PJUj75TYPxkcY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/gudlyf/~4/7x9a2S20N90" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.gudlyf.com/2009/02/12/the-kitchens-open-at-cliqueclack-food/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.gudlyf.com/2009/02/12/the-kitchens-open-at-cliqueclack-food/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.gudlyf.com/2009/02/12/the-kitchens-open-at-cliqueclack-food/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Gudlyf</name>
						<uri>http://www.gudlyf.com</uri>
					</author>
		<title type="html"><![CDATA[And that, grasshopper, is the key to it all]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/gudlyf/~3/H9t4pPcDEKo/" />
		<id>http://www.gudlyf.com/?p=975</id>
		<updated>2009-02-10T17:20:49Z</updated>
		<published>2009-02-10T17:20:49Z</published>
		<category scheme="http://www.gudlyf.com" term="General" /><category scheme="http://www.gudlyf.com" term="grasshopper" /><category scheme="http://www.gudlyf.com" term="key to happiness" /><category scheme="http://www.gudlyf.com" term="master to grasshopper" />		<summary type="html">Master: &amp;#8220;Grasshopper, when is the best time to plant a tree?&amp;#8221;
Grasshopper: &amp;#8220;I don&amp;#8217;t know master.  When is it?&amp;#8221;
Master: &amp;#8220;20 years ago.  That way you will enjoy the shade today.&amp;#8221;
Grasshopper: &amp;#8220;But I cannot travel in time, master.&amp;#8221;
Master: &amp;#8220;True.  Therefore the next best answer is: Today.&amp;#8221;
</summary>
		<content type="html" xml:base="http://www.gudlyf.com/2009/02/10/and-that-grasshopper-is-the-key-to-it-all/">&lt;p&gt;Master: &amp;#8220;Grasshopper, when is the best time to plant a tree?&amp;#8221;&lt;br /&gt;
Grasshopper: &amp;#8220;I don&amp;#8217;t know master.  When is it?&amp;#8221;&lt;br /&gt;
Master: &amp;#8220;20 years ago.  That way you will enjoy the shade today.&amp;#8221;&lt;br /&gt;
Grasshopper: &amp;#8220;But I cannot travel in time, master.&amp;#8221;&lt;br /&gt;
Master: &amp;#8220;True.  Therefore the next best answer is: Today.&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0Q2wXVcubPXh8FHwXlttORHMoZE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0Q2wXVcubPXh8FHwXlttORHMoZE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0Q2wXVcubPXh8FHwXlttORHMoZE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0Q2wXVcubPXh8FHwXlttORHMoZE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/gudlyf/~4/H9t4pPcDEKo" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.gudlyf.com/2009/02/10/and-that-grasshopper-is-the-key-to-it-all/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.gudlyf.com/2009/02/10/and-that-grasshopper-is-the-key-to-it-all/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.gudlyf.com/2009/02/10/and-that-grasshopper-is-the-key-to-it-all/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Gudlyf</name>
						<uri>http://www.gudlyf.com</uri>
					</author>
		<title type="html"><![CDATA[That&#8217;s Darth Patches to you!]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/gudlyf/~3/4BnHG23r090/" />
		<id>http://www.gudlyf.com/?p=972</id>
		<updated>2009-01-13T20:23:16Z</updated>
		<published>2009-01-13T20:23:16Z</published>
		<category scheme="http://www.gudlyf.com" term="General" /><category scheme="http://www.gudlyf.com" term="Humor" /><category scheme="http://www.gudlyf.com" term="halloween" /><category scheme="http://www.gudlyf.com" term="halloween costumes" /><category scheme="http://www.gudlyf.com" term="star wars" />		<summary type="html">
Star Wars Halloween sometime in the &amp;#8217;80s - originally uploaded by corelliancaptain.
[via Wil Wheaton]
</summary>
		<content type="html" xml:base="http://www.gudlyf.com/2009/01/13/thats-darth-patches-to-you/">&lt;p&gt;&lt;img class="aligncenter" title="Star Wars Halloween sometime in the 80s" src="http://farm4.static.flickr.com/3005/2949706199_f2705653e0.jpg" alt="" width="478" height="500" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/ihaveastarwarsproblem/2949706199/"&gt;&lt;strong&gt;&lt;em&gt;Star Wars Halloween sometime in the &amp;#8217;80s&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;&lt;em&gt;- originally uploaded by&lt;/em&gt;&lt;/strong&gt; &lt;a href="http://www.flickr.com/photos/ihaveastarwarsproblem/"&gt;&lt;strong&gt;&lt;em&gt;corelliancaptain&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;em&gt;.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;[via &lt;a href="http://wilwheaton.typepad.com/wwdnbackup/2009/01/growing-up-star-wars.html"&gt;Wil Wheaton&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cqtgIVKW3W1jUHVrSj9yDJ20w_4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cqtgIVKW3W1jUHVrSj9yDJ20w_4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cqtgIVKW3W1jUHVrSj9yDJ20w_4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cqtgIVKW3W1jUHVrSj9yDJ20w_4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/gudlyf/~4/4BnHG23r090" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.gudlyf.com/2009/01/13/thats-darth-patches-to-you/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://www.gudlyf.com/2009/01/13/thats-darth-patches-to-you/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://www.gudlyf.com/2009/01/13/thats-darth-patches-to-you/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Gudlyf</name>
						<uri>http://www.gudlyf.com</uri>
					</author>
		<title type="html"><![CDATA[Wordpress Plugin: Pending Posts Indicator]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/gudlyf/~3/ch3D9cQp9nM/" />
		<id>http://www.gudlyf.com/?p=965</id>
		<updated>2009-01-06T15:45:07Z</updated>
		<published>2009-01-05T15:47:04Z</published>
		<category scheme="http://www.gudlyf.com" term="General" /><category scheme="http://www.gudlyf.com" term="Techie" /><category scheme="http://www.gudlyf.com" term="admin" /><category scheme="http://www.gudlyf.com" term="plugins" /><category scheme="http://www.gudlyf.com" term="wordpress" /><category scheme="http://www.gudlyf.com" term="wordpress plugins" />		<summary type="html">Another very simple but handy plugin for Wordpress. This one simply adds one of those neat bubbles next to the &amp;#8216;Posts&amp;#8217; admin menu item with a number of posts in the Pending queue, if there are any. This is the same sort of bubble you see when there are comments in the moderation queue or [...]</summary>
		<content type="html" xml:base="http://www.gudlyf.com/2009/01/05/wordpress-plugin-pending-posts-indicator/">&lt;p&gt;Another very simple but handy plugin for Wordpress. This one simply adds one of those neat bubbles next to the &amp;#8216;Posts&amp;#8217; admin menu item with a number of posts in the Pending queue, if there are any. This is the same sort of bubble you see when there are comments in the moderation queue or plugins needing updating.&lt;/p&gt;
&lt;p&gt;Works in Wordpress 2.7 and above only. You can grab it &lt;a href="http://wordpress.org/extend/plugins/pending-posts-indicator/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XCWGPxv9_E7Ja0fuH3YHAgXTTtQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XCWGPxv9_E7Ja0fuH3YHAgXTTtQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XCWGPxv9_E7Ja0fuH3YHAgXTTtQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XCWGPxv9_E7Ja0fuH3YHAgXTTtQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/gudlyf/~4/ch3D9cQp9nM" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.gudlyf.com/2009/01/05/wordpress-plugin-pending-posts-indicator/#comments" thr:count="2" />
		<link rel="replies" type="application/atom+xml" href="http://www.gudlyf.com/2009/01/05/wordpress-plugin-pending-posts-indicator/feed/atom/" thr:count="2" />
		<thr:total>2</thr:total>
	<feedburner:origLink>http://www.gudlyf.com/2009/01/05/wordpress-plugin-pending-posts-indicator/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Gudlyf</name>
						<uri>http://www.gudlyf.com</uri>
					</author>
		<title type="html"><![CDATA[Wordpress Plugin: Show Post Busy Status]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/gudlyf/~3/DhavTldk7YE/" />
		<id>http://www.gudlyf.com/?p=949</id>
		<updated>2008-12-21T14:27:45Z</updated>
		<published>2008-10-24T20:48:45Z</published>
		<category scheme="http://www.gudlyf.com" term="Techie" /><category scheme="http://www.gudlyf.com" term="plugins" /><category scheme="http://www.gudlyf.com" term="wordpress" /><category scheme="http://www.gudlyf.com" term="wordpress plugins" />		<summary type="html">Since starting the new CliqueClack blog, I&amp;#8217;ve had to deal with multiple authors and multiple editors working within the admin interface. One annoying thing that I&amp;#8217;ve come across is entering a &amp;#8216;Pending Review&amp;#8217; post, only to see someone already editing it.
So, I wrote this simple plugin that adds a new column to the post management [...]</summary>
		<content type="html" xml:base="http://www.gudlyf.com/2008/10/24/wordpress-plugin-show-post-busy-status/">&lt;p&gt;Since starting the new &lt;a href="http://www.cliqueclack.com"&gt;CliqueClack blog&lt;/a&gt;, I&amp;#8217;ve had to deal with multiple authors and multiple editors working within the admin interface. One annoying thing that I&amp;#8217;ve come across is entering a &amp;#8216;Pending Review&amp;#8217; post, only to see someone already editing it.&lt;/p&gt;
&lt;p&gt;So, I wrote this simple plugin that adds a new column to the post management list. The column reads &amp;#8220;Busy?&amp;#8221; and will show nothing under it unless someone is editing the post. If someone is editing the post, it will display a red &amp;#8220;Yes&amp;#8221; as a hyperlink that, when hovered over, will show you the name of the person editing the post. Note that clicking the link should simply keep you within the same screen, and the busy status will only update if you reload the page.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll get around to submitting this plugin to the proper places, but for now you can &lt;a href="http://wordpress.org/extend/plugins/show-post-busy-status/"&gt;grab it here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Hm8Ml4zintfwVRnfCL_PonOIiOM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Hm8Ml4zintfwVRnfCL_PonOIiOM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Hm8Ml4zintfwVRnfCL_PonOIiOM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Hm8Ml4zintfwVRnfCL_PonOIiOM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/gudlyf/~4/DhavTldk7YE" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.gudlyf.com/2008/10/24/wordpress-plugin-show-post-busy-status/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://www.gudlyf.com/2008/10/24/wordpress-plugin-show-post-busy-status/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://www.gudlyf.com/2008/10/24/wordpress-plugin-show-post-busy-status/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Gudlyf</name>
						<uri>http://www.gudlyf.com</uri>
					</author>
		<title type="html"><![CDATA[Comments from the Squad: #5]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/gudlyf/~3/0D83OnsXSIw/" />
		<id>http://www.gudlyf.com/?p=943</id>
		<updated>2008-09-12T02:42:45Z</updated>
		<published>2008-09-12T02:42:45Z</published>
		<category scheme="http://www.gudlyf.com" term="General" /><category scheme="http://www.gudlyf.com" term="Humor" /><category scheme="http://www.gudlyf.com" term="tv squad" /><category scheme="http://www.gudlyf.com" term="tvsquad" />		<summary type="html">Another comment from the &amp;#8216;Squad mailbag:
Name: mighty
URL:
Subject: partnership
hi, i am a Nigerian and want to be your correspondent, even as i want to bring out a show on environmental issues in the country. i am an environmental technologist and feel ignorance and lack of information, coped with non-enforcement is a deter to my country.
i know [...]</summary>
		<content type="html" xml:base="http://www.gudlyf.com/2008/09/11/comments-from-the-squad-5/">&lt;p&gt;Another comment from the &amp;#8216;Squad mailbag:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Name: mighty&lt;br /&gt;
URL:&lt;br /&gt;
Subject: partnership&lt;/p&gt;
&lt;p&gt;hi, i am a Nigerian and want to be your correspondent, even as i want to bring out a show on environmental issues in the country. i am an environmental technologist and feel ignorance and lack of information, coped with non-enforcement is a deter to my country.&lt;br /&gt;
i know your office can help me fulfil this dream.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Sure thing, mighty! Should we also wire $10,000 to your bank account too?&lt;/p&gt;

&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qs_7rVt9Xprs5ySzvfccgEkeh5k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qs_7rVt9Xprs5ySzvfccgEkeh5k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qs_7rVt9Xprs5ySzvfccgEkeh5k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qs_7rVt9Xprs5ySzvfccgEkeh5k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/gudlyf/~4/0D83OnsXSIw" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.gudlyf.com/2008/09/11/comments-from-the-squad-5/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.gudlyf.com/2008/09/11/comments-from-the-squad-5/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.gudlyf.com/2008/09/11/comments-from-the-squad-5/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Gudlyf</name>
						<uri>http://www.gudlyf.com</uri>
					</author>
		<title type="html"><![CDATA[Comments from the Squad: #4]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/gudlyf/~3/xxt-AM94LmQ/" />
		<id>http://www.gudlyf.com/?p=937</id>
		<updated>2008-09-09T15:28:28Z</updated>
		<published>2008-09-09T15:21:21Z</published>
		<category scheme="http://www.gudlyf.com" term="Comments from the Squad" /><category scheme="http://www.gudlyf.com" term="Humor" /><category scheme="http://www.gudlyf.com" term="tv squad" />		<summary type="html">From this morning&amp;#8217;s mail comes this gem. Note that I do not correct or edit these in any way other than changing names, occasionally, to protect the guilty:
Name: patsy
URL:
Subject: 1974 camaro
WELL IM KINDA NEW AT ALL OF THIS TO START OFF &amp;#8230;
MY NAME IS PATSY AND I HAVE A HUSBAND THAT HAS BEEN WORKIN ON [...]</summary>
		<content type="html" xml:base="http://www.gudlyf.com/2008/09/09/comments-from-the-squad-4/">&lt;p&gt;From this morning&amp;#8217;s mail comes this gem. Note that I do not correct or edit these in any way other than changing names, occasionally, to protect the guilty:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Name: patsy&lt;br /&gt;
URL:&lt;br /&gt;
Subject: 1974 camaro&lt;/p&gt;
&lt;p&gt;WELL IM KINDA NEW AT ALL OF THIS TO START OFF &amp;#8230;&lt;/p&gt;
&lt;p&gt;MY NAME IS PATSY AND I HAVE A HUSBAND THAT HAS BEEN WORKIN ON HIS CAR SENCE HE WAS 15. IT IS A 1974 CAMARO AND ITS OUR DREAM CAR! WE HAVE GOT SOME THINGS FORÂ  BETSY (MOTER/ PARTS AND LITTLE NICK NACKS) BUT WE WERE UNABLE TO COME UP WITH THE MONEY FOR THE REST SO FAR. IM NOT SURE HOW YALL WORKÂ  OR DO THINGS BUT I WAS VERY INTRUSTIED IN FINDING OUT!! I WANT THIS TO BE A SUPRISE FOR MY HUSBAND, I WOULD LIKE IT IF YOU COULD CONTACT ME AND LET ME KNOW WHAT IT IS YALL DO AND HOW YALL DO IT. IVE ALSO GOT SOME PICTURES THAT I COULD SEND YOU IF YOU WOULD LIKE, THANK YOU FOR YOU TIME! HOPE TO SEE OR TALK TO YALL SOON.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I remember when a Camaro was my dream car. It was when I was carless, penniless and in high school.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8S8wxZ6ElZ05nIBY6GCoULO0FqQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8S8wxZ6ElZ05nIBY6GCoULO0FqQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8S8wxZ6ElZ05nIBY6GCoULO0FqQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8S8wxZ6ElZ05nIBY6GCoULO0FqQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/gudlyf/~4/xxt-AM94LmQ" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://www.gudlyf.com/2008/09/09/comments-from-the-squad-4/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.gudlyf.com/2008/09/09/comments-from-the-squad-4/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://www.gudlyf.com/2008/09/09/comments-from-the-squad-4/</feedburner:origLink></entry>
	</feed>
