<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>tecnopata507</title>
	<atom:link href="http://tecnopata507.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tecnopata507.wordpress.com</link>
	<description>OTRO blog mas de tecnologia y abitrariedades</description>
	<lastBuildDate>Mon, 02 Jan 2012 21:55:13 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tecnopata507.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>tecnopata507</title>
		<link>http://tecnopata507.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tecnopata507.wordpress.com/osd.xml" title="tecnopata507" />
	<atom:link rel='hub' href='http://tecnopata507.wordpress.com/?pushpress=hub'/>
		<item>
		<title>articulo de prueba</title>
		<link>http://tecnopata507.wordpress.com/2011/09/27/articulo-de-prueba/</link>
		<comments>http://tecnopata507.wordpress.com/2011/09/27/articulo-de-prueba/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 02:25:31 +0000</pubDate>
		<dc:creator>gadget00</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tecnopata507.wordpress.com/?p=122</guid>
		<description><![CDATA[noticia de la iglesia<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tecnopata507.wordpress.com&amp;blog=519209&amp;post=122&amp;subd=tecnopata507&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tecnopata507.wordpress.com/2011/09/27/articulo-de-prueba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/578f357180c2cd79b4bb4c728131f83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gadget00</media:title>
		</media:content>
	</item>
		<item>
		<title>Mysql&#8230;Foreign Key error(150) &#8212;algunas precauciones</title>
		<link>http://tecnopata507.wordpress.com/2011/08/22/mysql-foreign-key-error150-algunas-precauciones/</link>
		<comments>http://tecnopata507.wordpress.com/2011/08/22/mysql-foreign-key-error150-algunas-precauciones/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 20:42:17 +0000</pubDate>
		<dc:creator>gadget00</dc:creator>
				<category><![CDATA[Bases De Datos]]></category>
		<category><![CDATA[Datitos!]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Tutoriales]]></category>

		<guid isPermaLink="false">http://tecnopata507.wordpress.com/?p=127</guid>
		<description><![CDATA[Es una gran pesadilla intentar hacer llaves foraneas(foreign keys) entre algunas tablas en MySQL y que siempre te salga el bendito: &#8216;err(150)&#8217;, que en realidad no significa nada; es un mensaje de &#8220;error general&#8221;.  Pelicula de Terror. Me acaba de suceder, y tanto buscando en internet como pensando un poco(nunca pasa de moda), al final [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tecnopata507.wordpress.com&amp;blog=519209&amp;post=127&amp;subd=tecnopata507&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tecnopata507.wordpress.com/2011/08/22/mysql-foreign-key-error150-algunas-precauciones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/578f357180c2cd79b4bb4c728131f83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gadget00</media:title>
		</media:content>
	</item>
		<item>
		<title>Alinear en CSS</title>
		<link>http://tecnopata507.wordpress.com/2011/08/22/alinear-en-css/</link>
		<comments>http://tecnopata507.wordpress.com/2011/08/22/alinear-en-css/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 14:33:17 +0000</pubDate>
		<dc:creator>gadget00</dc:creator>
				<category><![CDATA[Datitos!]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[cartesiano]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[plano]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://tecnopata507.wordpress.com/?p=119</guid>
		<description><![CDATA[Resulta ser&#8230; Que a la hora de alinear elementos en CSS, el CSS ve toda la pagina como un plano cartesiano. De manera que los valores de alineacion pueden ser negativos; por ejemplo: left-margin: -111px right-margin: 110px; Quiero que sepan que NO TENIA IDEA, asi que modificando poco a poco en Google Chrome(developer tools &#8211;great!) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tecnopata507.wordpress.com&amp;blog=519209&amp;post=119&amp;subd=tecnopata507&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tecnopata507.wordpress.com/2011/08/22/alinear-en-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/578f357180c2cd79b4bb4c728131f83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gadget00</media:title>
		</media:content>
	</item>
		<item>
		<title>Joomla! Tips: Splash Screen fuera del menu principal</title>
		<link>http://tecnopata507.wordpress.com/2011/08/16/joomla-tips-splash-screen-fuera-del-menu-principal/</link>
		<comments>http://tecnopata507.wordpress.com/2011/08/16/joomla-tips-splash-screen-fuera-del-menu-principal/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 03:28:09 +0000</pubDate>
		<dc:creator>gadget00</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[joomla web design diseno web landing page intro]]></category>

		<guid isPermaLink="false">http://tecnopata507.wordpress.com/2011/08/16/joomla-tips-splash-screen-fuera-del-menu-principal/</guid>
		<description><![CDATA[Esta me la aprendi hoy(vive la StackOverflow!) Hay veces que quieres que tu sitio tenga una pantalla inicial con alguna especie de &#8216;intro&#8217; y que luego de un click se entre al contenido del sitio. Algo que me estaba fallando es que dentro del menu principal del sitio, se podia volver a cargar la pantalla [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tecnopata507.wordpress.com&amp;blog=519209&amp;post=120&amp;subd=tecnopata507&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tecnopata507.wordpress.com/2011/08/16/joomla-tips-splash-screen-fuera-del-menu-principal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/578f357180c2cd79b4bb4c728131f83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gadget00</media:title>
		</media:content>
	</item>
		<item>
		<title>Primera Falla de Google Chrome</title>
		<link>http://tecnopata507.wordpress.com/2008/09/11/primera-falla-de-google-chrome/</link>
		<comments>http://tecnopata507.wordpress.com/2008/09/11/primera-falla-de-google-chrome/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 22:16:48 +0000</pubDate>
		<dc:creator>gadget00</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Vida Digital]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://tecnopata507.wordpress.com/?p=116</guid>
		<description><![CDATA[La primera falla (para mi) es&#8230;que desordena un webapp de mi trabajo. Al parecer, Chrome aun no se lleva bien con la interfaces que Journyx tiene.  Por cierto, Firefox no tiene ningun problema. Por lo demas&#8230;realmente el browser ESTA PRITTYSON(es decir: es bueno); lo cual es algo que me preocupa porque soy un fiel seguidor [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tecnopata507.wordpress.com&amp;blog=519209&amp;post=116&amp;subd=tecnopata507&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tecnopata507.wordpress.com/2008/09/11/primera-falla-de-google-chrome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/578f357180c2cd79b4bb4c728131f83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gadget00</media:title>
		</media:content>

		<media:content url="http://www.dbtechno.com/images/Google_Chrome_browser_market.jpg" medium="image">
			<media:title type="html">Google Chrome</media:title>
		</media:content>
	</item>
		<item>
		<title>Chateando</title>
		<link>http://tecnopata507.wordpress.com/2008/07/30/chateando/</link>
		<comments>http://tecnopata507.wordpress.com/2008/07/30/chateando/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 20:11:16 +0000</pubDate>
		<dc:creator>gadget00</dc:creator>
				<category><![CDATA[Loqueras]]></category>
		<category><![CDATA[Vida Digital]]></category>

		<guid isPermaLink="false">http://tecnopata507.wordpress.com/?p=114</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tecnopata507.wordpress.com&amp;blog=519209&amp;post=114&amp;subd=tecnopata507&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tecnopata507.wordpress.com/2008/07/30/chateando/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/578f357180c2cd79b4bb4c728131f83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gadget00</media:title>
		</media:content>

		<media:content url="http://imgs.xkcd.com/comics/loud_party.png" medium="image" />
	</item>
		<item>
		<title>Photoshopeado.</title>
		<link>http://tecnopata507.wordpress.com/2008/07/30/photoshopeado/</link>
		<comments>http://tecnopata507.wordpress.com/2008/07/30/photoshopeado/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 19:51:56 +0000</pubDate>
		<dc:creator>gadget00</dc:creator>
				<category><![CDATA[Loqueras]]></category>
		<category><![CDATA[Vida Digital]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://tecnopata507.wordpress.com/?p=112</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tecnopata507.wordpress.com&amp;blog=519209&amp;post=112&amp;subd=tecnopata507&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tecnopata507.wordpress.com/2008/07/30/photoshopeado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/578f357180c2cd79b4bb4c728131f83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gadget00</media:title>
		</media:content>

		<media:content url="http://imgs.xkcd.com/comics/photoshops.png" medium="image" />
	</item>
		<item>
		<title>Para El  2do Semestre&#8230;FIECbook?</title>
		<link>http://tecnopata507.wordpress.com/2008/07/08/fiecbook/</link>
		<comments>http://tecnopata507.wordpress.com/2008/07/08/fiecbook/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 05:08:49 +0000</pubDate>
		<dc:creator>gadget00</dc:creator>
				<category><![CDATA[Comunidades]]></category>
		<category><![CDATA[Eventos]]></category>
		<category><![CDATA[Nacionales]]></category>
		<category><![CDATA[Universidades]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://tecnopata507.wordpress.com/?p=94</guid>
		<description><![CDATA[Acaso sera el nuevo lanzamiento del 2do semestre 2008? FB, al estilo FIEC? podria ser&#8230;Coming Soon!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tecnopata507.wordpress.com&amp;blog=519209&amp;post=94&amp;subd=tecnopata507&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tecnopata507.wordpress.com/2008/07/08/fiecbook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/578f357180c2cd79b4bb4c728131f83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gadget00</media:title>
		</media:content>

		<media:content url="http://tecnopata507.files.wordpress.com/2008/07/fiecbook2.jpg" medium="image" />
	</item>
		<item>
		<title>Python.</title>
		<link>http://tecnopata507.wordpress.com/2008/07/07/python/</link>
		<comments>http://tecnopata507.wordpress.com/2008/07/07/python/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 17:22:03 +0000</pubDate>
		<dc:creator>gadget00</dc:creator>
				<category><![CDATA[Loqueras]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://tecnopata507.wordpress.com/?p=92</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tecnopata507.wordpress.com&amp;blog=519209&amp;post=92&amp;subd=tecnopata507&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tecnopata507.wordpress.com/2008/07/07/python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/578f357180c2cd79b4bb4c728131f83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gadget00</media:title>
		</media:content>

		<media:content url="http://imgs.xkcd.com/comics/python.png" medium="image">
			<media:title type="html">Python.</media:title>
		</media:content>
	</item>
		<item>
		<title>La Expresion Mas Gloriosa del Sabor.</title>
		<link>http://tecnopata507.wordpress.com/2008/06/30/la-expresion-mas-gloriosa-del-sabor/</link>
		<comments>http://tecnopata507.wordpress.com/2008/06/30/la-expresion-mas-gloriosa-del-sabor/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 21:33:39 +0000</pubDate>
		<dc:creator>gadget00</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tecnopata507.wordpress.com/?p=91</guid>
		<description><![CDATA[simplemente Glorioso.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tecnopata507.wordpress.com&amp;blog=519209&amp;post=91&amp;subd=tecnopata507&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tecnopata507.wordpress.com/2008/06/30/la-expresion-mas-gloriosa-del-sabor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/578f357180c2cd79b4bb4c728131f83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gadget00</media:title>
		</media:content>

		<media:content url="http://www.importladen.de/images/products/drpepper_cherry_vanilla.jpg" medium="image">
			<media:title type="html">Cherry Vanilla</media:title>
		</media:content>
	</item>
	</channel>
</rss>
