<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
	<channel>
		<title>Dudas de Programacion &#187; Tag: codigo - Recent Posts</title>
		<link>http://www.dudasprogramacion.com/tags/codigo</link>
		<description>Dudas sobre lenguajes y apis de programación</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Sep 2010 20:28:23 +0000</pubDate>
		<generator>bbpress 1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.dudasprogramacion.com/search.php</link>
		</textInput>
		<atom:link href="http://www.dudasprogramacion.com/rss/tags/codigo" rel="self" type="application/rss+xml" />

		<item>
			<title>fiurer87 on "Hora del Servidor"</title>
			<link>http://www.dudasprogramacion.com/topic/hora-del-servidor#post-522</link>
			<pubDate>Fri, 18 Jun 2010 17:36:28 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">522@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;lineaDeCodigo:&#60;/p&#62;
&#60;p&#62;Es mas fácil de lo que se lee, me refiero con sincronizar a crear un Objeto Date de Javascript a partir de la hora recuperada de servidor, de esta forma se evita tener que consultar cada segundo (si quisieras ver que el reloj cambie segundo a segundo), si no simplemente ejecutar de forma local.&#60;/p&#62;
&#60;p&#62;Mando un ejemplo de lo que quiero decir con sincronización.&#60;/p&#62;
&#60;pre class=&#34;javascript&#34; style=&#34;font-family:monospace;&#34;&#62;&#38;nbsp;
&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;&#60;/span&#62;script language&#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #3366CC;&#34;&#62;&#38;quot;Javascript&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;
  horaServidor &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #003366; font-weight: bold;&#34;&#62;new&#60;/span&#62; Date&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  horaServidor.&#60;span style=&#34;color: #660066;&#34;&#62;setDate&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;?&#60;/span&#62;php echo intval&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;date&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #3366CC;&#34;&#62;'j'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;?&#38;gt;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  horaServidor.&#60;span style=&#34;color: #660066;&#34;&#62;setMonth&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;?&#60;/span&#62;php echo intval&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;date&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #3366CC;&#34;&#62;'n'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;-&#60;/span&#62;&#60;span style=&#34;color: #CC0000;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;?&#38;gt;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  horaServidor.&#60;span style=&#34;color: #660066;&#34;&#62;setFullYear&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;?&#60;/span&#62;php echo intval&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;date&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #3366CC;&#34;&#62;'Y'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;?&#38;gt;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  horaServidor.&#60;span style=&#34;color: #660066;&#34;&#62;setHours&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;?&#60;/span&#62;php echo intval&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;date&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #3366CC;&#34;&#62;'H'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;?&#38;gt;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  horaServidor.&#60;span style=&#34;color: #660066;&#34;&#62;setMinutes&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;?&#60;/span&#62;php echo intval&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;date&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #3366CC;&#34;&#62;'i'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;?&#38;gt;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  horaServidor.&#60;span style=&#34;color: #660066;&#34;&#62;setSeconds&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;?&#60;/span&#62;php echo intval&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;date&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #3366CC;&#34;&#62;'s'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;?&#38;gt;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #339933;&#34;&#62;&#38;lt;/&#60;/span&#62;script&#60;span style=&#34;color: #339933;&#34;&#62;&#38;gt;&#60;/span&#62;
&#38;nbsp;&#60;/pre&#62;
&#60;p&#62;De esta manera con solo un par de consultas al Servidor ya tengo un Objeto Date (horaServidor) de Javascript que tenga la hora y fecha sincornizado con el servidor, a partir de ese objeto ya puedes hacer lo que desees.&#60;/p&#62;
&#60;p&#62;Espero haberme explicado.&#60;/p&#62;
&#60;p&#62;Atte: Roberto&#60;br /&#62;
Potosí - Bolivia
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lineadecodigo on "Hora del Servidor"</title>
			<link>http://www.dudasprogramacion.com/topic/hora-del-servidor#post-518</link>
			<pubDate>Fri, 18 Jun 2010 13:34:16 +0000</pubDate>
			<dc:creator>lineadecodigo</dc:creator>
			<guid isPermaLink="false">518@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;@fiurer87,&#60;/p&#62;
&#60;p&#62;Cual es la idea cuando hablas de utilizar el Objeto sincronizado en tu web?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lineadecodigo on "Hora del Servidor"</title>
			<link>http://www.dudasprogramacion.com/topic/hora-del-servidor#post-517</link>
			<pubDate>Fri, 18 Jun 2010 13:33:33 +0000</pubDate>
			<dc:creator>lineadecodigo</dc:creator>
			<guid isPermaLink="false">517@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;@mrvlls,&#60;/p&#62;
&#60;p&#62;Si te vale la hora del cliente, tienes el siguiente ejemplo&#60;br /&#62;
&#60;a href=&#34;http://lineadecodigo.com/javascript/reloj-en-javascript/&#34; rel=&#34;nofollow&#34;&#62;http://lineadecodigo.com/javascript/reloj-en-javascript/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Hora del Servidor"</title>
			<link>http://www.dudasprogramacion.com/topic/hora-del-servidor#post-515</link>
			<pubDate>Thu, 17 Jun 2010 14:33:32 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">515@http://www.dudasprogramacion.com/</guid>
			<description>&#60;pre&#62;
Sugerencia para el uso de hora de servidor:
    - Sincronizar un Objeto Date de JavaScript con la hora de servidor que se recupera mediante ASP, PHP u otros.
    - Utilizar el Objeto sincronizado en tu web.

Mala Práctica al usar hora de Servidor:
    - Solicitar repetitivamente la hora al servidor.
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Hora del Servidor"</title>
			<link>http://www.dudasprogramacion.com/topic/hora-del-servidor#post-514</link>
			<pubDate>Thu, 17 Jun 2010 14:29:37 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">514@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Hola,&#60;br /&#62;
Para poder extraer la hora del servidor, REQUIERES NECESARIAMENTE de una herramienta que se ejecute en servidor (ASP, PHP, etc); el HTML es de ejecución local, esto quiere decir que no sale de tu PC.&#60;/p&#62;
&#60;p&#62;Solo usando HTML + JavaScript no hay manera de hacer lo que deseas.&#60;/p&#62;
&#60;p&#62;Quiza una pseudo solucion sería usar AJAX, pero al final AJAX también solicita información al servidor mediante PHP, ASP u otros.&#60;/p&#62;
&#60;p&#62;En conclusión: NO SE PUEDE RECUPERAR LA HORA DEL SERVIDOR SIMPLEMENTE USANDO HTML.&#60;/p&#62;
&#60;p&#62;Puedes leer un poco sobre el tema en este link &#60;a href=&#34;http://es.wikipedia.org/wiki/Servidor_web&#34; rel=&#34;nofollow&#34;&#62;http://es.wikipedia.org/wiki/Servidor_web&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrvlls on "Hora del Servidor"</title>
			<link>http://www.dudasprogramacion.com/topic/hora-del-servidor#post-513</link>
			<pubDate>Thu, 17 Jun 2010 13:46:30 +0000</pubDate>
			<dc:creator>mrvlls</dc:creator>
			<guid isPermaLink="false">513@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Ante todo muchas gracias por sus respuestas.&#60;br /&#62;
Lo hago en una página HTML. No uso ASP ni PHP. Lo puedo hacer de otra forma??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fiurer87 on "Hora del Servidor"</title>
			<link>http://www.dudasprogramacion.com/topic/hora-del-servidor#post-512</link>
			<pubDate>Wed, 16 Jun 2010 17:34:53 +0000</pubDate>
			<dc:creator>fiurer87</dc:creator>
			<guid isPermaLink="false">512@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;de forma similar en usando PHP puedes hacer los siguiente:&#60;/p&#62;
&#60;pre class=&#34;php&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;lt;script language=&#38;quot;JavaScript&#38;quot;&#38;gt;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;     horaServ = &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;&#38;lt;?&#60;/span&#62; &#60;span style=&#34;color: #b1b100;&#34;&#62;echo&#60;/span&#62; &#60;a href=&#34;http://www.php.net/date&#34;&#62;&#60;span style=&#34;color: #990000;&#34;&#62;date&#60;/span&#62;&#60;/a&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;“ G&#60;span style=&#34;color: #339933;&#34;&#62;:&#60;/span&#62;i&#60;span style=&#34;color: #339933;&#34;&#62;:&#60;/span&#62;s ”&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;?&#38;gt;&#60;/span&#62;; //Obtienes la hora de servidor de forma 18:05:15.&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;lt;/script&#38;gt;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lineadecodigo on "Hora del Servidor"</title>
			<link>http://www.dudasprogramacion.com/topic/hora-del-servidor#post-505</link>
			<pubDate>Mon, 14 Jun 2010 15:57:48 +0000</pubDate>
			<dc:creator>lineadecodigo</dc:creator>
			<guid isPermaLink="false">505@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Víctor,&#60;/p&#62;
&#60;p&#62;¿Dónde estás utilizando el código? ¿En una página web?&#60;br /&#62;
Necesitas un servidor ASP y poner el código en una página .ASP&#60;/p&#62;
&#60;p&#62;Espero que te ayude. Cualquier otra pregunta no dudes en consultarnos.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrvlls on "Hora del Servidor"</title>
			<link>http://www.dudasprogramacion.com/topic/hora-del-servidor#post-504</link>
			<pubDate>Mon, 14 Jun 2010 09:12:28 +0000</pubDate>
			<dc:creator>mrvlls</dc:creator>
			<guid isPermaLink="false">504@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Hola &#60;/p&#62;
&#60;p&#62;He usado el código que tienen para el tema de mostrar la hora del servidor de una pag. web &#60;a href=&#34;http://lineadecodigo.com/asp/reloj-con-la-hora-del-servidor/&#34; rel=&#34;nofollow&#34;&#62;http://lineadecodigo.com/asp/reloj-con-la-hora-del-servidor/&#60;/a&#62;, y lo he adaptado para mi página (un par de modificaciones de alguna variable, poca cosa). El caso es que el resultado que obtengo es NaN:NaN:NaN. Pero es más, copiando el código integro en una página en blanco y ejecutándolo me sale el mismo resultado que antes. &#60;/p&#62;
&#60;p&#62;Me estoy volviendo loco y no sé como hacerlo, tengo hecho una prueba con otro código, pero el resultado es la hora de cada máquina cliente, y que por supuesto no me vale para el fin que estoy buscando. Si me pudieseis ayudar, os estaría muy agradecido, muchas gracias por todo y un saludo &#60;/p&#62;
&#60;p&#62;Víctor Pizarro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "AYUDA FORO: Como poner código fuente"</title>
			<link>http://www.dudasprogramacion.com/topic/ayuda-foro-como-poner-codigo-fuente#post-503</link>
			<pubDate>Sat, 12 Jun 2010 19:48:59 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">503@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Ejemplo con HTML:&#60;/p&#62;
&#60;pre class=&#34;html4strict&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt; pre &#60;span style=&#34;color: #000066;&#34;&#62;lang&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;'html4strict'&#60;/span&#62; lineno&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;'1'&#60;/span&#62;&#38;gt;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/html.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;html&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/body.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;body&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/h1.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;h1&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;Hola Mundo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/h1.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;h1&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/body.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;body&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/html.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;html&#60;/span&#62;&#60;/a&#62;&#38;gt;&#38;lt; &#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;pre&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/pre&#62;
&#60;p&#62;Que haría que se visualizase:&#60;/p&#62;
&#60;pre class=&#34;html4strict&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/html.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;html&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/body.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;body&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/h1.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;h1&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;Hola Mundo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/h1.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;h1&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/body.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;body&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/html.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;html&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>admin on "AYUDA FORO: Como poner código fuente"</title>
			<link>http://www.dudasprogramacion.com/topic/ayuda-foro-como-poner-codigo-fuente#post-502</link>
			<pubDate>Sat, 12 Jun 2010 19:26:43 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">502@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;Mediante el manejo de etiquetas en las entradas del foro podréis incluir código fuente resaltado de una forma sencilla.&#60;/p&#62;
&#60;p&#62;Primero veamos cual es el resultado:&#60;/p&#62;
&#60;pre class=&#34;java&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;class&#60;/span&#62; HolaMundo &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;public&#60;/span&#62; &#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;static&#60;/span&#62; &#60;span style=&#34;color: #000066; font-weight: bold;&#34;&#62;void&#60;/span&#62; main&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Astring+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;String&#60;/span&#62;&#60;/a&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#91;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#93;&#60;/span&#62; args&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    &#60;a href=&#34;http://www.google.com/search?hl=en&#38;amp;q=allinurl%3Asystem+java.sun.com&#38;amp;btnI=I%27m%20Feeling%20Lucky&#34;&#62;&#60;span style=&#34;color: #003399;&#34;&#62;System&#60;/span&#62;&#60;/a&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;out&#60;/span&#62;.&#60;span style=&#34;color: #006633;&#34;&#62;println&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;Hola Mundo&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/pre&#62;
&#60;p&#62;Para utilizarlo tenéis que usar la etiqueta PRE:&#60;/p&#62;
&#60;pre class=&#34;html4strict&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt; pre&#38;gt;&#60;/span&#62;Codigo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt; &#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;pre&#38;gt;&#60;/span&#62;&#60;/pre&#62;
&#60;p&#62;Si no ponéis atributos a la etiqueta PRE, se queda el formato por defecto. Pero podéis hacer que se realice el formato por lenguajes de programación. Esto lo conseguimos mediante el atributo LANG.&#60;/p&#62;
&#60;p&#62;El siguiente código formatearía como si fuese Java:&#60;/p&#62;
&#60;pre class=&#34;html4strict&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt; pre &#60;span style=&#34;color: #000066;&#34;&#62;lang&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;'java'&#60;/span&#62;&#38;gt;&#60;/span&#62;Codigo&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt; &#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;pre&#38;gt;&#60;/span&#62;&#60;/pre&#62;
&#60;p&#62;Si, queremos añadir una numeración a las líneas, utilizaremos el atributo LINENO, dándole el número de la línea por el que queremos empezar&#60;/p&#62;
&#60;pre class=&#34;html4strict&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt; pre lineno&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;'1'&#60;/span&#62;&#38;gt;&#60;/span&#62;codigo&#60;/pre&#62;
&#60;p&#62;Por último podemos combinar los dos atributos, quedando el siguiente código&#60;/p&#62;
&#60;pre class=&#34;html4strict&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt; pre &#60;span style=&#34;color: #000066;&#34;&#62;lang&#60;/span&#62;&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;'java'&#60;/span&#62; lineno&#60;span style=&#34;color: #66cc66;&#34;&#62;=&#60;/span&#62;&#60;span style=&#34;color: #ff0000;&#34;&#62;'1'&#60;/span&#62;&#38;gt;&#60;/span&#62;public class HolaMundo {&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  public static void main(String[] args) {&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;    System.out.println(&#38;quot;Hola Mundo&#38;quot;);&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;  }&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;}&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt; &#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;pre&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>FABIOLITA on "como comentar en html en blogger?"</title>
			<link>http://www.dudasprogramacion.com/topic/como-comentar-en-html-en-blogger#post-131</link>
			<pubDate>Sat, 06 Jun 2009 22:59:28 +0000</pubDate>
			<dc:creator>FABIOLITA</dc:creator>
			<guid isPermaLink="false">131@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;necesito hacer un dtd para el siguiente xml:&#60;/p&#62;
&#60;pre class=&#34;html4strict&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;ol&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/html.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;html&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;encabezado&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;titulo&#38;gt;&#60;/span&#62;-----&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;titulo&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/body.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;body&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/h1.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;h1&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;----&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;hi&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/h2.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;h2&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;----&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/h2.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;h2&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;a href=&#34;http://december.com/html/4/element/table.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;table&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/body.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;body&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;li style=&#34;font-weight: normal; vertical-align:top;&#34;&#62;&#60;div style=&#34;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;&#34;&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;lt;&#60;span style=&#34;color: #66cc66;&#34;&#62;/&#60;/span&#62;&#60;a href=&#34;http://december.com/html/4/element/html.html&#34;&#62;&#60;span style=&#34;color: #000000; font-weight: bold;&#34;&#62;html&#60;/span&#62;&#60;/a&#62;&#38;gt;&#60;/span&#62;&#60;/div&#62;&#60;/li&#62;&#60;/ol&#62;&#60;/pre&#62;
&#60;p&#62;pero no se si ustedes me pueden ayudar hacerlo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alonso on "sistemas de ecuaciones"</title>
			<link>http://www.dudasprogramacion.com/topic/sistemas-de-ecuaciones#post-122</link>
			<pubDate>Wed, 27 May 2009 22:34:06 +0000</pubDate>
			<dc:creator>Alonso</dc:creator>
			<guid isPermaLink="false">122@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;hola a tod@s necesito hacer un programa en visual basic que resuelva ecuaciones de tres y cuatro incognitas por el metodo de suma y resta y no tengo idea de como hacerlo.....&#60;br /&#62;
porfa necesito de su ayuda soy nuevo en esto de programacion.......&#60;br /&#62;
porfa echenme una mano con mi deber..........
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lineadecodigo on "como comentar en html en blogger?"</title>
			<link>http://www.dudasprogramacion.com/topic/como-comentar-en-html-en-blogger#post-106</link>
			<pubDate>Sun, 19 Apr 2009 08:02:13 +0000</pubDate>
			<dc:creator>lineadecodigo</dc:creator>
			<guid isPermaLink="false">106@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;En vez de poner el código HTML directamente tienes que cambiar el símbolo mayor y el símbolo menor por entidades...&#60;/p&#62;
&#60;p&#62;&#38;gt; por &#38;amp; gt;&#60;br /&#62;
&#38;lt; por &#38;amp; lt;&#60;/p&#62;
&#60;p&#62;Así el código que tiene que utilizar para poner el código de una página web como comentario sería similar a:&#60;/p&#62;
&#60;p&#62;&#38;amp; lt;HTML&#38;amp; gt;&#60;br /&#62;
&#38;amp; lt;BODY&#38;amp; gt;&#60;br /&#62;
Esto es una página web&#60;br /&#62;
&#38;amp; lt;/BODY&#38;amp; gt;&#60;br /&#62;
&#38;amp; lt;/HTML&#38;amp; gt;&#60;/p&#62;
&#60;p&#62;Espero que te sea de ayuda.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mauropadillaruiz on "como comentar en html en blogger?"</title>
			<link>http://www.dudasprogramacion.com/topic/como-comentar-en-html-en-blogger#post-104</link>
			<pubDate>Fri, 17 Apr 2009 15:09:19 +0000</pubDate>
			<dc:creator>mauropadillaruiz</dc:creator>
			<guid isPermaLink="false">104@http://www.dudasprogramacion.com/</guid>
			<description>&#60;p&#62;la cosa es que cundo intento comentar  un codigo ya sea una imagen o lo que sea no sirve no me deja comentar y me pone &#38;quot;Su HTML no es aceptable: Tag is not allowed: &#38;lt;body&#38;gt;&#38;quot;&#60;/p&#62;
&#60;p&#62;ayudaaaaaa!!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
