<?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>Killer Pixel</title>
	<atom:link href="http://killerpixel.com.mx/feed" rel="self" type="application/rss+xml" />
	<link>http://killerpixel.com.mx</link>
	<description>Códigos para desarrolladores web. PHP, CSS, jquery, etc</description>
	<lastBuildDate>Thu, 22 Dec 2011 16:32:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Generador de Sprites CSS</title>
		<link>http://killerpixel.com.mx/css/generador-de-sprites-css.html</link>
		<comments>http://killerpixel.com.mx/css/generador-de-sprites-css.html#comments</comments>
		<pubDate>Thu, 22 Dec 2011 16:32:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://killerpixel.com.mx/?p=52</guid>
		<description><![CDATA[Cuando se está haciendo un sitio web, uno de los factores que hacen que el sitio cargue más lento es la cantidad de peticiones al servidor, por lo tanto, cada imagen que se utilice para un enlace genera una petición y se hace un poco más lenta la carga. La solución: sprites CSS. Un sprite [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando se está haciendo un sitio web, uno de los factores que hacen que el sitio cargue más lento es la cantidad de peticiones al servidor, por lo tanto, cada imagen que se utilice para un enlace genera una petición y se hace un poco más lenta la carga. La solución: sprites CSS.</p>
<p>Un sprite es una imagen que contenga a todos los botones que se van a utilizar y se incluye como background en los objetos (en este caso los enlaces) y se cambia la posición del background para utilizar la ubicación correcta del botón.</p>
<p>Aquí hay una liga donde subes las imágenes y genera la imagen grande y su css: <a href="http://css.spritegen.com/">http://css.spritegen.com/</a></p>
<p><a href="http://css.spritegen.com/"><img class="alignnone size-full wp-image-53 aligncenter" title="sprites" src="http://killerpixel.com.mx/wp-content/uploads/2011/12/sprites.jpg" alt="" width="399" height="109" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://killerpixel.com.mx/css/generador-de-sprites-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS para verificar markup erroneo</title>
		<link>http://killerpixel.com.mx/css/css-para-verificar-markup-erroneo.html</link>
		<comments>http://killerpixel.com.mx/css/css-para-verificar-markup-erroneo.html#comments</comments>
		<pubDate>Wed, 21 Dec 2011 19:43:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html css]]></category>

		<guid isPermaLink="false">http://killerpixel.com.mx/?p=46</guid>
		<description><![CDATA[Con este código css insertado en tu sitio web, van a resaltar en diferentes colores los bloques donde haya algún error de markup y así podremos corregirlos. /* VERIF etiquetas */ div:empty, span:empty, li:empty, p:empty, td:empty, th:empty {padding: 0.5em; background: yellow;} *[style], font, center {outline: 5px solid red;} *[class=""], *[id=""] {outline: 5px dotted red;} img[alt=""] [...]]]></description>
			<content:encoded><![CDATA[<p>Con este código css insertado en tu sitio web, van a resaltar en diferentes colores los bloques donde haya algún error de markup y así podremos corregirlos.</p>
<p><code></p>
<p>/*<br />
    VERIF etiquetas</p>
<p>*/<br />
div:empty, span:empty,<br />
li:empty, p:empty,<br />
td:empty, th:empty {padding: 0.5em; background: yellow;}</p>
<p>*[style], font, center {outline: 5px solid red;}<br />
*[class=""], *[id=""] {outline: 5px dotted red;}</p>
<p>img[alt=""] {border: 3px dotted red;}<br />
img:not([alt]) {border: 5px solid red;}<br />
img[title=""] {outline: 3px dotted fuchsia;}<br />
img:not([title]) {outline: 5px solid fuchsia;}</p>
<p>table:not([summary]) {outline: 5px solid red;}<br />
table[summary=""] {outline: 3px dotted red;}<br />
th {border: 2px solid red;}<br />
th[scope="col"], th[scope="row"] {border: none;}</p>
<p>a[href]:not([title]) {border: 5px solid red;}<br />
a[title=""] {outline: 3px dotted red;}<br />
a[href="#"] {background: lime;}<br />
a[href=""] {background: fuchsia;}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://killerpixel.com.mx/css/css-para-verificar-markup-erroneo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media Revolution 2011</title>
		<link>http://killerpixel.com.mx/humor/social-media-revolution-2011.html</link>
		<comments>http://killerpixel.com.mx/humor/social-media-revolution-2011.html#comments</comments>
		<pubDate>Sun, 30 Oct 2011 15:19:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://killerpixel.com.mx/?p=34</guid>
		<description><![CDATA[Está chido este video de Social Media Revolution &#160;]]></description>
			<content:encoded><![CDATA[<p>Está chido este video de Social Media Revolution</p>
<p>&nbsp;</p>
<p><iframe src="http://www.youtube.com/embed/3SuNx0UrnEo" frameborder="0" width="450" height="287"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://killerpixel.com.mx/humor/social-media-revolution-2011.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nostalgia 8 bits en video</title>
		<link>http://killerpixel.com.mx/humor/nostalgia-8-bits-en-video.html</link>
		<comments>http://killerpixel.com.mx/humor/nostalgia-8-bits-en-video.html#comments</comments>
		<pubDate>Fri, 09 Sep 2011 15:16:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[videojuegos]]></category>

		<guid isPermaLink="false">http://killerpixel.com.mx/?p=30</guid>
		<description><![CDATA[8 bit Invader (maping) from Darkfejzr on Vimeo. &#160; Ahhh que grandes eran esos videojuegos!!!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><iframe src="http://player.vimeo.com/video/24577973?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="400" height="225"></iframe></p>
<p><a href="http://vimeo.com/24577973">8 bit Invader (maping)</a> from <a href="http://vimeo.com/darkfejzr">Darkfejzr</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>&nbsp;</p>
<p>Ahhh que grandes eran esos videojuegos!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://killerpixel.com.mx/humor/nostalgia-8-bits-en-video.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sencha Touch</title>
		<link>http://killerpixel.com.mx/css/sencha-touch.html</link>
		<comments>http://killerpixel.com.mx/css/sencha-touch.html#comments</comments>
		<pubDate>Tue, 21 Jun 2011 15:14:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://killerpixel.com.mx/?p=28</guid>
		<description><![CDATA[El sencha touch es un framework javascript que puedes utilizar para tus aplicaciones en móviles (iphone, ipad, etc). Lo interesante es que utiliza javascript para manejar todos los eventos de touch en este tipo de dispositivos. Si tienes uno de estos dispositivos, puedes ver una demostración con el juego de solitario aquí: http://touchsolitaire.mobi/app/]]></description>
			<content:encoded><![CDATA[<p>El sencha touch es un framework javascript que puedes utilizar para tus aplicaciones en móviles (iphone, ipad, etc). Lo interesante es que utiliza javascript para manejar todos los eventos de touch en este tipo de dispositivos.</p>
<p style="text-align: center;"><a href="http://www.sencha.com/products/touch/"><img class="alignnone aligncenter" src="http://killerpixel.com.mx/wp-content/uploads/2011/06/sencha-touch-1-1-hero1.png" alt="sencha touch" width="450" height="322" /></a></p>
<p>Si tienes uno de estos dispositivos, puedes ver una demostración con el juego de solitario aquí: <a href="http://touchsolitaire.mobi/app/">http://touchsolitaire.mobi/app/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://killerpixel.com.mx/css/sencha-touch.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identation!</title>
		<link>http://killerpixel.com.mx/humor/identation.html</link>
		<comments>http://killerpixel.com.mx/humor/identation.html#comments</comments>
		<pubDate>Mon, 13 Jun 2011 15:13:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://killerpixel.com.mx/?p=26</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone aligncenter" src="http://killerpixel.com.mx/wp-content/uploads/2011/06/128583_700b_v11.jpg" alt="Identation" width="400" height="1593" /></p>
]]></content:encoded>
			<wfw:commentRss>http://killerpixel.com.mx/humor/identation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fondo Full Screen CSS</title>
		<link>http://killerpixel.com.mx/css/fondo-full-screen-css.html</link>
		<comments>http://killerpixel.com.mx/css/fondo-full-screen-css.html#comments</comments>
		<pubDate>Thu, 09 Jun 2011 15:11:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://killerpixel.com.mx/?p=23</guid>
		<description><![CDATA[Aquí escribo sobre cómo hacer una página que tenga un fondo que abarque toda la pantalla, no importando la resolución del monitor. Para ver el demo y descargar el ejemplo ve a: http://killerpixel.com.mx/demos/fullpagebackground/]]></description>
			<content:encoded><![CDATA[<p>Aquí escribo sobre cómo hacer una página que tenga un fondo que abarque toda la pantalla, no importando la resolución del monitor.</p>
<p><a href="http://killerpixel.com.mx/demos/fullpagebackground/"><img class="alignnone aligncenter" src="http://killerpixel.com.mx/wp-content/uploads/2011/06/full.jpg" alt="full screen css" width="290" height="150" /></a></p>
<p>Para ver el demo y descargar el ejemplo ve a: <a href="http://killerpixel.com.mx/demos/fullpagebackground/">http://killerpixel.com.mx/demos/fullpagebackground/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://killerpixel.com.mx/css/fondo-full-screen-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obtener último tweet con PHP</title>
		<link>http://killerpixel.com.mx/php/obtener-ultimo-tweet-con-php.html</link>
		<comments>http://killerpixel.com.mx/php/obtener-ultimo-tweet-con-php.html#comments</comments>
		<pubDate>Mon, 30 May 2011 15:08:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[obtener tweet]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://killerpixel.com.mx/?p=14</guid>
		<description><![CDATA[Este código sirve para obtener el último tweet de una cuenta específica con PHP: $username="el_nombre_de_usuario"; $format="xml"; $tweet=simplexml_load_file("http://api.twitter.com/1/statuses/user_timeline/{$username}.{$format}"); echo $tweet-&#62;status[0]-&#62;text;]]></description>
			<content:encoded><![CDATA[<p>Este código sirve para obtener el último tweet de una cuenta específica con PHP:<br />
<code><br />
<!--?php <br ?--> $username="el_nombre_de_usuario";<br />
$format="xml";<br />
$tweet=simplexml_load_file("http://api.twitter.com/1/statuses/user_timeline/{$username}.{$format}");<br />
echo $tweet-&gt;status[0]-&gt;text;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://killerpixel.com.mx/php/obtener-ultimo-tweet-con-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validación de formularios</title>
		<link>http://killerpixel.com.mx/javascript/validacion-de-formularios.html</link>
		<comments>http://killerpixel.com.mx/javascript/validacion-de-formularios.html#comments</comments>
		<pubDate>Fri, 27 May 2011 15:05:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://killerpixel.com.mx/?p=12</guid>
		<description><![CDATA[Aquí otro plugin de jquery, sirve para hacer la validación de los formularios antes de que sean enviados. Página: http://bassistance.de/jquery-plugins/jquery-plugin-validation/]]></description>
			<content:encoded><![CDATA[<p>Aquí otro plugin de jquery, sirve para hacer la validación de los formularios antes de que sean enviados.</p>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/"><img class="alignnone aligncenter" src="http://killerpixel.com.mx/wp-content/uploads/2011/05/validate.jpg" alt="jquery validate" width="300" height="175" /></a></p>
<p>Página: <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">http://bassistance.de/jquery-plugins/jquery-plugin-validation/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://killerpixel.com.mx/javascript/validacion-de-formularios.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cualquier fuente para tu sitio web!</title>
		<link>http://killerpixel.com.mx/css/cualquier-fuente-para-tu-sitio-web.html</link>
		<comments>http://killerpixel.com.mx/css/cualquier-fuente-para-tu-sitio-web.html#comments</comments>
		<pubDate>Fri, 27 May 2011 15:03:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[any font]]></category>
		<category><![CDATA[cualquier font]]></category>
		<category><![CDATA[font]]></category>

		<guid isPermaLink="false">http://killerpixel.com.mx/?p=8</guid>
		<description><![CDATA[Que jodienda es tener que escribir todos tus sitios web sólamente con fuentes de sistema no, pues aquí está la solución. Lo único que tienes que hacer es subir la fuente que tienes en tu computadora, y el generador realiza la conversión y te da todos los archivos que necesitas, incluyendo el css y los [...]]]></description>
			<content:encoded><![CDATA[<p>Que jodienda es tener que escribir todos tus sitios web sólamente con fuentes de sistema no, pues aquí está la solución. Lo único que tienes que hacer es subir la fuente que tienes en tu computadora, y el generador realiza la conversión y te da todos los archivos que necesitas, incluyendo el css y los archivos de fuentes.  Pruébenlo y me dicen como les va.</p>
<p><a href="http://www.fontsquirrel.com/fontface/generator"><img class="alignnone aligncenter" title="fontsquirrel" src="http://killerpixel.com.mx/wp-content/uploads/2011/05/squirrel.jpg" alt="fontsquirrel" width="300" height="175" /></a></p>
<p>Página: <a href="http://www.fontsquirrel.com/fontface/generator">http://www.fontsquirrel.com/fontface/generator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://killerpixel.com.mx/css/cualquier-fuente-para-tu-sitio-web.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

