<?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/"
	>

<channel>
	<title>Guiabreve&#187; JavaScript</title>
	<atom:link href="http://www.guiabreve.com/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.guiabreve.com</link>
	<description>por Víctor Falcón</description>
	<lastBuildDate>Sun, 05 Sep 2010 19:04:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Presentation Cycle: Presentaciones dinámicas con barra de progreso</title>
		<link>http://www.guiabreve.com/presentation-cycle-presentaciones-dinamicas-con-barra-de-progreso.htm</link>
		<comments>http://www.guiabreve.com/presentation-cycle-presentaciones-dinamicas-con-barra-de-progreso.htm#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:05:36 +0000</pubDate>
		<dc:creator>Víctor Falcón</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Presentation Cycle]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=1166</guid>
		<description><![CDATA[Presentation Cycle es un plugin de jQuery creado por Gaya Kessler que nos hará presentaciones o transiciones de imágenes con texto y una barra de progreso. En el ejemplo podemos ver el funcionamiento de este plugin en 3 diferentes formas, la básica, una minimalista y otra aún mas minimalista. Para implementarlo en una página debemos [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.guiabreve.com/wp-content/uploads/2010/01/presentation_cycle.jpeg" alt="" title="presentation_cycle" width="70%" class="alignright size-full wp-image-1167" /><strong>Presentation Cycle</strong> es un plugin de jQuery creado por Gaya Kessler que nos hará presentaciones o transiciones de imágenes con texto y una barra de progreso.</p>
<p>En <a href="http://www.gayadesign.com/scripts/presentationCycle/">el ejemplo</a> podemos ver el funcionamiento de este plugin en 3 diferentes formas, la básica, una minimalista y otra aún mas minimalista.</p>
<p>Para implementarlo en una página debemos de incluir en el header las hojas de estilo y archivos del script y del jQuery:<span id="more-1166"></span></p>
<div class="igBar"><a href="#" onclick="javascript:showCodeTxt('html-4'); return false;">[COPIAR]</a></div>
<div class="syntax_hilite"><span class="langName">C&oacute;digo HTML <a href="#" onclick="javascript:showCodeTxt('html-4'); return false;">(Copiar)</a>:</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:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/head.html"><span style=" font-weight: bold;">&lt;head&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-style: italic;">&lt;!-- Stylesheets--&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/link.html"><span style=" font-weight: bold;">&lt;link</span></a> <span style="">rel</span>=<span style="">"stylesheet"</span> <span style="">type</span>=<span style="">"text/css"</span> <span style="">href</span>=<span style="">"css/presentationCycle.css"</span> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-style: italic;">&lt;!-- Scripts --&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/script.html"><span style=" font-weight: bold;">&lt;script</span></a> <span style="">type</span>=<span style="">'text/javascript'</span> <span style="">src</span>=<span style="">'http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'</span><span style=" font-weight: bold;">&gt;</span></a><span style=" font-weight: bold;">&lt;/script&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/script.html"><span style=" font-weight: bold;">&lt;script</span></a> <span style="">type</span>=<span style="">'text/javascript'</span> <span style="">src</span>=<span style="">'js/jquery.cycle.all.min.js'</span><span style=" font-weight: bold;">&gt;</span></a><span style=" font-weight: bold;">&lt;/script&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/script.html"><span style=" font-weight: bold;">&lt;script</span></a> <span style="">type</span>=<span style="">'text/javascript'</span> <span style="">src</span>=<span style="">'js/presentationCycle.js'</span><span style=" font-weight: bold;">&gt;</span></a><span style=" font-weight: bold;">&lt;/script&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/head&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Despúes en el <code>body</code> donde queramos incluimos el container:</p>
<div class="igBar"><a href="#" onclick="javascript:showCodeTxt('html-5'); return false;">[COPIAR]</a></div>
<div class="syntax_hilite"><span class="langName">C&oacute;digo HTML <a href="#" onclick="javascript:showCodeTxt('html-5'); return false;">(Copiar)</a>:</span>
<div id="html-5">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/div.html"><span style=" font-weight: bold;">&lt;div</span></a> <span style="">id</span>=<span style="">"presentation_container"</span> <span style="">class</span>=<span style="">"pc_container"</span><span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/div.html"><span style=" font-weight: bold;">&lt;div</span></a> <span style="">class</span>=<span style="">"pc_item"</span><span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/div.html"><span style=" font-weight: bold;">&lt;div</span></a> <span style="">class</span>=<span style="">"desc"</span><span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/h1.html"><span style=" font-weight: bold;">&lt;h1&gt;</span></a>Server Park<span style=" font-weight: bold;">&lt;/h1&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Consectetur adipiscing elit. Nunc quis tellus eros.</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Nam blandit diam id turpis bibendum nec rutrum dui pulvinar. Quisque fermentum,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dolor ut adipiscing suscipit, leo lorem malesuada mauris, vitae dapibus mi</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ligula ut nunc.</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=" font-weight: bold;">&lt;/div&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/img.html"><span style=" font-weight: bold;">&lt;img</span></a> <span style="">src</span>=<span style="">"images/slide1.jpg"</span> <span style="">alt</span>=<span style="">"slide1"</span> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=" font-weight: bold;">&lt;/div&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/div.html"><span style=" font-weight: bold;">&lt;div</span></a> <span style="">class</span>=<span style="">"pc_item"</span><span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/div.html"><span style=" font-weight: bold;">&lt;div</span></a> <span style="">class</span>=<span style="">"desc"</span><span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/h1.html"><span style=" font-weight: bold;">&lt;h1&gt;</span></a>iPhone Apps<span style=" font-weight: bold;">&lt;/h1&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Consectetur adipiscing elit. Nunc quis tellus eros.</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Nam blandit diam id turpis bibendum nec rutrum dui pulvinar. Quisque fermentum,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dolor ut adipiscing suscipit, leo lorem malesuada mauris, vitae dapibus mi</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ligula ut nunc.</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=" font-weight: bold;">&lt;/div&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/img.html"><span style=" font-weight: bold;">&lt;img</span></a> <span style="">src</span>=<span style="">"images/slide2.jpg"</span> <span style="">alt</span>=<span style="">"slide2"</span> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=" font-weight: bold;">&lt;/div&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=" font-style: italic;">&lt;!-- Introducimos más elementos si queremos, Aqui hay dos. --&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style=" font-weight: bold;">&lt;/div&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Como vemos todo está contenido por <code>&lt;div id="presentation_container" class="pc_container"&gt;</code> y luego cada elemento es un <code>&lt;div class="desc"&gt;</code> con un <code>div</code> para la descripción que contiene el titulo en un <code>h1</code> y la descripción en sí. Además hay una imagen que será el fondo.</p>
<p>Ahora solo nos falta añadir lo siguiente justo después del <code>presentation_container</code> y listo.</p>
<div class="igBar"><a href="#" onclick="javascript:showCodeTxt('php-6'); return false;">[COPIAR]</a></div>
<div class="syntax_hilite"><span class="langName">C&oacute;digo PHP <a href="#" onclick="javascript:showCodeTxt('php-6'); return false;">(Copiar)</a>:</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:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;script type=<span style="">"text/javascript"</span>&gt;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; presentationCycle.init<span style=" font-weight:bold;">&#40;</span><span style=" font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style=" font-weight:bold;">&lt;/script&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Si hemos subido todos los archivos y los hemos añadido en el header de forma correcta ya debería de funcionar.</p>
<p><small>Para más información consultar la <a href="http://www.gayadesign.com/diy/presentation-cycle-cycle-with-a-progressbar/">página del autor</a> donde explica (en ingles) como utilizar el script y además como personalizarlo.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/presentation-cycle-presentaciones-dinamicas-con-barra-de-progreso.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menús desplegables, ¡solo con CSS!</title>
		<link>http://www.guiabreve.com/menus-desplegables-%c2%a1solo-con-css.htm</link>
		<comments>http://www.guiabreve.com/menus-desplegables-%c2%a1solo-con-css.htm#comments</comments>
		<pubDate>Sat, 20 Jun 2009 20:14:53 +0000</pubDate>
		<dc:creator>Víctor Falcón</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[código]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Desplegable]]></category>
		<category><![CDATA[Enlace]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Menú desplegable]]></category>
		<category><![CDATA[Menús]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=861</guid>
		<description><![CDATA[Menús desplegables, ¡solo con CSS! Normalmente solemos usar Javascript para añadirles efectos pero realmente si queremos realizar un menú desplegable sencillo lo podemos hacer solo usando CSS tal y como lo explica el señor Janko en su blog.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jankoatwarpspeed.com/post/2009/06/20/Create-dropdown-menus-with-CSS-only.aspx">Menús desplegables, ¡solo con CSS!</a> Normalmente solemos usar Javascript para añadirles efectos pero realmente si queremos realizar un menú desplegable sencillo lo podemos hacer solo usando CSS tal y como lo explica el señor <a href="http://www.jankoatwarpspeed.com">Janko</a> en su blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/menus-desplegables-%c2%a1solo-con-css.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Soluciones basadas en Javascript a los problemas más comunes de CSS</title>
		<link>http://www.guiabreve.com/8-soluciones-basadas-en-javascript-a-los-problemas-mas-comunes-de-css.htm</link>
		<comments>http://www.guiabreve.com/8-soluciones-basadas-en-javascript-a-los-problemas-mas-comunes-de-css.htm#comments</comments>
		<pubDate>Sun, 24 May 2009 16:58:05 +0000</pubDate>
		<dc:creator>Víctor Falcón</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[compatibilidad]]></category>
		<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Navegadores]]></category>
		<category><![CDATA[Problemas]]></category>
		<category><![CDATA[Solucion]]></category>
		<category><![CDATA[soluciones]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=830</guid>
		<description><![CDATA[A veces para solucionar algunos de los problemas en cuanto a compatibilidad con los distintos navegadores de CSS no nos basta el CSS, a veces, tenemos que recurrir al Javascript. Por eso os dejo esta entra que recopila 8 Soluciones basadas en Javascript a los problemas más comunes de CSS.]]></description>
			<content:encoded><![CDATA[<p>A veces para solucionar algunos de los problemas en cuanto a compatibilidad con los distintos navegadores de CSS no nos basta el CSS, a veces, tenemos que recurrir al Javascript. Por eso os dejo esta entra que recopila <a href="http://www.catswhocode.com/blog/8-javascript-solutions-to-common-css-problems">8 Soluciones basadas en Javascript a los problemas más comunes de CSS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/8-soluciones-basadas-en-javascript-a-los-problemas-mas-comunes-de-css.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Añade colorido animado a tu página con Javascript</title>
		<link>http://www.guiabreve.com/anade-colorido-animado-a-tu-pagina-con-javascript.htm</link>
		<comments>http://www.guiabreve.com/anade-colorido-animado-a-tu-pagina-con-javascript.htm#comments</comments>
		<pubDate>Wed, 20 May 2009 17:57:01 +0000</pubDate>
		<dc:creator>Víctor Falcón</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Carga]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Dragon Labs]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Labs]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=820</guid>
		<description><![CDATA[Bonito el efecto que han generado en Dragon Labs (Demo) consiguiendo un fondo colorido y animado. El problema: la forma en que carga no es muy elegante y tendremos que usar una imagen de 3000x900 pixeles.]]></description>
			<content:encoded><![CDATA[<p>Bonito el efecto que han generado en <a href="http://labs.dragoninteractive.com/panel/demo/">Dragon Labs <em>(Demo)</em></a> consiguiendo un fondo colorido y animado. El problema: la forma en que carga no es muy elegante y tendremos que usar una imagen de 3000x900 pixeles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/anade-colorido-animado-a-tu-pagina-con-javascript.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typeface.js &#8211; Utiliza cualquier fuente en tus diseños.</title>
		<link>http://www.guiabreve.com/typefacejs-utiliza-cualquier-fuente-en-tus-disenos.htm</link>
		<comments>http://www.guiabreve.com/typefacejs-utiliza-cualquier-fuente-en-tus-disenos.htm#comments</comments>
		<pubDate>Tue, 04 Nov 2008 22:42:41 +0000</pubDate>
		<dc:creator>Víctor Falcón</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[fuentes]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[libreria]]></category>
		<category><![CDATA[typeface.js]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=518</guid>
		<description><![CDATA[¡Al fin! typeface.js es una librería JavaScript que yo y muchas gente más estaba esperando. Esta librería mediante el uso de &#60;canvas/&#62; nos permite utilizar en nuestra web cualquier tipografía. Se acabo el ceñirse a las 3 o 4 fuentes clásicas que se encuentran en todos los sitemas operativos para evitar la perdida de compatibilidad. [...]]]></description>
			<content:encoded><![CDATA[<p>¡Al fin! <a href="http://typeface.neocracy.org/">typeface.js</a> es una librería JavaScript que yo y muchas gente más estaba esperando. Esta librería mediante el uso de <code>&lt;canvas/&gt;</code> nos permite utilizar en nuestra web cualquier tipografía.</p>
<p>Se acabo el ceñirse a las 3 o 4 fuentes clásicas que se encuentran en todos los sitemas operativos para evitar la perdida de compatibilidad. Lo bueno de este sistema es que al estar basado en Javascript es perfectamente compatible con el 99% de los navegadores del mercado.</p>
<p>Además tiene otras ventajas como, por ejemplo: es legible para los buscadores, multiplataforma, fácil de usar mediante CSS, ligero, y además permite seleccionar el texto y copiarlo (Aunque no muestra el texto seleccionado. Es algo extraño).</p>
<p>Pasemos a ver <strong>como implementarlo en nuestro sitio</strong> y <strong>como usarlo</strong>.<span id="more-518"></span></p>
<h3>Implementación</h3>
<ol>
<li>Descargamos la librería <a href="http://typeface.neocracy.org/download.html" title="typeface">TypeFace.js</a></li>
<li>Convertimos la fuente TrueTipe deseada a Javascript. Para ello tenemos disponible <a href="http://typeface.neocracy.org/fonts.html">este conversor</a> que nos facilita el trabajo.</li>
<li>Añadimos en el header la llamada a la librería JavaScript y a la fuente convertida en el paso anterior de la siguiente forma:
<div class="igBar"><a href="#" onclick="javascript:showCodeTxt('html-10'); return false;">[COPIAR]</a></div>
<div class="syntax_hilite"><span class="langName">C&oacute;digo HTML <a href="#" onclick="javascript:showCodeTxt('html-10'); return false;">(Copiar)</a>:</span>
<div id="html-10">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/script.html"><span style=" font-weight: bold;">&lt;script</span></a> <span style="">src</span>=<span style="">"js/typeface-0.10.js"</span> <span style="">type</span>=<span style="">"text/javascript"</span><span style=" font-weight: bold;">&gt;</span></a><span style=" font-weight: bold;">&lt;/script&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/script.html"><span style=" font-weight: bold;">&lt;script</span></a> <span style="">src</span>=<span style="">"js/YOURFILE.typeface.js"</span> <span style="">type</span>=<span style="">"text/javascript"</span><span style=" font-weight: bold;">&gt;</span></a><span style=" font-weight: bold;">&lt;/script&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><small><strong>¡Importante!</strong> Hay que llamar a la Hoja de estilo CSS antes de la inclusión de los dos archivos Javascript.</small></li>
</ol>
<h3>Uso: Html + Css</h3>
<p>Una vez que ya hemos incluido todo lo necesario en nuestro sitio web solo nos queda incluir un poco de CSS y Html en el sitio para aplicar la fuente que queramos. Por ejemplo: podemos amplicar nuestra fuente a un div de la siguiente forma:</p>
<div class="igBar"><a href="#" onclick="javascript:showCodeTxt('html-11'); return false;">[COPIAR]</a></div>
<div class="syntax_hilite"><span class="langName">C&oacute;digo HTML <a href="#" onclick="javascript:showCodeTxt('html-11'); return false;">(Copiar)</a>:</span>
<div id="html-11">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/div.html"><span style=" font-weight: bold;">&lt;div</span></a> <span style="">class</span>=<span style="">"typeface-js"</span> <span style="">style</span>=<span style="">"font-family: YOURFONT"</span><span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Typeface.js will convert these lines of text to YOURFONT.</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/div&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Por supuesto que también podemos hacer esto por medio de CSS creando por ejemplo una clase llamada Myfont de la siguiente forma:</p>
<div class="igBar"><a href="#" onclick="javascript:showCodeTxt('css-12'); return false;">[COPIAR]</a></div>
<div class="syntax_hilite"><span class="langName">C&oacute;digo CSS <a href="#" onclick="javascript:showCodeTxt('css-12'); return false;">(Copiar)</a>:</span>
<div id="css-12">
<div class="css">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">.Myfont </span><span style="">&#123;</span><span style=" font-weight: bold;">font-family</span>: YOURFONT<span style="">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>El resultado es bastante bueno, además nos permite usar nuestra fuente deseada conjuntamente con otras propiedades de CSS como <code>font-weight:bold;</code> o <code>line-height</code> entre otras.</p>
<p>Si queréis ver ejemplos de la librería en funcionamiento dirigíos a <a href="http://typeface.neocracy.org/examples.html">la sección ejemplos</a> de la web oficial.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/typefacejs-utiliza-cualquier-fuente-en-tus-disenos.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mejorando las Cajas de Alerta de Javascript con Mootools</title>
		<link>http://www.guiabreve.com/mejorando-las-cajas-de-alerta-de-javascript-con-mootools.htm</link>
		<comments>http://www.guiabreve.com/mejorando-las-cajas-de-alerta-de-javascript-con-mootools.htm#comments</comments>
		<pubDate>Tue, 26 Aug 2008 19:18:31 +0000</pubDate>
		<dc:creator>Víctor Falcón</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Alert Box]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mootools]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=359</guid>
		<description><![CDATA[Es posible mejorar las cajas de alerta de Javascript usando Mootools para ellos y sino mira este ejemplo.]]></description>
			<content:encoded><![CDATA[<p>Es posible <a href="http://woork.blogspot.com/2008/08/design-stunning-alert-box-using.html">mejorar las cajas de alerta de Javascript usando Mootools</a> para ellos y sino mira este <a href="http://www.coders.me/ejemplos/sexy-alert-box/">ejemplo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/mejorando-las-cajas-de-alerta-de-javascript-con-mootools.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¡No redimensiones la ventana!</title>
		<link>http://www.guiabreve.com/%c2%a1no-redimensiones-la-ventana.htm</link>
		<comments>http://www.guiabreve.com/%c2%a1no-redimensiones-la-ventana.htm#comments</comments>
		<pubDate>Wed, 25 Jun 2008 08:49:49 +0000</pubDate>
		<dc:creator>Víctor Falcón</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Animación]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Vídeo]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=141</guid>
		<description><![CDATA[¡No redimensiones la ventana! Se trata de una pequeña animación o corto que hace uso de Javascript para ir redimensionando y moviendo nuestra ventana consiguiendo un buen efecto. Probadlo con Firefox. (Vía)]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.fly-a-balloon.be/">¡No redimensiones la ventana!</a></strong> Se trata de una pequeña animación o corto que hace uso de Javascript para ir redimensionando y moviendo nuestra ventana consiguiendo un buen efecto. Probadlo con Firefox. (<a href="http://meneame.net/story/no-redimensiones-la-ventana">Vía</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/%c2%a1no-redimensiones-la-ventana.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Captcha inspirado en el iPhone</title>
		<link>http://www.guiabreve.com/captcha-inspirado-en-el-iphone.htm</link>
		<comments>http://www.guiabreve.com/captcha-inspirado-en-el-iphone.htm#comments</comments>
		<pubDate>Sat, 14 Jun 2008 21:55:29 +0000</pubDate>
		<dc:creator>Víctor Falcón</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Captcha]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Slice]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=136</guid>
		<description><![CDATA[Los CAPTCHA suelen estar basados en pedir al usuario que copie el texto contenido en una imagen en un cuadro de texto. Este sistema es realmente novedoso. Como si de un iPhone se tratase lo que tenemos que hacer es arrastrar una flecha. (Ejemplo + Información)]]></description>
			<content:encoded><![CDATA[<p>Los <strong>CAPTCHA</strong> suelen estar basados en pedir al usuario que copie el texto contenido en una imagen en un cuadro de texto. Este sistema es realmente novedoso. Como si de un iPhone se tratase lo que tenemos que hacer es arrastrar una flecha. (<a href="http://www.aboone.com/?p=34">Ejemplo + Información</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/captcha-inspirado-en-el-iphone.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Menú superior desplegable con jQuery</title>
		<link>http://www.guiabreve.com/menu-superior-desplegable-con-jquery.htm</link>
		<comments>http://www.guiabreve.com/menu-superior-desplegable-con-jquery.htm#comments</comments>
		<pubDate>Sun, 18 May 2008 22:47:40 +0000</pubDate>
		<dc:creator>Víctor Falcón</dc:creator>
				<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Desplegable]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Menús]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=122</guid>
		<description><![CDATA[  Las ventajas de un menú superior desplegable es que nos permite ofrecerle al usuario una serie de accesos directos a los enlaces más importante de nuestra web de forma que no estén continuamente en pantalla si no que solo se desplieguen cuando el usuario desee. Para hacer este menú hemos utilizado la librería jQuery, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.guiabreve.com/wp-content/tutoriales/menu-top/"><img class="marco" title="Menu superior desplegable" src="http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-11.png" alt="" width="583" /></a> </p>
<p>Las ventajas de un menú superior desplegable es que nos permite ofrecerle al usuario una serie de accesos directos a los enlaces más importante de nuestra web de forma que no estén continuamente en pantalla si no que solo se desplieguen cuando el usuario desee.</p>
<p>Para hacer este menú hemos <strong>utilizado la librería <a href="http://www.guiabreve.com/wp-content/tutoriales/menu-top/jquery.js">jQuery</a></strong>, para conseguir ese efecto. Para aplicarlo en nuestra web tenemos que incluir el código Javascript y la llamada a la librería entre las etiquetas <code>&lt;head&gt;&lt;/head&gt;</code> de la siguiente forma:</p>
<div class="igBar"><a href="#" onclick="javascript:showCodeTxt('php-16'); return false;">[COPIAR]</a></div>
<div class="syntax_hilite"><span class="langName">C&oacute;digo PHP <a href="#" onclick="javascript:showCodeTxt('php-16'); return false;">(Copiar)</a>:</span>
<div id="php-16">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;script type=<span style="">"text/javascript"</span> src=<span style="">"jquery.js"</span>&gt;&lt;/script&gt;&nbsp; &lt;!-- Libreria jQuery --&gt;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;script type=<span style="">"text/javascript"</span>&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style=" font-weight:bold;">&#40;</span>document<span style=" font-weight:bold;">&#41;</span>.ready<span style=" font-weight:bold;">&#40;</span><span style=" font-weight:bold;">function</span><span style=" font-weight:bold;">&#40;</span><span style=" font-weight:bold;">&#41;</span><span style=" font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; $<span style=" font-weight:bold;">&#40;</span><span style="">".btn-slide"</span><span style=" font-weight:bold;">&#41;</span>.click<span style=" font-weight:bold;">&#40;</span><span style=" font-weight:bold;">function</span><span style=" font-weight:bold;">&#40;</span><span style=" font-weight:bold;">&#41;</span><span style=" font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; $<span style=" font-weight:bold;">&#40;</span><span style="">"#panel"</span><span style=" font-weight:bold;">&#41;</span>.slideToggle<span style=" font-weight:bold;">&#40;</span><span style="">"slow"</span><span style=" font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; $<span style=" font-weight:bold;">&#40;</span>this<span style=" font-weight:bold;">&#41;</span>.toggleClass<span style=" font-weight:bold;">&#40;</span><span style="">"active"</span><span style=" font-weight:bold;">&#41;</span>; <span style="">return</span> <span style=" font-weight:bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight:bold;">&#125;</span><span style=" font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;&nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight:bold;">&#125;</span><span style=" font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight:bold;">&lt;/script&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>El código html quedaría de la siguiente forma:</p>
<div class="igBar"><a href="#" onclick="javascript:showCodeTxt('html-17'); return false;">[COPIAR]</a></div>
<div class="syntax_hilite"><span class="langName">C&oacute;digo HTML <a href="#" onclick="javascript:showCodeTxt('html-17'); return false;">(Copiar)</a>:</span>
<div id="html-17">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/div.html"><span style=" font-weight: bold;">&lt;div</span></a> <span style="">id</span>=<span style="">"panel"</span><span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/ul.html"><span style=" font-weight: bold;">&lt;ul</span></a> <span style="">class</span>=<span style="">"list"</span><span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#"</span><span style=" font-weight: bold;">&gt;</span></a>Inicio<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#"</span><span style=" font-weight: bold;">&gt;</span></a>Contacto<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#"</span><span style=" font-weight: bold;">&gt;</span></a>Portafolio<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#"</span><span style=" font-weight: bold;">&gt;</span></a>Sobre...<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#"</span><span style=" font-weight: bold;">&gt;</span></a>Ayuda<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li</span></a> <span style="">class</span>=<span style="">"buscar"</span><span style=" font-weight: bold;">&gt;</span></a><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">value</span>=<span style="">"Buscar"</span> /<span style=" font-weight: bold;">&gt;</span></a><span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">&lt;/ul&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/div.html"><span style=" font-weight: bold;">&lt;div</span></a> <span style="">class</span>=<span style="">"clear"</span><span style=" font-weight: bold;">&gt;</span></a><span style=" font-weight: bold;">&lt;/div&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/div&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/p.html"><span style=" font-weight: bold;">&lt;p</span></a> <span style="">class</span>=<span style="">"slide"</span><span style=" font-weight: bold;">&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#"</span> <span style="">class</span>=<span style="">"btn-slide"</span><span style=" font-weight: bold;">&gt;</span></a>Men&amp;uacute;<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/p&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Y por último necesitamos darle estilo mediante CSS quedando de la siguiente forma:</p>
<div class="igBar"><a href="#" onclick="javascript:showCodeTxt('css-18'); return false;">[COPIAR]</a></div>
<div class="syntax_hilite"><span class="langName">C&oacute;digo CSS <a href="#" onclick="javascript:showCodeTxt('css-18'); return false;">(Copiar)</a>:</span>
<div id="css-18">
<div class="css">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">#panel <span style="">&#123;</span></span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">background</span>: #CCC093;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">height</span>: 50px;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">display</span>: <span style="">none</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">.slide </span><span style="">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">margin</span>: <span style="color:#800000;">0</span>;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">padding</span>: <span style="color:#800000;">0</span> <span style="color:#800000;">0</span> <span style="color:#800000;">0</span> 5px;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">border-top</span>: <span style="">solid</span> 4px #825948;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">height</span>: 40px;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">.btn-slide </span><span style="">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">float</span>: <span style=" font-weight: bold;">left</span>;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">background</span>: #825948 <span style="">url</span><span style="">&#40;</span>white-arrow.gif<span style="">&#41;</span> <span style="">no-repeat</span> <span style=" font-weight: bold;">right</span> -50px;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">text-align</span>: <span style="">center</span>;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">width</span>: 144px;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">height</span>: 31px;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">padding</span>: 10px 10px <span style="color:#800000;">0</span> <span style="color:#800000;">0</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">margin</span>: <span style="color:#800000;">0</span> <span style="">auto</span>;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">display</span>: <span style="">block</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">font</span>: <span style="">bold</span> <span style="color:#800000;">120</span>%/<span style="color:#800000;">100</span>% Arial, Helvetica, <span style="">sans-serif</span>;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">color</span>: #fff;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">text-decoration</span>: <span style="">none</span>;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">.active </span><span style="">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style=" font-weight: bold;">background-position</span>: <span style=" font-weight: bold;">right</span> 12px;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ul<span style="">.list </span><span style="">&#123;</span><span style=" font-weight: bold;">margin</span>: 0px; <span style=" font-weight: bold;">padding</span>: 16px 0px 0px 10px; <span style=" font-weight: bold;">list-style</span>: <span style="">none</span>;<span style="">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ul<span style="">.list </span>li <span style="">&#123;</span><span style=" font-weight: bold;">float</span>: <span style=" font-weight: bold;">left</span>; <span style=" font-weight: bold;">width</span>: <span style="">auto</span>;<span style="">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ul<span style="">.list </span>a <span style="">&#123;</span><span style=" font-weight: bold;">text-decoration</span>: <span style="">none</span>; <span style=" font-weight: bold;">background</span>: #453027; <span style=" font-weight: bold;">margin</span>: 5px; <span style=" font-weight: bold;">padding</span>: 4px;<span style="">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ul<span style="">.list </span>a<span style="">:hover </span><span style="">&#123;</span><span style=" font-weight: bold;">text-decoration</span>: <span style="">none</span>; <span style=" font-weight: bold;">background</span>: #825948;<span style="">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ul<span style="">.list </span>li<span style="">.buscar </span><span style="">&#123;</span><span style=" font-weight: bold;">float</span>: <span style=" font-weight: bold;">right</span>; <span style=" font-weight: bold;">margin-right</span>: 5px;<span style="">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ul<span style="">.list </span>li<span style="">.buscar </span>input <span style="">&#123;</span><span style=" font-weight: bold;">background-color</span>: #453027; <span style=" font-weight: bold;">border</span>: 0px; <span style=" font-weight: bold;">color</span>: #CCC093; <span style=" font-weight: bold;">font-size</span>: 18px; <span style=" font-weight: bold;">margin</span>: 0px; <span style=" font-weight: bold;">width</span>: 300px;<span style="">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Si queréis ver un <a href="http://www.guiabreve.com/wp-content/tutoriales/menu-top/">ejemplo</a> de como queda, tenéis esta <a href="http://www.guiabreve.com/wp-content/tutoriales/menu-top/">página</a> disponible. La librería jQuery la tenéis <a href="http://www.guiabreve.com/wp-content/tutoriales/menu-top/jquery.js">aquí</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/menu-superior-desplegable-con-jquery.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Guia completa sobre PHP Speedy: Instalación, configuración y uso</title>
		<link>http://www.guiabreve.com/guia-completa-sobre-php-speedy-instalacion-configuracion-y-uso.htm</link>
		<comments>http://www.guiabreve.com/guia-completa-sobre-php-speedy-instalacion-configuracion-y-uso.htm#comments</comments>
		<pubDate>Tue, 06 May 2008 14:14:08 +0000</pubDate>
		<dc:creator>Víctor Falcón</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP Speedy]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Tiempo de carga]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=95</guid>
		<description><![CDATA[Primero que nada: ¿Que es y para que sirve? PHP Speedy WordPress Plugin es un plugin para WordPress que acelera la carga del blog, uniendo y comprimiendo los archivos Javascript y las Hojas de Estilo (CSS). La página cargará más rápido y si usamos varias librerías JavaScript notaremos bastante la diferencia. A continuación hablaremos de: [...]]]></description>
			<content:encoded><![CDATA[<p>Primero que nada: <strong>¿Que es y para que sirve?</strong> <a href="http://aciddrop.com/2008/03/22/php-speedy-wordpress-plugin-version-04/">PHP Speedy WordPress Plugin</a> es un plugin para WordPress que acelera la carga del blog, uniendo y comprimiendo los archivos Javascript y las Hojas de Estilo (CSS). La página cargará más rápido y si usamos varias librerías JavaScript notaremos bastante la diferencia.</p>
<p>A continuación hablaremos de:</p>
<ol>
<li><a href="#instalacion">Instalación</a></li>
<li><a href="#configuracion">Configuración</a></li>
<li><a href="#prueba">Prueba de la configuración</a></li>
<li><a href="#activacion">Activación</a></li>
<li><a href="#analisis">¿Realmente mejora el tiempo de Carga?</a></li>
</ol>
<h3 id="instalacion">Instalación</h3>
<p>La instalación no es diferente a el resto de plugins, simplemente <a href="http://aciddrop.com/aciddrop/download/php_speedy_wp-preview-release-0.4.5.zip">lo descargamos</a> y subimos la carpeta <code>php_speedy_wp</code> al directorio <code>wp-content/plugins</code> de WordPress. </p>
<p>Antes de activarlo tenéis que aseguraos de que los directorios <code>/wp-content/plugins/php_speedy_wp/libs/php_speedy/config.php</code> y <code>/wp-content/plugins/php_speedy_wp/cache</code> tengan permisos <em>CHMOD 777</em>. Luego lo activamos y vamos a <code>Opciones » PHP Speedy</code>.<span id="more-95"></span></p>
<h3 id="configuracion">Configuración</h3>
<h4>Comprobaciones</h4>
<p>Una ves que estemos en en la página de Opciones de PHP Speedy, lo primero que tendréis que comprobar es que PHP Speedy marque el archivo de opciones y el directorio de caché como <em>writable</em> (Modificable). Tal y como muestra la siguiente imagen.</p>
<p><center><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-1.png" alt="" title="Configuración de PHP Speedy (Directorio de Caché y fichero de Opciones)" width="600" class="marco" /></center></p>
<h4>Configuración básica</h4>
<p>El plugin nos ofrece varías opciones para que lo configuremos a nuestro gusto. En principio nos encontramos con una lista de <strong>librerías JavaScript</strong>. En caso de que usemos alguna de las que esta disponible podríamos añadirla desde hay. En mi caso no uso ninguna de esas, así que no he marcado ninguna.</p>
<p>A continuación nos encontramos con las opciones de <strong>reducción de archivos</strong> y la <strong>compresión Gzip</strong> tanto de los archivos JavaScript como de los CSS. Yo he marcado todas las opciones para conseguir la mayor optimización posible del sitio.</p>
<p>Luego nos encontramos con otros tres grupos de opciones: Far Future Expires Options, File Cleanup y Footer Text. En estas opciones no me voy a parar, yo simplemente active todas las opciones de los dos primero grupos y desactive las de Footer Text. (Tal y como esta en las imágenes siguientes)</p>
<p>En caso de querer añadir un enlace de texto y un logo en el pie de nuestra página para ayudar al creador del plugin podríamos marcar las opciones de Footer Text</p>
<div style="text-align:center;"><a href='http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-2.png'><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-2-150x150.png" alt="" title="Opciones de Reducción" width="100" height="100" class="marco" /></a> <a href='http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-3.png'><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-3-150x150.png" alt="" title="Opciones Gzip" width="100" height="100" class="marco" /></a> <a href='http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-4.png'><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-4-150x150.png" alt="" title="Far Future Expires Options" width="100" height="100" class="marco" /></a> <a href='http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-5.png'><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-5-150x150.png" alt="" title="File CleanUp" width="100" height="100" class="marco" /></a> <a href='http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-6.png'><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-6-150x150.png" alt="" title="Footer Options" width="100" height="100" class="marco" /></a></div>
<p>Una ves que este todo configurado a nuestro gusto hacemos clic en el botón <code>Set Options</code> para guardar la configuración.</p>
<h3 id="prueba">Probar configuración</h3>
<p>Una ves que este todo configurado y hallamos guardado la configuración tendremos que probarla para comprobar que todo este bien. Para ello nos dirigimos a la pestaña <code>Test Configuration</code>.</p>
<p>En caso de que no halla problemas nos aparecerá una ventana como la de la imagen. Si nos fijamos nos indica que archivos JavaScript y CSS ha tratado y cual es el resultado de la combinación de ambos.</p>
<p><a href='http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-7.png'><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/imagen-7.png" alt="" title="Probando la configuración" width="600" class="marco" /></a></p>
<p>En caso de que halla algún error habría que analizarlo uno por uno, pero en principio si se ha configurado todo correctamente no debería de haber ningún problema.</p>
<h3>Activación</h3>
<p>Luego solo nos quedaría activar el plugin para que comienza a funcionar. Para ello simplemente nos dirigimos a la tercera pestaña, en la que debe poner algo así como <code>Activate</code>, y pulsar el botón para activarlo.</p>
<h3 id="analisis">Análisis</h3>
<p>Ahora, una vez que lo he activado, he querido comprobar si realmente funciona y cuanto tiempo ahorra. Por medio de la utilidad de Safari, el Inspector Web, he comprobado los tiempos de cargas y las peticiones con y sin el plugin activado.</p>
<p>En mi caso la diferencia de tiempo ha sido de 1 segundo y medio. Teniendo en cuenta que <strong>antes cargaba en 3'5 segundos aproximadamente y ahora en unos 2 segundos</strong>, estamos hablando de una <strong>diferencia del 43%</strong>.</p>
<p><center><a href='http://www.guiabreve.com/wp-content/uploads/2008/05/guiabreve.png'><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/guiabreve.png" alt="" title="Tiempo de carga sin PHP Speedy" width="500" height="61" class="marco" /></a> <a href='http://www.guiabreve.com/wp-content/uploads/2008/05/guiabreve-phpspeed.png'><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/guiabreve-phpspeed.png" alt="" title="Tiempo de carga con PHP Speedy" width="500" height="67" class="marco" /></a></center></p>
<p>En cuanto a las peticiones, también han descendido, con lo cual, también se reducirá la carga del servidor.</p>
<p><center><a href='http://www.guiabreve.com/wp-content/uploads/2008/05/guiabreve-2.png'><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/guiabreve-2.png" alt="" title="Peticiones Sin PHP SPeedy" width="500" height="301" class="marco" /></a> <a href='http://www.guiabreve.com/wp-content/uploads/2008/05/guiabreve-2-phpspeedy.png'><img src="http://www.guiabreve.com/wp-content/uploads/2008/05/guiabreve-2-phpspeedy.png" alt="" title="Peticiones al servidor con PHP Speedy" width="500" height="211" class="marco" /></a></center></p>
<p>Bueno, esto ha sido todo, espero que os halla sido útil y que alguno se anime a probarlo, si os surge algún problema probad a dejar un comentario, y os intentaré ayudar en lo que pueda.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/guia-completa-sobre-php-speedy-instalacion-configuracion-y-uso.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.guiabreve.com @ 2010-09-06 23:33:21 -->