<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Tiago Matos' Nest</title>
	<atom:link href="http://tiagomatos.org/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tiagomatos.org/blog</link>
	<description>Web, Thoughts, Dreams and Life...</description>
	<pubDate>Sun, 15 Aug 2010 23:52:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSH-Keys User access (on AWS EC2 instances)</title>
		<link>http://tiagomatos.org/blog/?p=837</link>
		<comments>http://tiagomatos.org/blog/?p=837#comments</comments>
		<pubDate>Mon, 09 Aug 2010 01:36:02 +0000</pubDate>
		<dc:creator>Tiago Matos</dc:creator>
		
		<category><![CDATA[LAMPme]]></category>

		<guid isPermaLink="false">http://tiagomatos.org/blog/?p=837</guid>
		<description><![CDATA[After you get acess to your EC2 instance via the default EC2 certificates (which you can via your AWS admin panel) using usually &#8220;ubuntu&#8221; as login name you might have to grant access to any external guy, like a web designer.
It&#8217;s not a good practise to enable password access but SSH-Keys. As this is the [...]]]></description>
			<content:encoded><![CDATA[<p>After you get acess to your EC2 instance via the default EC2 certificates (which you can via your AWS admin panel) using usually &#8220;ubuntu&#8221; as login name you might have to grant access to any external guy, like a web designer.</p>
<p>It&#8217;s not a good practise to enable password access but SSH-Keys. As this is the second time I have lost 1.5h searching for how to do this, I am detailing it here.</p>
<p>*on your local machine*<br />
$ cd ~/.ssh<br />
$ ssh-keygen -b 1024 -t dsa<br />
Give a suitable name to your new certificate file and a password. This will generate two file, which one of them is a public key (smartly enough is the one ending in .pub).</p>
<p>Copy this file, let&#8217;s call it my_public_certificate.pub, to your remote EC2 instance server and append it to authorized_keys file.</p>
<p>*in your remote machine (EC2 instance)*<br />
$cat my_public_certificate.pub >> /home/your_web_designer_directory/.ssh/authorized_keys</p>
<p>Now the *tricky* part: ensure the following directory/file permissions:<br />
$chown 755 your_web_designer:your_web_designer /home/your_web_designer_directory<br />
$chown 700 your_web_designer:your_web_designer /home/your_web_designer_directory/.ssh<br />
$chown 600 your_web_designer:your_web_designer /home/your_web_designer_directory/.ssh/authorized_keys</p>
<p>*back on your local machine*<br />
$ssh  your_web_designer@remote_machine_IP -i ~/.ssh/my_private.certificate (not the public, hein!)</p>
<p>Home it saves same hour or two to anyone&#8230;</p>
<p>http://blog.taggesell.de/index.php?/archives/73-Managing-Amazon-EC2-SSH-login-and-protecting-your-instances.html<br />
http://developer.amazonwebservices.com/connect/entry.jspa?categoryID=100&#038;externalID=1233<br />
http://www.slackbook.org/html/essential-sysadmin-hardusers.html</p>
]]></content:encoded>
			<wfw:commentRss>http://tiagomatos.org/blog/?feed=rss2&amp;p=837</wfw:commentRss>
		</item>
		<item>
		<title>Mailchimp Signup From with Javascript - Portuguese Translation</title>
		<link>http://tiagomatos.org/blog/?p=835</link>
		<comments>http://tiagomatos.org/blog/?p=835#comments</comments>
		<pubDate>Tue, 03 Aug 2010 23:18:06 +0000</pubDate>
		<dc:creator>Tiago Matos</dc:creator>
		
		<category><![CDATA[TiMiTips]]></category>

		<category><![CDATA[mailchimp signupform translation jquery validation]]></category>

		<guid isPermaLink="false">http://tiagomatos.org/blog/?p=835</guid>
		<description><![CDATA[Imagine you&#8217;d like to embed a Mailchimp Newsletter like this one at vendder.com footer or this at the top of one store running on vendder.com  and you&#8217;d like to translate the error/success messages that output from MailChimp.
Fortunately for you I have the copy&#038;paste code here (Portuguese version).

mce_jQuery('#mce-'+resp.result+'-response').show();
        [...]]]></description>
			<content:encoded><![CDATA[<p>Imagine you&#8217;d like to embed a Mailchimp Newsletter like this one at <a href="http://vendder.com">vendder.com</a> footer or this at the top of <a href="http://presscenter.pnh.pt/">one store running on vendder.com </a> and you&#8217;d like to translate the error/success messages that output from MailChimp.</p>
<p>Fortunately for you I have the copy&#038;paste code here (Portuguese version).<br />
<code><br />
mce_jQuery('#mce-'+resp.result+'-response').show();<br />
                mce_jQuery('#mce-'+resp.result+'-response').html(msg);<br />
                }<br />
                }<br />
                }<br />
                mce_jQuery.extend(mce_jQuery.validator.messages, {<br />
                  required:"Este campo é obrigatório.",<br />
                  remote:"Por favor corrija este campo.",<br />
                  email:"Por favor insira um email válido.",<br />
                  url:"Por favor, digite um URL válido.",<br />
                  date:"Por favor insira uma data válida.",<br />
                  dateISO:"Por favor insira uma data válida (ISO).",<br />
                  number:"Por favor insira um número válido.",<br />
                  digits:"Por favor, digite apenas dígitos.",<br />
                  creditcard:"Por favor insira um número válido de cartão de crédito.",<br />
                  equalTo:"Por favor, insira o mesmo valor novamente.",<br />
                  accept:"Por favor insira um valor com uma extensão válida.",<br />
                  maxlength:mce_jQuery.format("Por favor, não insira mais de {0} caracteres."),<br />
                  minlength:mce_jQuery.format("Por favor, insira pelo menos {0} caracteres."),<br />
                  rangelength:mce_jQuery.format("Por favor insira um valor entre {0} e {1} caracteres."),<br />
                  range:mce_jQuery.format("Por favor insira um valor entre {0} e {1}."),<br />
                  max:mce_jQuery.format("Por favor insira um valor inferior ou igual a {0}."),<br />
                  min:mce_jQuery.format("Por favor insira um valor maior ou igual a {0}.")<br />
                });<br />
              </script><br />
              <!--End mc_embed_signup--></code><br />
Note: <code>mce_jQuery.extend</code> is where the code start.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiagomatos.org/blog/?feed=rss2&amp;p=835</wfw:commentRss>
		</item>
		<item>
		<title>Access your EC2 instance with AWS private key</title>
		<link>http://tiagomatos.org/blog/?p=832</link>
		<comments>http://tiagomatos.org/blog/?p=832#comments</comments>
		<pubDate>Fri, 09 Jul 2010 19:46:36 +0000</pubDate>
		<dc:creator>Tiago Matos</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tiagomatos.org/blog/?p=832</guid>
		<description><![CDATA[OK, someone set you up a EC2 instance and now you need to get access to it.
Requirements:
- the EC2 private key (here it will be called key.pem)
- a terminal (though you can use some SSH client, I am just talking about an UNIX terminal here)
- your machine IP (here it will be 79.123.321.1)
Do the following:
1. [...]]]></description>
			<content:encoded><![CDATA[<p>OK, someone set you up a EC2 instance and now you need to get access to it.</p>
<p>Requirements:<br />
- the EC2 private key (here it will be called key.pem)<br />
- a terminal (though you can use some SSH client, I am just talking about an UNIX terminal here)<br />
- your machine IP (here it will be 79.123.321.1)</p>
<p>Do the following:<br />
1. Download your key to ~/Downloads<br />
2. Open the Terminal<br />
3. Go to your ssh directory <code>$cd ~/.ssh/</code><br />
4. Copy your key <code>$cp ~/Downloads/key.pem .</code><br />
5. Tight up permissions <code>$chmod 400 key.pem</code><br />
6. Test it <code>$ssh ubuntu@79.123.321.1 -i ~/.ssh/key.pem -vvv</code><br />
6.1 -i will set the path, -vvv sets verbose mode<br />
7. Edit your config file to avoid doing <code>-i ~/.ssh/key.pem</code> all the time<br />
<code>$vim ~/.ssh/config</code><br />
paste and edit this text<br />
<code>Host 79.123.321.1<br />
IdentityFile ~/.ssh/key.pem</code><br />
8. Access your EC2 from anywhere in your machine with<br />
<code>$ssh ubuntu@79.123.321.1</code></p>
]]></content:encoded>
			<wfw:commentRss>http://tiagomatos.org/blog/?feed=rss2&amp;p=832</wfw:commentRss>
		</item>
		<item>
		<title>Beautifully Inspiring</title>
		<link>http://tiagomatos.org/blog/?p=825</link>
		<comments>http://tiagomatos.org/blog/?p=825#comments</comments>
		<pubDate>Sat, 19 Jun 2010 14:01:48 +0000</pubDate>
		<dc:creator>Tiago Matos</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tiagomatos.org/blog/?p=825</guid>
		<description><![CDATA[There are few stuff on the internet of videos that are truly inspiring. This video is one of them.

]]></description>
			<content:encoded><![CDATA[<p>There are few stuff on the internet of videos that are truly inspiring. This video is one of them.<br />
<object width="480" height="360"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9679622&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=9679622&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="360"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://tiagomatos.org/blog/?feed=rss2&amp;p=825</wfw:commentRss>
		</item>
		<item>
		<title>Ruby ASCII-8BIT / UTF-8 encoding distresses</title>
		<link>http://tiagomatos.org/blog/?p=821</link>
		<comments>http://tiagomatos.org/blog/?p=821#comments</comments>
		<pubDate>Tue, 15 Jun 2010 19:38:42 +0000</pubDate>
		<dc:creator>Tiago Matos</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tiagomatos.org/blog/?p=821</guid>
		<description><![CDATA[#reminder
Ruby was written in Japanese and does not stick with a specific encoding standard. That can bring you some distresses if you need latin or other special characters running on your app.
If you are running Ruby version 1.9 (or up) don&#8217;t forget about this &#8220;if &#038; thens&#8221; :
1. if: 
puts "café" on any Ruby script [...]]]></description>
			<content:encoded><![CDATA[<p>#reminder</p>
<p>Ruby was written in Japanese and does not stick with a specific encoding standard. That can bring you some distresses if you need latin or other special characters running on your app.</p>
<p>If you are running Ruby version 1.9 (or up) don&#8217;t forget about this &#8220;if &#038; thens&#8221; :</p>
<p>1. if: </p>
<p><code>puts "café" on any Ruby script </code><br />
brings you<br />
<code>invalid multibyte char (US-ASCII) (SyntaxError)</code></p>
<p>then:<br />
use the following magic comment (as it was named)<br />
<code># encoding: UTF-8</code><br />
on the first line of your script</p>
<p>if on you .erb template:<br />
<code><%= "å".encoding%><br />
outputs ASCII-8BIT and<br />
<%= "å".force_encoding('utf-8') %></code><br />
outputs å and you need to be passing this ASCII-8BIT typed strings around&#8230;</p>
<p>then:<br />
you&#8217;ll need to convert this strings to UTF-8<br />
<code>p string.encoding.name</code><br />
outputs ASCII-8BIT<br />
<code>string.force_encoding("UTF-8")</code><br />
pstring.encoding.name<br />
<code>outputs UTF-8</code></p>
<p>PS: Careful on partials. They also break all the stuff if not encoded.<br />
<code><%= partial("admin/menu").force_encoding("UTF-8") %></code></p>
]]></content:encoded>
			<wfw:commentRss>http://tiagomatos.org/blog/?feed=rss2&amp;p=821</wfw:commentRss>
		</item>
		<item>
		<title>Freemium models dissected</title>
		<link>http://tiagomatos.org/blog/?p=818</link>
		<comments>http://tiagomatos.org/blog/?p=818#comments</comments>
		<pubDate>Sun, 13 Jun 2010 16:14:50 +0000</pubDate>
		<dc:creator>Tiago Matos</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tiagomatos.org/blog/?p=818</guid>
		<description><![CDATA[
Some nice quotes or thoughts of mine:
&#8220;2% average customer conversion from free to premium&#8221;
&#8220;resons for free: time to understand, distribution benefit, network benefit (add value to the ecosystem)&#8221;
&#8220;might be more important indirect revenue stream (ads) than direct (recurring billing)&#8221;
&#8220;company can get a double personally due to free/paid features&#8221;
&#8220;optmize to less surprise. People prefer to pay [...]]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/ki4IjZQN8uc&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ki4IjZQN8uc&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="360"></embed></object></p>
<p>Some nice quotes or thoughts of mine:</p>
<p>&#8220;2% average customer conversion from free to premium&#8221;</p>
<p>&#8220;resons for free: time to understand, distribution benefit, network benefit (add value to the ecosystem)&#8221;</p>
<p>&#8220;might be more important indirect revenue stream (ads) than direct (recurring billing)&#8221;</p>
<p>&#8220;company can get a double personally due to free/paid features&#8221;</p>
<p>&#8220;optmize to less surprise. People prefer to pay a higher tier that necessary&#8221;</p>
<p>&#8220;at the very beggining launch your beta product and also beta business model.&#8221;</p>
<p>&#8220;limited features or limited capacity?&#8221;</p>
<p>&#8220;be agile and iterate your business model&#8221;</p>
<p>&#8220;from my study on 25 freemium model companies the free/payed convertion rate was between 3 to 5%&#8221;</p>
<p>&#8220;20 to 25% conversion rates? You&#8217;re smoking something&#8230;&#8221;</p>
<p>&#8220;entrepreneur live in a reality distortion field&#8221;</p>
<p>&#8220;let people go deep into your product and start love. Then they pay something&#8221;</p>
<p>&#8220;customers do not pay for features. They don&#8217;t pay for analytics, for better support&#8230;&#8221;</p>
<p>&#8220;raising prices is easier than lowering&#8221;</p>
<p>&#8220;in the SaaS business 50-60% of staff are in tech support on normal business software 50-60% are in sales&#8221;</p>
<p>&#8220;many signups, no real usage: wrong. Start collecting analytics on user usage&#8221;</p>
<p>&#8220;don&#8217;t make people think [about paying you on one-time payments]&#8221;</p>
<p>&#8220;you make what you measure&#8221;</p>
<p>&#8220;recurly.com and chargify.com help you out&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://tiagomatos.org/blog/?feed=rss2&amp;p=818</wfw:commentRss>
		</item>
		<item>
		<title>After the crisis&#8230;</title>
		<link>http://tiagomatos.org/blog/?p=815</link>
		<comments>http://tiagomatos.org/blog/?p=815#comments</comments>
		<pubDate>Thu, 10 Jun 2010 20:19:26 +0000</pubDate>
		<dc:creator>Tiago Matos</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tiagomatos.org/blog/?p=815</guid>
		<description><![CDATA[&#8230; let&#8217;s put the tourists rolling to Reykjavík.

My country also has some nice videos showing off Portugal.

]]></description>
			<content:encoded><![CDATA[<p>&#8230; let&#8217;s put the tourists rolling to Reykjavík.<br />
<object width="480" height="360"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12236680&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12236680&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="360"></embed></object></p>
<p>My country also has some nice videos showing off Portugal.</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/OEKykb5zfnE&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OEKykb5zfnE&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://tiagomatos.org/blog/?feed=rss2&amp;p=815</wfw:commentRss>
		</item>
		<item>
		<title>Control - 2007</title>
		<link>http://tiagomatos.org/blog/?p=813</link>
		<comments>http://tiagomatos.org/blog/?p=813#comments</comments>
		<pubDate>Thu, 10 Jun 2010 00:42:09 +0000</pubDate>
		<dc:creator>Tiago Matos</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<category><![CDATA[Tiago Matos]]></category>

		<guid isPermaLink="false">http://tiagomatos.org/blog/?p=813</guid>
		<description><![CDATA[Not so recently time ago, and from times to times, I have noticed there are some people reading and sometimes making this words worth something. I have also noticed I am more keen to burst several posts on this blog , depends mainly on the current mindset.
Control, was some DivX movie I holded on this [...]]]></description>
			<content:encoded><![CDATA[<p>Not so recently time ago, and from times to times, I have noticed there are some people reading and sometimes making this words worth something. I have also noticed I am more keen to burst several posts on this blog , depends mainly on the current mindset.</p>
<p><a href="http://www.imdb.com/title/tt0421082/">Control</a>, was some DivX movie I holded on this hard-drive for a long time, never had any urge to check it out. Yesterday, I did. </p>
<p>First thing I thought at Sam Riley first shot was &#8220;I have seen this face somewhere&#8221;. Sam Riley, portrays the lead vocalist on the infamous Joy Division, since the very early days before joining the band through all the roller-coaster of emotions and final mental drain, eventually leading him to be found hanging at his own kitchen room. Her wife found him dead. He was only 23.</p>
<p>The turning point on the story happens when Ian tries to build some sanity back to his life and does that inspirational look, with a cigarette hanging from his mouth, to his old room, at his parents house. This is when it flashed: I had seen this Sam Riley image somewhere else.</p>
<p>Ian, worst dichotomy is a fucking cross-road of love. On the one-hand his young wife, whispering a life of plenitude and dreadfulness, begging for support and care; on the other, the charm of an independent and open-minded woman, working at the Belgian embassy and spreading optimistic vibes and ferhormones around. Ian played limbo for a while, going from side to side but eventually succumbed to his own polanskian fate.</p>
<p>There are very few things in life I like more to do than movies. More that drugs, beer and even ice-cream. If I recall correctly, for more than one summer at the tender age of 12 to 14, I have spent most of my days devouring movies. I perfectly remember to visit my local video-club and have to visit some other because there was nothing else worth for me rent there. No guys, there was no torrents back then.</p>
<p>So because of this, that and more, I recommend you to buy salty popcorns and delight yourself with this black-and-white photographic masterpiece.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiagomatos.org/blog/?feed=rss2&amp;p=813</wfw:commentRss>
		</item>
		<item>
		<title>Upgrading Magento from version 1.3 to 1.4</title>
		<link>http://tiagomatos.org/blog/?p=806</link>
		<comments>http://tiagomatos.org/blog/?p=806#comments</comments>
		<pubDate>Tue, 01 Jun 2010 19:18:46 +0000</pubDate>
		<dc:creator>Tiago Matos</dc:creator>
		
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://tiagomatos.org/blog/?p=806</guid>
		<description><![CDATA[Writing about this kind of stuff on my blog is quite selfish, I suppose the only person visiting this posts it&#8217;s me, when trying to remember how I have managed to fight away some computer quirk.
Anyway, today I&#8217;ve successfully managed to bring a medium-size Magento installation from 1.3 version to to 1.4 to life.
As usual [...]]]></description>
			<content:encoded><![CDATA[<p>Writing about this kind of stuff on my blog is quite selfish, I suppose the only person visiting this posts it&#8217;s me, when trying to remember how I have managed to fight away some computer quirk.</p>
<p>Anyway, today I&#8217;ve successfully managed to bring a medium-size Magento installation from 1.3 version to to 1.4 to life.</p>
<p>As usual I bumped into some problems along the way. This was the first:</p>
<p><code>QLSTATE[HY000]: General error: 1005 Can&#8217;t create table &#8216;db_xxx.catalog_product_index_tier_price&#8217; (errno: 150)</code></p>
<p>it&#8217;s conflicting with an existing table. So go to:</p>
<p><code>/public_html/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.19-1.4.0.0.20.php</code></p>
<p>and remove the following from being executed:</p>
<p><code>CREATE TABLE IF NOT EXISTS `{$installer->getTable('catalog/product_index_website')}` ( ...</code><br />
<code>CREATE TABLE IF NOT EXISTS `{$installer->getTable('catalog/product_index_tier_price')}` ( ....</code></p>
<p>Next, Zend cache was bringing the whole show down:<br />
(sometimes it displays: &#8220;There was an error processing your order. Please contact us or try again later.&#8221; on order completion)</p>
<p><code>Invalid mode for clean() method</code></p>
<p>a simple <code>$rm -rf app/code/core/Zend/Cache/ </code> does the trick.</p>
<p>Now don&#8217;t forget to change the base_urls, clean cache and index db.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiagomatos.org/blog/?feed=rss2&amp;p=806</wfw:commentRss>
		</item>
		<item>
		<title>Vendder, gets a new face</title>
		<link>http://tiagomatos.org/blog/?p=791</link>
		<comments>http://tiagomatos.org/blog/?p=791#comments</comments>
		<pubDate>Wed, 19 May 2010 00:28:50 +0000</pubDate>
		<dc:creator>Tiago Matos</dc:creator>
		
		<category><![CDATA[EnShip]]></category>

		<category><![CDATA[Future]]></category>

		<category><![CDATA[ecommerce]]></category>

		<category><![CDATA[online shop]]></category>

		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://tiagomatos.org/blog/?p=791</guid>
		<description><![CDATA[
More info about this stuff at vendder.com
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11813875&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11813875&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object></p>
<p>More info about this stuff at <a href="http://signup.vendder.com/en/"><b>vendder.com</b></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tiagomatos.org/blog/?feed=rss2&amp;p=791</wfw:commentRss>
		</item>
	</channel>
</rss>
