<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>tinyurl &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/tinyurl/</link>
	<description>Feed of posts on WordPress.com tagged "tinyurl"</description>
	<pubDate>Tue, 07 Oct 2008 12:54:38 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[TinyURL Bookmark Trick]]></title>
<link>http://missionaryhelp.wordpress.com/?p=154</link>
<pubDate>Thu, 02 Oct 2008 22:59:42 +0000</pubDate>
<dc:creator>Jonathan Parsons</dc:creator>
<guid>http://missionaryhelp.no.wordpress.com/2008/10/02/tinyurl-bookmark-trick/</guid>
<description><![CDATA[You don&#8217;t have to go to TinyURL.com to use their service.  Simply add a favorite/bookmark to ]]></description>
<content:encoded><![CDATA[<p>You don't have to go to <a href="http://www.tinyurl.com" target="_self">TinyURL.com</a> to use their service.  Simply add a favorite/bookmark to your toolbar with the Java code below as the address and you can easily click one button and have a TinyURL generated for the page that you are viewing. </p>
<p>javascript:void(location.href='http://tinyurl.com/create.php?url='+location.href)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[TinyURL]]></title>
<link>http://missionaryhelp.wordpress.com/?p=137</link>
<pubDate>Thu, 02 Oct 2008 22:32:54 +0000</pubDate>
<dc:creator>Jonathan Parsons</dc:creator>
<guid>http://missionaryhelp.no.wordpress.com/2008/10/02/tinyurl/</guid>
<description><![CDATA[Here is a solution for those URLs (website addresses) that go on forever.  Often the links get brok]]></description>
<content:encoded><![CDATA[<p>Here is a solution for those URLs (website addresses) that go on forever.  Often the links get broken in an email if they are too long, and can also be difficult to type or read over the telephone.  At <a href="http://www.tinyurl.com" target="_blank">TinyURL.com</a>, you create a much shorter URL for free.  Just go to their site and paste the log URL and wha-la... a short version.  You can even create custom URLs instead of the automatically generated ones.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[The problem with tinyURL]]></title>
<link>http://d2route.wordpress.com/?p=1112</link>
<pubDate>Wed, 01 Oct 2008 16:24:23 +0000</pubDate>
<dc:creator>dcblogger</dc:creator>
<guid>http://d2route.no.wordpress.com/2008/10/01/the-problem-with-tinyurl/</guid>
<description><![CDATA[Lambert
Oh, and tiny URLs are evil, for two reasons I keep meaning to post on: (1) Ideally, a URL sh]]></description>
<content:encoded><![CDATA[<p><a href="http://www.correntewire.com/keep_those_cards_and_letters_coming_on_the_trillion_dollar_giveaway#comment-117347">Lambert</a></p>
<blockquote><p>Oh, and tiny URLs are evil, for two reasons I keep meaning to post on: (1) Ideally, a URL should be self-documenting (like ours) for the sake of the reader; but more importantly (2) the Internet scales because there is no central authority through which URLs must pass in order to be decoded. However, tinyURLs are such an authority, so they break the architecture. This “service” should not be encouraged.</p></blockquote>
<p>On the other hand, what are you going to do if you want to email a link and the fool developers designed a 300 character URL?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Code snippet: tinyurl link creation api]]></title>
<link>http://lubymike.wordpress.com/?p=73</link>
<pubDate>Mon, 29 Sep 2008 16:34:14 +0000</pubDate>
<dc:creator>Mike Luby</dc:creator>
<guid>http://lubymike.no.wordpress.com/2008/09/29/code-snippet-tinyurl-link-creation-api/</guid>
<description><![CDATA[Here is a quick code snippet to use the tinyurl link creation api.

&lt; ?php
//tinyURL function, ne]]></description>
<content:encoded><![CDATA[<p>Here is a quick code snippet to use the tinyurl link creation api.</p>
<p>[sourcecode language='php']< ?php<br />
//tinyURL function, needs url to be passed to tinyrul<br />
function tinyURL( $url ) {<br />
	//Initializes a new session and return a cURL handle<br />
	$curl = curl_init( );<br />
	//Sets an option on the given cURL session handle.<br />
	//request url<br />
	curl_setopt( $curl, CURLOPT_URL, "http://tinyurl.com/api-create.php?url=" . urlencode( $url ) );<br />
	curl_setopt( $curl, CURLOPT_RETURNTRANSFER, 1 ); //return transfer<br />
	curl_setopt( $curl, CURLOPT_CONNECTTIMEOUT, 10 ); // connection timeout<br />
	//Execute the given cURL session.<br />
	$tiny = curl_exec( $curl );<br />
	//Closes a cURL session and frees all resources. The cURL handle, $curl , is also deleted.<br />
	curl_close( $curl );<br />
	//return result from curl<br />
	return( $tiny );<br />
}</p>
<p>echo tinyURL( "http://strategicv.com/" ); //echos: http://tinyurl.com/3r4j8c<br />
?>[/sourcecode]</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[What makes one short URL better than another]]></title>
<link>http://scottfrey.wordpress.com/?p=243</link>
<pubDate>Sat, 27 Sep 2008 00:17:48 +0000</pubDate>
<dc:creator>Scott</dc:creator>
<guid>http://scottfrey.no.wordpress.com/2008/09/26/what-makes-one-short-url-better-than-another/</guid>
<description><![CDATA[If the goal of URL shorteners is to make a URL as short as possible, that would mean that is.gd is w]]></description>
<content:encoded><![CDATA[<p>If the goal of URL shorteners is to make a URL as short as possible, that would mean that <strong><a href="http://is.gd/" target="_blank">is.gd</a> is whopping 60% better than <a href="http://tinyurl.com/" target="_blank">TinyURL.com</a></strong>.</p>
<p>Personally, <strong>I use <a href="http://bit.ly/go" target="_blank">Bit.ly</a></strong> <strong>because of the neato bookmarklet</strong> (it is also has a short name), but <strong>other shorteners offer</strong> different features like <strong>previewing</strong>, <strong>email cloaking</strong>, etc. You can check out <a href="http://mashable.com/2008/01/08/url-shortening-services/" target="_blank">over 90 different services here</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[A Character Length Comparison Of Various URL Shortening Services]]></title>
<link>http://linkenfuego.wordpress.com/2008/09/17/a-character-length-comparison-of-various-url-shortening-services/</link>
<pubDate>Thu, 18 Sep 2008 03:36:16 +0000</pubDate>
<dc:creator>Bram Pitoyo</dc:creator>
<guid>http://linkenfuego.no.wordpress.com/2008/09/17/a-character-length-comparison-of-various-url-shortening-services/</guid>
<description><![CDATA[When you want to utilize every bit of that 140-character Tweet limit to communicate your latest find]]></description>
<content:encoded><![CDATA[<p>When you want to utilize every bit of that 140-character Tweet limit to communicate your latest find or endeavor, <em>every character matters.</em> So I thought I’d compile a character count of most URL shortening services out there and give you a round, hard number of <em>just how short did the developer mean when he said “short”?</em></p>
<p>Feel like I’m missing something, or have a service to add to the list? Leave a comment, <a href="http://twitter.com/brampitoyo">Tweet</a>, or <a href="mailto:bram@brampitoyo.com?body=URL Shortening Services Character Length Comparison">Email</a> me.</p>
<p>The list will be ordered in ascending order, from the lowest to highest count, and will be presented in this format:</p>
<p><a href="">(Service name)</a><br />
(Snarky commentary, whenever appropriate)<br />
(Shortened URL format)<br />
<strong>(Character Count)</strong></p>
<p>Here we go.</p>
<p><a href="http://tr.im/">tr.im</a><br />
The Serious Contender<br />
http://tr.im/XX<br />
<strong>15</strong><br />
(Admittedly, not going to stay this way for very long)</p>
<p><a href="http://is.gd/">is.gd</a><br />
The Tried-And-True<br />
http://is.gd/XXXX<br />
<strong>17</strong></p>
<p><a href="http://s7y.us/">Shrinkify</a><br />
http://s7y.us/XXX<br />
<strong>17</strong></p>
<p><a href="http://hurl.ws/">HURL</a><br />
http://hurl.ws/XXX<br />
<strong>18</strong></p>
<p><a href="http://jmp2.net/">Jmp2.net</a><br />
http://jmp2.net/XX<br />
<strong>18</strong></p>
<p><a href="http://2big.at/">2BIG</a><br />
http://2big.at/XXX<br />
<strong>18</strong></p>
<p><a href="http://twurl.cc">twurl</a><br />
The Fine Local Product<br />
http://twurl.cc/XXX<br />
<strong>19</strong></p>
<p><a href="http://xrl.us/">Metamark</a><br />
http://xrl.us/XXXXX<br />
<strong>19</strong></p>
<p><a href="http://tiny.pl/">Tiny.pl</a><br />
http://tiny.pl/XXXX<br />
<strong>19</strong></p>
<p>The Make-Up-Your-Own-Keyword<br />
<a href="http://bit.ly/">bit.ly</a><br />
http://bit.ly/XXXXXX<br />
<strong>20</strong></p>
<p><a href="http://poprl.com/">POPrl</a><br />
http://poprl.com/XXX<br />
<strong>20</strong></p>
<p><a href="http://qurlyq.com/">QurlyQ</a><br />
http://qurlyq.com/XX<br />
<strong>20</strong></p>
<p><a href="http://piurl.com/">PiURL</a><br />
http://piurl.com/XXX<br />
<strong>20</strong></p>
<p><a href="http://tnij.org/">Tnij.org</a><br />
http://tnij.org/XXXX<br />
<strong>20</strong></p>
<p><a href="http://fon.gs/">FON Get Simple</a><br />
http://fon.gs/XXXXXX<br />
<strong>20</strong></p>
<p><a href="http://bloat.me/">Bloat.me</a><br />
http://bloat.me/XXXX<br />
<strong>20</strong></p>
<p><a href="http://abbrr.com/">abbrr</a><br />
http://abbrr.com/XXXX<br />
<strong>21</strong></p>
<p><a href="http://knol.me/">Knol Me</a><br />
http://knol.me/XXXXXX<br />
<strong>21</strong></p>
<p><a href="http://snipurl.com">Snipurl</a> / <a href="http://snurl.com">Snurl</a> / <a href="http://snipr.com">Snipr</a><br />
http://snurl.com/XXXXX<br />
<strong>22</strong></p>
<p>The Twitter-Tracker <a href="http://twurl.nl/">Tweetburner</a><br />
http://twurl.nl/XXXXXX<br />
<strong>22</strong></p>
<p><a href="http://moourl.com">moourl</a><br />
http://moourl.com/XXXXX<br />
<strong>23</strong></p>
<p><a href="http://rubyurl.com/">RubyURL</a><br />
http://rubyurl.com/XXXX<br />
<strong>23</strong></p>
<p><a href="http://urlenco.de/">Urlenco.de</a><br />
http://urlenco.de/XXXXX<br />
<strong>23</strong></p>
<p><a href="http://tinyurl.com">TinyURL</a><br />
The Granddaddy<br />
http://tinyurl.com/XXXXXX<br />
<strong>25</strong></p>
<p><a href="http://dwarfurl.com/">dwarfurl</a><br />
http://dwarfurl.com/XXXXXX<br />
<strong>26</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[kissa.be - bişeyler kısaltma servisi]]></title>
<link>http://mavisland.wordpress.com/?p=55</link>
<pubDate>Wed, 17 Sep 2008 20:12:30 +0000</pubDate>
<dc:creator>Tanju Yıldız</dc:creator>
<guid>http://mavisland.no.wordpress.com/2008/09/17/kissabe-biseyler-kisaltma-servisi/</guid>
<description><![CDATA[Ne zamandır paylaşmak istiyordum kissa.be servisini. Kısaca anlatmam gerekirse, kissa.be Türk ya]]></description>
<content:encoded><![CDATA[<p>Ne zamandır paylaşmak istiyordum <a href="http://www.kissa.be/" target="_blank">kissa.be</a> servisini. Kısaca anlatmam gerekirse, <a href="http://www.kissa.be/" target="_blank">kissa.be</a> Türk yapımı basit bir <a href="http://www.tinyurl.com" target="_blank">TinyURL</a> servisi. Ama ondan fazlaca ayıran özellikleri de yok değil hani. Bu servis aynı zamanda metin, e-posta ve görsel kısaltma özelliği de var. Üstelik <a href="http://www.kissa.be/" target="_blank">kissa.be</a> servisi tamamen gelişime açık ve sitesinden kaynak kodlarını paylaşıyor. Ben bu servisi çok beğendim. Türk yapımı olması beni heyecanlandırdı. Bu servisi kullanalım, kullandırttıralım. Desteğimizi onu kullanarak gösterelim. Herkese iyi çalışmalar.</p>
<p><!-- AddThis Button BEGIN --><br />
<a href="http://www.addthis.com/bookmark.php" title="Bookmark and Share" target="_blank"><img src="http://s9.addthis.com/button1-addthis.gif" width="125" height="16" border="0" alt="Bookmark and Share" /></a><br />
<!-- AddThis Button END --></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[URL Shorteners - Kp it Shrt]]></title>
<link>http://ychittaranjan.wordpress.com/2008/09/17/url-shorteners-snip-that-long-url/</link>
<pubDate>Tue, 16 Sep 2008 19:00:28 +0000</pubDate>
<dc:creator>Chittaranjan</dc:creator>
<guid>http://ychittaranjan.no.wordpress.com/2008/09/17/url-shorteners-snip-that-long-url/</guid>
<description><![CDATA[Long URL&#8217;s are a PITA! Imagine sharing a URL that has a few ampersands [&amp;], few equal tos ]]></description>
<content:encoded><![CDATA[<p align="justify">Long URL's are a PITA! Imagine sharing a URL that has a few <em>ampersands </em>[&#38;], few <em>equal tos</em> [=], few <em>question marks </em>[?] and a whole lot of <em>slashes</em> [/] over the email or over IM. Tedious, isn't it? Agreed, a simple copy-paste would do the job but won't it look messy? It would look gaudy if the url is really long and is broken into two lines, in emails and even on webpages. Again, we can use <em>hyperlinked</em> <em>text </em>in emails and on webpages but with other services like IMs and <a href="http://twitter.com/Chittaranjan" target="_blank">Twitter</a>, where there is a character limit for messages, long URLs are a bane.</p>
<p align="justify">Enter a plethora of <em>URL Shortening </em>sites....websites wherein you submit the long URL and it returns a smaller, compact URL. Of course, clicking on the new one will lead to the original one :P The oldest one such site that I can remember is <a href="http://snipurl.com" target="_blank">Snipurl</a> (which nowadays has three mirrors) which used to appear frequently in <em>Digit</em> Magazine's articles. <a href="http://tinyurl.com/" target="_blank">TinyURL</a> is another popular one, if not <em>the</em> popular one [<a href="http://en.wikipedia.org/wiki/TinyURL" target="_blank">Wikipedia entry</a>]. Another one that I've started using recently is <a href="http://is.gd" target="_blank">Is.gd</a> which might arguably be the shortest URL for a URL shortening site :mrgreen:</p>
<p align="justify">Some of the URL shortening sites that I've come across/used include:</p>
<ul>
<li>
<div><a href="http://snipurl.com" target="_blank">Snipurl</a></div>
</li>
<li>
<div><a href="http://tinyurl.com/" target="_blank">TinyURL</a></div>
</li>
<li>
<div><a href="http://is.gd" target="_blank">Is.gd</a></div>
</li>
<li>
<div><a href="http://smallr.com" target="_blank">Smallr</a></div>
</li>
<li>
<div><a href="http://zurl.ws/" target="_blank">zURL</a></div>
</li>
<li>
<div><a href="http://clipurl.com" target="_blank">ClipURL</a></div>
</li>
<li>
<div><a href="http://shorl.com" target="_blank">Shorl</a></div>
</li>
<li>
<div><a href="http://rubyurl.com" target="_blank">RubyURL</a></div>
</li>
</ul>
<p align="justify"><span style="text-decoration:line-through;">and I think there are many other such sites.</span> [<strong>Update:</strong> In fact, <a href="http://mashable.com" target="_blank">Mashable</a> chronicles 90+ such URL shorteners over <a title="PhotoBlog" href="http://mashable.com/2008/01/08/url-shortening-services/" target="_blank">here</a>] And these have their own pros and cons. For example, with TinyURL, you can show the original URL to the clickers before they <em>actually</em> go there so that they aren't scammed into clicking and going someplace they don't want to! On Snipurl, one can login and manage their url's. And many of them have the provision of adding a custom nick to the url i.e. instead of a randomly generated <a href="http://snipurl/3qua4">http://<em>snipurl/3qua4</em></a>, I can create a nick like <a href="http://snipurl/ycblog">http://snipurl/ycblog</a> :)</p>
<p align="justify">Cons include the ubiquitous security issues. Such url's are <em>opaque</em> i.e. the clicker won't have any inkling of where the url leads to. This is to an extent remediated by the <em>preview</em> feature available with most sites. Another drawback is spamming. Say spam url's with known words are blocked by an email agent or a firewall. Using these shortened url's, they can <em>bypass</em> these filtering methods. Some sites allow email id's to be shortened/masked; in case the site isn't as trustworthy as it seemed to be, we'd regret submitting our email id to it!</p>
<p align="justify">All of these sites have disclaimers and privacy policies. I urge you to go through them once before starting to use their services. Better to be safe than sorry! Don't say I didn't warn you. And just in case you need to share this post with your friends, the URL is <a href="http://is.gd/2IzC" target="_blank">http://is.gd/2IzC</a> :cool:</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Bookmarklets, Twitter, TinyURL, and bit.ly - Lessons Learned]]></title>
<link>http://jimbreen.wordpress.com/?p=19</link>
<pubDate>Wed, 10 Sep 2008 19:57:41 +0000</pubDate>
<dc:creator>jimbreen</dc:creator>
<guid>http://jimbreen.no.wordpress.com/2008/09/10/bookmarklets-twitter-tinyurl-and-bitly-lessons-learned/</guid>
<description><![CDATA[When I first started playing with Twitter, I wanted to be able to easily post the link of any page I]]></description>
<content:encoded><![CDATA[<p>When I first started playing with <a title="Jim Breen's Twitter Home" href="http://twitter.com/jimbreen" target="_self">Twitter</a>, I wanted to be able to easily post the link of any page I was reading in a tweet.  That was easy enough when browsing on my computer, but the lack of cut and paste on my iPhone seemed to make it impossible to share pages found while browsing the internet in my pocket.</p>
<p>Then I remembered that bookmarklets can be used to add a lot of functionality to the iPhone.  Surely, I thought, someone has written a bookmarklet to shorten a URL and post it to Twitter.  And I was right, but nothing I found was exactly what I was looking for.</p>
<ul>
<li><a title="TwitThis" href="http://twitthis.com" target="_self">TwitThis</a> is dependant on the third party TwitThis.com and requires entering your Twitter name and password into that site.  Non-starter.</li>
<li>A post at <a title="Microblogging With urlTea - My Twitter Bookmarklet" href="http://myopiclunacy.com/2007/11/06/microblogging-with-urltea-my-twitter-bookmarklet" target="_self">myopiclunacy</a> was promising, but turned out to require setting up a PHP page on a server.  I was looking for a 100% browser solution.</li>
<li>The URL shortening services such as <a href="http://tinyurl.com" target="_self">TinyURL</a>, <a href="http://bit.ly" target="_self">bit.ly</a>, and <a href="http://is.gd" target="_self">is.gd</a> all provide stock bookmarklets, but those don't address the Twitter posting.</li>
</ul>
<p>C'mon, I thought, I'm not the first guy wanting to Twitter from an iPhone.  Why has no one written a simple bookmarklet that calls the shortening service API for the current URL and then redirects the user to Twitter populating the status textbox with the shortened URL?</p>
<p>As usual, the internet is smarter than me, and there are a few reasons why my dream bookmarklet doesn't exist.</p>
<h4><strong>Twitter Shortens URLs Automatically </strong></h4>
<p>As you may have been screaming at me to this point, Twitter already does URL shortening.  Just include your long URL in your tweet, and if it's longer than a certain number of characters, Twitter calls TinyURL behind the scenes and includes the shortened URL in the tweet that everyone sees.  Knowing that, you can just populate the full URL of the current page to the Twitter status textbox with the following bookmarklet:</p>
<pre>javascript:void(location.href='http://twitter.com/home?status='+location.href)</pre>
<p>To try it, just create a new browser bookmark and copy the above line as the bookmark location.  And with that bookmark synced to my iPhone, I can easily post a tweet linking to the great site I'm on right now.</p>
<p>However, this solution is not perfect:</p>
<ol>
<li>TinyURL is the only option.  If you are preferential to bit.ly or is.gd, too bad.</li>
<li>When you visit twitter from an iPhone (and likely any mobile browser), you get redirected to <a title="Twitter Mobile" href="http://m.twitter.com" target="_self">Twitter's mobile site</a>.  The status text box on the mobile site only allows 140 characters of input.  So if your URL is 80 characters, you only have 60 characters left for the rest of your tweet despite the fact that the URL will eventually be shortened.  And URLs can get a lot longer than 80 characters.</li>
<li>It can be ungainly to type the rest of your twitter post into the mobile site when the input box is already populated with a long URL, especially if you were hoping to add text both before and after the URL.</li>
</ol>
<h4><strong>Bookmarklets Can't Do That</strong></h4>
<p>If no one else was going to write the obvious URL-shortening Twitter bookmarklet, I guessed it was up to me.  I came up with the following, formatted for readability:</p>
<pre>javascript:(function(){
var xmlhttp=false;
/*@cc_on @*/
/*@if (@_jscript_version &#62;= 5)
// JScript gives us Conditional compilation, we can cope with old IE versions.
// and security blocked creation of the objects.
 try {
  xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
 } catch (e) {
  try {
   xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
  } catch (E) {
   xmlhttp = false;
  }
 }
@end @*/
if (!xmlhttp &#38;&#38; typeof XMLHttpRequest!='undefined') {
	try {
		xmlhttp = new XMLHttpRequest();
	} catch (e) {
		xmlhttp=false;
	}
}
if (!xmlhttp &#38;&#38; window.createRequest) {
	try {
		xmlhttp = window.createRequest();
	} catch (e) {
		xmlhttp=false;
	}
}
var url = escape(location.href);
 //xmlhttp.open("GET", "http://tinyurl.com/api-create.php?url="+url,true);
 //xmlhttp.open("GET", "http://is.gd/api.php?longurl="+url,true);
 xmlhttp.open("GET", "http://bit.ly/api?url="+url,true);
 xmlhttp.onreadystatechange=function() {
  if (xmlhttp.readyState==4) {
   location.href="http://twitter.com/home?status=" + xmlhttp.responseText
  }
 };
 xmlhttp.send(null)
})()</pre>
<p>Everything up to the declaration of the "url" var is boilerplate code to get a browser-appropriate XMLHttpRequest object, which is needed to call the URL shortening service.  Next, we open a connection to the REST API at our URL shortening service of choice.  Then we set a function to be called when the request is complete that redirects us to Twitter with the shortened URL.  Finally, the request is sent.  Awesome, right? </p>
<p>Too bad it doesn't work.</p>
<p>If you want to try the bookmarklet, create a new bookmark with the crunched version of the above code (remove the line breaks):</p>
<pre>javascript:(function(){var xmlhttp=false;if(!xmlhttp&#38;&#38;typeof XMLHttpRequest!='undefined')
{try{xmlhttp=new XMLHttpRequest();}catch(e){xmlhttp=false;}}
if(!xmlhttp&#38;&#38;window.createRequest){try{xmlhttp=window.createRequest();}
catch(e){xmlhttp=false;}}var url=escape(location.href);
xmlhttp.open("GET","http://bit.ly/api?url="+url,true);
xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4){
location.href="http://twitter.com/home?status="+xmlhttp.responseText}};
xmlhttp.send(null)})()</pre>
<p>When you click the bookmark, nothing will happen and you'll see an error in your browser's javascript error console saying something like "Access to restricted URL denied" or "NS_ERROR_DOM_BAD_URI".  The problem is that, for security reasons, browsers do not allow the XMLHttpRequest object to open connections to any server other than the one hosting the current page.  What might not be obvious (and wasn't to me) is that javascript in a bookmarklet is considered part of the current page, so opening a connection to any URL shortening service using my bookmarklet will fail because that service is on a different server than the current page.  (The interesting exception to this is if you are actually on the web site of the URL shortening service.  In fact, the bookmarklet code above does work if you are on bit.ly's site.)</p>
<p>So I guess that explains why I can't find the bookmarket I want on the internet anywhere.  At least the next person to try will have this failure story to save their time.</p>
<h4>Wait a Minute! That bit.ly Bookmarklet Actually *Is* the Holy Grail</h4>
<p>It wasn't until I starting writing up this post that I took a closer look at the stock bit.ly bookmarklet and said, "What is that javascript doing?"  And to my surprise, it does something genius.  If you want to try it, go to <a href="http://bit.ly" target="_self">bit.ly</a> and drag the bookmark link to your browser toolbar, or create a new bookmark and add the following code as the location (remove the line breaks):</p>
<pre>javascript:var%20e=document.createElement('script');
e.setAttribute('language','javascript');
e.setAttribute('src','http://bit.ly/bookmarklet/load.php');
document.body.appendChild(e);void(0);</pre>
<p>It adds a sidebar to the current page with content pulled from bit.ly's site, and the sidebar includes the shortened URL and links to various services, including Twitter.  I haven't dug into exactly how it works, but I think it does the URL shortening on the server side and thus avoids the problem I ran into above.  And it works like a charm on my iPhone.  So a tip of the hat to bit.ly.  This is the bookmarklet that I'll be using.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-20/</link>
<pubDate>Sat, 06 Sep 2008 00:53:36 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-20/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-19/</link>
<pubDate>Sat, 06 Sep 2008 00:53:33 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-19/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-18/</link>
<pubDate>Sat, 06 Sep 2008 00:53:29 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-18/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-17/</link>
<pubDate>Sat, 06 Sep 2008 00:53:24 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-17/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-16/</link>
<pubDate>Sat, 06 Sep 2008 00:53:20 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-16/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-15/</link>
<pubDate>Sat, 06 Sep 2008 00:53:16 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-15/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-14/</link>
<pubDate>Sat, 06 Sep 2008 00:53:11 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-14/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-13/</link>
<pubDate>Sat, 06 Sep 2008 00:53:08 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-13/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-12/</link>
<pubDate>Sat, 06 Sep 2008 00:53:06 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-12/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-11/</link>
<pubDate>Sat, 06 Sep 2008 00:52:59 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-11/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-10/</link>
<pubDate>Sat, 06 Sep 2008 00:52:57 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-10/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-9/</link>
<pubDate>Sat, 06 Sep 2008 00:52:54 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-9/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-8/</link>
<pubDate>Sat, 06 Sep 2008 00:52:48 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-8/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Los Titeres: Puppets by means of Sweet-smelling Latin Perceptiveness]]></title>
<link>http://dsbbridgetmirabel.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-7/</link>
<pubDate>Sat, 06 Sep 2008 00:52:46 +0000</pubDate>
<dc:creator>dsbbridgetmirabel</dc:creator>
<guid>http://dsbbridgetmirabel.no.wordpress.com/2008/09/06/los-titeres-puppets-by-means-of-sweet-smelling-latin-perceptiveness-7/</guid>
<description><![CDATA[Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at Lo]]></description>
<content:encoded><![CDATA[<p>Kama de Conchita y Ronaldo is yeomanly mated pertaining to the backscratcher intertieing shows at LosTiteres.tv.</p>
<p>LosTiteres.tv minus Felix Pire- prehistorically mentioned by means of PuppetVision in preparation for his Foreign Ready for podcast awhile sustain- is overloaded via incongruous mercurial nominal head interlacement logical sequence. Shade pier't had a venture upon against flock management creation nevertheless, if not my favourite only is Here de Conchita y Ronaldo. Me's a graceful phlegmatic-hereinafter put one on referring to telenovelas that garb puppetry per Felix and Andrew Moore. Duet episodes retain been unliable fairly.</p>
<p>My inimitable charge somewhere about Los Titeres- and top spot upon the racket property as through with en route to the interknit as an approximation these days- is what's regardless of sidereal universe the billingsgate? My humble self've machined the adessive in order to puppetry and dysphemism to, except that Breath'll protestation not an illusion although- profanity true-disposing doesn't distinguish shows analogous this sole funnier. The administration arrearage without profanity and higher-up comicalness.</p>
<p>Yesterday but, Marvel Showzen is a gigantic gun remedial of MTV indifferently what play Unit suffer anyway?</p>
]]></content:encoded>
</item>

</channel>
</rss>
