<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Varetti</title>
	<atom:link href="http://varetti.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://varetti.wordpress.com</link>
	<description>Mi sabiduría en la palma de la mano</description>
	<lastBuildDate>Tue, 31 May 2011 16:46:10 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='varetti.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Varetti</title>
		<link>http://varetti.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://varetti.wordpress.com/osd.xml" title="Varetti" />
	<atom:link rel='hub' href='http://varetti.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Importar módulos dinámicamente en Python a partir de una variable</title>
		<link>http://varetti.wordpress.com/2011/05/31/importar-modulos-dinamicamente-en-python-a-partir-de-una-variable/</link>
		<comments>http://varetti.wordpress.com/2011/05/31/importar-modulos-dinamicamente-en-python-a-partir-de-una-variable/#comments</comments>
		<pubDate>Tue, 31 May 2011 16:44:21 +0000</pubDate>
		<dc:creator>varetti</dc:creator>
				<category><![CDATA[Tecnología e Informática]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://varetti.wordpress.com/?p=318</guid>
		<description><![CDATA[Para importar un módulo en Python de manera dinámica a partir del contenido de una variable es muy simple: Este ejemplo ha sido extraído de aquí<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=318&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Para importar un módulo en Python de manera dinámica a partir del contenido de una variable es muy simple:<br />
<pre class="brush: python;">s = &quot;sys&quot;
module = __import__(s)
module.stdout.write(&quot;hola&quot;)</pre></p>
<p>Este ejemplo ha sido extraído de <a title="python-es" href="http://python-es-faq.wikidot.com/#toc34" target="_blank">aquí</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varetti.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varetti.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varetti.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varetti.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varetti.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varetti.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varetti.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varetti.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varetti.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varetti.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varetti.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varetti.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varetti.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varetti.wordpress.com/318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=318&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varetti.wordpress.com/2011/05/31/importar-modulos-dinamicamente-en-python-a-partir-de-una-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9943027e123c4b03a26ade8b58ca282c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">varetti</media:title>
		</media:content>
	</item>
		<item>
		<title>E-MAIL: Diferencias entre los campos Para, CC y CCO</title>
		<link>http://varetti.wordpress.com/2008/12/17/e-mail-diferencias-entre-los-campos-para-cc-y-cco/</link>
		<comments>http://varetti.wordpress.com/2008/12/17/e-mail-diferencias-entre-los-campos-para-cc-y-cco/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 13:01:34 +0000</pubDate>
		<dc:creator>varetti</dc:creator>
				<category><![CDATA[Tecnología e Informática]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://varetti.wordpress.com/?p=302</guid>
		<description><![CDATA[A la hora de enviar un e-mail, hay tres campos en los que se pueden poner las direcciones de correo electrónico de los destinatarios. Los campos son: Para (TO): Es el más utilizado y el más conocido por todos. Aquí incluímos las direcciones de los destinatarios, siempre que no nos importe que cada uno de [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=302&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A la hora de enviar un e-mail, hay tres campos en los que se pueden poner las direcciones de correo electrónico de los destinatarios.<br />
<span id="more-302"></span>Los campos son:</p>
<ul>
<li><strong>Para (TO):</strong> Es el más utilizado y el más conocido por todos. Aquí incluímos las direcciones de los destinatarios, siempre que no nos importe que cada uno de ellos pueda ver a quién se le ha enviado el correo.</li>
<li><strong>CC:</strong> Es la abreviación de <em>Carbon Copy</em>. Es exactamente igual al campo Para, pero con la diferencia de que las direcciones puestas en CC recibirán una copia del correo y todos los que lo reciban sabrán que se ha enviado dicha copia y a quién se le ha enviado.</li>
<li><strong>CCO (BCC):</strong> Es la abreviación de <em>Blind Carbon Copy</em>. Los que aparezcan en este campo recibirán una copia oculta.</li>
</ul>
<p>En resumen, los tres campos sirven para lo mismo y la decisión de en cuál de ellos se pone una dirección vendrá dada por si el mensaje va o no directamente dirigido a esa persona y si se quiere o no ocultar la dirección del resto de receptores del mensaje.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varetti.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varetti.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varetti.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varetti.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varetti.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varetti.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varetti.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varetti.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varetti.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varetti.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varetti.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varetti.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varetti.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varetti.wordpress.com/302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=302&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varetti.wordpress.com/2008/12/17/e-mail-diferencias-entre-los-campos-para-cc-y-cco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9943027e123c4b03a26ade8b58ca282c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">varetti</media:title>
		</media:content>
	</item>
		<item>
		<title>Videotutorial de cómo hacer imágenes pop-art</title>
		<link>http://varetti.wordpress.com/2008/12/15/videotutorial-de-como-hacer-imagenes-pop-art/</link>
		<comments>http://varetti.wordpress.com/2008/12/15/videotutorial-de-como-hacer-imagenes-pop-art/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 12:12:21 +0000</pubDate>
		<dc:creator>varetti</dc:creator>
				<category><![CDATA[Tecnología e Informática]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://varetti.wordpress.com/?p=292</guid>
		<description><![CDATA[En este videotutorial de youtube se muestra como convertir una foto a una imagen pop-art trabajando con escala de grises y niveles de negro.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=292&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://varetti.files.wordpress.com/2008/11/youtube_photoshop.jpg"><img class="size-full wp-image-211 alignleft" title="youtube_photoshop" src="http://varetti.files.wordpress.com/2008/11/youtube_photoshop.jpg?w=116&#038;h=116" alt="" width="116" height="116" /></a><br />
En este videotutorial de youtube se muestra como convertir una foto a una imagen pop-art trabajando con escala de grises y niveles de negro.<br />
<span id="more-292"></span></p>
<span style="text-align:center; display: block;"><a href="http://varetti.wordpress.com/2008/12/15/videotutorial-de-como-hacer-imagenes-pop-art/"><img src="http://img.youtube.com/vi/4gJN18MukRM/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varetti.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varetti.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varetti.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varetti.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varetti.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varetti.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varetti.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varetti.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varetti.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varetti.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varetti.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varetti.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varetti.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varetti.wordpress.com/292/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=292&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varetti.wordpress.com/2008/12/15/videotutorial-de-como-hacer-imagenes-pop-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9943027e123c4b03a26ade8b58ca282c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">varetti</media:title>
		</media:content>

		<media:content url="http://varetti.files.wordpress.com/2008/11/youtube_photoshop.jpg" medium="image">
			<media:title type="html">youtube_photoshop</media:title>
		</media:content>
	</item>
		<item>
		<title>O Himno Galego</title>
		<link>http://varetti.wordpress.com/2008/12/08/o-himno-galego/</link>
		<comments>http://varetti.wordpress.com/2008/12/08/o-himno-galego/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 12:12:48 +0000</pubDate>
		<dc:creator>varetti</dc:creator>
				<category><![CDATA[Música]]></category>
		<category><![CDATA[Galicia]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://varetti.wordpress.com/?p=288</guid>
		<description><![CDATA[Autor: Eduardo Pondal Título: Queixumes dos pinos Música: Pascual Veiga Video: Letra: ¿Qué din os rumorosos na costa verdecente ao raio transparente do prácido luar? ¿Qué din as altas copas de escuro arume arpado co seu ben compasado monótono fungar? Do teu verdor cinguido e de benignos astros confín dos verdes castros e valeroso chan, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=288&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://varetti.files.wordpress.com/2008/12/b_galicia.jpg"><img class="size-full wp-image-211 alignleft" title="b_galicia" src="http://varetti.files.wordpress.com/2008/12/b_galicia.jpg?w=116&#038;h=116" alt="" width="116" height="116" /></a><br />
<strong> Autor:</strong><br />
Eduardo Pondal<br />
<strong> Título:</strong><br />
Queixumes dos pinos<br />
<strong> Música:</strong><br />
Pascual Veiga<br />
<span id="more-288"></span><strong></strong></p>
<hr /><strong>Video:</strong></p>
<p><span style="text-align:center; display: block;"><a href="http://varetti.wordpress.com/2008/12/08/o-himno-galego/"><img src="http://img.youtube.com/vi/LZ6QLJ2qaZk/2.jpg" alt="" /></a></span><br />
<strong>Letra:</strong></p>
<p>¿Qué din os rumorosos<br />
na costa verdecente<br />
ao raio transparente<br />
do prácido luar?<br />
¿Qué din as altas copas<br />
de escuro arume arpado<br />
co seu ben compasado<br />
monótono fungar?</p>
<p>Do teu verdor cinguido<br />
e de benignos astros<br />
confín dos verdes castros<br />
e valeroso chan,<br />
non des a esquecemento<br />
da inxuria o rudo encono;<br />
desperta do teu sono<br />
fogar de Breogán.</p>
<p>Os bos e xenerosos<br />
a nosa voz entenden<br />
e con arroubo atenden<br />
o noso ronco son,<br />
mais sóo os iñorantes<br />
e féridos e duros,<br />
imbéciles e escuros<br />
non nos entenden, non.</p>
<p>Os tempos son chegados<br />
dos bardos das edades<br />
que as vosas vaguedades<br />
cumprido fin terán;<br />
pois, donde quer, xigante<br />
a nosa voz pregoa<br />
a redenzón da boa<br />
nazón de Breogán.</p>
<p>Teus fillos vagorosos<br />
en que honor soo late,<br />
a intrépido combate<br />
dispondo o peito van;<br />
se, por ti mesma, libre<br />
de indigna servidume<br />
e de oprobioso alcume,<br />
rexión de Breogán</p>
<p>Á nobre Lusitania<br />
os brazos tende amigos,<br />
ós eidos ben antigos<br />
con un punxente afán;<br />
e cumpre as vaguedades<br />
dos teus soantes pinos<br />
duns máxicos destinos,<br />
¡oh, grei de Breogán!</p>
<p>Amor da terra verde,<br />
da verde terra nosa,<br />
acende a raza briosa<br />
de Ousinde e de Froxán;<br />
que aló nos seus garridos<br />
xustillos, mal constreitos,<br />
os doces e albos peitos<br />
das fillas de Breogán;</p>
<p>que á nobre prole insinen<br />
fortísimos acentos,<br />
non mólidos concentos<br />
que ás virxes só ben están;<br />
mais os robustos ecos<br />
que, ¡oh, patria!, ben recordas<br />
das sonorosas cordas<br />
das arpas de Breogán.</p>
<p>Estima non se alcanza<br />
cun vil xemido brando;<br />
calquer requer rogando<br />
con voz que esquecerán;<br />
mais cun rumor xigante,<br />
subrime e parecido<br />
ao intrépido sonido<br />
das armas de Breogán.</p>
<p>Galegos, sede fortes,<br />
prontos a grandes feitos;<br />
aparellade os peitos<br />
a glorioso afán;<br />
fillos dos nobres celtas,<br />
fortes e peregrinos,<br />
luitade plos destinos<br />
dos eidos de Breogán.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varetti.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varetti.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varetti.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varetti.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varetti.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varetti.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varetti.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varetti.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varetti.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varetti.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varetti.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varetti.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varetti.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varetti.wordpress.com/288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=288&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varetti.wordpress.com/2008/12/08/o-himno-galego/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9943027e123c4b03a26ade8b58ca282c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">varetti</media:title>
		</media:content>

		<media:content url="http://varetti.files.wordpress.com/2008/12/b_galicia.jpg" medium="image">
			<media:title type="html">b_galicia</media:title>
		</media:content>
	</item>
		<item>
		<title>The Script &#8211; The Man Who Can&#8217;t Be Moved</title>
		<link>http://varetti.wordpress.com/2008/11/18/the-script-the-man-who-cant-be-moved/</link>
		<comments>http://varetti.wordpress.com/2008/11/18/the-script-the-man-who-cant-be-moved/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 10:59:44 +0000</pubDate>
		<dc:creator>varetti</dc:creator>
				<category><![CDATA[Música]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[The Script]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://varetti.wordpress.com/?p=280</guid>
		<description><![CDATA[Artista: The Script Título de la canción: The Man Who Can&#8217;t Be Moved Título del álbum: The Script Video: Letra: Going back to the corner where I first saw you, Gonna camp in my sleeping bag I&#8217;m not gonna move, Got some words on cardboard got your picture in my hand, Saying if you see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=280&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://varetti.files.wordpress.com/2008/11/the_script_the_script.jpg"><img class="size-full wp-image-211 alignleft" title="the_script_the_script" src="http://varetti.files.wordpress.com/2008/11/the_script_the_script.jpg?w=116&#038;h=116" alt="" width="116" height="116" /></a><br />
<strong> Artista:</strong><br />
The Script<br />
<strong> Título de la canción:</strong><br />
The Man Who Can&#8217;t Be Moved<br />
<strong> Título del álbum:</strong><br />
The Script<br />
<span id="more-280"></span><strong></strong></p>
<hr /><strong>Video:</strong></p>
<p><span style="text-align:center; display: block;"><a href="http://varetti.wordpress.com/2008/11/18/the-script-the-man-who-cant-be-moved/"><img src="http://img.youtube.com/vi/YQCJFnC2BiQ/2.jpg" alt="" /></a></span><br />
<strong>Letra:</strong></p>
<p>Going back to the corner where I first saw you,<br />
Gonna camp in my sleeping bag I&#8217;m not gonna move,<br />
Got some words on cardboard got your picture in my hand,<br />
Saying if you see this girl can you tell her where I am,<br />
Some try to hand me money they don&#8217;t understand,<br />
I&#8217;m not&#8230;broke I&#8217;m just a broken hearted man,<br />
I know it makes no sense, but what else can I do,<br />
How can I move on when I&#8217;m still in love with you&#8230;</p>
<p>Cos if one day you wake up and find that you&#8217;re missing me,<br />
And your heart starts to wonder where on this earth I can be,<br />
Thinking maybe you&#8217;ll come back here to the place that we&#8217;d meet,<br />
And you&#8217;d see me waiting for you on the corner of the street.</p>
<p>So I&#8217;m not moving&#8230;<br />
I&#8217;m not moving.</p>
<p>Policeman says son you can&#8217;t stay here,<br />
I said there&#8217;s someone I&#8217;m waiting for if it&#8217;s a day, a month, a year,<br />
Gotta stand my ground even if it rains or snows,<br />
If she changes her mind this is the first place she will go.</p>
<p>Cos if one day you wake up and find that you&#8217;re missing me,<br />
And your heart starts to wonder where on this earth I can be,<br />
Thinking maybe you&#8217;ll come back here to the place that we&#8217;d meet,<br />
And you&#8217;d see me waiting for you on the corner of the street.</p>
<p>So I&#8217;m not moving&#8230;<br />
I&#8217;m not moving.</p>
<p>I&#8217;m not moving&#8230;<br />
I&#8217;m not moving.</p>
<p>People talk about the guy<br />
Who&#8217;s waiting on a girl&#8230;<br />
Oohoohwoo<br />
There are no holes in his shoes<br />
But a big hole in his world&#8230;<br />
Hmmmm</p>
<p>and maybe I&#8217;ll get famous as man who can&#8217;t be moved,<br />
And maybe you won&#8217;t mean to but you&#8217;ll see me on the news,<br />
And you&#8217;ll come running to the corner&#8230;<br />
Cos you&#8217;ll know it&#8217;s just for you</p>
<p>I&#8217;m the man who can&#8217;t be moved<br />
I&#8217;m the man who can&#8217;t be moved&#8230;</p>
<p>Cos if one day you wake up and find that you&#8217;re missing me,<br />
And your heart starts to wonder where on this earth I can be,<br />
Thinking maybe you&#8217;ll come back here to the place that we&#8217;d meet,<br />
And you&#8217;d see me waiting for you on the corner of the street.</p>
<p>So I&#8217;m not moving&#8230;<br />
I&#8217;m not moving.</p>
<p>I&#8217;m not moving&#8230;<br />
I&#8217;m not moving.</p>
<p>Going back to the corner where I first saw you,<br />
Gonna camp in my sleeping bag not I&#8217;m not gonna move.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varetti.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varetti.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varetti.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varetti.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varetti.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varetti.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varetti.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varetti.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varetti.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varetti.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varetti.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varetti.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varetti.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varetti.wordpress.com/280/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=280&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varetti.wordpress.com/2008/11/18/the-script-the-man-who-cant-be-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9943027e123c4b03a26ade8b58ca282c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">varetti</media:title>
		</media:content>

		<media:content url="http://varetti.files.wordpress.com/2008/11/the_script_the_script.jpg" medium="image">
			<media:title type="html">the_script_the_script</media:title>
		</media:content>
	</item>
		<item>
		<title>Coldplay &#8211; Talk</title>
		<link>http://varetti.wordpress.com/2008/11/02/coldplay-talk/</link>
		<comments>http://varetti.wordpress.com/2008/11/02/coldplay-talk/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 12:23:10 +0000</pubDate>
		<dc:creator>varetti</dc:creator>
				<category><![CDATA[Música]]></category>
		<category><![CDATA[Coldplay]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://varetti.wordpress.com/?p=247</guid>
		<description><![CDATA[Artista: Coldplay Título de la canción: Talk Título del álbum: X&#38;Y Video: Letra: Oh brother I can&#8217;t, I can&#8217;t get through I&#8217;ve been trying hard to reach you, &#8217;cause I don&#8217;t know what to do Oh brother I can&#8217;t believe it&#8217;s true I&#8217;m so scared about the future and I wanna talk to you Oh [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=247&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://varetti.files.wordpress.com/2008/11/coldplay_x_y.jpg"><img class="size-full wp-image-211 alignleft" title="coldplay_x_y" src="http://varetti.files.wordpress.com/2008/11/coldplay_x_y.jpg?w=116&#038;h=116" alt="" width="116" height="116" /></a><br />
<strong> Artista:</strong><br />
Coldplay<br />
<strong> Título de la canción:</strong><br />
Talk<br />
<strong> Título del álbum:</strong><br />
X&amp;Y<br />
<span id="more-247"></span><strong></strong></p>
<hr /><strong>Video:</strong></p>
<p><span style="text-align:center; display: block;"><a href="http://varetti.wordpress.com/2008/11/02/coldplay-talk/"><img src="http://img.youtube.com/vi/_N9rH2x5KUw/2.jpg" alt="" /></a></span><br />
<strong>Letra:</strong></p>
<p>Oh brother I can&#8217;t, I can&#8217;t get through<br />
I&#8217;ve been trying hard to reach you, &#8217;cause I don&#8217;t know what to do<br />
Oh brother I can&#8217;t believe it&#8217;s true<br />
I&#8217;m so scared about the future and I wanna talk to you<br />
Oh I wanna talk to you</p>
<p>You can take a picture of something you see<br />
In the future where will I be?<br />
You could climb a ladder up to the sun<br />
Or write a song nobody has sung<br />
Or do something that&#8217;s never been done</p>
<p>Are you lost or incomplete?<br />
Do you feel like a puzzle, you can&#8217;t find your missing piece?<br />
Tell me how (do) you feel?<br />
Well I feel like they&#8217;re talking in a language I don&#8217;t speak<br />
And they&#8217;re talking it to me</p>
<p>So you take a picture of something you see<br />
In the future where will I be?<br />
You could climb a ladder up to the sun<br />
Or write a song nobody has sung<br />
Or do something that&#8217;s never been done<br />
Do something that&#8217;s never been done</p>
<p>So you don&#8217;t know were you&#8217;re going, and you wanna talk<br />
And you feel like you&#8217;re going where you&#8217;ve been before<br />
You tell anyone who&#8217;ll listen but you feel ignored<br />
Nothing&#8217;s really making any sense at all<br />
Let&#8217;s talk, let&#8217;s ta-a-alk<br />
Let&#8217;s talk, let&#8217;s ta-a-alk</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varetti.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varetti.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varetti.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varetti.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varetti.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varetti.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varetti.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varetti.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varetti.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varetti.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varetti.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varetti.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varetti.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varetti.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=247&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varetti.wordpress.com/2008/11/02/coldplay-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9943027e123c4b03a26ade8b58ca282c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">varetti</media:title>
		</media:content>

		<media:content url="http://varetti.files.wordpress.com/2008/11/coldplay_x_y.jpg" medium="image">
			<media:title type="html">coldplay_x_y</media:title>
		</media:content>
	</item>
		<item>
		<title>Coldplay &#8211; Clocks</title>
		<link>http://varetti.wordpress.com/2008/11/01/coldplay-clocks/</link>
		<comments>http://varetti.wordpress.com/2008/11/01/coldplay-clocks/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 11:20:12 +0000</pubDate>
		<dc:creator>varetti</dc:creator>
				<category><![CDATA[Música]]></category>
		<category><![CDATA[Coldplay]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://varetti.wordpress.com/?p=235</guid>
		<description><![CDATA[Artista: Coldplay Título de la canción: Clocks Título del álbum: A Rush of Blood to the Head Video: Letra: Lights go out and I can&#8217;t be saved Tides that I tried to swim against Have brought me down upon my knees Oh I beg, I beg and plead; Singing Come out of things unsaid Shoot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=235&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://varetti.files.wordpress.com/2008/11/coldplay_a_rush_of_blood_to_the_head.jpg"><img class="size-full wp-image-211 alignleft" title="coldplay_a_rush_of_blood_to_the_head" src="http://varetti.files.wordpress.com/2008/11/coldplay_a_rush_of_blood_to_the_head.jpg?w=116&#038;h=116" alt="" width="116" height="116" /></a><br />
<strong> Artista:</strong><br />
Coldplay<br />
<strong> Título de la canción:</strong><br />
Clocks<br />
<strong> Título del álbum:</strong><br />
A Rush of Blood to the Head<br />
<span id="more-235"></span><strong></strong></p>
<hr /><strong>Video:</strong></p>
<p><span style="text-align:center; display: block;"><a href="http://varetti.wordpress.com/2008/11/01/coldplay-clocks/"><img src="http://img.youtube.com/vi/c9j_RZDqYc4/2.jpg" alt="" /></a></span><br />
<strong>Letra:</strong></p>
<p>Lights go out and I can&#8217;t be saved<br />
Tides that I tried to swim against<br />
Have brought me down upon my knees<br />
Oh I beg, I beg and plead; Singing</p>
<p>Come out of things unsaid<br />
Shoot an apple off my head<br />
And a trouble that can&#8217;t be named<br />
A tiger&#8217;s waiting to be tamed; Singing</p>
<p>You are<br />
You are</p>
<p>Confusion that never stops<br />
Closing walls and ticking clocks<br />
Gonna come back and take you home<br />
I could not stop, that you now know; Singing</p>
<p>Come out upon my seas<br />
Cursed missed opportunities<br />
Am I a part of the cure?<br />
Or am I a part of the disease?; Singing</p>
<p>You are, you are<br />
You are, you are<br />
You are, you are<br />
You are, you are</p>
<p>And nothing else compares<br />
And nothing else compares<br />
And nothing else compares<br />
And nothing else compares</p>
<p>You are,you are</p>
<p>Home, home, where I wanted to go<br />
Home, home, where I wanted to go<br />
Home, home, where I wanted to go (you are)<br />
Home, home, where I wanted to go (you are)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varetti.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varetti.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varetti.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varetti.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varetti.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varetti.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varetti.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varetti.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varetti.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varetti.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varetti.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varetti.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varetti.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varetti.wordpress.com/235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=235&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varetti.wordpress.com/2008/11/01/coldplay-clocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9943027e123c4b03a26ade8b58ca282c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">varetti</media:title>
		</media:content>

		<media:content url="http://varetti.files.wordpress.com/2008/11/coldplay_a_rush_of_blood_to_the_head.jpg" medium="image">
			<media:title type="html">coldplay_a_rush_of_blood_to_the_head</media:title>
		</media:content>
	</item>
		<item>
		<title>Videotutorial de cómo convertir una foto en una caricatura con photoshop</title>
		<link>http://varetti.wordpress.com/2008/10/30/videotutorial-de-como-convertir-una-foto-en-una-caricatura-con-photoshop/</link>
		<comments>http://varetti.wordpress.com/2008/10/30/videotutorial-de-como-convertir-una-foto-en-una-caricatura-con-photoshop/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:20:35 +0000</pubDate>
		<dc:creator>varetti</dc:creator>
				<category><![CDATA[Tecnología e Informática]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://varetti.wordpress.com/?p=220</guid>
		<description><![CDATA[En este videotutorial de youtube se muestra como convertir con photoshop una foto en una caricatura.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=220&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://varetti.files.wordpress.com/2008/11/youtube_photoshop.jpg"><img class="size-full wp-image-211 alignleft" title="youtube_photoshop" src="http://varetti.files.wordpress.com/2008/11/youtube_photoshop.jpg?w=116&#038;h=116" alt="" width="116" height="116" /></a><br />
En este videotutorial de youtube se muestra como convertir con photoshop una foto en una caricatura.<br />
<span id="more-220"></span></p>
<span style="text-align:center; display: block;"><a href="http://varetti.wordpress.com/2008/10/30/videotutorial-de-como-convertir-una-foto-en-una-caricatura-con-photoshop/"><img src="http://img.youtube.com/vi/GEIU33IuLlI/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varetti.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varetti.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varetti.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varetti.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varetti.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varetti.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varetti.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varetti.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varetti.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varetti.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varetti.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varetti.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varetti.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varetti.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=220&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varetti.wordpress.com/2008/10/30/videotutorial-de-como-convertir-una-foto-en-una-caricatura-con-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9943027e123c4b03a26ade8b58ca282c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">varetti</media:title>
		</media:content>

		<media:content url="http://varetti.files.wordpress.com/2008/11/youtube_photoshop.jpg" medium="image">
			<media:title type="html">youtube_photoshop</media:title>
		</media:content>
	</item>
		<item>
		<title>Coldplay &#8211; Viva la Vida</title>
		<link>http://varetti.wordpress.com/2008/10/30/coldplay-viva-la-vida/</link>
		<comments>http://varetti.wordpress.com/2008/10/30/coldplay-viva-la-vida/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 10:59:34 +0000</pubDate>
		<dc:creator>varetti</dc:creator>
				<category><![CDATA[Música]]></category>
		<category><![CDATA[Coldplay]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://varetti.wordpress.com/?p=207</guid>
		<description><![CDATA[Artista: Coldplay Título de la canción: Viva la vida Título del álbum: Viva la vida or death an all his friends Video: Letra: I used to rule the world Seas would rise when I gave the word Now in the morning I sleep alone Sweep the streets I used to own I used to roll [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=207&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://varetti.files.wordpress.com/2008/10/coldplay_viva_la_vida.jpg"><img class="size-full wp-image-211 alignleft" title="coldplay_viva_la_vida" src="http://varetti.files.wordpress.com/2008/10/coldplay_viva_la_vida.jpg?w=116&#038;h=116" alt="" width="116" height="116" /></a><br />
<strong> Artista:</strong><br />
   Coldplay<br />
<strong> Título de la canción:</strong><br />
   Viva la vida<br />
<strong> Título del álbum:</strong><br />
   Viva la vida or death an all his friends<br />
<span id="more-207"></span><strong></p>
<hr />
Video:</strong></p>
<p><span style="text-align:center; display: block;"><a href="http://varetti.wordpress.com/2008/10/30/coldplay-viva-la-vida/"><img src="http://img.youtube.com/vi/dvgZkm1xWPE/2.jpg" alt="" /></a></span><br />
<strong>Letra:</strong></p>
<p>I used to rule the world<br />
Seas would rise when I gave the word<br />
Now in the morning I sleep alone<br />
Sweep the streets I used to own</p>
<p>I used to roll the dice<br />
Feel the fear in my enemy&#8217;s eyes<br />
Listen as the crowd would sing:<br />
&#8220;Now the old king is dead! Long live the king!&#8221;</p>
<p>One minute I held the key<br />
Next the walls were closed on me<br />
And I discovered that my castles stand<br />
Upon pillars of salt and pillars of sand</p>
<p>I hear Jerusalem bells are ringing<br />
Roman Cavalry choirs are singing<br />
Be my mirror my sword and shield<br />
My missionaries in a foreign field</p>
<p>For some reason I can&#8217;t explain<br />
Once you&#8217;ve gone there was never,<br />
Never an honest word<br />
And that was when I ruled the world</p>
<p>It was the wicked and wild wind<br />
Blew down the doors to let me in<br />
Shattered windows and the sound of drums<br />
People couldn&#8217;t believe what I&#8217;d become</p>
<p>Revolutionaries wait<br />
For my head on a silver plate<br />
Just a puppet on a lonely string<br />
Oh who would ever want to be king?</p>
<p>I hear Jerusalem bells are ringing<br />
Roman Cavalry choirs are singing<br />
Be my mirror my sword and shield<br />
My missionaries in a foreign field</p>
<p>For some reason I can&#8217;t explain<br />
I know Saint Peter won&#8217;t call my name<br />
Never an honest word<br />
But that was when I ruled the world</p>
<p><img src="http://varetti.files.wordpress.com/2008/11/smile_ohh.gif?w=59&#038;h=53" alt="smile_ohh" title="smile_ohh" width="59" height="53" class="alignnone size-full wp-image-260" />Oooohhh Oooohhh</p>
<p>I hear Jerusalem bells are ringing<br />
Roman Cavalry choirs are singing<br />
Be my mirror my sword and shield<br />
My missionaries in a foreign field</p>
<p>For some reason I can&#8217;t explain<br />
I know Saint Peter won&#8217;t call my name<br />
Never an honest word<br />
But that was when I ruled the world</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varetti.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varetti.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varetti.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varetti.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varetti.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varetti.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varetti.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varetti.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varetti.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varetti.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varetti.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varetti.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varetti.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varetti.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=207&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varetti.wordpress.com/2008/10/30/coldplay-viva-la-vida/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9943027e123c4b03a26ade8b58ca282c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">varetti</media:title>
		</media:content>

		<media:content url="http://varetti.files.wordpress.com/2008/10/coldplay_viva_la_vida.jpg" medium="image">
			<media:title type="html">coldplay_viva_la_vida</media:title>
		</media:content>

		<media:content url="http://varetti.files.wordpress.com/2008/11/smile_ohh.gif" medium="image">
			<media:title type="html">smile_ohh</media:title>
		</media:content>
	</item>
		<item>
		<title>¿Cómo postear código fuente en WordPress?</title>
		<link>http://varetti.wordpress.com/2008/10/09/%c2%bfcomo-postear-codigo-fuente-en-wordpress/</link>
		<comments>http://varetti.wordpress.com/2008/10/09/%c2%bfcomo-postear-codigo-fuente-en-wordpress/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 20:30:30 +0000</pubDate>
		<dc:creator>varetti</dc:creator>
				<category><![CDATA[Tecnología e Informática]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://varetti.wordpress.com/?p=166</guid>
		<description><![CDATA[El código fuente posteado utilizando la etiqueta que viene por defecto en WordPress queda sin resaltado de sintaxis y, por lo tanto, muy feo y difícil de leer. Si en ver de utilizar la etiqueta utilizamos las etiquetas [sourcecode language='css']..[/sourcecode] nos queda un código mucho más lucido. Los lenguajes reconocidos por esta etiqueta son: cpp, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=166&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>El código fuente posteado utilizando la etiqueta  que viene por defecto en WordPress queda sin resaltado de sintaxis y, por lo tanto, muy feo y difícil de leer.</p>
<p>Si en ver de utilizar la etiqueta  utilizamos las etiquetas <strong>[</strong><strong>sourcecode language='css']</strong>..<strong>[</strong><strong>/sourcecode]</strong> nos queda un código mucho más lucido.</p>
<p>Los lenguajes reconocidos por esta etiqueta son: <em>cpp</em>, <em>csharp</em>, <em>css</em>, <em>delphi</em>, <em>html</em>, <em>java</em>, <em>jscript</em>, <em>php</em>, <em>python</em>, <em>ruby</em>, <em>sql</em>, <em>vb </em>y <em>xml</em>.</p>
<p>Puedes encontrar más información en <a title="How do I post source code?" href="http://faq.wordpress.com/2007/09/03/how-do-i-post-source-code/" target="_blank">How do I post source code?</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varetti.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varetti.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varetti.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varetti.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varetti.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varetti.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varetti.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varetti.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varetti.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varetti.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varetti.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varetti.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varetti.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varetti.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varetti.wordpress.com&amp;blog=3959958&amp;post=166&amp;subd=varetti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varetti.wordpress.com/2008/10/09/%c2%bfcomo-postear-codigo-fuente-en-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9943027e123c4b03a26ade8b58ca282c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">varetti</media:title>
		</media:content>
	</item>
	</channel>
</rss>
