<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ideas de un Conejo</title>
	
	<link>http://juank.black-byte.com</link>
	<description>Más allá de los sistemas de información: (C#)=&gt; videojuegos, soluciones a problemas interesantes y Sistemas Operativos. Blog de Juan Carlos Ruiz</description>
	<lastBuildDate>Tue, 06 Jul 2010 16:53:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/IdeasDeUnConejo" /><feedburner:info uri="ideasdeunconejo" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>C# – 10 pasos para Consumir el RSS de Top news de “The Washington Post” en un Toolbar para IE</title>
		<link>http://feedproxy.google.com/~r/IdeasDeUnConejo/~3/nMWLGgLQBbg/</link>
		<comments>http://juank.black-byte.com/c-c-10-pasos-para-consumir-el-rss-de-top-news-de-the-washington-post-en-un-toolbar-para-ie/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 01:36:43 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Toolbar]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=510</guid>
		<description>Hola, hace unos meses escribí este artículo acerca de esta herramienta: “Add-In Express for IE”&amp;#160; que facilita enormemente la creación add-ons para Internet Explorer : C# – Creando Toolbars, Botones y Menús para Internet Explorer &amp;#160; Llegué a esta herramienta gracias a un proyecto importante que esta desarrollando Microsoft en el país, me han contactado [...]&lt;img src="http://feeds.feedburner.com/~r/IdeasDeUnConejo/~4/nMWLGgLQBbg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://juank.black-byte.com/c-c-10-pasos-para-consumir-el-rss-de-top-news-de-the-washington-post-en-un-toolbar-para-ie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://juank.black-byte.com/c-c-10-pasos-para-consumir-el-rss-de-top-news-de-the-washington-post-en-un-toolbar-para-ie/</feedburner:origLink></item>
		<item>
		<title>Optimización de Código – Diferencia entre usar Convert y usar cast – C#</title>
		<link>http://feedproxy.google.com/~r/IdeasDeUnConejo/~3/jb3ggayYodY/</link>
		<comments>http://juank.black-byte.com/c-optimizacion-codigo-diferencia-convert-toint32-cast/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:55:18 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[rendimiento]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/uncategorized-optimizacin-de-cdigo-diferencia-entre-converttoint32-e-int/</guid>
		<description>Esta es una duda frecuente cuando quieres convertir de un tipo numérico a otro. En ese caso hay diferencias importantes sobre todo en cuanto a velocidad de procesamiento. Veamos 2 ejemplos. &amp;#160; 1 &amp;#8211; CONVERTIR DE TIPO DECIMAL (DECIMAL) A TIPO INT (INT32): Si utilizas el operador de cast, es decir : (int) Explicación básica: [...]&lt;img src="http://feeds.feedburner.com/~r/IdeasDeUnConejo/~4/jb3ggayYodY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://juank.black-byte.com/c-optimizacion-codigo-diferencia-convert-toint32-cast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://juank.black-byte.com/c-optimizacion-codigo-diferencia-convert-toint32-cast/</feedburner:origLink></item>
		<item>
		<title>DataContract – Tipos Personalizados con WCF y C#</title>
		<link>http://feedproxy.google.com/~r/IdeasDeUnConejo/~3/rLMmq7bBP1U/</link>
		<comments>http://juank.black-byte.com/c-datacontract-wcf/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:55:17 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=179</guid>
		<description>Hola, he creado este video ( screencast ) donde se enseña como manejat tipos personalizados en sun servicio WCF con lenguaje C#. Si desean verlo en alta resolución, ya saben, basta con hacer click. Originally posted 2009-06-30 07:00:39.&lt;img src="http://feeds.feedburner.com/~r/IdeasDeUnConejo/~4/rLMmq7bBP1U" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://juank.black-byte.com/c-datacontract-wcf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://juank.black-byte.com/c-datacontract-wcf/</feedburner:origLink></item>
		<item>
		<title>Sistemas Operativos – Manejador de procesos – Parte 2 – Procesos</title>
		<link>http://feedproxy.google.com/~r/IdeasDeUnConejo/~3/MQcvJVZW8_c/</link>
		<comments>http://juank.black-byte.com/sistemas_operativos-manejador-procesos-fundamentos-parte2/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:55:16 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Sistemas Operativos]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=78</guid>
		<description>En el post de Manejador de Procesos 1 – Fundamentos&amp;#160; vimos, entre otros temas, que un proceso es un conjunto de instrucciones que se ejecutan con un objetivo determinado, y pudimos ver de manera superficial de que se compone un proceso. Estos son los otros dos artículos de la serie: &amp;#160; Parte 1 : Manejador [...]&lt;img src="http://feeds.feedburner.com/~r/IdeasDeUnConejo/~4/MQcvJVZW8_c" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://juank.black-byte.com/sistemas_operativos-manejador-procesos-fundamentos-parte2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://juank.black-byte.com/sistemas_operativos-manejador-procesos-fundamentos-parte2/</feedburner:origLink></item>
		<item>
		<title>Windows Mojave, la verdad sobre…</title>
		<link>http://feedproxy.google.com/~r/IdeasDeUnConejo/~3/Fzdq-VnVcO4/</link>
		<comments>http://juank.black-byte.com/varios-vista-experimento-mojave/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:55:15 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Varios]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/uncategorized-windows-mojave-la-verdad-sobre/</guid>
		<description>La verdad sobre Windows Vista. Lamentablemente muchas personas se dejan influenciar por otras que no son realmente objetivas&amp;#8230; si algunos linuxeros no son objetivos, algunos si, otras personas simplemente quieren aparecer como los duros en tecnología y por eso critican y hacen mala fama , pero lo cierto es que Windows Vista es un sistema [...]&lt;img src="http://feeds.feedburner.com/~r/IdeasDeUnConejo/~4/Fzdq-VnVcO4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://juank.black-byte.com/varios-vista-experimento-mojave/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<feedburner:origLink>http://juank.black-byte.com/varios-vista-experimento-mojave/</feedburner:origLink></item>
		<item>
		<title>Como abrir la puerta del cd rom desde C# y VB.NET</title>
		<link>http://feedproxy.google.com/~r/IdeasDeUnConejo/~3/tvqTJQny1ac/</link>
		<comments>http://juank.black-byte.com/c-abrir-puerta-cd-rom/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:55:14 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[CDRom]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=104</guid>
		<description>Dando solución a una de las inquietudes más comunes de las personas en los foros he creado este post para mostrarles la funcionalidad de la clase ExpulsarCDRom para explicarles como se hizo. &amp;#160; CÓMO UTILIZAR ESTA CLASE? Para utilizarla, las explicaciones sobran, este es un código de ejemplo que muestra como abrir todas las unidades [...]&lt;img src="http://feeds.feedburner.com/~r/IdeasDeUnConejo/~4/tvqTJQny1ac" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://juank.black-byte.com/c-abrir-puerta-cd-rom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://juank.black-byte.com/c-abrir-puerta-cd-rom/</feedburner:origLink></item>
		<item>
		<title>El XNA Content Pipeline</title>
		<link>http://feedproxy.google.com/~r/IdeasDeUnConejo/~3/24dSqHWl5xA/</link>
		<comments>http://juank.black-byte.com/xna-content-pipeline/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:55:13 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[XNA]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[Pipeline]]></category>
		<category><![CDATA[Videojuegos]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=10</guid>
		<description>Que es el Content Pipeline? El content pipeline es una API que permite a los desarrolladores y diseñadores incorporar contenidos multimedia en los proyectos creados con XNA framework, estos contenidos multimedia son por ejemplo: imágenes sonidos contenido 3d efectos Por defecto el content pipeline soporta una amplia gama de formatos de archivo diferentes los cuales [...]&lt;img src="http://feeds.feedburner.com/~r/IdeasDeUnConejo/~4/24dSqHWl5xA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://juank.black-byte.com/xna-content-pipeline/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://juank.black-byte.com/xna-content-pipeline/</feedburner:origLink></item>
		<item>
		<title>C# – Consumir un XML o un RSS alojado en la web de manera sencilla</title>
		<link>http://feedproxy.google.com/~r/IdeasDeUnConejo/~3/jqnVFn6i3zs/</link>
		<comments>http://juank.black-byte.com/c-consumir-xml-rss-web-sencillo/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:55:12 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=498</guid>
		<description>Muchas veces necesitamos leer contenidos RSS o XML desde la web, y lo necesitamos de manera rápida, ligera y fácil de usar. Buscando a través de la internet se pueden conseguir varias soluciones de varios sabores diferentes. &amp;#160; En este artículo enseñare a crear un componente capaz de leer cualquier XML que se encuentre en [...]&lt;img src="http://feeds.feedburner.com/~r/IdeasDeUnConejo/~4/jqnVFn6i3zs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://juank.black-byte.com/c-consumir-xml-rss-web-sencillo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://juank.black-byte.com/c-consumir-xml-rss-web-sencillo/</feedburner:origLink></item>
		<item>
		<title>Optimización de Código – Utilizando Generics – C#</title>
		<link>http://feedproxy.google.com/~r/IdeasDeUnConejo/~3/8_51pNgNau8/</link>
		<comments>http://juank.black-byte.com/c-optimizar-codigo/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 02:25:53 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[generics]]></category>
		<category><![CDATA[rendimiento]]></category>
		<category><![CDATA[velocidad]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=11</guid>
		<description>Habitualmente en el proceso de desarrollo de nuestros procesos de desarrollo de software hacemos uso de lo comúnmente llamado Colecciones, es decir arreglos de diferente para solucionar determinados problemas. Normalmente esto no representa mayor problema hasta que nos encontramos con entornos reales de trabajo, aplicaciones cliente servidor o paginas web accesadas de manera simultanea por [...]&lt;img src="http://feeds.feedburner.com/~r/IdeasDeUnConejo/~4/8_51pNgNau8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://juank.black-byte.com/c-optimizar-codigo/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://juank.black-byte.com/c-optimizar-codigo/</feedburner:origLink></item>
		<item>
		<title>C# – Creating Toolbars, Buttons and Menus for Internet Explorer</title>
		<link>http://feedproxy.google.com/~r/IdeasDeUnConejo/~3/JgUQExcKZ08/</link>
		<comments>http://juank.black-byte.com/reviews-c-creating-toolbars-buttons-and-menus-for-internet-explorer/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 02:25:52 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE9]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=493</guid>
		<description>Hi!, Recently I was looking for documentation to be able to create components for IE, traditional things like toolbars, buttons and menus. &amp;#160; The problem In the beginning I was excited, but once I caught the appropriate documentation I found something that could be unfortunate, to create this kind of components for IE I had [...]&lt;img src="http://feeds.feedburner.com/~r/IdeasDeUnConejo/~4/JgUQExcKZ08" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://juank.black-byte.com/reviews-c-creating-toolbars-buttons-and-menus-for-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://juank.black-byte.com/reviews-c-creating-toolbars-buttons-and-menus-for-internet-explorer/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.941 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-31 05:26:44 -->
