<?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>wordpre &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/wordpre/</link>
	<description>Feed of posts on WordPress.com tagged "wordpre"</description>
	<pubDate>Sat, 28 Nov 2009 10:22:04 +0000</pubDate>

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

<item>
<title><![CDATA[One clicks helps Fill The Cup]]></title>
<link>http://ondeadline.wordpress.com/2009/08/09/one-clicks-helps-fill-the-cup/</link>
<pubDate>Mon, 10 Aug 2009 01:45:22 +0000</pubDate>
<dc:creator>Vince</dc:creator>
<guid>http://ondeadline.wordpress.com/2009/08/09/one-clicks-helps-fill-the-cup/</guid>
<description><![CDATA[Photo: WFP/ Rein Skullerud Your clicks counted before and they can count again. Fill The Cup is the ]]></description>
<content:encoded><![CDATA[Photo: WFP/ Rein Skullerud Your clicks counted before and they can count again. Fill The Cup is the ]]></content:encoded>
</item>
<item>
<title><![CDATA[Imagens não aparecem redimensionadas]]></title>
<link>http://meucodex.wordpress.com/2009/02/21/imagens-nao-aparecem-redimensionadas/</link>
<pubDate>Sat, 21 Feb 2009 19:01:17 +0000</pubDate>
<dc:creator>Vinicius AC</dc:creator>
<guid>http://meucodex.wordpress.com/2009/02/21/imagens-nao-aparecem-redimensionadas/</guid>
<description><![CDATA[Pode ser por vários motivos, mas um deles pode ser este. O arquivo da imagem não é encontrado porque]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Pode ser por vários motivos, mas um deles pode ser este.</p>
<p>O arquivo da imagem não é encontrado porque o diretório uploads definidos nas configurações via área de administração está errado.</p>
<p>Aí ocorre o seguinte:</p>
<p>/**<br />
* Retrieve HTML content of icon attachment image element.<br />
*<br />
* @since 2.0.0<br />
* @deprecated Use {@link wp_get_attachment_image()}<br />
* @see wp_get_attachment_image() Use instead of.<br />
*<br />
* @param int $id Optional. Post ID.<br />
* @param bool $fullsize Optional, default to false. Whether to have full size image.<br />
* @param array $max_dims Optional. Dimensions of image.<br />
* @return string HTML content.<br />
*/<br />
function get_attachment_icon( $id = 0, $fullsize = false, $max_dims = false ) {<br />
$id = (int) $id;<br />
if ( !$post = &#38; get_post($id) )<br />
return false;</p>
<p>if ( !$src = get_attachment_icon_src( $post-&#62;ID, $fullsize ) )<br />
return false;</p>
<h2>list($src, $src_file) = $src;  /*aqui, $src_file recebe um caminho até a imagem errado, pois este caminho é montado com base no diretório padrão de uploads do blog, que por algum motivo está errado*/</h2>
<p>// Do we need to constrain the image?<br />
if ( ($max_dims = apply_filters(&#8216;attachment_max_dims&#8217;, $max_dims)) &#38;&#38; <strong>file_exists($src_file)</strong> ) {</p>
<h2>/* consequentemente <strong>file_exists($src_file)</strong> retorna falso e nenhum resize é feito */</h2>
<p>$imagesize = getimagesize($src_file);</p>
<p>if (($imagesize[0] &#62; $max_dims[0]) &#124;&#124; $imagesize[1] &#62; $max_dims[1] ) {<br />
$actual_aspect = $imagesize[0] / $imagesize[1];<br />
$desired_aspect = $max_dims[0] / $max_dims[1];</p>
<p>if ( $actual_aspect &#62;= $desired_aspect ) {<br />
$height = $actual_aspect * $max_dims[0];<br />
$constraint = &#8220;width=&#8217;{$max_dims[0]}&#8217; &#8220;;<br />
$post-&#62;iconsize = array($max_dims[0], $height);<br />
} else {<br />
$width = $max_dims[1] / $actual_aspect;<br />
$constraint = &#8220;height=&#8217;{$max_dims[1]}&#8217; &#8220;;<br />
$post-&#62;iconsize = array($width, $max_dims[1]);<br />
}<br />
} else {<br />
$post-&#62;iconsize = array($imagesize[0], $imagesize[1]);<br />
$constraint = &#8221;;<br />
}<br />
} else {<br />
$constraint = &#8221;;<br />
}</p>
<p>$post_title = attribute_escape($post-&#62;post_title);</p>
<p>$icon = &#8220;&#60;img src=&#8217;$src&#8217; title=&#8217;$post_title&#8217; alt=&#8217;$post_title&#8217; $constraint/&#62;&#8221;;</p>
<p>return apply_filters( &#8216;attachment_icon&#8217;, $icon, $post-&#62;ID );<br />
}</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Блог порталдардың рейтинглері қандай дәрежеде?]]></title>
<link>http://bakytnur.wordpress.com/2007/12/27/%d0%b1%d0%bb%d0%be%d0%b3-%d0%bf%d0%be%d1%80%d1%82%d0%b0%d0%bb%d0%b4%d0%b0%d1%80%d0%b4%d1%8b%d2%a3-%d1%80%d0%b5%d0%b9%d1%82%d0%b8%d0%bd%d0%b3%d0%bb%d0%b5%d1%80%d1%96-%d2%9b%d0%b0%d0%bd%d0%b4%d0%b0/</link>
<pubDate>Thu, 27 Dec 2007 15:59:21 +0000</pubDate>
<dc:creator>Bakytnur</dc:creator>
<guid>http://bakytnur.wordpress.com/2007/12/27/%d0%b1%d0%bb%d0%be%d0%b3-%d0%bf%d0%be%d1%80%d1%82%d0%b0%d0%bb%d0%b4%d0%b0%d1%80%d0%b4%d1%8b%d2%a3-%d1%80%d0%b5%d0%b9%d1%82%d0%b8%d0%bd%d0%b3%d0%bb%d0%b5%d1%80%d1%96-%d2%9b%d0%b0%d0%bd%d0%b4%d0%b0/</guid>
<description><![CDATA[Өткен Қараша айында блог порталдардың қолданушылар санына негіздеп, Nielsen Onlinе статистикалық мәл]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Өткен Қараша айында блог порталдардың қолданушылар санына негіздеп, <a href="http://www.nielsen.com/" target="_blank">Nielsen Onlinе</a> статистикалық мәлімет жариялаған екен. Алғашқы 10-ға кірген блог порталдарды төмендегі тізімнен көруге болады.</p>
<div style="text-align:center;"><img src="http://bakytnur.wordpress.com/files/2007/12/stats2.gif" height="216" width="450" /></div>
<div style="text-align:left;" align="left">Уордпресс сайтының қолданушылар өткен жылғымен салыстырғанда 310%ке өскен. Осы үрдіспен артатын болса, алда ең танымал блог портал ретінде көретін боламыз.Ал <a href="http://bakytnur.wordpress.com/2007/12/03/livejournal-%d0%b4%d1%8b-%d0%a0%d0%b5%d1%81%d0%b5%d0%b9-%d1%84%d0%b8%d1%80%d0%bc%d0%b0%d1%81%d1%8b-%d1%81%d0%b0%d1%82%d1%8b%d0%bf-%d0%b0%d0%bb%d0%b4%d1%8b/">LiveJournal</a>-дa қолданушылар саны кеміген екен.</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Máis "animoto"]]></title>
<link>http://ticblog.wordpress.com/2007/12/27/mais-animoto/</link>
<pubDate>Thu, 27 Dec 2007 13:31:04 +0000</pubDate>
<dc:creator>Alberto Armada</dc:creator>
<guid>http://ticblog.wordpress.com/2007/12/27/mais-animoto/</guid>
<description><![CDATA[Xa chegou a pregunta. Supoñía que a faría Román Landín que está sempre nas ondas publicando e pescud]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="justify">Xa chegou a <font color="#ff6600">pregunta</font>. Supoñía que a faría Román Landín que está sempre nas ondas publicando e pescudando nas novas tecnoloxías. Pois isto é o que fixen (oxalá alguén poida informarme dun método máis doado e directo):</p>
<div align="justify">Unha vez confeccionado o vídeo, que de momento só pode ser de curtísima duración na versión gratuita, reproducímolo e clicamos en &#8220;post online&#8221;, logo en &#8220;embed code&#8221;, seguimos e seguimos seleccionando o que nos interese (loop, etc.) e copiamos o código. Despois entramos na nosa conta de Vodpod e pegamos na caixa &#8220;Enter a <b>web address</b> or <b>embed tag&#8221;. </b>Clicamos en &#8220;importar&#8221;, poñémoslle título e descrición, eliximos categoría e publicamos. O resto é coma calquera vídeo de Vodpod.</div>
<div align="justify">Para relatar a &#8220;fórmula&#8221; fun facendo outro porque xa non lembraba os pasos exactamente. Proba de que son correctos é o novo vídeo (baseado nas imaxes dalgunhas entradas) ubicado en Vodpod neste blog.</div>
<div align="justify">Logo, ocorréuseme poñer un enlace directo ó vídeo dende o post. Para iso debemos reproducilo en Vodpod e no apartado &#8220;Video Details&#8221; copiamos o enlace de &#8220;VIDEO FROM&#8221; e pegámolo como hipervínculo no post:</div>
<div align="justify"></div>
<div align="justify"></div>
<div align="justify"><a href="http://widgets.clearspring.com/o/46928cc51133af17/4773a6e63a94e424" target="_blank">Enlace directo ó vídeo</a><a href="http://widgets.clearspring.com/o/46928cc51133af17/4773a6e63a94e424" target="_blank">.</a></div>
<div align="justify"></div>
<p>Saúdos a Román.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[comparando googler con wordpress]]></title>
<link>http://elisamerino.wordpress.com/2007/12/27/comparando-googler-con-wordpress/</link>
<pubDate>Thu, 27 Dec 2007 09:42:28 +0000</pubDate>
<dc:creator>elisamerino</dc:creator>
<guid>http://elisamerino.wordpress.com/2007/12/27/comparando-googler-con-wordpress/</guid>
<description><![CDATA[Buenas, este es mi primer post en wordpress, estoy intentando ver cuales son las diferencias con blo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Buenas,</p>
<p>este es mi primer post en wordpress, estoy intentando ver cuales son las diferencias con <a href="http://www.blogger.com">blogger</a>, de momento el registro es 1000 veces mas sencillo que en blogger, y escribir en tu nuevo blog supone aproximadamente 60 segundos&#8230;vamos a ver qué tal funciona el tema de la personalización, aplicaciones, etc&#8230;no perdais mi pista que sigo investigando..</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[LiveJournal to Wordpress]]></title>
<link>http://supersakii.wordpress.com/2007/12/27/livejournal-to-wordpress/</link>
<pubDate>Thu, 27 Dec 2007 09:42:07 +0000</pubDate>
<dc:creator>supersakii</dc:creator>
<guid>http://supersakii.wordpress.com/2007/12/27/livejournal-to-wordpress/</guid>
<description><![CDATA[Okay, I have decided to move from LJ to wordpress because: 1) LJ&#8217;s confusing 2) I don&#8217;t ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><font color="#f99205"><img border="0" align="bottom" width="1" src="http://supersakii.wordpress.com/files/2007/12/saga-48.jpg" alt="saga-48.jpg" height="1" />Okay, I have decided to move from LJ to wordpress because:</font></p>
<p><font color="#f99205"><font color="#f99205">1) LJ&#8217;s confusing</font></font></p>
<p><font color="#f99205"><font color="#f99205">2) I don&#8217;t really like how LJ&#8217;s setup x]</font></font><font color="#f99205"> </font></p>
<p><font color="#f99205"><font color="#f99205">Anyways, I will start blogging here and updating my fanfic here after I&#8217;ve sent it to my friends&#8230;because i&#8217;m getting annoyed at MS word &#62;:( </font></font><font color="#f99205"></font><font color="#f99205"><img src="http://supersakii.wordpress.com/files/2007/12/saga-48.jpg" alt="saga-48.jpg" /></p>
<p>&#60;3 alice nine.</p>
<p><img border="0" width="1" src="http://s125.photobucket.com/albums/p80/SakiiX/?action=view&#38;current=Saga48.jpg" height="1" /><img border="0" align="bottom" width="1" src="http://s125.photobucket.com/albums/p80/SakiiX/?action=view&#38;current=Saga48.jpg" height="1" /></p>
<p></font></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[stuck on beating a dead horse]]></title>
<link>http://quinceminutos.wordpress.com/2007/12/27/stuck-on-beating-a-dead-horse/</link>
<pubDate>Thu, 27 Dec 2007 05:08:40 +0000</pubDate>
<dc:creator>R.</dc:creator>
<guid>http://quinceminutos.wordpress.com/2007/12/27/stuck-on-beating-a-dead-horse/</guid>
<description><![CDATA[The saga continues. It&#8217;s been ten days since the blog known as Stuck-on-the-Palmetto met its d]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="text-align:center;"><a href="http://www.flickr.com/photos/a_of_doom/551175700/" title="A_of_doom @ Flickr" target="_blank"><img src="http://farm1.static.flickr.com/207/551175700_28182749c9_o.jpg" alt="dead horse by A_of_Doom" border="0" height="480" hspace="0" vspace="2" width="360" /></a></div>
<p>The saga continues.</p>
<p align="justify">It&#8217;s been ten days since the blog known as Stuck-on-the-Palmetto met its demise, yet it seems SOTP simply refuses to fade away. <a href="http://criticalmiami.com/2007/12/17/stuck-on-the-palmetto-is-dead" title="Critical on the Palmetto" target="_blank">Alesh&#8217;s blog</a> keeps piling them up and Carlos Miller even <a href="http://carlosmiller.wordpress.com/2007/12/20/muck-on-the-palmetto/" title="Muck on the Palmetto" target="_blank">made</a> <a href="http://carlosmiller.wordpress.com/2007/12/21/stalked-on-the-palmetto/" title="Stalked on the Palmetto" target="_blank">three</a> <a href="http://carlosmiller.wordpress.com/2007/12/22/stripped-of-the-palmetto-episode-iv/" title="Stripped off the Palmetto" target="_blank">sequels</a> to <a href="http://carlosmiller.wordpress.com/2007/12/17/snuck-off-the-palmetto/" title="Snuck off the Palmetto" target="_blank">his original post</a>. In the end, Rick and Alex&#8217;s blog keeps doing what it was doing before the unplugging, bringing everybody in the SoFla blogosphere together. Still, this mess being what it is, I couldn&#8217;t help myself but to round up all this chaos and blog about it.</p>
<div align="justify"></div>
<p align="justify">And so it comes to this. If you want a concise account of the events, you&#8217;d be better off with <a href="http://wizbangblog.com/content/2007/12/19/todays-study-in-irony-or-a-dustup-in-the-south-florida-blogosphere.php" title="wizbang on the palmetto" target="_blank">Wizbang</a>, a.k.a. <a href="http://thefloridamasochist.blogspot.com/2007/12/farewell-to-friend.html" title="Masochist on the Palmetto" target="_blank">The Florida Masochist</a> (outed!) than the <a href="http://www.miamiherald.com/top_stories/story/349766.html" title="Herald on the Palmetto" target="_blank">Herald</a>. After that you&#8217;re on your own. Just take your pick:</p>
<ul>
<li><a href="http://www.ipanemic.com/entry.php?id=365" title="Ipanemic on the Palmetto" target="_blank">ipanemic</a></li>
<li><a href="http://miamivisionblogarama.blogspot.com/2007/12/south-floridas-lost-stuck-on-palmetto.html" title="Blogorama on the Palmetto" target="_blank">Miami Vision Blogorama (r.i.p.)</a></li>
<li><a href="http://barkbarkwoofwoof.blogspot.com/2007/12/blogging-casualty.html" title="bark on the Palmetto" target="_blank">bark bark woof woof</a></li>
<li><a href="http://www.miaminights.com/stuck-on-the-palmetto-bows-out-of-the-blogosphere-4849.phtml" title="Nights on the Palmetto" target="_blank">Miami Nights</a></li>
<li><a href="http://penultimosdias.com/2007/12/18/4725/#comments" title="penultimos dias on the Palmetto" target="_blank">penultimos dias</a></li>
<li><a href="http://miami-forum.blogspot.com/2007/12/stuck-on-palmetto.html" title="Miami-Forum on the Palmetto" target="_blank">Miami-Forum</a></li>
<li><a href="http://www.rakontur.com/blog/_archives/2007/12/16/3413654.html" title="rakontur on the Palmetto" target="_blank">rakontur</a></li>
<li><a href="http://eyeonmiami.blogspot.com/2007/12/say-goodbye-to-stuck-on-palmetto-blog.html" title="Eye on the Palmetto" target="_blank">Eye on Miami</a></li>
<li><a href="http://superbeesphilosophy.blogspot.com/2007_12_16_archive.html" title="Superbee on the Palmetto" target="_blank">superbee&#8217;s philosophy</a></li>
<li><a href="http://hablamierda.com/archives/2007/12/22/my_name_is_alex_cabrera/tml" title="Habla Mierda on the Palmetto" target="_blank">Habla Mierda</a></li>
<li><a href="http://www.flablog.net/2007/12/palmetto-exit.htm" title="Florida on the Palmetto" target="_blank">Florida Blog</a></li>
<li><a href="http://www.fanless.com/blog/2007/12/16/god-dammit/" title="Fanless on the Palmetto" target="_blank">Fanless</a></li>
<li><a href="http://www.transitmiami.com/2007/12/dying-miami-blogsphere-part-1.html" title="transit on the Palmetto" target="_blank">transit miami</a></li>
<li><a href="http://blogs.miaminewtimes.com/riptide/2007/12/end_of_the_road.php" title="Riptide on the Palmetto" target="_blank">Riptide 2.0</a></li>
<li><a href="http://blogs.browardpalmbeach.com/pulp/2007/12/spooked_on_the_palmetto.php" title="Pulp on the Palmetto" target="_blank">The Daily Pulp</a></li>
<li><a href="http://cubaindependiente.blogspot.com/2007/12/off-ramp-stuck-on-palmetto.html" title="independiente on the Palmetto" target="_blank">cuba independiente</a></li>
<li><a href="http://flprogressive.blogspot.com/2007/12/happy-trails-to-stuck-on-palmetto.html" title="Progressive on the Palmetto" target="_blank">Florida Progressive</a></li>
<li><a href="http://weblogs.sun-sentinel.com/news/columnists/mayo/blog/2007/12/blogeatblog_world.html#comments" title="Mayo on the Palmetto" target="_blank">Michael Mayo</a></li>
<li><a href="http://miami-dade-dems.blogspot.com/2007/12/want-to-see-dead-blog.html" title="Miami-Dems on the Palmetto" target="_blank">Miami-Dems</a></li>
<li><a href="http://tailrank.com/4349924/Online-fight-ends-blog" title="Tail Rank on the Palmetto" target="_blank">Tail Rank</a></li>
<li><a href="http://the26thparallel.blogspot.com/2007/12/local-blog-soap-opera-makes-herald.html" title="26th on the Palmetto" target="_blank">26th Parallel</a></li>
<li><a href="http://www.discourse.net/archives/2007/12/the_suddenly_vanishing_palmetto.html" title="discourse on the Palmetto" target="_blank">discourse.net</a></li>
<li><a href="http://newsresearch.blogspot.com/2007/12/stuck-is-lost.html" title="infomaniac on the Palmetto" target="_blank">Infomaniac</a></li>
<li><a href="http://mambiwatch.blogspot.com/2007/12/what-i-missed.html" title="Mambi Watch on the Palmetto" target="_blank">Mambi Watch</a></li>
<li><a href="http://miamicatfish.blogspot.com/2007/12/one-less-blog-in-town.html" title="Catfish on the Palmetto" target="_blank">Miami Catfish</a></li>
<li><a href="http://www.miamism.com/accident-on-the-palmetto" title="Miamism on the Palmetto" target="_blank">Miamism</a></li>
<li><a href="http://cubantriangle.blogspot.com/2007/12/odds-and-ends_18.html" title="Cuban Triangle on the Palmetto" target="_blank">The Cuban Triangle</a></li>
<li><a href="http://www.ferfelabat.com/?p=594" title="Colonics on the Palmetto" target="_blank">Computer Colonics</a></li>
<li><a href="http://manormaniac.blogspot.com/2007/12/we-all-lose.html" title="Manian on the Palmetto" target="_blank">Man or Maniac</a></li>
<li><a href="http://www.steveklotz.com/blog/?p=1071" title="Klotz on the Palmetto" target="_blank">Klotz as in Steve</a></li>
<li>(last but not least) <a href="http://quinceminutos.wordpress.com/2007/12/18/all-good-things-do-not-have-to-come-to-an-end/" title="envivoyendirecto on the palmetto">yours truly</a></li>
</ul>
<p>Enough <i>relevant</i> links to start a SoFla blogroll of your own or at least expand on it.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Twitter Updates on Wordpress.com]]></title>
<link>http://criddle.wordpress.com/2007/12/27/twitter-updates-on-wordpresscom/</link>
<pubDate>Thu, 27 Dec 2007 04:14:55 +0000</pubDate>
<dc:creator>criddle</dc:creator>
<guid>http://criddle.wordpress.com/2007/12/27/twitter-updates-on-wordpresscom/</guid>
<description><![CDATA[It took me a little bit to figure out getting twitter on wordpress.com.    It&#8217;s actually not a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>It took me a little bit to figure out getting twitter on wordpress.com.    It&#8217;s actually not as hard as it looks, just add in the RSS 1 widget on your blog, and add in your twitter rss feed address.   Easy as pie!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Monobook Theme 0.7.1]]></title>
<link>http://rauru-block.wordpress.com/2007/12/26/monobook-theme-071/</link>
<pubDate>Wed, 26 Dec 2007 14:00:56 +0000</pubDate>
<dc:creator>rauru-block</dc:creator>
<guid>http://rauru-block.wordpress.com/2007/12/26/monobook-theme-071/</guid>
<description><![CDATA[Another new version of Monobook Theme for WordPress, the Wikipedia-like theme employed at Rauru Blog]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Another new version of Monobook Theme for WordPress, the Wikipedia-like theme employed at <a href="http://wordpress.rauru-block.org/" title="Rauru Blog">Rauru Blog</a>, is now available.</p>
<p>Download: <a href="http://www.rauru-block.org/files/wordpress/themes/wp-monobook-0.7.1.zip">wp-monobook-0.7.1.zip</a></p>
<p><a href="http://rauru-block.wordpress.com/files/2007/12/screenshot.png" title="Monobook Screenshot"><img src="http://rauru-block.wordpress.com/files/2007/12/screenshot.thumbnail.png" alt="Monobook Screenshot" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fiestas de nochevieja de los bloggers de Wordpress]]></title>
<link>http://fiestasdenochevieja.wordpress.com/2007/12/26/fiestas-de-nochevieja-de-los-bloggers-de-wordpress/</link>
<pubDate>Wed, 26 Dec 2007 12:50:42 +0000</pubDate>
<dc:creator>fiestasdenochevieja</dc:creator>
<guid>http://fiestasdenochevieja.wordpress.com/2007/12/26/fiestas-de-nochevieja-de-los-bloggers-de-wordpress/</guid>
<description><![CDATA[Justo hoy estábamos Javi y yo echando un vistazo a nuestro nuevo y flamante blog, cuando hemos visto]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Justo hoy estábamos Javi y yo echando un vistazo a nuestro nuevo y flamante blog, cuando hemos visto la opción de &#8220;navegador de etiquetas&#8221; que el WordPress ofrece. Se trata de una forma fácil de ver que personas dadas de alta en WordPress escriben sobre determinados temas.</p>
<p>Evidentemente, lo primero que hemos hecho ha sido buscar <b>NOCHEVIEJA</b> y nos hemos encontrado con las siguientes fiestas:</p>
<p>- en <a href="http://buzzeando.com/2007/12/18/la-capa-de-ramon-en-nuestras-manos/trackback/" target="_blank">buzzeando</a> nos hacen una encuesta sobre si queremos ver a Ramon García con su capa o no</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Effetto neve per blogs Wordpress]]></title>
<link>http://informaticlife.wordpress.com/2007/12/26/effetto-neve-per-blogs-wordpress/</link>
<pubDate>Wed, 26 Dec 2007 11:56:31 +0000</pubDate>
<dc:creator>TheLordofthePC</dc:creator>
<guid>http://informaticlife.wordpress.com/2007/12/26/effetto-neve-per-blogs-wordpress/</guid>
<description><![CDATA[Avete notato la neve che cade nel blog? Se avete un blog su WordPress.com e volete usufruire di ques]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://bp1.blogger.com/_Sj37mpfXcYI/Rlf9ACaMsRI/AAAAAAAAAJY/eBXdBqaiURI/s400/neve.jpg" height="350" width="350" /></p>
<p>Avete notato la neve che cade nel blog? Se avete un blog su WordPress.com e volete usufruire di questo effetto allora dovete andare su <i>Bacheca &#8220;My Dashboards&#8221;&#62;Aspetto&#62;Extras&#62;</i> e mettete il segno di spunta su <i>Show falling snow on my blog. (Only until January 2<sup>nd</sup>.)</i> e alla fine <i>Aggiorna Extras</i>; così facendo vedrete la neve cadere sulle pagine del vostro blog.<i> </i>L&#8217;effetto, però, terminerà il 2 gennaio 2008!</p>
<p>Mentre se avete un blog WordPress su un hosting privato, potete allora scaricare uno di questi due plugin: <a href="http://www.saltando.net/snow-falling/" target="_blank">Snow Falling</a> e <a href="http://www.skyminds.net/wordpress-plugins/snowy/" target="_blank">Snowy</a>.</p>
<p>[fonti: <a href="http://www.uploadsblog.com/2007/12/26/effetto-neve-al-tuo-blog-wordpress/" target="_blank">UploadsBlog</a> &#38; <a href="http://www.maestroalberto.it/" target="_blank">MaestroAlberto.it</a>]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nevando no seu Blog]]></title>
<link>http://happybatatinha.wordpress.com/2007/12/26/nevando-no-seu-blog/</link>
<pubDate>Wed, 26 Dec 2007 11:35:41 +0000</pubDate>
<dc:creator>Happy Batatinha</dc:creator>
<guid>http://happybatatinha.wordpress.com/2007/12/26/nevando-no-seu-blog/</guid>
<description><![CDATA[Oh the weather outside is frightful, But the fire is so delightful, And since we&#8217;ve no place t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="right"><b><font color="#008000"><i> Oh the weather outside is frightful,<br />
But the fire is so delightful,<br />
And since we&#8217;ve no place to go,<br />
Let It Snow! Let It Snow! Let It Snow!</i></font></b></p>
<p>Está nevando por aqui!</p>
<p>Muito chique isso. Só os usuários do WordPress são presenteados dessa forma.</p>
<p>Para habilitar esse pequeno presente, vá no <i>dashboard </i>do seu blog, opção <i>Apresentação</i>, opção <i>Extras</i>, clique em <i>Show falling snow on my blog. (Only until January 2<sup>nd</sup>.)</i>.</p>
<p>Pois é, só vale até o dia dois de janeiro, mas eu adorei do qualquer forma. Só queria que além da neve, fizesse frio respectivo. Seria bom.
</p>
<p align="right"><i></i></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The sad/lonely/happy/unhappy tracklist [tentative title]]]></title>
<link>http://gio903.wordpress.com/2007/12/25/the-sadlonelyhappyunhappy-tracklist-tentative-title/</link>
<pubDate>Wed, 26 Dec 2007 05:54:29 +0000</pubDate>
<dc:creator>gio903</dc:creator>
<guid>http://gio903.wordpress.com/2007/12/25/the-sadlonelyhappyunhappy-tracklist-tentative-title/</guid>
<description><![CDATA[Hace unos días descubrí un widget de WP.com (nada nuevo por cierto) con el cual podía subir mi músic]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p align="justify"><font color="#9fcfa8">Hace unos días descubrí un widget de WP.com (nada nuevo por cierto) con el cual podía subir mi música preferida a un servidor y reproducirla desde mi blog. Esto es algo que venia buscando desde hace ya mucho tiempo y en ningún lugar lo había podido encontrar, hay bastantes reproductores Web para blogs pero ninguno funciona con WP.com ya que muchas aplicaciones en Java, Javascript y Flash no funcionan aquí. </font></p>
<p align="justify"><font color="#9fcfa8"> Lo que encontré es un hosting (servicio para alojar archivos en la Web) llamado <a href="http://box.net">Box.net.</a> Hay muchos servicios mas de hosting en Internet, como por ejemplo <a href="http://fileden.com">Fileden,</a> yo lo utilizo y estoy muy a gusto con el, es ahí donde subo todas las canciones que pongo en mis posts. No tenia ninguna intención de cambiar de hosting, pero, con Box.net puedes poner en un widget de WP.com un como tipo reproductor de los archivos que tengas alojados en su servidor. Es así como este widget funge como reproductor musical, permitiéndote visualizar fotos también, bajar archivos PDF, etc., etc. Aparte el reproductor no esta nada mal, queda perfecto con el background negro que tiene el blog.  </font></p>
<p align="justify"><font color="#9fcfa8">Después de resolver este problema de la música, me eh subido un total de 98 canciones. Estas son las canciones que representan a la música que escucho día con día, un poco de Indie, Alternative, Rock, Funk, House, Grunge, Britpop, etc. Tal vez no sean las mejores canciones, tal vez no sean del agrado de muchos, tal vez les parezcan aburridas, tal vez ni siquiera las escuchen, pero quisiera ponerles el tracklist entero, al menos para que bajen las canciones que les gusten, lo digo por si alguien se toma la molestia de escuchar alguna canción y le agrada. El tracklist esta en orden de como estan las canciones en el reproductor.</font></p>
<hr width="500" />
<div align="center">
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">1.- The White   Stripes &#8211; Hypnotize</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">51.- The Mars Volta &#8211; Inertiatic E.S.P.</font></td>
</tr>
</table>
<div align="center">
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">2.- Vainilla &#8211;   Nicotina</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">52.- Linkin Park &#8211; No More Sorrow</font></td>
</tr>
</table>
<div align="center">
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">3.- The Yeah Yeah   Yeah&#8217;s &#8211; Maps</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">53.- Linkin Park &#8211; Breaking The Habit</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">4.- The White   Stripes &#8211; Fell In Love With a Girl</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">54.- Kings of Leon &#8211; California Waiting</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">5.- Vainilla &#8211;   Bicicleta Para Dos</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">55.- Keane &#8211; Bend And Break</font></td>
</tr>
</table>
<div align="center">
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">6.- Vainilla &#8211;   Autocinema</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">56.- Keane &#8211; Atlantic</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">7.- Terry Jacks &#8211;   Seasons In The Sun</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">57.- Keane &#8211; Everybody&#8217;s Changing</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">8.- T-Rex &#8211; Cosmic   Dancer</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">58.- Keane &#8211; Bedshaped</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">9.- Travis &#8211; Love   Will Come Through</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">59.- John Williams &#8211; Violin Solo</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">10.- Travis &#8211;   Re-Offender</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">60.- John Lennon &#8211; Stand By Me</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">11.- Travis &#8211; The   Beautiful Occupation</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">61.- John Lennon &#8211; Imagine</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">12.- t.A.T.u. &#8211; 30   Minutes</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">62.- Jamiroquai &#8211; You Give Me Something</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">13.- System of a   Down &#8211; Aerials</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">63.- Jamiroquai &#8211; Love Foolosophy</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">14.- Suzanne Vega   &#8211; Tom&#8217;s Diner</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">64.- Jamiroquai &#8211; Corner Of The Earth</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">15.- The Strokes &#8211;   Reptilia</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">65.- Interpol &#8211; Evil</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">16.- The Strokes &#8211;   Is This It?</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">66.- Interpol &#8211; Obstacle 1</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">17.- Sophie Ellis   Bextor &#8211; Get Over You</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">67.- Fashion TV &#8211; Presence (Deep Remix)</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">18.- Simply Red &#8211;   Sunrise</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">68.- Fashion TV &#8211; Breeze</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">19.- Si*Se &#8211; More   Shine</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">69.- Fase &#8211; Acapulco 78</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">20.- The Shins- A   Call To Apathy </font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">70.- DJ Tiësto &#8211; Love Comes Again </font></td>
</tr>
</table>
</div>
<div align="center">
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">21.- The Shins   -<span>  </span>Saint Simon</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">71.- Daft Punk &#8211; Digital Love</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">22.- Semisonic &#8211;   Secret Smile</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">72.- The Cure &#8211; The End Of The World</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">23.- Sean Lennon &#8211;   Parachute</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">73.- Incubus &#8211; Talk Shows On Mute</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">24.- Scorpions &#8211;   Wind Of Change</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">74.- Coldplay &#8211; In My Place</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">25.- Röyksopp &#8211; So   Easy</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">75.- Chemical Brothers &#8211; The Golden Path</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">26.- Röyksopp &#8211;   Eple</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">76.- The Cardigans &#8211; Lovefool</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">27.- Röyksopp   -<span>  </span>Remind Me</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">77.- Blur &#8211; Girls And Boys</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">28.- Red Hot Chili   Peppers &#8211; Californication</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">78.- The Beatles &#8211; Let It Be</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">29.- Red Hot Chili   Peppers &#8211; Universally Speaking</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">79.- Nancy Sinatra &#8211; Bang Bang</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">30.- Rammstein &#8211;   Engel</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">80.- DJ Shadow &#8211; Six Days</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">31.- Radiohead &#8211;   House Of Cards</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">81.- Audioslave &#8211; Like A Stone</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">32.- Porter &#8211;   Espiral</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">82.- Air &#8211; Playground Love</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">33.- Placebo &#8211;   Special Needs</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">83.- Mirwais &#8211; Naive Song</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">34.- Placebo &#8211;   This Picture</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">84.- Kashmir &#8211; Rocket Brothers</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">35.- Placebo &#8211;   Infra-Red</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">85.- Modest Mouse &#8211; The Ocean breathes   Salty</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">36.- Ok Go &#8211; This   Will Be Our Year</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">86.-Benjamin Diamond &#8211; These Emotion</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">37.- Oh No Ono &#8211;   The Strawberry Festival</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">87.- Benjamin Diamond &#8211; Little Scare</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">38.- Nirvana &#8211; The   Man Who Sold The World</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">88.- The Pixies &#8211; Where Is My Mind?</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">39.- Nirvana &#8211;   Lithium</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">89.- Muse &#8211; Time is Running Out</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">40.- Offer Nissim   feat. Maya &#8211; I Want More</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">90.- Keane -Somewhere Only We Know</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">41.- Nina Samone &#8211;   Sinnerman</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">91.- Jet &#8211; Look What You&#8217;ve Done</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">42.- Muse &#8211;   Knights Of Cydonia</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">92.- Radiohead &#8211; Creep</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">43.- Muse &#8211; Muscle   Museum</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">93.- Mew -Forever And Ever</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">44.- Muse &#8211;   Hysteria</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">94.- Mew &#8211; The Zookeeper&#8217;s Boy</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">45.- Moby &#8211;   Extreme Ways</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">95.- Oasis &#8211; Wonderwall</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">46.- Moby &#8211; We Are   All Made Of Stars</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">96.- Mew &#8211; Saliva</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">47.- Moby &#8211;   Natural Blues</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">97.- Mew &#8211; Snow Brigade</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">48.- Moby &#8211; Lift   Me Up</font></td>
<td style="width:292pt;" width="389"><font color="#9fcfa8" size="1">98.- Mew &#8211; Chinaberry Tree</font></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">49.- Mika &#8211; Grace   Kelley</font></td>
<td style="width:292pt;" width="389"></td>
</tr>
</table>
<table style="border-collapse:collapse;width:516pt;" border="0" cellpadding="0" cellspacing="0" width="688">
<tr>
<td style="height:12.75pt;width:224pt;" height="17" width="299"><font color="#9fcfa8" size="1">50.- The Mars   Volta &#8211; The Widow</font></td>
<td style="width:292pt;" width="389"></td>
</tr>
</table>
</div>
<hr width="500" /></div>
</div>
</div>
<p align="justify"><font color="#9fcfa8">El reproductor es color negro, tiene el titulo de music en la parte superior y esta en la barra lateral derecha, si&#8230; esa barra que tengo tan mal ordenada y revuelta (prometo algun dia arreglarla).</font></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Another day..]]></title>
<link>http://zionad.wordpress.com/2007/12/25/another-day/</link>
<pubDate>Tue, 25 Dec 2007 22:53:27 +0000</pubDate>
<dc:creator>Andrew Bullock</dc:creator>
<guid>http://zionad.wordpress.com/2007/12/25/another-day/</guid>
<description><![CDATA[Well today was a good day, I had a Christmas turkey dinner that I really enjoyed. Other than that I ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Well today was a good day, I had a Christmas turkey dinner that I really enjoyed. Other than that I play a lot of Guitar Hero and some NCAA Basketball with my brother. As you already know I got Ubuntu Hacks, and the Ubuntu Bible&#8230; HUGE BOOKS.. I started checking out the Ubuntu Bible today It covers everything about Ubuntu, starting with installing and then moving on to alternate installations and all that good stuff until your ready to set up servers with Ubuntu. =]</p>
<p>I also copied all of my computer repair programs to my new flash drive so I can bring them around with me in case I need them.<br />
<br />
That was basically all I did today, I am looking forward to this vacation and tomorrow hopefully I can hang out with Megan&#60;3, and sometime this week Bryan.<br />
<br />
&#60;3 Peace and Thanks for reading.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Snow!]]></title>
<link>http://writenow.wordpress.com/2007/12/25/snow/</link>
<pubDate>Tue, 25 Dec 2007 19:33:51 +0000</pubDate>
<dc:creator>Shirley</dc:creator>
<guid>http://writenow.wordpress.com/2007/12/25/snow/</guid>
<description><![CDATA[Never thought it would happen this way, but it&#8217;s snowing on Christmas day! Yesterday, here in ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Never thought it would happen this way, but it&#8217;s snowing on Christmas day! Yesterday, here in Crestline, the high temperature was 60&#8211;beautiful blue skies&#8211;perfect weather&#8230;that is for Easter. Awful Christmas weather. But, although I certainly did not expect it, change was on its way.</p>
<p>The house was quiet as Christmas dawned. I was the only one astir as I peered through my kitchen window and saw the thermometer to read 29 degrees. Yes! And just a few minutes ago, here an hour before noon, it began snowing! Snowing? Yes, snowing.</p>
<p>Well, sort of. Look across the lake through my dining room window and I&#8217;m afraid you&#8217;ll see clear blue skies and not a hint of cloud. Yes, the temperature has dropped drastically, and strong winds have blown in. It&#8217;s blustery and chilly, but&#8230;the&#8230;snow&#8230;I must confess it to be only observable on the computer pages of WordPress. Wonderful Matt with the Christmas Spirit exuding from his youthful geeky mind noted my needs, somehow <a href="http://wordpress.com/blog/2007/12/25/let-it-snow/">caused snow</a> to drift in and even sent a message on my screen, so I would be sure to notice.</p>
<p>Thank you, Matt. Thank you WordPress. Thank you Jesus for Christmas. Thank you my friends and family who read my words today. Might consider pulling on a jacket, and pouring a dark, sweet cup of hot chocolate for the remainder of time on my site. It&#8217;s chilly around here. It&#8217;s snowing!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bei wordpress.com schneit es]]></title>
<link>http://okej.wordpress.com/2007/12/25/bei-wordpresscom-schneit-es/</link>
<pubDate>Tue, 25 Dec 2007 18:09:46 +0000</pubDate>
<dc:creator>Steffen</dc:creator>
<guid>http://okej.wordpress.com/2007/12/25/bei-wordpresscom-schneit-es/</guid>
<description><![CDATA[Auf wordpress.com-Blogs ist bis zum 2. Januar mit Schneefall zu rechnen. Ihr habt also nicht zuviel ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Auf wordpress.com-Blogs ist bis zum 2. Januar mit Schneefall zu rechnen. Ihr habt also nicht zuviel getrunken, ich habe nur ein <a href="http://wordpress.com/blog/2007/12/25/let-it-snow/" title="let it snow" target="_blank">Häkchen</a> gemacht.<br />
Bei weißem Hintergrund sieht man nur die halbe Pracht, andererseits werden winterliche Fotos, <a href="http://photokej.wordpress.com/2007/12/24/merry-christmas/" title="http://photokej.wordpress.com/2007/12/24/merry-christmas/" target="_blank">wie dieses hier</a>, besonders witzig.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Watch the screen - its Snowing!]]></title>
<link>http://oldtimer.wordpress.com/2007/12/25/watch-the-screen-its-snowing/</link>
<pubDate>Tue, 25 Dec 2007 16:56:32 +0000</pubDate>
<dc:creator>Oldtimer</dc:creator>
<guid>http://oldtimer.wordpress.com/2007/12/25/watch-the-screen-its-snowing/</guid>
<description><![CDATA[Merry Christmas to ALL!  Check out the picture in my banner.  Watch a few seconds and it will actual]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h1 align="center"><font color="#800000">Merry Christmas to ALL!</font> </h1>
<p>Check out the picture in my banner.  Watch a few seconds and it will actually start snowing on my baby deer!   It happens in Georgia from time to time, but this light snowfall isn&#8217;t sticking however.  Thanks to WordPress for the Christmas Gift of a snowy blog.</p>
<p><strong><font color="#800000">(UPDATE &#8211; Jan 4th 2008:  Well, the snowstorm is over.  WordPress allowed the snow only until Jan 2, so it is gone now.) </font></strong> </p>
<p>We had 18 family members to our Christmas Eve lunch!   9 Adults and 9 grandchildren.   Everybody brought presents for everybody else.   What a mess that was as our tradition is to open family gifts on Christmas Eve and honor Christ on Christmas Day, the greatest gift of all!  (The little ones still get Santa Clause visits however).  </p>
<p>Oldtimer&#8217;s correction:  In actuality, gifts from children are usually combined with the parents gifts and they also don&#8217;t bring gifts for their siblings to our house.   I greatly overstated it when I said &#8220;everybody brought presents for everybody else&#8221;.   There were 4 families there and each of the kids got something from each family.   I received 6 gifts altogether and love every one of them.   &#8216;Twas more than enough.   Let&#8217;s see:  4 shirts, a book and a 20 questions game.</p>
<p>Christ was and is remembered in the midst of all the fun going on in our house.   Blessings were said in remembrance of Him and in remembrance of our troops, the homeless and our friends.  Afterward we went to our respective churches for candlelight services.</p>
<p>I hope you all have a happy new year and peace and grace for the remainder of your days.</p>
<p>Oldtimer</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
