<?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>El blog de SuperGuille &#187; wordpress</title>
	<atom:link href="http://www.superguille.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.superguille.com</link>
	<description>Las experiencias y vivencias frikis de mi persona</description>
	<lastBuildDate>Thu, 19 May 2011 18:54:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mostrar cierto contenido sólo a usuarios registrados y autenticados</title>
		<link>http://www.superguille.com/mostrar-cierto-contenido-solo-a-usuarios-registrados-y-autenticados</link>
		<comments>http://www.superguille.com/mostrar-cierto-contenido-solo-a-usuarios-registrados-y-autenticados#comments</comments>
		<pubDate>Thu, 27 May 2010 07:51:26 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://www.superguille.com/?p=1286</guid>
		<description><![CDATA[
Muchas veces queremos limitar el contenido de parte de nuestras entradas solo a usuarios registraos en nuestra pagina web. ¿Que utilidad tiene esto?  Muy sencillo.
Imaginaros que tenéis una pagina web basado en WordPress dedicado al mundo de la magia, juegos de carta o ilusionismo. Pero de vez en cuando desveláis algún truco. Lo ideal [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-1287 aligncenter" title="candado-wordpress" src="http://www.superguille.com/wp-content/uploads/2010/05/candado-wordpress.jpg" alt="" width="213" height="284" /></p>
<p style="text-align: justify;">Muchas veces queremos limitar el contenido de parte de nuestras entradas solo a usuarios registraos en nuestra pagina web. ¿Que utilidad tiene esto?  Muy sencillo.</p>
<p style="text-align: justify;">Imaginaros que tenéis una pagina web basado en WordPress dedicado al mundo de la magia, juegos de carta o ilusionismo. Pero de vez en cuando desveláis algún truco. Lo ideal en estos casos es que solo puedan verlo los magos auténticos que se hayan registrado en nuestra web. Entonces lo que teneos que hacer es esto:</p>
<p style="text-align: justify;">Añadimos a nuestro functions.php el siguiente código:</p>
<div class="igBar"><span id="lcode-3"><a href="#" onclick="javascript:showPlainTxt('code-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-3">
<div class="code">
<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;">add_shortcode<span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#CC0000;">'member'</span>, <span style="color:#CC0000;">'member_check_shortcode'</span> <span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<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:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">function member_check_shortcode<span style="color:#006600; font-weight:bold;">&#40;</span> $atts, $content = null <span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;&nbsp; if <span style="color:#006600; font-weight:bold;">&#40;</span> is_user_logged_in<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span> &amp;amp;&amp;amp; !is_null<span style="color:#006600; font-weight:bold;">&#40;</span> $content <span style="color:#006600; font-weight:bold;">&#41;</span> &amp;amp;&amp;amp; !is_feed<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</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;">&nbsp; &nbsp; &nbsp; &nbsp; return $content;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; return <span style="color:#CC0000;">''</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p style="text-align: justify;">Salvaremos e iremos a editar los artículos con contenido “confidencial”. Todo lo que pongamos entre estos dos shortcodes…</p>
<div class="igBar"><span id="lcode-4"><a href="#" onclick="javascript:showPlainTxt('code-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-4">
<div class="code">
<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:#006600; font-weight:bold;">&#91;</span>member<span style="color:#006600; font-weight:bold;">&#93;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<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:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">texto, texto, texto, etc.</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<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:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span>/member<span style="color:#006600; font-weight:bold;">&#93;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p style="text-align: justify;">…quedará escondido para un usuario que no haya ingresado en nuestro site (anónimo).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superguille.com/mostrar-cierto-contenido-solo-a-usuarios-registrados-y-autenticados/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mejorando el blog</title>
		<link>http://www.superguille.com/mejorando-el-blog</link>
		<comments>http://www.superguille.com/mejorando-el-blog#comments</comments>
		<pubDate>Thu, 30 Apr 2009 22:51:04 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[chuck norris]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.superguille.com/?p=778</guid>
		<description><![CDATA[
Estoy instalando un par de plugins al blog que creo que le darán una gran mejoría. Uno de ellos es el de Post relacionados (cosa que si navegas por el blog que te diga cuales son alguno de los post similares, aun que sean antigüillos) y el otro es el de crear Series de Post, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-779" title="halo_wordpress" src="http://www.superguille.com/wp-content/uploads/2009/05/halo_wordpress.jpg" alt="halo_wordpress" width="430" height="334" /></p>
<p style="text-align: justify;">Estoy instalando un par de plugins al blog que creo que le darán una gran mejoría. Uno de ellos es el de Post relacionados (cosa que si navegas por el blog que te diga cuales son alguno de los post similares, aun que sean antigüillos) y el otro es el de crear Series de Post, como por ejemplo uno que estoy preparando de imágenes chulas..</p>
<p>Todo esto viene a que en estos dos o tres dias veis cosas raras NO OS ASUSTEIS que soy yo. No es <a title="Las leyes de Chuck Norris " href="/chuck-norris-un-dios-viviente" target="_blank">Chuck Norris </a>intentado destruiros.. que digo, Chuck Norris no intenta ya que la palabra intentar conlleva la posibilidad de fracasar, y Check no fracasa, simplemente mata.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superguille.com/mejorando-el-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A tomar por culo el Spam!!</title>
		<link>http://www.superguille.com/a-tomar-por-culo-el-spam</link>
		<comments>http://www.superguille.com/a-tomar-por-culo-el-spam#comments</comments>
		<pubDate>Tue, 25 Mar 2008 10:24:00 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[anti]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.superguille.com/a-tomar-por-culo-el-spam</guid>
		<description><![CDATA[Mucho se ha hablado de las virtudes de Akismet para detener el exceso de comentarios de spammers en Wordpress. No obstante, aún quedan pendientes de aprobación, no siempre acierta … dejando comentarios reales en espera … y no es, digamos, perfecto.Pues bien, tus problemas han acabado porque existe el plugin perfecto para evitar definitivamente el [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Mucho se ha hablado de las virtudes de Akismet para detener el exceso de comentarios de <strong>spammers en Wordpress</strong>. No obstante, aún quedan pendientes de aprobación, no siempre acierta … dejando comentarios reales en espera … y no es, digamos, perfecto.Pues bien, tus problemas han acabado porque existe el <strong>plugin perfecto</strong> para <strong>evitar definitivamente el spam</strong> de los bots, aquellos programas que envían spam automáticamente. Se llama <a href="http://www.hybrid6.com/webgeek/plugins/wp-spamfree" onclick="javascript:urchinTracker ('/outgoing/www.hybrid6.com/webgeek/plugins/wp-spamfree');">WP-SpamFree</a>.</p>
<p align="justify"><strong>Wp-SpamFree</strong> funciona del modo mas simple posible, <strong>no pide responder preguntas</strong>, <strong>ni pone captchas con imágenes</strong>, ni nada por el estilo. La filosofía de funcionamiento es que la mayoría de spam lo generan los bots y muy pocos de ellos son capaces de procesar JavaScript, y muy pocos pueden procesar cookies. WP-SpamFree utiliza una <strong>combinación de JavaScript y cookies</strong> que virtualmente <strong>evita los comentarios basura en tu blog</strong>. Eso si, no impedirá que visitantes “humanos” deje algún comentario fuera de tono, etc.</p>
<p align="justify">Parece mentira de puro simple que es pero lo mas sorprendente es que funciona, el resultado es de <strong>cero spam</strong>, definitivamente.</p>
<p align="justify">Y lo que es mejor es que <strong>no tienes que configurar nada</strong>, ni editar ningún fichero de tu plantilla, <strong>no sobrecarga tu blog ni lo enlentece</strong> porque no utiliza llamadas a la base de datos de ningún tipo y no interfiere tampoco con plugins como WP-Caché y similares.</p>
<p>La instalación es:</p>
<ol>
<li>Descargar <a href="http://downloads.wordpress.org/plugin/wp-spamfree.zip" onclick="javascript:urchinTracker ('/outgoing/downloads.wordpress.org/plugin/wp-spamfree.zip');">el plugin</a> y descomprimirlo</li>
<li>Subir la carpeta wp-spamfree a /wp-content/plugins/</li>
<li>Activarlo en Administración &gt; Plugins</li>
</ol>
<p>Y … <strong>a tomar por culo el SPAM!!!<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.superguille.com/a-tomar-por-culo-el-spam/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Poner favicon en wordpress</title>
		<link>http://www.superguille.com/poner-favicon-en-wordpress</link>
		<comments>http://www.superguille.com/poner-favicon-en-wordpress#comments</comments>
		<pubDate>Sat, 01 Mar 2008 00:00:04 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.superguille.com/poner-favicon-en-wordpress</guid>
		<description><![CDATA[Después de salvar a varias doncellas en apuros y de evitar que un súper meteorito mandado por el gran súper villano se estrellara en la tierra, regresé a mi guarida para poder comentar en mi blog mis logros como superhéroe cuando de repente, como un escupitajo en mi ojo, me doy cuenta de algo que [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Después de salvar a varias doncellas en apuros y de evitar que un súper meteorito mandado por el gran súper villano se estrellara en la tierra, regresé a mi guarida para poder comentar en mi blog mis logros como superhéroe cuando de repente, como un escupitajo en mi ojo, me doy cuenta de algo que se me habia olvidado de poner. NO TENIA FAVICON, por dios! Acto seguido, no puede ni quitarme los mosquitos de la cara a causa de vuelo hipersónico, edite mi favicon.ico y aquí lo tenemos.</p>
<p><strong>Antes:</strong></p>
<p align="justify">&nbsp;</p>
<p align="justify"><img src="http://www.superguille.com/wp-content/uploads/2008/03/antesfavicon.gif" alt="antes del favicon" /></p>
<p align="justify">&nbsp;</p>
<p align="justify"><strong>Después:</strong></p>
<p align="justify">
<img src="http://www.superguille.com/wp-content/uploads/2008/03/despuesfavicon.gif" alt="despues del favicon" /></p>
<p>Todo este royo de antes de superhéroe es que hoy he visto superman y ma dao por ahí. Colocar un favicon es muy muy sencillo. Hay algunos programas online que subes tu mismo una imagen y te la convierte en favicon.ico, pero si eres como yo preferirás hacerlo tu mismo.</p>
<p>Yo uso el Photoshop para editar las imágenes. Si lo usas tu también necesitaras un pequeño plugin para poder grabar en formato .ico</p>
<p><strong>Descargar plugin: <a href="http://www.superguille.com/wp-content/uploads/2008/03/icoformat-psplugin.zip" title="ico format">icoformat-psplugin.zip</a></strong></p>
<p>Dentro encontraremos un fichero llamado ICOFormat.8bi, que debemos colocarlo en la siguiente carpeta:</p>
<blockquote><p>C:\Archivos de programa\Adobe\Adobe Photoshop CS3\PlugIns\Formatos de archivo\</p></blockquote>
<p align="justify">
Abrimos el photoshop, y creamos un fichero de 16x16.</p>
<p align="justify">&nbsp;</p>
<p align="justify">
<p style="text-align: center"><img src="http://www.superguille.com/wp-content/uploads/2008/03/faviconcrear.gif" alt="faviconcrear.gif" /></p>
<p align="justify">
<p>Luego, a la hora de guardarlo lo guardamos en formato .ico y listo, el primer paso de la creación del favicon esta terminado.</p>
<p>Ahora que ya explicamos como crear el Favicon, vamos a Integrarlo a nuestra web. Renombramos nuestro icono a favicon.ico y lo subimos a la carpeta raiz de nuestro WordPress.</p>
<p>Modificamos nuestro header.php que se encuentra en la carpeta de nuestro theme</p>
<p>Entre las etiquetas <strong>&lt;head&gt;</strong> y <strong>&lt;/head&gt;</strong> agregaremos esta linea:</p>
<p align="justify">
<div class="igBar"><span id="lcss-6"><a href="#" onclick="javascript:showPlainTxt('css-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-6">
<div class="css">
<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;">&amp;lt;link rel=”shortcut <span style="color: #993333;">icon</span>” href=”&amp;lt;?php echo get_settings<span style="color: #66cc66;">&#40;</span>’home’<span style="color: #66cc66;">&#41;</span>; ?&amp;gt;/favicon.ico” type=”image/x-<span style="color: #993333;">icon</span>” /&amp;gt; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p align="justify">
<p>Guardamos y listo! El favicon ya tendría que verse en nuestra web.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superguille.com/poner-favicon-en-wordpress/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Formato de hora</title>
		<link>http://www.superguille.com/formato-de-hora</link>
		<comments>http://www.superguille.com/formato-de-hora#comments</comments>
		<pubDate>Thu, 03 Jan 2008 18:57:34 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.superguille.com/formato-de-hora</guid>
		<description><![CDATA[Ya hacia tiempo que queria cambiar el formato de la fecha del blog. Aun que los nombres de los meses están en español, el formato esta en inglés. Eso de “2nd” o eso de “30th” como que era un poco mortal. Y la verdad es que ha sido muy sencillo.
Vas al archivo, correspondiente a los [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Ya hacia tiempo que queria cambiar el formato de la fecha del blog. Aun que los nombres de los meses están en español, el formato esta en inglés. Eso de “2nd” o eso de “30th” como que era un poco mortal. Y la verdad es que ha sido muy sencillo.</p>
<p>Vas al archivo, correspondiente a los post (index.php) en mi caso y simplemente hay que sustituir esta linea:</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><cite><strong><o:p> </o:p></strong></cite></p>
<p class="MsoNormal"><cite><strong><o:p> </o:p></strong></cite></p>
<div class="igBar"><span id="lphp-9"><a href="#" onclick="javascript:showPlainTxt('php-9'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-9">
<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:#000000; font-weight:bold;">&lt;?php</span> the_time<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'js'</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>por esta:</p>
<div class="igBar"><span id="lphp-10"><a href="#" onclick="javascript:showPlainTxt('php-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-10">
<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:#000000; font-weight:bold;">&lt;?php</span> the_time<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'j'</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Aqui se puede ver el cambio: <img src="http://www.asdepikas.com/blog/wp-content/uploads/2008/01/fechass.png" alt="fechass.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.superguille.com/formato-de-hora/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Poner código en tus post de wordpress</title>
		<link>http://www.superguille.com/poner-codigo-en-tus-post-de-wordpress</link>
		<comments>http://www.superguille.com/poner-codigo-en-tus-post-de-wordpress#comments</comments>
		<pubDate>Mon, 31 Dec 2007 21:22:40 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.superguille.com/poner-codigo-en-tus-post-de-wordpress</guid>
		<description><![CDATA[Llevaba tiempo intentando instalar algún plugin para poder colocar código (Javascript, CSS, HTML...) y al final me he decantado por uno muy sencillo de instalar y muy completo.
INSTALACION

Descargar el archivo IG_Syntax_Hiliter.zip
Descomprimimos la carpeta      que hay dentro del .zip
Copiamos la carpeta que hay      dentro de esa [...]]]></description>
			<content:encoded><![CDATA[<p>Llevaba tiempo intentando instalar algún plugin para poder colocar código (Javascript, CSS, HTML...) y al final me he decantado por uno muy sencillo de instalar y muy completo.<o:p></o:p></p>
<p><u><strong>INSTALACION</strong></u><o:p></o:p></p>
<ul type="disc">
<li class="MsoNormal">Descargar el archivo <a href="http://blog.igeek.info/wp-plugins/igsyntax-hiliter/" target="_blank" title="igsyntax-hiliter">IG_Syntax_Hiliter.zip</a><o:p></o:p></li>
<li class="MsoNormal">Descomprimimos la carpeta      que hay dentro del .zip<o:p></o:p></li>
<li class="MsoNormal">Copiamos la carpeta que hay      dentro de esa carpeta <em>(ig_syntax hiliter plugin)</em> al directorio      /wp-content/plugins/<o:p></o:p></li>
<li class="MsoNormal">Renombramos la carpeta      "<em>ig_syntax hiliter plugin" a "ig_syntax hiliter"</em><o:p></o:p></li>
<li class="MsoNormal">Activar  el plugin en      el menú de administración</li>
<li class="MsoNormal">Modificamos el archivo <strong>quicktags.js      </strong>que se encuentra en <strong>“</strong><strong><span style="font-weight: normal">wp-includes/js/” </span></strong>Ahí      encontrarás en la línea # 126 lo siguiente:<strong><o:p></o:p></strong></li>
</ul>
<div class="igBar"><span id="ljavascript-13"><a href="#" onclick="javascript:showPlainTxt('javascript-13'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JavaScript:</span>
<div id="javascript-13">
<div class="javascript">
<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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_more'</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: #3366CC;">'more'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'&lt;span id=&quot;more-32&quot;&gt;&lt;/span&gt;'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'t'</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: #CC0000;color:#800000;">1</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Añade acto seguido:</p>
<div class="igBar"><span id="ljavascript-14"><a href="#" onclick="javascript:showPlainTxt('javascript-14'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JavaScript:</span>
<div id="javascript-14">
<div class="javascript">
<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: #009900; font-style: italic;">//----- Start iG:Syntax Hiliter Plugin's Quick Tags -----</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shAS'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'ActionScript'</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: #3366CC;">'[as]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[/as]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shASP'</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: #3366CC;">'ASP'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[asp]'</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: #3366CC;">'[/asp]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">''</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: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shC'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'C'</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: #3366CC;">'[c]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[/c]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shCPP'</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: #3366CC;">'C++'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[cpp]'</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: #3366CC;">'[/cpp]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">''</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: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shCSHARP'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'C#'</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: #3366CC;">'[csharp]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[/csharp]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shCSS'</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: #3366CC;">'CSS'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[css]'</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: #3366CC;">'[/css]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">''</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: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shDELPHI'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'DELPHI'</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: #3366CC;">'[delphi]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[/delphi]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shHTML'</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: #3366CC;">'HTML'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[html]'</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: #3366CC;">'[/html]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">''</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: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shJAVA'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'JAVA'</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: #3366CC;">'[java]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[/java]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shJS'</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: #3366CC;">'JavaScript'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[ js ]'</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: #3366CC;">'[ / js ]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">''</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: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shMySQL'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'MySQL'</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: #3366CC;">'[mysql]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[/mysql]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shPERL'</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: #3366CC;">'PERL'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[perl]'</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: #3366CC;">'[/perl]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">''</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: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shPHP'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'PHP'</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: #3366CC;">'[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: #3366CC;">'[/php]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shPYTHON'</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: #3366CC;">'PYTHON'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[python]'</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: #3366CC;">'[/python]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">''</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: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shRuby'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'RUBY'</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: #3366CC;">'[ruby]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[/ruby]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shSMARTY'</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: #3366CC;">'SMARTY'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[smarty]'</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: #3366CC;">'[/smarty]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">''</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: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shSQL'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'SQL'</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: #3366CC;">'[sql]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[/sql]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shVB'</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: #3366CC;">'Visual Basic'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[vb]'</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: #3366CC;">'[/vb]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">''</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: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shVBNET'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'VB.NET'</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: #3366CC;">'[vbnet]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[/vbnet]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</span> =</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shXML'</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: #3366CC;">'XML'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[xml]'</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: #3366CC;">'[/xml]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">''</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: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">edButtons<span style="color: #66cc66;">&#91;</span>edButtons.<span style="color: #006600;">length</span><span style="color: #66cc66;">&#93;</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: #003366; font-weight: bold;">new</span> edButton<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'ed_shCode'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'CODE'</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: #3366CC;">'[code]'</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">,<span style="color: #3366CC;">'[/code]'</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: #3366CC;">''</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#41;</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: #009900; font-style: italic;">//----- End iG:Syntax Hiliter Plugin's Quick Tags ----- </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Ahora ya tienes 21 nuevos botones en tu editor con éstos nombres:<br />
ActionScript, ASP, C, C++, C#, CSS, DELPHI, HTML, JAVA, JavaScript, MySQL, PERL, PHP, PYTHON, RUBY, SMARTY, SQL, Visual Basic, VB.NET, XML &amp; CODE que te generarán sus respectivas etiquetas.</p>
<p>Yo solo instalé estos 8 lenguajes: HTML, ActionScript , JavaScript, MySQL, PHP, SQL, XML, Code</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superguille.com/poner-codigo-en-tus-post-de-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actualización a Wordpress 2.3.2</title>
		<link>http://www.superguille.com/actualizacion-a-wordpress-232</link>
		<comments>http://www.superguille.com/actualizacion-a-wordpress-232#comments</comments>
		<pubDate>Sun, 30 Dec 2007 13:36:56 +0000</pubDate>
		<dc:creator>Guille</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[36]]></category>

		<guid isPermaLink="false">http://www.superguille.com/actualizacion-a-wordpress-232</guid>
		<description><![CDATA[Es posible que los nuevos no sepan aun como actualizar a nuevas versiones el wordpress. En este caso hay que actualizarlo con urgencia a 2.3.2 ya que contenía un error en el wp-includes/query.php en el que daba por supuesto que eras administrador si encontraba wp-admin/ en la URL del navegador.
Si entrabas por ejemplo en :
?x=wp-admin/&#38;paged=1
Se [...]]]></description>
			<content:encoded><![CDATA[<p>Es posible que los nuevos no sepan aun como actualizar a nuevas versiones el wordpress. En este caso hay que actualizarlo con urgencia a 2.3.2 ya que contenía un error en el <code><span style="font-size: 10pt">wp-includes/query.php </span></code>en el que daba por supuesto que eras administrador si encontraba <code><span style="font-size: 10pt">wp-admin/</span></code> en <st1:personname productid="la URL" w:st="on">la URL</st1:personname> del navegador.</p>
<p>Si entrabas por ejemplo en :</p>
<blockquote><p>?x=wp-admin/&amp;paged=1</p></blockquote>
<p>Se podian mostrar situaciones en las que personas sin loguearse pudieran ver los borradores de nuestro blog. Este error ha sido descubierto por  <a href="http://www.buayacorp.com/" onclick="javascript:urchinTracker('/outgoing/www.buayacorp.com/');">Alex Concha,</a></p>
<p><u><strong>ACTUALIZAR WORDPRESS 2.3.2</strong></u></p>
<ul>
<li>Descargamos <a href="http://wordpress.org/download/" onclick="javascript:urchinTracker('/outgoing/wordpress.org/download/');">la versión nueva</a></li>
<li>Desactivamos todos los plugins en el menu de administración</li>
<li>Accedemos al FTP</li>
<li>Renombramos la carpeta <strong>wp-content</strong> a <strong>wp-content</strong><strong>-save</strong></li>
<li>Subimos todos los ficheros de dentro del ZIP, excepto la carpeta <strong>wp-content</strong>.</li>
<li>Una vez subidos todos, probamos a acceder al sitio y probablemente veamos un error.</li>
<li>Renombramos de nuevo la carpeta <strong>wp-content</strong><strong>-save</strong> a <strong>wp-content</strong></li>
<li>Ya podemos acceder al blog sin errores.</li>
<li>Nos dirigimos al panel de administración y seguimos los pasos de la actualización.</li>
<li>Activamos los plugins que deseemos.</li>
<li>Listo, ya tenemos nuestro blog en Wordpress 2.3.2.</li>
</ul>
<p>Via: <a href="http://www.anieto2k.com/" title="Anieto2k" target="_blank">Anieto2k</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.superguille.com/actualizacion-a-wordpress-232/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actualizar a Wordpress 2.2</title>
		<link>http://www.superguille.com/actualizar-a-wordpress-22</link>
		<comments>http://www.superguille.com/actualizar-a-wordpress-22#comments</comments>
		<pubDate>Fri, 25 May 2007 10:51:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.superguille.com/actualizar-a-wordpress-22</guid>
		<description><![CDATA[Recientemente se ha descubierto un bug muy importante en las versiones 2.1, que cualquier persona con dos dedos de frente y un poco de sabiduría podía sacar el hash y el pass de tu bases de datos. No me extrañaría que muchos blog pasaran a la historia por esto.
El actualizar no cuesta nada de nada. [...]]]></description>
			<content:encoded><![CDATA[<p>Recientemente se ha descubierto un bug muy importante en las versiones 2.1, que cualquier persona con dos dedos de frente y un poco de sabiduría podía sacar el hash y el pass de tu bases de datos. No me extrañaría que muchos blog pasaran a la historia por esto.</p>
<p>El actualizar no cuesta nada de nada. es muy sencillo y en un periquete lo tienes hecho. Lo primero descargarse la última versión <a href="http://wordpress.org/download/" title="Wordpress 2.2" target="_blank"><strong>Wordpress 2.2</strong></a></p>
<p>1. Abrir el FTP<br />
2. Renombrar el archivo <strong>wp-content</strong> a <strong>wp-content-save</strong><br />
2.1 SOLO COMO MEDIDA RECORDATORIA HAZ UNA COPIA DE SEGURIDAD!!!!!!!<br />
3. Subir todos los archivos del wordpress 2.2 excepto la carpeta <strong>wp-content</strong><br />
4. Si accedemos al blog, nos dará un error<br />
5. Volvemos a renombrar <strong>wp-content</strong><strong>-save</strong> a <strong>wp-content</strong><br />
6. Entramos en administración y nos avisará que actualizara el wordpress al 2.2<br />
7. Listo nuestro blog actualizado</p>
<p>PD: No olvidarse de eliminar los ficheros<br />
wp-admin/install.php<br />
wp-admin/install.css<br />
wp-admin/install-helper.php<br />
wp-admin/install-rtl.css</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superguille.com/actualizar-a-wordpress-22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fgallery, plugin para wordpress</title>
		<link>http://www.superguille.com/fgallery-plugin-para-wordpress</link>
		<comments>http://www.superguille.com/fgallery-plugin-para-wordpress#comments</comments>
		<pubDate>Mon, 14 May 2007 22:57:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.superguille.com/fgallery-plugin-para-wordpress</guid>
		<description><![CDATA[Visto lo ocurrido voy a poner el enlace del plugin de la galería de fotos que tengo instalada en el wordpress. Por si a alguien le interesa.

Enlace de la galería: fgalery
Traducción al español: fgallery_spanol.zip
Tablas para la base de datos: fgallery.txt

Características

Utilización de urls      amigables
Redimensión de imágenes      [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Visto lo ocurrido voy a poner el enlace del plugin de la galería de fotos que tengo instalada en el wordpress. Por si a alguien le interesa.<br />
<o:p></o:p><br />
Enlace de la galería: <a href="http://www.fahlstad.se/wp-plugins/fgallery/" title="fgallery - Web del creador" target="_blank">fgalery</a><br />
Traducción al español: <a href="http://www.asdepikas.com/blog/wp-content/uploads/2007/05/fgallery_espa.zip" title="Fgallery - traduccion al español" target="_blank">fgallery_spanol.zip</a><br />
Tablas para la base de datos: <a href="http://www.asdepikas.com/blog/wp-content/uploads/2007/05/fgallery.txt" target="_blank">fgallery.txt</a></p>
<p class="MsoNormal"><o:p></o:p><span></span></p>
<p class="MsoNormal"><span></span><strong>Características</strong></p>
<ul type="disc">
<li class="MsoNormal">Utilización de urls      amigables<o:p></o:p></li>
<li class="MsoNormal">Redimensión de imágenes      (opcional)<o:p></o:p></li>
<li class="MsoNormal">Puedes definir el tamaño de      la miniatura<o:p></o:p></li>
<li class="MsoNormal">Támaño máximo de las      imágenes<o:p></o:p></li>
<li class="MsoNormal">Utiliza Lightbox (opcional)<o:p></o:p></li>
<li class="MsoNormal">Permite comentarios a las      imágenes (opcional)<o:p></o:p></li>
<li class="MsoNormal">Feed RSS para cada álbum<o:p></o:p></li>
<li class="MsoNormal">Permite ordenar las      imágenes<o:p></o:p></li>
<li class="MsoNormal">Permite ordenar los álbumes<o:p></o:p></li>
<li class="MsoNormal">Muestra la descripción de      cada imágen (opcional)<o:p></o:p></li>
<li class="MsoNormal">Miniaturas dinámicas (se      crean cada vez que son requeridas</li>
</ul>
<p class="MsoNormal"><strong>Instalación</strong></p>
<ol start="1" type="1">
<li class="MsoNormal">Descomprimir el archivo      fgallery y copiar su contenido en wp-content/plugins/</li>
<li class="MsoNormal">Descomprimir la traducción      y colocar los dos archivos en wp-content/plugins/fgallery/languages/<o:p></o:p></li>
<li class="MsoNormal">Crear la carpeta      wp-content/fgallery para las imágenes y cambiar los permisos a 777.<o:p></o:p></li>
<li class="MsoNormal">Cambiar los permisos del      archivo css/fim_style.css a 755 para hacerlo editable<o:p></o:p></li>
<li class="MsoNormal">Activar el plugin<o:p></o:p></li>
<li class="MsoNormal">En las opciones del plugin      cambiar el idioma a spanish.mo</li>
<li class="MsoNormal">Añadir las tablas a la base      de datos<o:p></o:p></li>
</ol>
<p class="MsoNormal">Y listo.. a disfrutar de ella.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superguille.com/fgallery-plugin-para-wordpress/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

