<?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>V0ltr4n Blog</title>
	<atom:link href="http://www.geekflog.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.geekflog.net</link>
	<description></description>
	<lastBuildDate>Thu, 04 Mar 2010 00:56:48 +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>Actualizacion Visits 1.2</title>
		<link>http://www.geekflog.net/wordpress/actualizacion-visits-1-2</link>
		<comments>http://www.geekflog.net/wordpress/actualizacion-visits-1-2#comments</comments>
		<pubDate>Thu, 04 Mar 2010 00:54:09 +0000</pubDate>
		<dc:creator>v0ltr4n</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programacion]]></category>

		<guid isPermaLink="false">http://www.geekflog.net/?p=124</guid>
		<description><![CDATA[Changelog:
.0.1
* bug corrected, that register false visits
1.1
* Add admin panel
1.2
* Add options total visits and today visits
Ya no solo muestra las visitas totales, si no tambien las visitas que se llevan en un dia

Repositoria de WP:
http://wordpress.org/extend/plugins/visits/
Descarga:
http://downloads.wordpress.org/plugin/visits.zip
]]></description>
		<wfw:commentRss>http://www.geekflog.net/wordpress/actualizacion-visits-1-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creando un simple menu con jquery</title>
		<link>http://www.geekflog.net/programacion/creando-un-simple-menu-con-jquery</link>
		<comments>http://www.geekflog.net/programacion/creando-un-simple-menu-con-jquery#comments</comments>
		<pubDate>Tue, 02 Mar 2010 01:59:45 +0000</pubDate>
		<dc:creator>v0ltr4n</dc:creator>
				<category><![CDATA[JS]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.geekflog.net/?p=119</guid>
		<description><![CDATA[Codigo html:
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62;
&#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xml:lang=&#34;en&#34; lang=&#34;en&#34;&#62;
&#60;head&#62;
&#60;title&#62;Menu&#60;/title&#62;
&#60;script type=&#34;text/javascript&#34; src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&#34;&#62;&#60;/script&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;div id=&#34;menu&#34;&#62;
&#60;label id=&#34;opcion1&#34;&#62;Opcion1&#60;/label&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;
&#60;label id=&#34;opcion2&#34;&#62;Opcion2&#60;/label&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;
&#60;label id=&#34;opcion3&#34;&#62;Opcion3&#60;/label&#62;
&#60;/div&#62;
&#60;div id=&#34;desplegable1&#34;&#62;
&#60;a href=&#34;#&#34;&#62;Enlace1&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace2&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace3&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace4&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace5&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace6&#60;/a&#62;
&#60;/div&#62;
&#60;div id=&#34;desplegable2&#34;&#62;
&#60;a href=&#34;#&#34;&#62;Enlace7&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace8&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace9&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace10&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace11&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace12&#60;/a&#62;
&#60;/div&#62;
&#60;div id=&#34;desplegable3&#34;&#62;
&#60;a href=&#34;#&#34;&#62;Enlace13&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace14&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace15&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace16&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace17&#60;/a&#62;
&#60;br /&#62;
&#60;a href=&#34;#&#34;&#62;Enlace18&#60;/a&#62;
&#60;/div&#62;
&#60;/body&#62;
&#60;/html&#62;
Codigo css:
1234567891011121314151617181920212223#menu [...]]]></description>
		<wfw:commentRss>http://www.geekflog.net/programacion/creando-un-simple-menu-con-jquery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clase para crear formularios &#8211; FormBox 0.1</title>
		<link>http://www.geekflog.net/programacion/clase-para-crear-formularios-formbox-0-1</link>
		<comments>http://www.geekflog.net/programacion/clase-para-crear-formularios-formbox-0-1#comments</comments>
		<pubDate>Fri, 22 Jan 2010 02:00:43 +0000</pubDate>
		<dc:creator>v0ltr4n</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Formularios]]></category>

		<guid isPermaLink="false">http://www.geekflog.net/?p=114</guid>
		<description><![CDATA[Jodiendo un rato con poo en php codee una simple clase
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475&#60;?php
class form
&#123;
&#160; &#160; private $action;
&#160; &#160; private $method;
&#160; &#160; private $size;
&#160; &#160; private $maxlength;
&#160; &#160; private $id;
&#160; &#160; private $src;
&#160; &#160; private $elements;
&#160; &#160; private $name;
&#160; &#160; private $value;
&#160; &#160; private $text;
&#160; &#160; public function __construct&#40;$action, $method&#41;
&#160; &#160; &#123;
&#160; &#160; &#160; &#160; $this-&#62;action = $action;
&#160; [...]]]></description>
		<wfw:commentRss>http://www.geekflog.net/programacion/clase-para-crear-formularios-formbox-0-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementando reCAPTCHA</title>
		<link>http://www.geekflog.net/programacion/implementando-recaptcha</link>
		<comments>http://www.geekflog.net/programacion/implementando-recaptcha#comments</comments>
		<pubDate>Tue, 05 Jan 2010 04:32:09 +0000</pubDate>
		<dc:creator>v0ltr4n</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Seguridad web]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.geekflog.net/?p=97</guid>
		<description><![CDATA[Para poder usar recaptcha necesitamos registrarnos para que nos prooporcionen una public key y una private key nos damos de alta aqui
Despues de tener las keys debemos de descargar la libreria de aqui
la incluimos en nuestro documento
123&#60;?php
require_once&#40;&#34;recaptchalib.php&#34;&#41;;
?&#62;
Debemos de utilizar la funcion &#8220;recaptcha_get_html()&#8221; para poder imprimirel captcha, en esta funcion consta de los siguientes parametrso: $publickey [...]]]></description>
		<wfw:commentRss>http://www.geekflog.net/programacion/implementando-recaptcha/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jugado con la Api de Twitter</title>
		<link>http://www.geekflog.net/programacion/jugado-con-la-api-de-twitter</link>
		<comments>http://www.geekflog.net/programacion/jugado-con-la-api-de-twitter#comments</comments>
		<pubDate>Tue, 05 Jan 2010 02:04:09 +0000</pubDate>
		<dc:creator>v0ltr4n</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.geekflog.net/?p=86</guid>
		<description><![CDATA[Sin nada que hacer andaba viendo un rato twitter.
Para hacer conectarnos al servidor vamos a usar cURL:
123456789&#60;?php
&#160;$connect = curl_init&#40;&#41;;
&#160; &#160; &#160; curl_setopt&#40;$connect, CURLOPT_URL, $url&#41;;
&#160; &#160; &#160; curl_setopt&#40;$connect, CURLOPT_VERBOSE, 0&#41;;
&#160; &#160; &#160; curl_setopt&#40;$connect, CURLOPT_RETURNTRANSFER, 1&#41;;
&#160; &#160; &#160; curl_setopt&#40;$connect, CURLOPT_USERPWD, &#34;$user:$pass&#34;&#41;;
&#160; &#160; &#160; curl_setopt&#40;$connect, CURLOPT_CONNECTTIMEOUT, 5&#41;;
&#160; &#160; &#160; $show = curl_exec&#40;$connect&#41;;
?&#62;
Despues de esto Twitter nos presta varios [...]]]></description>
		<wfw:commentRss>http://www.geekflog.net/programacion/jugado-con-la-api-de-twitter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actualizacion Visits 1.1</title>
		<link>http://www.geekflog.net/wordpress/actualizacion-visits-1-1</link>
		<comments>http://www.geekflog.net/wordpress/actualizacion-visits-1-1#comments</comments>
		<pubDate>Sun, 22 Nov 2009 00:21:49 +0000</pubDate>
		<dc:creator>v0ltr4n</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.geekflog.net/?p=72</guid>
		<description><![CDATA[Actualizada a la version 1.1 el plugin visits =)
Screen:

Descarga desde WP
http://wordpress.org/extend/plugins/visits/
]]></description>
		<wfw:commentRss>http://www.geekflog.net/wordpress/actualizacion-visits-1-1/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Funcion para cambiar date() a español y mostrar hora</title>
		<link>http://www.geekflog.net/programacion/funcion-para-cambiar-date-a-espanol-y-mostrar-hora</link>
		<comments>http://www.geekflog.net/programacion/funcion-para-cambiar-date-a-espanol-y-mostrar-hora#comments</comments>
		<pubDate>Tue, 17 Nov 2009 20:54:16 +0000</pubDate>
		<dc:creator>v0ltr4n</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programacion]]></category>

		<guid isPermaLink="false">http://www.geekflog.net/?p=60</guid>
		<description><![CDATA[12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576&#60;?php
&#160; function fecha_hora&#40;$dia, $mes, $ano, $dianumero, $hora, $minuto, $segundo&#41;
&#160; &#123;
&#160; &#160; &#160; $dia = date&#40;&#34;l&#34;&#41;;
&#160; &#160; &#160; $mes = date&#40;&#34;F&#34;&#41;;
&#160; &#160; &#160; $ano = date&#40;&#34;Y&#34;&#41;;
&#160; &#160; &#160; $dianumero = date&#40;&#34;j&#34;&#41;;
&#160; &#160; &#160; $hora = date&#40;&#34;G&#34;&#41;;
&#160; &#160; &#160; $minuto = date&#40;&#34;i&#34;&#41;;
&#160; &#160; &#160; $segundo = date&#40;&#34;s&#34;&#41;;
&#160; &#160; &#160; switch &#40;$dia&#41; &#123;
&#160; &#160; &#160; &#160; &#160; case [...]]]></description>
		<wfw:commentRss>http://www.geekflog.net/programacion/funcion-para-cambiar-date-a-espanol-y-mostrar-hora/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validacion de formularios con PHP y JS</title>
		<link>http://www.geekflog.net/programacion/php/validacion-de-formularios-con-php-y-js</link>
		<comments>http://www.geekflog.net/programacion/php/validacion-de-formularios-con-php-y-js#comments</comments>
		<pubDate>Wed, 05 Aug 2009 22:44:58 +0000</pubDate>
		<dc:creator>v0ltr4n</dc:creator>
				<category><![CDATA[JS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Formularios]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Validacion]]></category>

		<guid isPermaLink="false">http://www.geekflog.net/?p=50</guid>
		<description><![CDATA[Bueno aqui unos simples ejemplos ^^

PHP:

1234567891011121314151617181920212223242526272829303132333435363738394041&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34;
&#160; &#160;&#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62;
&#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xml:lang=&#34;en&#34; lang=&#34;en&#34;&#62;
&#60;head&#62;
&#60;style type=&#34;text/css&#34;&#62;
#contenedor{
&#160; text-align: center;
&#160; }
#validar{
&#160; border: 1px #C0C0C0 solid;
&#160; }
#boton{
&#160; border: 1px #C0C0C0 solid;
&#160; }
&#60;/style&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;br /&#62;
&#60;div id=&#34;contenedor&#34;&#62;
&#60;form action=&#34;&#34; name=&#34;asd&#34; method=&#34;POST&#34;&#62;
&#60;label&#62;Campo a validar&#60;/label&#62;
&#60;br /&#62;
&#60;input type=&#34;text&#34; id=&#34;validar&#34; name=&#34;validar&#34; size=&#34;30&#34; maxlength=&#34;30&#34; /&#62;
&#60;br /&#62;
&#60;br /&#62;
&#60;?php
&#160; //Comprobamos que este vacio
&#160; if &#40;isset&#40;$_POST&#91;'validar'&#93;&#41;&#41; &#123;
&#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.geekflog.net/programacion/php/validacion-de-formularios-con-php-y-js/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Captcha con PHP</title>
		<link>http://www.geekflog.net/programacion/php/captcha-con-php</link>
		<comments>http://www.geekflog.net/programacion/php/captcha-con-php#comments</comments>
		<pubDate>Wed, 05 Aug 2009 16:15:21 +0000</pubDate>
		<dc:creator>v0ltr4n</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Captcha]]></category>
		<category><![CDATA[Programacion]]></category>

		<guid isPermaLink="false">http://www.geekflog.net/?p=38</guid>
		<description><![CDATA[Aqui los codes de unos captchas que hice =)
captcha solo texto:
12345678910111213141516&#60;?php
&#160; //hacemos un array con las lestras o numeros que queremos
&#160; $le = array&#40;1 =&#62; &#34;0&#34;, 2 =&#62; &#34;1&#34;, 3 =&#62; &#34;2&#34;, 4 =&#62; &#34;3&#34;, 5 =&#62; &#34;4&#34;, 6 =&#62; &#34;5&#34;, 7 =&#62; &#34;6&#34;, 8 =&#62; &#34;7&#34;, 9 =&#62; &#34;8&#34;, 10 =&#62; &#34;9&#34;, 11 =&#62; [...]]]></description>
		<wfw:commentRss>http://www.geekflog.net/programacion/php/captcha-con-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visits</title>
		<link>http://www.geekflog.net/wordpress/plugins/visits</link>
		<comments>http://www.geekflog.net/wordpress/plugins/visits#comments</comments>
		<pubDate>Fri, 24 Jul 2009 03:22:48 +0000</pubDate>
		<dc:creator>v0ltr4n</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Contador]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.geekflog.net/?p=26</guid>
		<description><![CDATA[Este es mi segundo plugin para WordPress =D, este plugin es u contador de visitas reales, el contador anterior lo hise para darme una idea y adaptarlo a WordPress ya lo eh finalizado y aca una screen:

Da clic en la imagen para hacer mas grande
Es la version 1.0, no es la gran cosa pero si [...]]]></description>
		<wfw:commentRss>http://www.geekflog.net/wordpress/plugins/visits/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
