<?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>Nexxuz.com</title>
	<atom:link href="http://nexxuz.com/feed" rel="self" type="application/rss+xml" />
	<link>http://nexxuz.com</link>
	<description>&#34; Open source, Open minds &#34;</description>
	<lastBuildDate>Tue, 08 May 2012 20:33:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Agregar boton +1 a cualquier pagina desde favoritos</title>
		<link>http://nexxuz.com/agregar-boton-1-a-cualquier-pagina-desde-favoritos.html</link>
		<comments>http://nexxuz.com/agregar-boton-1-a-cualquier-pagina-desde-favoritos.html#comments</comments>
		<pubDate>Tue, 08 May 2012 20:08:25 +0000</pubDate>
		<dc:creator>Jodacame</dc:creator>
				<category><![CDATA[Aplicaciones]]></category>
		<category><![CDATA[Programacion]]></category>

		<guid isPermaLink="false">http://nexxuz.com/?p=2492</guid>
		<description><![CDATA[
Comparto con ustedes, este pequeño tips, el cual nos permite agregar el boton +1 de google a cualquier pagina de la web desde nuestro navegador. Solo debemos agregar en nuestro favorito el siguiente codigo y<br /><span style="float:right"><a href="http://nexxuz.com/agregar-boton-1-a-cualquier-pagina-desde-favoritos.html" class="read-more post-2492">Leer mas </a></span>]]></description>
			<content:encoded><![CDATA[
<p>Comparto con ustedes, este pequeño tips, el cual nos permite agregar el boton +1 de google a cualquier pagina de la web desde nuestro navegador.</p>
<p>Solo debemos agregar en nuestro favorito el siguiente codigo y en titulo podemos poner &#8220;Google +1&#8243;.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">javascript<span style="color: #339933;">:</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><span style="color: #003366; font-weight: bold;">var</span> marc<span style="color: #339933;">=</span>document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'iframe'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>var capa<span style="color: #339933;">=</span>document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'div'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>var cs<span style="color: #339933;">=</span>capa.<span style="color: #660066;">style</span><span style="color: #339933;">;</span>cs.<span style="color: #660066;">border</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'1px solid black'</span><span style="color: #339933;">;</span>cs.<span style="color: #660066;">padding</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'3px'</span><span style="color: #339933;">;</span>cs.<span style="color: #660066;">position</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'fixed'</span><span style="color: #339933;">;</span>cs.<span style="color: #660066;">top</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'25px'</span><span style="color: #339933;">;</span>cs.<span style="color: #660066;">left</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'10px'</span><span style="color: #339933;">;</span>cs.<span style="color: #660066;">backgroundColor</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'white'</span><span style="color: #339933;">;</span>var ruta<span style="color: #339933;">=</span>window.<span style="color: #660066;">location</span><span style="color: #339933;">;</span>marc.<span style="color: #000066;">name</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'marc'</span><span style="color: #339933;">;</span>marc.<span style="color: #660066;">width</span><span style="color: #339933;">=</span><span style="color: #CC0000;">50</span><span style="color: #339933;">;</span>marc.<span style="color: #660066;">height</span><span style="color: #339933;">=</span><span style="color: #CC0000;">60</span><span style="color: #339933;">;</span>marc.<span style="color: #660066;">frameBorder</span><span style="color: #339933;">=</span><span style="color: #CC0000;">0</span><span style="color: #339933;">;</span>marc.<span style="color: #660066;">scrolling</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'no'</span><span style="color: #339933;">;</span>marc.<span style="color: #660066;">src</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'https://plusone.google.com/u/0/_/+1/fastbutton?url='</span><span style="color: #339933;">+</span>ruta<span style="color: #339933;">+</span><span style="color: #3366CC;">'&amp;size=tall&amp;count=true&amp;db=1&amp;hl=en-US&amp;jsh=r;gc/23023094-78d85b58#id=I1_1313054682339&amp;parent=https://www.google.com&amp;rpctoken=120360906&amp;_methods=onPlusOne,_ready,_close,_open,_resizeMe'</span><span style="color: #339933;">;</span>var a<span style="color: #339933;">=</span>document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>a.<span style="color: #660066;">innerHTML</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'✖'</span><span style="color: #339933;">;</span>var <span style="color: #000066; font-weight: bold;">as</span><span style="color: #339933;">=</span>a.<span style="color: #660066;">style</span><span style="color: #339933;">;</span>as.<span style="color: #660066;">color</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'red'</span><span style="color: #339933;">;</span>as.<span style="color: #660066;">display</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'block'</span><span style="color: #339933;">;</span>as.<span style="color: #660066;">textAlign</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'right'</span><span style="color: #339933;">;</span>as.<span style="color: #660066;">cursor</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'pointer'</span><span style="color: #339933;">;</span>a.<span style="color: #660066;">onclick</span><span style="color: #339933;">=</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">parentNode</span>.<span style="color: #660066;">parentNode</span>.<span style="color: #660066;">removeChild</span><span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">parentNode</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>return <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>var mini<span style="color: #339933;">=</span>document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>mini.<span style="color: #660066;">href</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'http://www.nexxuz.com/'</span><span style="color: #339933;">;</span>mini.<span style="color: #660066;">target</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'_blank'</span><span style="color: #339933;">;</span>mini.<span style="color: #660066;">innerHTML</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'+info'</span><span style="color: #339933;">;</span>mini.<span style="color: #660066;">style</span>.<span style="color: #660066;">fontSize</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'10px'</span><span style="color: #339933;">;</span>mini.<span style="color: #660066;">style</span>.<span style="color: #660066;">textAlign</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'center'</span><span style="color: #339933;">;</span>mini.<span style="color: #660066;">style</span>.<span style="color: #660066;">display</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'block'</span><span style="color: #339933;">;</span>capa.<span style="color: #660066;">appendChild</span><span style="color: #009900;">&#40;</span>a<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>capa.<span style="color: #660066;">appendChild</span><span style="color: #009900;">&#40;</span>marc<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>capa.<span style="color: #660066;">appendChild</span><span style="color: #009900;">&#40;</span>mini<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>document.<span style="color: #660066;">body</span>.<span style="color: #660066;">appendChild</span><span style="color: #009900;">&#40;</span>capa<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Espero q sea de mucha utilidad.</p>
]]></content:encoded>
			<wfw:commentRss>http://nexxuz.com/agregar-boton-1-a-cualquier-pagina-desde-favoritos.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listado de funciones para wordpress</title>
		<link>http://nexxuz.com/listado-de-funciones-para-wordpress.html</link>
		<comments>http://nexxuz.com/listado-de-funciones-para-wordpress.html#comments</comments>
		<pubDate>Tue, 08 May 2012 18:54:44 +0000</pubDate>
		<dc:creator>Jodacame</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[funciones]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://nexxuz.com/?p=2488</guid>
		<description><![CDATA[
Comparto con ustedes el listado de algunas funciones de wordpress (PHP) que les puede ser util a la hora de crear o modificar un theme (plantilla). El siguiente es un listado de estas funciones que<br /><span style="float:right"><a href="http://nexxuz.com/listado-de-funciones-para-wordpress.html" class="read-more post-2488">Leer mas </a></span>]]></description>
			<content:encoded><![CDATA[
<p>Comparto con ustedes el listado de algunas funciones de wordpress (PHP) que les puede ser util a la hora de crear o modificar un theme (plantilla).</p>
<p>El siguiente es un listado de estas funciones que nos ayudaran mucho al momento de crear o personalizar una plantilla.</p>
<p>Título del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’name’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Descripción del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’description’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Versión de WordPress</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’version’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>URL del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’url’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>URL de los Pingbacks del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’pingback_url’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>URL para los feeds Atom del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’atom_url’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>URL para los feeds RSS2 del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’rss2_url’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Versión HTML del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’html_type’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Juego de Caracteres del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’charset’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Ruta de la hoja de estilos(&#8220;style.css&#8221;)</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’stylesheet_url’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Ruta del Theme actual</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span>’template_url’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Contenido de los posts</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Si hay posts…</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Cierra la condición</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Mientras haya posts, muestralos</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">while</span><span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Cierra el mientras</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endwhile</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Muestra el contenido de header.php</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> get_header<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Muestra el contenido de sidebar.php</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> get_sidebar<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Muestra el contenido de footer.php</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> get_footer<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Muestra la fecha</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_date<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Muestra la hora</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Muestra la fecha en formato d-m-y</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_time<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'d-m-y'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Enlace a los comentarios del post</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> comments_popup_link<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Título del post o página</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>URL de post</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Categorías del post</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_category<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">', '</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Autor del post</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_author<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>ID del post</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_ID<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Enlace para editar el post</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> edit_post_link<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Enlaces del blogroll</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> get_links_list<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Muestra el contenido de Comments.php</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> comments_template<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Lista las páginas del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_list_pages<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Lista las categorías del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_list_cats<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Enlace al siguiente post</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> next_post_link<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">' %link '</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Enlace al post anterior</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> previous_post_link<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'%link'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Muestra el calendario</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> get_calendar<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Muestra los archivos del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_get_archives<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Enlaces al Siguiente o Anterior Post</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> posts_nav_link<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Valor del formulario de búsqueda</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_search_query<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Incluir un archivo que esta dentro de la carpeta del theme</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span>TEMPLATEPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">'archivo.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Muestra &#8220;Texto&#8221;</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Texto'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Enlace al registro</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_register<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Enlace al login o logout</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_loginout<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Meta para administradores</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_meta<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Tiempo de carga del blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> timer_stop<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Número de consultas al cargar el blog</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_num_queries<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://nexxuz.com/listado-de-funciones-para-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Dreams Juego de Carreras para Linux</title>
		<link>http://nexxuz.com/speed-dreams-juego-de-carreras-para-linux.html</link>
		<comments>http://nexxuz.com/speed-dreams-juego-de-carreras-para-linux.html#comments</comments>
		<pubDate>Tue, 08 May 2012 13:12:01 +0000</pubDate>
		<dc:creator>Jodacame</dc:creator>
				<category><![CDATA[Juegos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[autos]]></category>
		<category><![CDATA[carreras]]></category>
		<category><![CDATA[coches]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[pistas]]></category>
		<category><![CDATA[torcs]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nexxuz.com/?p=2482</guid>
		<description><![CDATA[
Es un fork de Torcs con el objetivo de poner en práctica nuevas y emocionantes características, los coches, pistas y oponentes de con inteligencia artificial para hacer un juego más agradable para el jugador, así<br /><span style="float:right"><a href="http://nexxuz.com/speed-dreams-juego-de-carreras-para-linux.html" class="read-more post-2482">Leer mas </a></span>]]></description>
			<content:encoded><![CDATA[
<p>Es un fork de Torcs con el objetivo de poner en práctica nuevas y emocionantes características, los coches, pistas y oponentes de  con inteligencia artificial para hacer un juego más agradable para el jugador, así como la mejora constante y el realismo visual de la física.</p>
<p>Se puede descargar desde <a href="http://www.speed-dreams.org/">http://www.speed-dreams.org/</a></p>
<p>Instalación en ubuntu:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;"><span style="color: #1E90FF; font-weight: bold;">sudo</span></span> add-apt-repository ppa:speed-dreams<span style="color: #000000; font-weight: bold;">/</span>ppa
<span style="color: #000000; font-weight: bold;"><span style="color: #1E90FF; font-weight: bold;">sudo</span></span> <span style="color: #1E90FF; font-weight: bold;">apt-get</span> <span style="color: #1E90FF; font-weight: bold;">update</span>
<span style="color: #000000; font-weight: bold;"><span style="color: #1E90FF; font-weight: bold;">sudo</span></span> <span style="color: #1E90FF; font-weight: bold;">apt-get</span> <span style="color: #1E90FF; font-weight: bold;">install</span> speed-dreams</pre></div></div>

<p>Visto en <a href="http://linux-juegos.com/" title="Juegos GNU Linux (Android, Ubuntu, Suse, Fedora, Debian)">http://linux-juegos.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nexxuz.com/speed-dreams-juego-de-carreras-para-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detectar android con JavaScript</title>
		<link>http://nexxuz.com/detectar-android-con-javascript.html</link>
		<comments>http://nexxuz.com/detectar-android-con-javascript.html#comments</comments>
		<pubDate>Fri, 04 May 2012 14:14:39 +0000</pubDate>
		<dc:creator>Jodacame</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[navegador]]></category>
		<category><![CDATA[user agent]]></category>

		<guid isPermaLink="false">http://nexxuz.com/?p=2477</guid>
		<description><![CDATA[
Para detectar el tipo de browser (navegador) que esta usando un usuario al acceder a nuestro sitio web existen muchas maneras, hoy les mostrare como detectar si un usuario esta entrando con un browser nativo<br /><span style="float:right"><a href="http://nexxuz.com/detectar-android-con-javascript.html" class="read-more post-2477">Leer mas </a></span>]]></description>
			<content:encoded><![CDATA[
<p>Para detectar el tipo de browser (navegador) que esta usando un usuario al acceder a nuestro sitio web existen muchas maneras, hoy les mostrare como detectar si un usuario esta entrando con un browser nativo de android.</p>
<p>Solo debemos agregar el siguiente codigo en nuestro documento HTML.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script<span style="color: #339933;">&gt;</span>
<span style="color: #003366; font-weight: bold;">var</span> ua <span style="color: #339933;">=</span> navigator.<span style="color: #660066;">userAgent</span>.<span style="color: #660066;">toLowerCase</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> isAndroid <span style="color: #339933;">=</span> ua.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;android&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&gt;</span> <span style="color: #339933;">-</span><span style="color: #CC0000;">1</span><span style="color: #339933;">;</span>
<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>isAndroid<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
 <span style="color: #006600; font-style: italic;">// Es android</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000066; font-weight: bold;">else</span>
<span style="color: #009900;">&#123;</span>
 <span style="color: #006600; font-style: italic;">// Es otro sistema</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Y listo con eso conseguimos saber si están entrando con android y podemos redireccionarlos a nuestro sitio web optimizado para mobiles.</p>
<p><strong>NOTA:</strong> Este ejemplo es solo para android, si un usuario llegara a entrar con otro browser de otro sistema Ej. iPad, Opera Mobil, Etc.. sera detectado en el bloque &#8220;// Otro Sistema&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://nexxuz.com/detectar-android-con-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bajar o subir calidad de las imágenes jpg de wordpress automaticamente</title>
		<link>http://nexxuz.com/bajar-o-subir-calidad-de-las-imagenes-jpg-de-wordpress-automaticamente.html</link>
		<comments>http://nexxuz.com/bajar-o-subir-calidad-de-las-imagenes-jpg-de-wordpress-automaticamente.html#comments</comments>
		<pubDate>Wed, 02 May 2012 14:50:27 +0000</pubDate>
		<dc:creator>Jodacame</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[calidad]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[imagen]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nexxuz.com/?p=2473</guid>
		<description><![CDATA[
Si queremos comprimir o subir la calidad de las imágenes que subimos en nuestro wordpress, podemos agregar el siguiente código en nuestro archivo functions.php de nuestro theme. add_filter&#40;'jpeg_quality', function&#40;$arg&#41;&#123;return 100;&#125;&#41;; Cambiamos el numero 100 por la calidad que queremos que nuestra<br /><span style="float:right"><a href="http://nexxuz.com/bajar-o-subir-calidad-de-las-imagenes-jpg-de-wordpress-automaticamente.html" class="read-more post-2473">Leer mas </a></span>]]></description>
			<content:encoded><![CDATA[
<p>Si queremos comprimir o subir la calidad de las imágenes que subimos en nuestro wordpress, podemos agregar el siguiente código en nuestro archivo functions.php de nuestro theme.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'jpeg_quality'</span><span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$arg</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">100</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Cambiamos el numero 100 por la calidad que queremos que nuestra imagen tenga, un valor optimo seria entre 65 &#8211; 75, las imágenes se visualizan bien y mejoramos los tiempos de respuesta de nuestro servidor web al momento de cargar las imágenes.</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://nexxuz.com/bajar-o-subir-calidad-de-las-imagenes-jpg-de-wordpress-automaticamente.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sitio web con colección de Juegos para GNU Linux</title>
		<link>http://nexxuz.com/sitio-web-con-coleccion-de-juegos-para-gnu-linux.html</link>
		<comments>http://nexxuz.com/sitio-web-con-coleccion-de-juegos-para-gnu-linux.html#comments</comments>
		<pubDate>Tue, 24 Apr 2012 21:26:02 +0000</pubDate>
		<dc:creator>Jodacame</dc:creator>
				<category><![CDATA[(Proyectos) Linux]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mis Proyectos]]></category>
		<category><![CDATA[Otros]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://nexxuz.com/?p=2469</guid>
		<description><![CDATA[
Comparto con ustedes mi nuevo sitio web de juegos para GNU Linux, este sitio tiene un listado de juegos de todos los generos para gnu linux, con sus respectivos links de descargas, entre los generos<br /><span style="float:right"><a href="http://nexxuz.com/sitio-web-con-coleccion-de-juegos-para-gnu-linux.html" class="read-more post-2469">Leer mas </a></span>]]></description>
			<content:encoded><![CDATA[
<p>Comparto con ustedes mi nuevo sitio web de juegos para GNU Linux, este sitio tiene un listado de juegos de todos los generos para gnu linux, con sus respectivos links de descargas, entre los generos mas comunes tenemos:</p>
<ul>
<li>Accion</li>
<li>Arcade</li>
<li>Aventura</li>
<li>Deportes</li>
<li>Estrategia</li>
<li>FPS</li>
<li>Musica</li>
<li>RPG-MMORPG</li>
<li>Simuladores</li>
<li>Wine</li>
</ul>
<p>También tiene una sección para Android, en el cual se pueden ver alguno de los mejores juegos gratis y pagos de este sistema.</p>
<p>La pagina nos permite navegar por las diferentes categorias, ver juegos recomendados, los mejores calificados, etc..</p>
<p><a href="http://linux-juegos.com/">http://linux-juegos.com</a></p>
<p>Como siempre les digo, espero que les sea de mucha utilidad!.</p>
]]></content:encoded>
			<wfw:commentRss>http://nexxuz.com/sitio-web-con-coleccion-de-juegos-para-gnu-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

