<?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>Personal Blog of Dark Neo &#187; Programacion</title>
	<atom:link href="http://dark-neo.org/category/programacion/feed/" rel="self" type="application/rss+xml" />
	<link>http://dark-neo.org</link>
	<description></description>
	<lastBuildDate>Fri, 25 Jun 2010 20:34:54 +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>Uso de tabla information_schema</title>
		<link>http://dark-neo.org/programacion/uso-de-tabla-information_schema/</link>
		<comments>http://dark-neo.org/programacion/uso-de-tabla-information_schema/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 01:36:09 +0000</pubDate>
		<dc:creator>Dark Neo</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programacion]]></category>

		<guid isPermaLink="false">http://dark-neo.org/?p=293</guid>
		<description><![CDATA[Bueno, al principio no sabia para que se creaba esa tabla, hoy le vi la funcion y por ejemplo queria saber cuales eran los campos de una tabla, y buscando informacion encontre el uso que se le daba a la tabla, por ejemplo para lo que necesitaba solo hice lo siguiente:
SELECT column_name FROM information_schema.columns WHERE [...]]]></description>
		<wfw:commentRss>http://dark-neo.org/programacion/uso-de-tabla-information_schema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tabal de Colores</title>
		<link>http://dark-neo.org/programacion/tabal-de-colores/</link>
		<comments>http://dark-neo.org/programacion/tabal-de-colores/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 04:47:11 +0000</pubDate>
		<dc:creator>Dark Neo</dc:creator>
				<category><![CDATA[Programacion]]></category>

		<guid isPermaLink="false">http://dark-neo.org/programacion/tabal-de-colores/</guid>
		<description><![CDATA[



Tabla de Colores



#000000 
#000033 
#000066 
#000099 
#0000CC 
#0000FF 


#003300 
#003333 
#003366 
#003399 
#0033CC 
#0033FF 


#006600 
#006633 
#006666 
#006699 
#0066CC 
#0066FF 


#009900 
#009933 
#009966 
#009999 
#0099CC 
#0099FF 


#00CC00 
#00CC33 
#00CC66 
#00CC99 
#00CCCC 
#00CCFF 


#00FF00 
#00FF33 
#00FF66 
#00FF99 
#00FFCC 
#00FFFF 


#330000 
#330033 
#330066 
#330099 
#3300CC 
#3300FF 


#333300 
#333333 
#333366 
#333399 
#3333CC 
#3333FF 


#336600 
#336633 
#336666 
#336699 
#3366CC [...]]]></description>
		<wfw:commentRss>http://dark-neo.org/programacion/tabal-de-colores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
