<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>e-abaco &#187; Programacion</title>
	<atom:link href="http://www.e-abaco.net/category/programacion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.e-abaco.net</link>
	<description></description>
	<lastBuildDate>Sat, 31 Dec 2011 17:53:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<copyright>2006-2007 </copyright>
	<managingEditor>elteto@gmail.com (e-abaco)</managingEditor>
	<webMaster>elteto@gmail.com (e-abaco)</webMaster>
	<image>
		<url>http://e-abaco.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>e-abaco</title>
		<link>http://www.e-abaco.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary></itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>e-abaco</itunes:author>
	<itunes:owner>
		<itunes:name>e-abaco</itunes:name>
		<itunes:email>elteto@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://e-abaco.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Probando la api de Twitter</title>
		<link>http://www.e-abaco.net/2009/07/17/probando-la-api-de-twitter/</link>
		<comments>http://www.e-abaco.net/2009/07/17/probando-la-api-de-twitter/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 11:57:38 +0000</pubDate>
		<dc:creator>elteto</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.e-abaco.net/?p=1914</guid>
		<description><![CDATA[Hace unos días , en los ratos libres entre trabajo, estudio, leer blogs y twittear, me puse a probar a ver si podía hacer algo con la api de twitter, ya hace un tiempo la había mirado pero nunca había hecho nada, si bien  ahora no he hecho la gran cosa, escribo este post porque [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hace unos días , en los ratos libres entre trabajo, estudio, leer blogs y twittear, me puse a probar a ver si podía hacer algo con la <strong>api de twitter</strong>, ya hace un tiempo la había mirado pero nunca había hecho nada, si bien  ahora no he hecho la gran cosa, escribo este post porque cuando intenté usarla me salió un error al querer <strong>enviar un twitt</strong>, para el cual no encontré una solucion en español que la expliquen claro.</p>
<p>Para usar twitter en tu sitio tenés varias clases de php como alternativa, la que yo usé se llama <strong>twitter.lib.php</strong> y la obtuve de <a href="http://github.com/jdp/twitterlibphp/blob/master/twitter.lib.php">aquí</a>.</p>
<p>Cuando empecé a usarla me surgió un problema, no podía enviar twitts, así que me acordé de que<strong> <a href="http://twitter.com/kastor/">kastor</a></strong> había hecho algo con la <strong>api de twitter</strong> al momento de hacer <a href="http://www.utwitt.com.ar/">utwitt</a> así que le pregunté y me respondió al toque.</p>
<p><strong>Kastor</strong> me envió el archivo que usó el, y para mi sorpresa era el mismo que yo estaba usando por lo que el problema sigui apareciendo.</p>
<p>El problema era que al enviar un twitt, twitter me devolvía un header que la clase de twitter no manejaba, lo que hacía que el twitt no se envíe.</p>
<p>Me devolvía lo siguiente:</p>
<div class="igBar"><span id="lhtml-4"><a href="#" onclick="javascript:showPlainTxt('html-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-4">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">417 Expectation Failed</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/h1.html"><span style="color: #000000; font-weight: bold;">&lt;h1&gt;</span></a></span>Expectation Failed<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/h1&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">The expectation given in the Expect request-header</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">field could not be met by this server.</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">The client sent</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/pre.html"><span style="color: #000000; font-weight: bold;">&lt;pre&gt;</span></a></span>&nbsp; &nbsp; Expect: 100-continue<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/pre&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">but we only allow the 100-continue expectation. </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Buscando como solucionar el problema encontré que había que agregar una linea a <strong>twitter.lib.php</strong> para que funcione, y evidentemente lo hice y todo salío andando.</p>
<p><strong>La línea que hay que agregar es la siguiente y debe ser en la función apiCall en la línea 512</strong></p>
<div class="igBar"><span id="lphp-5"><a href="#" onclick="javascript:showPlainTxt('php-5'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-5">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">curl_setopt<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$curl_handle</span>, CURLOPT_HTTPHEADER, <a href="http://www.php.net/array"><span style="color:#000066;">array</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Expect:'</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Luego de solucionado el problema pude  mandar un twitt desde php, el código para hacerlo es el siguiente.</p>
<div class="igBar"><span id="lphp-6"><a href="#" onclick="javascript:showPlainTxt('php-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-6">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">include</span> <span style="color:#FF0000;">'twitter.lib.php'</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$twitter</span> = <span style="color:#000000; font-weight:bold;">new</span> Twitter<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"user"</span>, <span style="color:#FF0000;">"pass"</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#FF9933; font-style:italic;">//clase twitter, contiene todos los métodos</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$respuesta</span> = <span style="color:#0000FF;">$twitter</span>-&amp;gt;updateStatus<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"desde php"</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#FF9933; font-style:italic;">//se envía el update</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">&lt;pre&gt;"</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <a href="http://www.php.net/htmlentities"><span style="color:#000066;">htmlentities</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$resp</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#FF9933; font-style:italic;">//código para mostrar el resultado en dormato legible</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"&lt;/pre&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#FF0000;">"</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>No related posts.</p><hr />
<p><small>CC elteto para <a href="http://www.e-abaco.net">e-abaco</a>, 2009. |
<a href="http://www.e-abaco.net/2009/07/17/probando-la-api-de-twitter/">Enlace Permanente</a> |
<a href="http://www.e-abaco.net/2009/07/17/probando-la-api-de-twitter/#comments">5 comentarios</a> |
Agregar a 
<a href="http://del.icio.us/post?url=http://www.e-abaco.net/2009/07/17/probando-la-api-de-twitter/&title=Probando la api de Twitter">del.icio.us</a>
<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.e-abaco.net/2009/07/17/probando-la-api-de-twitter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Listado de Frameworks CSS</title>
		<link>http://www.e-abaco.net/2009/05/19/listado-de-frameworks-css/</link>
		<comments>http://www.e-abaco.net/2009/05/19/listado-de-frameworks-css/#comments</comments>
		<pubDate>Tue, 19 May 2009 19:24:18 +0000</pubDate>
		<dc:creator>elteto</dc:creator>
				<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[estilos]]></category>
		<category><![CDATA[frameworks]]></category>

		<guid isPermaLink="false">http://www.e-abaco.net/?p=1720</guid>
		<description><![CDATA[Veo hace unos días en w3avenue un post sobre una lista de frameworks css muy completa, en el articulo tambien dan una explicación un poco obvia de lo que son los frameworks css completos y los frameworks css limitados , tambien hablan de las ventajas y desventajas de usar un Framework CSS. Los frameworks Completos [...]
Articulos relacionados:<ol>
<li><a href='http://www.e-abaco.net/2011/03/13/solo-para-google-chrome/' rel='bookmark' title='Solo para google chrome'>Solo para google chrome</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Veo hace unos días en <a href="http://www.w3avenue.com/2009/04/29/definitive-list-of-css-frameworks-pick-your-style/">w3avenue</a> un post sobre una lista de frameworks css muy completa, en el articulo tambien dan una explicación un poco obvia de lo que son los<strong> frameworks css completos</strong> y los <strong>frameworks css limitados</strong> , tambien hablan de las ventajas y desventajas de usar un Framework CSS.</p>
<p style="text-align: center;"><a href="http://e-abaco.net/wp-content/uploads/2009/05/cover.jpg"><img class="size-full wp-image-1721 aligncenter" title="cover" src="http://e-abaco.net/wp-content/uploads/2009/05/cover.jpg" alt="cover" width="338" height="169" /></a></p>
<p>Los <strong>frameworks Completos</strong> sirven para implementar casi cualquier cosa que un diseñador pueda necesitar, en cambio los frameworks limitados, implementan solamente soluciones parciales, por ejemplo, un <strong>framework para generar menues</strong>.</p>
<p>Como desventajas de la utilizacion de frameworks, es que el diseño dependerá del framework que se use, pero como ventaja  se lograrádesarrollar mas rapidamente.</p>
<h3>Frameworks CSS Completos</h3>
<ul>
<li><a href="http://www.blueprintcss.org/" target="_blank">Blueprint</a></li>
<li><a href="http://www.yaml.de/en/" target="_blank">Yet Another Multicolumn Layout (YAML)</a></li>
<li><a href="http://developer.yahoo.com/yui/grids/" target="_blank">YUI Grids CSS Foundation</a></li>
<li><a href="http://960.gs/" target="_blank">960 Grid System</a></li>
<li><a href="http://bluetrip.org/" target="_blank">BlueTrip</a></li>
<li><a href="http://code.google.com/p/emastic/" target="_blank">Emastics</a></li>
<li><a href="http://wiki.github.com/stubbornella/oocss" target="_blank">OOCSS - Object Oriented CSS Framework</a></li>
<li><a href="http://elasticss.com/" target="_blank">Elastic CSS Framework</a></li>
<li><a href="http://code.google.com/p/the-golden-grid/" target="_blank">The Golden Grid</a></li>
</ul>
<p><span id="more-1720"></span></p>
<h3>Frameworks CSS Limitados</h3>
<ul>
<li><a href="http://devkick.com/lab/tripoli/" target="_blank">Tripoli</a></li>
<li><a href="http://sencss.kilianvalkhof.com/" target="_blank">SenCSS - Sensible Standards CSS Framework</a></li>
<li><a href="http://docs.jquery.com/UI/Theming/API" target="_blank">jQuery UI CSS Framework</a></li>
<li><a href="http://elements.projectdesigns.org/" target="_blank">Elements</a></li>
<li><a href="http://lwis.net/free-css-drop-down-menu/" target="_blank">CSS Drop-Down Menu Framework</a></li>
<li><a href="http://code.google.com/p/hartija/" target="_blank">Hartija - CSS Print Framework</a></li>
<li><a href="http://code.google.com/p/formy-css-framework/" target="_blank">Formy - CSS Form Framework</a></li>
<li><a href="http://compass-style.org/" target="_blank">Compass</a></li>
</ul>
<h3>Otros Frameworks CSS</h3>
<ul>
<li><a href="http://code.google.com/p/logicss/" target="_blank">LogicCSS</a></li>
<li><a href="http://code.google.com/p/malo/" target="_blank">Malo</a></li>
<li><a href="http://www.wymstyle.org/en/" target="_blank">WYMstyle</a></li>
<li><a href="http://code.google.com/p/css-boilerplate/" target="_blank">Boilerplate</a></li>
<li><a href="http://code.google.com/p/taffy-css-framework/" target="_blank">Taffy</a></li>
<li><a href="http://layout.constantology.com/" target="_blank">Layouts</a></li>
</ul>
<p>Articulo Original: <a href="http://www.w3avenue.com/2009/04/29/definitive-list-of-css-frameworks-pick-your-style/">Definitive List of CSS Frameworks</a></p>
<p>Articulos relacionados:<ol>
<li><a href='http://www.e-abaco.net/2011/03/13/solo-para-google-chrome/' rel='bookmark' title='Solo para google chrome'>Solo para google chrome</a></li>
</ol></p><hr />
<p><small>CC elteto para <a href="http://www.e-abaco.net">e-abaco</a>, 2009. |
<a href="http://www.e-abaco.net/2009/05/19/listado-de-frameworks-css/">Enlace Permanente</a> |
<a href="http://www.e-abaco.net/2009/05/19/listado-de-frameworks-css/#comments">Sin Comentarios</a> |
Agregar a 
<a href="http://del.icio.us/post?url=http://www.e-abaco.net/2009/05/19/listado-de-frameworks-css/&title=Listado de Frameworks CSS">del.icio.us</a>
<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.e-abaco.net/2009/05/19/listado-de-frameworks-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Herramientas para trabajar con css</title>
		<link>http://www.e-abaco.net/2009/05/07/herramientas-para-trabajar-con-css/</link>
		<comments>http://www.e-abaco.net/2009/05/07/herramientas-para-trabajar-con-css/#comments</comments>
		<pubDate>Thu, 07 May 2009 20:00:53 +0000</pubDate>
		<dc:creator>elteto</dc:creator>
				<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Sitios]]></category>
		<category><![CDATA[cascada]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[estilo]]></category>
		<category><![CDATA[programar]]></category>

		<guid isPermaLink="false">http://www.e-abaco.net/?p=1592</guid>
		<description><![CDATA[El css es conocido por todos los que andamos en la web, algunos se llevan bien y hacen casi cualquier cosa y otros no tanto (como es mi caso ), por tales motivos nunca esta de mas conocer las herramientas disponibles en la web para facilitarnos la tarea de trabajar con CSS. Mirando w3avenue ayer [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>El<strong> css </strong> es conocido por todos los que andamos en la web, algunos se llevan bien y hacen casi cualquier cosa y otros no tanto (como es mi caso <img src='http://www.e-abaco.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  ), por tales motivos nunca esta de mas conocer las <strong>herramientas </strong>disponibles en la web para facilitarnos la tarea de <strong>trabajar con CSS</strong>.</p>
<p>Mirando <a href="http://www.w3avenue.com/">w3avenue</a> ayer me encontré una enorme cantidad de Herramientas para trabajar con css que ahora comparto con ustedes.</p>
<p style="text-align: center;"><a href="http://e-abaco.net/wp-content/uploads/2009/05/css_code.jpg"><img class="size-full wp-image-1593 aligncenter" title="css_code" src="http://e-abaco.net/wp-content/uploads/2009/05/css_code.jpg" alt="css_code" width="332" height="221" /></a></p>
<h3>Layouts</h3>
<ul>
<li><a href="http://csscreator.com/tools/layout" target="_blank">CSS Layout Generator</a></li>
<li><a href="http://grid.mindplay.dk/" target="_blank">Grid Designer</a></li>
<li><a href="http://www.pagecolumn.com/" target="_blank">Layout Generators</a></li>
</ul>
<h3>CSS Frameworks</h3>
<ul>
<li><a href="http://toki-woki.net/p/Boks/" target="_blank">Boks</a></li>
<li><a href="http://wiki.github.com/joshuaclayton/blueprint-css/tools-and-resources" target="_blank">Useful Tools &amp; Resources For Blueprint CSS Framework</a></li>
<li><a href="http://builder.yaml.de/" target="_blank">YAML Builder</a></li>
<li><a href="http://developer.yahoo.com/yui/grids/builder/" target="_blank">YUI CSS Grid Builder</a></li>
<li><a href="http://www.spry-soft.com/grids/" target="_blank">960 Grid System - Variable Grid System</a></li>
<li><a href="http://www.gridsystemgenerator.com/" target="_blank">Grid System Generator</a></li>
</ul>
<h3>Fuentes</h3>
<ul>
<li><a href="http://www.typetester.org/" target="_blank">Typetester</a></li>
<li><a href="http://csstypeset.com/" target="_blank">CSS Type Set</a></li>
<li><a href="http://www.typechart.com/" target="_blank">TypeChart</a></li>
<li><a href="http://www.jan-quickels.de/tools-web-typography/" target="_blank">CSS-Typoset Matrix and Code Generator</a></li>
<li><a href="http://csstxt.com/" target="_blank">CSStxt</a></li>
<li><a href="http://jameswhittaker.com/projects/apps/em-calculator-air-application/" target="_blank">EM Calculator AIR Application</a></li>
<li><a href="http://riddle.pl/emcalc/" target="_blank">Em Calculator</a></li>
<li><a href="http://pxtoem.com/" target="_blank">PXtoEM</a></li>
</ul>
<h3>Seleccion de Colores</h3>
<ul>
<li><a href="http://css-color-replace.orca-multimedia.de/" target="_blank">CSS Color Editor</a></li>
<li><a href="http://www.cssdrive.com/imagepalette/" target="_blank">Color Palette Generator</a></li>
<li><a href="http://www.snook.ca/technical/colour_contrast/colour.html" target="_blank">Color Contrast Check</a></li>
</ul>
<h3>Sprites</h3>
<ul>
<li><a href="http://spritegen.website-performance.org/" target="_blank">CSS Sprite Generator</a></li>
<li><a href="http://www.lecentre.net/fratoblog/yasc/" target="_blank">YASC (Yet Another Sprite Creator)</a></li>
<li><a href="http://smartsprites.osinski.name/" target="_blank">SmartSprites</a></li>
</ul>
<h3>Formularios</h3>
<ul>
<li><a href="http://www.accessify.com/tools-and-wizards/accessibility-tools/form-builder/" target="_blank">Accessible Form Builder</a></li>
<li><a href="http://www.jotform.com/" target="_blank">JotForm – WYSIWYG Form Builder</a></li>
</ul>
<h3>Menues y listas</h3>
<ul>
<li><a href="http://www.accessify.com/tools-and-wizards/developer-tools/list-o-matic/" target="_blank">List-o-Matic</a></li>
<li><a href="http://www.cssmenumaker.com/" target="_blank">CSS Menu Generator</a></li>
</ul>
<h3>Text Wrappers</h3>
<ul>
<li><a href="http://www.csstextwrap.com/" target="_blank">CSS Text Wrapper</a></li>
<li><a href="http://www.theboxoffice.be/" target="_blank">The Box Office</a></li>
</ul>
<h3>Analisis de Codigo</h3>
<ul>
<li><a href="http://jigsaw.w3.org/css-validator/" target="_blank">W3C CSS Validation Service</a></li>
<li><a href="http://juicystudio.com/services/csstest.php" target="_blank">CSS Analyzer</a></li>
</ul>
<h3>Mantenimiento de codigo css</h3>
<ul>
<li><a href="http://www.sitepoint.com/dustmeselectors/" target="_blank">Dust-Me Selectors</a></li>
<li><a href="http://www.dotnetsurfers.com/Blog/2008/10/02/RemovingUnusedCSSClassesFromYourWebApplication.aspx" target="_blank">CssCleaner</a></li>
<li><a href="http://services.immike.net/css-checker/" target="_blank">CSS Redundancy Checker</a></li>
</ul>
<h3>Optimización de codigo css</h3>
<ul>
<li><a href="http://www.cssdrive.com/index.php/main/csscompressor/" target="_blank">CSS Drive CSS Compressor</a></li>
<li><a href="http://iceyboard.no-ip.org/projects/css_compressor" target="_blank">Robson CSS Compressor</a></li>
<li><a href="http://blog.base42.nl/2008/11/20/minifyme-a-minimizer-for-css-and-javascript/" target="_blank">MinifyMe - AIR Application</a></li>
</ul>
<h3>Formateo de codigo css</h3>
<ul>
<li><a href="http://www.cleancss.com/" target="_blank">CleanCSS - CSS Formatter and Optimizer</a></li>
<li><a href="http://styleneat.com/" target="_blank">Styleneat</a></li>
<li><a href="http://www.blumentals.net/csstool/" target="_blank">CSS Toolbox</a></li>
</ul>
<h3>Soluciones especificas para navegadore</h3>
<ul>
<li><a href="http://www.conditional-css.com/" target="_blank">Conditional-CSS</a></li>
<li><a href="http://litmusapp.com/" target="_blank">Litmus</a></li>
<li><a href="http://www.webdevout.net/browser-support-css" target="_blank">Web Browser CSS Support</a></li>
<li><a href="http://a.deveria.com/caniuse/" target="_blank">When Can I Use?</a></li>
<li><a href="http://code.google.com/p/ie7-js/" target="_blank">IE7.js</a></li>
</ul>
<h3>Cheat Sheets</h3>
<ul>
<li><a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/" target="_blank">CSS Cheat Sheet</a></li>
<li><a href="http://www.leigeber.com/2008/04/css-shorthand-cheat-sheet/" target="_blank">CSS Shorthand Cheat Sheet</a></li>
<li><a href="http://yuiblog.com/assets/pdf/cheatsheets/css.pdf" target="_blank">YUI Library: CSS Reset, Base, Fonts, and Grids</a></li>
<li><a href="http://www.christianmontoya.com/2007/11/12/blueprint-css-cheat-sheet/" target="_blank">Blueprint CSS Cheat Sheet</a></li>
</ul>
<p>Enlace: <a href="http://www.w3avenue.com/2009/05/04/list-of-really-useful-tools-for-css-developers/">list of really useful tools for css developers</a></p>
<p><a rel="nofollow" href="http://www.copticom.com/blog/wp-content/uploads/2009/02/css_code.jpg">Imagen del post</a></p>
<p>No related posts.</p><hr />
<p><small>CC elteto para <a href="http://www.e-abaco.net">e-abaco</a>, 2009. |
<a href="http://www.e-abaco.net/2009/05/07/herramientas-para-trabajar-con-css/">Enlace Permanente</a> |
<a href="http://www.e-abaco.net/2009/05/07/herramientas-para-trabajar-con-css/#comments">2 comentarios</a> |
Agregar a 
<a href="http://del.icio.us/post?url=http://www.e-abaco.net/2009/05/07/herramientas-para-trabajar-con-css/&title=Herramientas para trabajar con css">del.icio.us</a>
<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.e-abaco.net/2009/05/07/herramientas-para-trabajar-con-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Name that code test para programadores</title>
		<link>http://www.e-abaco.net/2008/08/26/name-that-code-test-para-programadores/</link>
		<comments>http://www.e-abaco.net/2008/08/26/name-that-code-test-para-programadores/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 02:06:39 +0000</pubDate>
		<dc:creator>elteto</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[lenguajes]]></category>
		<category><![CDATA[programadores]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://www.e-abaco.net/?p=872</guid>
		<description><![CDATA[Un test muy simple para programadores, diez porciones de código, decir el nombre del lenguaje de programación, y listo. Yo hice 92% , y ustedes? No related posts. CC elteto para e-abaco, 2008. &#124; Enlace Permanente &#124; 5 comentarios &#124; Agregar a del.icio.us
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Un <strong>test muy simple para programadores</strong>, diez <strong>porciones de código</strong>, decir el nombre del lenguaje de programación, y listo.</p>
<p>Yo hice 92% <img src='http://www.e-abaco.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , y ustedes?</p>
<p style="text-align: center;"><a href="http://www.oneplusyou.com/q/v/code"><img class="aligncenter" src="http://www.oneplusyou.com/q/img/badges/code_92.jpg" border="0" alt="Name That Code" /></a></p>
<p>No related posts.</p><hr />
<p><small>CC elteto para <a href="http://www.e-abaco.net">e-abaco</a>, 2008. |
<a href="http://www.e-abaco.net/2008/08/26/name-that-code-test-para-programadores/">Enlace Permanente</a> |
<a href="http://www.e-abaco.net/2008/08/26/name-that-code-test-para-programadores/#comments">5 comentarios</a> |
Agregar a 
<a href="http://del.icio.us/post?url=http://www.e-abaco.net/2008/08/26/name-that-code-test-para-programadores/&title=Name that code test para programadores">del.icio.us</a>
<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.e-abaco.net/2008/08/26/name-that-code-test-para-programadores/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Otro tema v2.0</title>
		<link>http://www.e-abaco.net/2008/08/17/otro-tema-v20/</link>
		<comments>http://www.e-abaco.net/2008/08/17/otro-tema-v20/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 01:36:03 +0000</pubDate>
		<dc:creator>elteto</dc:creator>
				<category><![CDATA[Notas Interesantes]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[nuevo]]></category>
		<category><![CDATA[tema]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.e-abaco.net/?p=812</guid>
		<description><![CDATA[Ayer puse en funcionamiento un nuevo tema para el wordpress de e-abaco.net Los cambios no son impresionantes, lo único que tiene de nuevo es que tiene tres columnas, y que creo que se vé bien en muchos navegadores (el anterior tenia graves problemas con ie6) De más está decir que estoy totalmente dispuesto a recibir [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Ayer puse en funcionamiento un nuevo tema para el wordpress de <a href="http://e-abaco.net">e-abaco.net</a></p>
<p>Los cambios no son impresionantes, lo único que tiene de nuevo es que tiene tres columnas, y que creo que se vé bien en muchos navegadores (el anterior tenia graves problemas con ie6)</p>
<p><strong>De más está decir que estoy totalmente dispuesto a recibir sugerencia, palos, puteadas y ofensas de cualquier tipo, todo será bienvenido</strong>.</p>
<p>Tambien quiero avisar que si encuentran algun error o color fuera de lugar en algun lugar del theme me dejen un comentario con un enlace al articulo que tiene el problema para ver si lo puedo arreglar.</p>
<p>En los proximos dias voy a intentar hacer algunas mejoras en la carga y voy a meterme en la casi imposible tarea de hacer que el sitio sea <a title="This page validates as XHTML 1.0 Transitional" href="http://validator.w3.org/check/referer">Valido <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></p>
<p>Cuando termine la limpieza de la mugre que queda en la compu al modificar el theme, voy a subirlo para que si alguien quiere ajustarlo a su gusto, lo haga.</p>
<p>Adios tema viejo!</p>
<p style="text-align: center;"><a href="http://e-abaco.net/wp-content/uploads/2008/08/otrotema2.png"><img class="size-medium wp-image-813 aligncenter" title="otrotema2" src="http://e-abaco.net/wp-content/uploads/2008/08/otrotema2-300x172.png" alt="" width="300" height="172" /></a></p>
<p>No related posts.</p><hr />
<p><small>CC elteto para <a href="http://www.e-abaco.net">e-abaco</a>, 2008. |
<a href="http://www.e-abaco.net/2008/08/17/otro-tema-v20/">Enlace Permanente</a> |
<a href="http://www.e-abaco.net/2008/08/17/otro-tema-v20/#comments">Sin Comentarios</a> |
Agregar a 
<a href="http://del.icio.us/post?url=http://www.e-abaco.net/2008/08/17/otro-tema-v20/&title=Otro tema v2.0">del.icio.us</a>
<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.e-abaco.net/2008/08/17/otro-tema-v20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calidad del código fuente</title>
		<link>http://www.e-abaco.net/2008/06/11/calidad-del-codigo-fuente/</link>
		<comments>http://www.e-abaco.net/2008/06/11/calidad-del-codigo-fuente/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 14:05:35 +0000</pubDate>
		<dc:creator>elteto</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[calidad]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[puteadas]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://www.e-abaco.net/?p=659</guid>
		<description><![CDATA[En esta imagen que veo en elcofrecito, se explica la realidad sobre la calidad del codigo fuente de una aplicación de software. La imagen dice " La unica forma valida de medir la calidad del codigo es en Puteadas WTF/Minuto " No related posts. CC elteto para e-abaco, 2008. &#124; Enlace Permanente &#124; Sin Comentarios [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>En esta imagen que veo en <a href="http://elcofrecito.net/programacion/como-medir-la-calidad-del-codigo/">elcofrecito</a>, se explica la realidad sobre la calidad del codigo fuente de una aplicación de software.</p>
<p><a href="http://e-abaco.net/wp-content/uploads/2008/06/software-quality.jpg"><img class="alignnone size-full wp-image-658" title="calidad de software" src="http://e-abaco.net/wp-content/uploads/2008/06/software-quality.jpg" alt="" width="500" height="471" /></a></p>
<p>La imagen dice "<strong> La unica forma valida de medir la calidad del codigo es en <del datetime="2008-06-11T08:58:24+00:00">Puteadas</del> WTF/Minuto</strong> "</p>
<p>No related posts.</p><hr />
<p><small>CC elteto para <a href="http://www.e-abaco.net">e-abaco</a>, 2008. |
<a href="http://www.e-abaco.net/2008/06/11/calidad-del-codigo-fuente/">Enlace Permanente</a> |
<a href="http://www.e-abaco.net/2008/06/11/calidad-del-codigo-fuente/#comments">Sin Comentarios</a> |
Agregar a 
<a href="http://del.icio.us/post?url=http://www.e-abaco.net/2008/06/11/calidad-del-codigo-fuente/&title=Calidad del código fuente">del.icio.us</a>
<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.e-abaco.net/2008/06/11/calidad-del-codigo-fuente/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menu de pagina web bastante loco</title>
		<link>http://www.e-abaco.net/2008/03/19/menu-de-pagina-web-bastante-loco/</link>
		<comments>http://www.e-abaco.net/2008/03/19/menu-de-pagina-web-bastante-loco/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 18:29:40 +0000</pubDate>
		<dc:creator>elteto</dc:creator>
				<category><![CDATA[Inventos Locos]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Sitios]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[fotos]]></category>
		<category><![CDATA[Imagenes]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[menues]]></category>

		<guid isPermaLink="false">http://www.e-abaco.net/2008/03/19/menu-de-pagina-web-bastante-loco/</guid>
		<description><![CDATA[Llego a este sitio (realmente no se bien como) y me encuentro con lo que parece una pagina web un poco aburrida, pero que al hacer click aparece un menu de navegación muy curioso. Parece que el dueño del sitio es fotografo, y por lo que se ve, hace buenos trabajos. Acá abajo un imagen [...]
Articulos relacionados:<ol>
<li><a href='http://www.e-abaco.net/2011/03/13/solo-para-google-chrome/' rel='bookmark' title='Solo para google chrome'>Solo para google chrome</a></li>
<li><a href='http://www.e-abaco.net/2011/05/10/lazydroid-web-desktop-para-android/' rel='bookmark' title='LazyDroid web desktop para Android'>LazyDroid web desktop para Android</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Llego a este sitio (realmente no se bien como) y me encuentro con lo que parece una pagina web un poco aburrida, pero que al hacer click aparece un <strong>menu de navegación</strong> muy curioso.</p>
<p>Parece que el dueño del sitio es fotografo, y por lo que se ve, hace buenos trabajos.</p>
<p>Acá abajo un imagen de la portada del sitio. mas abajo, el enlace.</p>
<p><a href="http://e-abaco.net/wp-content/uploads/2008/03/paginaloca3.png" title="paginaloca3.png"></p>
<div style="text-align: center"><img src="http://e-abaco.net/wp-content/uploads/2008/03/paginaloca3.png" alt="paginaloca3.png" width="250" /></div>
<p></a> <a href="http://www.johnross.co.uk/">Enlace al sitio</a></p>
<p>Articulos relacionados:<ol>
<li><a href='http://www.e-abaco.net/2011/03/13/solo-para-google-chrome/' rel='bookmark' title='Solo para google chrome'>Solo para google chrome</a></li>
<li><a href='http://www.e-abaco.net/2011/05/10/lazydroid-web-desktop-para-android/' rel='bookmark' title='LazyDroid web desktop para Android'>LazyDroid web desktop para Android</a></li>
</ol></p><hr />
<p><small>CC elteto para <a href="http://www.e-abaco.net">e-abaco</a>, 2008. |
<a href="http://www.e-abaco.net/2008/03/19/menu-de-pagina-web-bastante-loco/">Enlace Permanente</a> |
<a href="http://www.e-abaco.net/2008/03/19/menu-de-pagina-web-bastante-loco/#comments">1 solo comentario</a> |
Agregar a 
<a href="http://del.icio.us/post?url=http://www.e-abaco.net/2008/03/19/menu-de-pagina-web-bastante-loco/&title=Menu de pagina web bastante loco">del.icio.us</a>
<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.e-abaco.net/2008/03/19/menu-de-pagina-web-bastante-loco/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enlaces entrantes en wordpress</title>
		<link>http://www.e-abaco.net/2008/02/27/enlaces-entrantes-en-wordpress/</link>
		<comments>http://www.e-abaco.net/2008/02/27/enlaces-entrantes-en-wordpress/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 23:47:30 +0000</pubDate>
		<dc:creator>elteto</dc:creator>
				<category><![CDATA[Notas Interesantes]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[enlaces]]></category>
		<category><![CDATA[entrantes]]></category>
		<category><![CDATA[extra]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.e-abaco.net/2008/02/27/enlaces-entrantes-en-wordpress/</guid>
		<description><![CDATA[El otro dia escribí sobre los enlaces entrantes en wordpress enseguida tuve un comentario de mariano que decia que coincidia con que google blog search no andaba nada bien. Hoy me entraron algunas visitas desde este post de chicaseo y me dí cuenta de que no era el único que tenía problemas. Asi que recien [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>El otro dia escribí sobre <a href="http://www.e-abaco.net/2008/02/26/cambiar-enlaces-entrantes-en-wordpress/">los enlaces entrantes en wordpress</a>  enseguida tuve un comentario de <a href="http://www.mp3d.com.ar/mp/">mariano</a> que decia que coincidia con que <strong>google blog search</strong> no andaba nada bien.</p>
<p>Hoy me entraron algunas visitas desde este <a href="http://www.chicaseo.com/enlaces-entrantes-de-wordpress/">post de chicaseo</a> y me dí cuenta de que no era el único que tenía problemas.</p>
<p>Asi que recien me puse a modificar el archivo <strong>index-extra.php</strong> del directorio wp-admin de <strong>wordpress</strong>, para que me quede mas lindo y diga "<strong>Enlaces Entrantes - Technorati</strong> " y ya que estaba copié y pegue un poco de codigo y agregue a la parte de abajo de los de <strong>technorati</strong> los de<strong> google blog search</strong>, el resultado es este que se ve en la imagen.</p>
<p><a href="http://e-abaco.net/wp-content/uploads/2008/02/entrantes.JPG" title="Enlaces entrantes"></a></p>
<div style="text-align: center"><a href="http://e-abaco.net/wp-content/uploads/2008/02/entrantes.JPG" title="Enlaces entrantes"><img src="http://e-abaco.net/wp-content/uploads/2008/02/entrantes.JPG" alt="Enlaces entrantes" /></a></div>
<p>Si quieren usarlo ustedes tambien, acá abajo déjo una copia de mi archivo<strong> index-extra.php</strong>.</p>
<p align="center"><a href="http://e-abaco.net/wp-content/uploads/2008/02/index-extra.zip" title="Index extra">index-extra.php</a></p>
<p>La cantidad de <strong>enlaces</strong> a mostrar se selecciona cambiando un numerito en la llamada a la funcion, en el codigo indíco donde hay que modificar.</p>
<p>Ésto seria mucho mejor hacerlo con un <strong>plugin</strong> pero como todavia no se hacer plugins le entré sin miedo al codigo sin tener mucho cuidado, si alguien puede mejorarlo, adelante.</p>
<p>No related posts.</p><hr />
<p><small>CC elteto para <a href="http://www.e-abaco.net">e-abaco</a>, 2008. |
<a href="http://www.e-abaco.net/2008/02/27/enlaces-entrantes-en-wordpress/">Enlace Permanente</a> |
<a href="http://www.e-abaco.net/2008/02/27/enlaces-entrantes-en-wordpress/#comments">10 comentarios</a> |
Agregar a 
<a href="http://del.icio.us/post?url=http://www.e-abaco.net/2008/02/27/enlaces-entrantes-en-wordpress/&title=Enlaces entrantes en wordpress">del.icio.us</a>
<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.e-abaco.net/2008/02/27/enlaces-entrantes-en-wordpress/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Sun compró mysql</title>
		<link>http://www.e-abaco.net/2008/01/16/sun-compro-mysql/</link>
		<comments>http://www.e-abaco.net/2008/01/16/sun-compro-mysql/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 16:46:55 +0000</pubDate>
		<dc:creator>elteto</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notas Interesantes]]></category>
		<category><![CDATA[Programacion]]></category>

		<guid isPermaLink="false">http://www.e-abaco.net/2008/01/16/sun-compro-mysql/</guid>
		<description><![CDATA[Leo en bitelia que la empresa Sun Microsystems,  ha comprado el sistema gestor de base de datos mysql, (la m de lamp, la plataforma de desarrollo mas utilizada en los ultimos tiempos), por una suma cercana a los mil millones de dolares (U$s 1000.000.000) . Todavia no va a ocurrir nada nuevo, lo que si [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Leo en <a href="http://bitelia.com/2008/01/16/sun-compra-mysql/">bitelia</a> que la empresa <strong>Sun Microsystems</strong>,  ha comprado el <strong>sistema gestor de base de datos mysql</strong>, (la m de lamp, la <strong>plataforma de desarrollo</strong> mas utilizada en los ultimos tiempos), por una suma cercana a los mil millones de <strong>dolares</strong> (U$s 1000.000.000) .</p>
<p>Todavia no va a ocurrir nada nuevo, lo que si hay que esperar es que los chicos de <strong>java</strong> se pongan a laburar y hagan algo divertido mezclando el poder de la plataforma <strong>java</strong> con el poder de las <strong>bases de datos</strong> <strong>mysql</strong>.</p>
<p>Se vendra stmj  (Solaris-Tomcat-Mysql-Java) y a competir con lamp?? <img src="http://www.e-abaco.net/wp-includes/js/tinymce/plugins/emotions/images/smiley-tongue-out.gif" alt="Tongue out" title="Tongue out" border="0" /></p>
<p>No related posts.</p><hr />
<p><small>CC elteto para <a href="http://www.e-abaco.net">e-abaco</a>, 2008. |
<a href="http://www.e-abaco.net/2008/01/16/sun-compro-mysql/">Enlace Permanente</a> |
<a href="http://www.e-abaco.net/2008/01/16/sun-compro-mysql/#comments">Sin Comentarios</a> |
Agregar a 
<a href="http://del.icio.us/post?url=http://www.e-abaco.net/2008/01/16/sun-compro-mysql/&title=Sun compró mysql">del.icio.us</a>
<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.e-abaco.net/2008/01/16/sun-compro-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Otro tema</title>
		<link>http://www.e-abaco.net/2007/12/11/otro-tema/</link>
		<comments>http://www.e-abaco.net/2007/12/11/otro-tema/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 19:46:30 +0000</pubDate>
		<dc:creator>elteto</dc:creator>
				<category><![CDATA[Notas Interesantes]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Sitios]]></category>

		<guid isPermaLink="false">http://www.e-abaco.net/2007/12/11/otro-tema/</guid>
		<description><![CDATA[Como dice Santo Biasatti, Ooooootro Tema. Recien termino de acomodar un tema nuevo para mi sitio (con un poco de ayuda de carlos de  desdeunblog), que es este que esta en funcionamiento ahora. Las modificaciones no fueron impresionantes, solamente tome el tema cool wind y le cambie un poco los colores (solamente en los titulos) [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Como dice Santo Biasatti<font color="#000000" face="Arial,Helvetica"><font face="Arial,Helvetica"><strong>, Ooooootro Tema.</strong></font></font></p>
<p>Recien termino de acomodar  un tema nuevo para mi sitio (con un poco de ayuda de carlos de  <a href="http://desdeunblog.com/">desdeunblog</a>), que es este que esta en funcionamiento ahora.</p>
<p>Las modificaciones no fueron impresionantes, solamente tome el tema  <a href="http://www.webprofits.com.au/blog/">cool wind </a> y le cambie un poco los colores  (solamente en los titulos) y el idioma para ajustarlo mas a lo que me gusta a mi, tambien lo deje un poco mas simple de lo que estaba antes, seguro que algo se me escapo, pero ya van a ir apareciendo los problemas y con ellos  las soluciones.</p>
<p>Tema viejo <img src="http://www.e-abaco.net/wp-includes/js/tinymce/plugins/emotions/images/smiley-cry.gif" alt="Cry" title="Cry" border="0" /> adios.</p>
<p><a href="http://www.e-abaco.net/wp-content/uploads/2007/12/otro-tema.JPG" title="Otro tema"></a></p>
<div style="text-align: center"><a href="http://www.e-abaco.net/wp-content/uploads/2007/12/otro-tema.JPG" title="Otro tema"><img src="http://www.e-abaco.net/wp-content/uploads/2007/12/otro-tema.JPG" alt="Otro tema" height="368" width="506" /></a></div>
<p>No related posts.</p><hr />
<p><small>CC elteto para <a href="http://www.e-abaco.net">e-abaco</a>, 2007. |
<a href="http://www.e-abaco.net/2007/12/11/otro-tema/">Enlace Permanente</a> |
<a href="http://www.e-abaco.net/2007/12/11/otro-tema/#comments">1 solo comentario</a> |
Agregar a 
<a href="http://del.icio.us/post?url=http://www.e-abaco.net/2007/12/11/otro-tema/&title=Otro tema">del.icio.us</a>
<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.e-abaco.net/2007/12/11/otro-tema/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

