<?xml version="1.0" encoding="utf8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Via Network</title>
	<atom:link href="http://www.vnperu.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vnperu.com/blog</link>
	<description>Blog de Johan Vallejo Elias</description>
	<lastBuildDate>Sun, 11 Jul 2010 05:54:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on TotalCross + Netbeans by eryth</title>
		<link>http://www.vnperu.com/blog/2010/04/04/totalcross-netbeans/comment-page-1/#comment-2281</link>
		<dc:creator>eryth</dc:creator>
		<pubDate>Sun, 11 Jul 2010 05:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.vnperu.com/blog/?p=439#comment-2281</guid>
		<description>Gracias por responder... aun no me funciona con netbeans, intente con eclipse y si me funciona, pero tengo muchas dudas con la programacion:
1. como trabajo con Datos Remotos, envio de informacion desde el server al cel... cosas asi...
2. como instalo la aplicacion en los dispositivos fisicos... Palm, cel o Blackberry...

Gracias por la Ayuda...</description>
		<content:encoded><![CDATA[<p>Gracias por responder&#8230; aun no me funciona con netbeans, intente con eclipse y si me funciona, pero tengo muchas dudas con la programacion:<br />
1. como trabajo con Datos Remotos, envio de informacion desde el server al cel&#8230; cosas asi&#8230;<br />
2. como instalo la aplicacion en los dispositivos fisicos&#8230; Palm, cel o Blackberry&#8230;</p>
<p>Gracias por la Ayuda&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TotalCross + Netbeans by admin</title>
		<link>http://www.vnperu.com/blog/2010/04/04/totalcross-netbeans/comment-page-1/#comment-2226</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 23 Jun 2010 07:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.vnperu.com/blog/?p=439#comment-2226</guid>
		<description>Hola  eryth, perdona por responder un poco tarde, sobre tu problema en la nueva versión de TC te obliga a poner como minino los argumentos marcados con * (es decir /scr y /uiStyle ) si no tienes resultados prueba solo con la ruta completa de la clase por ejemplo: org.me.holaMundo.java  (donde org.me es el paquete y holaMundo es la clase)

Saludos</description>
		<content:encoded><![CDATA[<p>Hola  eryth, perdona por responder un poco tarde, sobre tu problema en la nueva versión de TC te obliga a poner como minino los argumentos marcados con * (es decir /scr y /uiStyle ) si no tienes resultados prueba solo con la ruta completa de la clase por ejemplo: org.me.holaMundo.java  (donde org.me es el paquete y holaMundo es la clase)</p>
<p>Saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TotalCross + Netbeans by eryth</title>
		<link>http://www.vnperu.com/blog/2010/04/04/totalcross-netbeans/comment-page-1/#comment-2210</link>
		<dc:creator>eryth</dc:creator>
		<pubDate>Thu, 17 Jun 2010 03:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vnperu.com/blog/?p=439#comment-2210</guid>
		<description>esto es lo que me sale a correr en NetBeans:


Current path: C:\app\HolaMundo
Possible Arguments (in any order and case insensitive). Default is marked as *
   /scr WIDTHxHEIGHT     : sets the width and height
   /scr WIDTHxHEIGHTxBPP : sets the width, height and bits per pixel
   /scr PalmLo     : Palm OS low     (same of /scr 160x160x8)
*  /scr PalmHI     : Palm OS high    (same of /scr 320x320x16)
   /scr PalmTall   : Palm OS tall    (same of /scr 320x480x16)
   /scr PalmWide   : Palm OS wide    (same of /scr 480x320x16)
   /scr WinCE      : Windows CE      (same of /scr 240x320x16)
   /scr Win32      : Windows 32      (same of /scr 240x320x24)
   /scr bbLo       : BlackBerry low  (same of /scr 320x240x16)
   /scr bbBold     : BlackBerry Bold (same of /scr 480x360x16)
   /scr bbStorm    : BlackBerry Storm(same of /scr 480x320x16)
   /scr iPhone     : iPhone          (same of /scr 320x480x24)
   /scr android    : Android         (same of /scr 320x480x16)
   /pos x,y        : Sets the openning position of the application
*  /uiStyle WinCE  : Windows CE user interface style
   /uiStyle PalmOS : Palm OS user interface style
   /uiStyle Flat   : Flat user interface style
   /uiStyle Vista  : Vista user interface style
   /penlessDevice  : acts as a device that has no touchscreen.
   /fingerTouch    : acts as a device that uses a finger instead of a pen.
   /geofocus       : enables geographical focus.
   /keypadOnly     : acts as a device that has only the 0-9*# keys
   /virtualKeyboard: shows the virtual keyboard when in an Edit or a MultiEdit
   /showmousepos   : shows the mouse position.
   /bpp 4          : emulates 4  bits per pixel screens (16    colors)
   /bpp 8          : emulates 8  bits per pixel screens (256   colors)
   /bpp 16         : emulates 16 bits per pixel screens (65536 colors)
   /bpp 24         : emulates 24 bits per pixel screens (16M   colors)
   /bpp 32         : emulates 32 bits per pixel screens (16M   colors without transparency)
   /scale  : scales the screen, magnifying the contents
   /dataPath : sets where the PDB and media files are stored
   /cmdLine   : the rest of arguments-1 are passed as the command line
The class name that extends MainWindow must always be the last argument
Invalid or incomplete argument at position 0: /src
Full command line:
/src WINCE view.main
Java Result: -1
GENERACIÓN CORRECTA (total time: 12 seconds)</description>
		<content:encoded><![CDATA[<p>esto es lo que me sale a correr en NetBeans:</p>
<p>Current path: C:\app\HolaMundo<br />
Possible Arguments (in any order and case insensitive). Default is marked as *<br />
   /scr WIDTHxHEIGHT     : sets the width and height<br />
   /scr WIDTHxHEIGHTxBPP : sets the width, height and bits per pixel<br />
   /scr PalmLo     : Palm OS low     (same of /scr 160&#215;160x8)<br />
*  /scr PalmHI     : Palm OS high    (same of /scr 320&#215;320x16)<br />
   /scr PalmTall   : Palm OS tall    (same of /scr 320&#215;480x16)<br />
   /scr PalmWide   : Palm OS wide    (same of /scr 480&#215;320x16)<br />
   /scr WinCE      : Windows CE      (same of /scr 240&#215;320x16)<br />
   /scr Win32      : Windows 32      (same of /scr 240&#215;320x24)<br />
   /scr bbLo       : BlackBerry low  (same of /scr 320&#215;240x16)<br />
   /scr bbBold     : BlackBerry Bold (same of /scr 480&#215;360x16)<br />
   /scr bbStorm    : BlackBerry Storm(same of /scr 480&#215;320x16)<br />
   /scr iPhone     : iPhone          (same of /scr 320&#215;480x24)<br />
   /scr android    : Android         (same of /scr 320&#215;480x16)<br />
   /pos x,y        : Sets the openning position of the application<br />
*  /uiStyle WinCE  : Windows CE user interface style<br />
   /uiStyle PalmOS : Palm OS user interface style<br />
   /uiStyle Flat   : Flat user interface style<br />
   /uiStyle Vista  : Vista user interface style<br />
   /penlessDevice  : acts as a device that has no touchscreen.<br />
   /fingerTouch    : acts as a device that uses a finger instead of a pen.<br />
   /geofocus       : enables geographical focus.<br />
   /keypadOnly     : acts as a device that has only the 0-9*# keys<br />
   /virtualKeyboard: shows the virtual keyboard when in an Edit or a MultiEdit<br />
   /showmousepos   : shows the mouse position.<br />
   /bpp 4          : emulates 4  bits per pixel screens (16    colors)<br />
   /bpp 8          : emulates 8  bits per pixel screens (256   colors)<br />
   /bpp 16         : emulates 16 bits per pixel screens (65536 colors)<br />
   /bpp 24         : emulates 24 bits per pixel screens (16M   colors)<br />
   /bpp 32         : emulates 32 bits per pixel screens (16M   colors without transparency)<br />
   /scale  : scales the screen, magnifying the contents<br />
   /dataPath : sets where the PDB and media files are stored<br />
   /cmdLine   : the rest of arguments-1 are passed as the command line<br />
The class name that extends MainWindow must always be the last argument<br />
Invalid or incomplete argument at position 0: /src<br />
Full command line:<br />
/src WINCE view.main<br />
Java Result: -1<br />
GENERACIÓN CORRECTA (total time: 12 seconds)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teléfonos celulares tendrán nueve dígitos a partir de abril by cynthia</title>
		<link>http://www.vnperu.com/blog/2008/02/15/telefonos-celulares-tendran-nueve-digitos-a-partir-de-abril/comment-page-1/#comment-1913</link>
		<dc:creator>cynthia</dc:creator>
		<pubDate>Mon, 08 Feb 2010 23:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.vnperu.com/wordpress/?p=33#comment-1913</guid>
		<description>quisiera saber de donde es este numero exactamente073968891287 por fAVOR</description>
		<content:encoded><![CDATA[<p>quisiera saber de donde es este numero exactamente073968891287 por fAVOR</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teléfonos celulares tendrán nueve dígitos a partir de abril by adm chorry</title>
		<link>http://www.vnperu.com/blog/2008/02/15/telefonos-celulares-tendran-nueve-digitos-a-partir-de-abril/comment-page-1/#comment-1861</link>
		<dc:creator>adm chorry</dc:creator>
		<pubDate>Mon, 21 Dec 2009 02:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.vnperu.com/wordpress/?p=33#comment-1861</guid>
		<description>bueno a mi tb me llamo ese 005623387595 y por lo ke veo es una modalidad de robo de credito , ojo no vaya a llamar por ke automaticamente te roba el credito de tu cell , bueno alamos seguire investigando 

salu2

atte admchorry</description>
		<content:encoded><![CDATA[<p>bueno a mi tb me llamo ese 005623387595 y por lo ke veo es una modalidad de robo de credito , ojo no vaya a llamar por ke automaticamente te roba el credito de tu cell , bueno alamos seguire investigando </p>
<p>salu2</p>
<p>atte admchorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reparar tablas de SQL Server by byleto</title>
		<link>http://www.vnperu.com/blog/2008/12/07/reparar-tablas-de-sql-server/comment-page-1/#comment-1843</link>
		<dc:creator>byleto</dc:creator>
		<pubDate>Tue, 01 Dec 2009 17:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.vnperu.com/blog/?p=125#comment-1843</guid>
		<description>Gracias, lo voy a probrar!!</description>
		<content:encoded><![CDATA[<p>Gracias, lo voy a probrar!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hananpacha by pioneroscine</title>
		<link>http://www.vnperu.com/blog/2009/09/09/hananpacha/comment-page-1/#comment-1829</link>
		<dc:creator>pioneroscine</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.vnperu.com/blog/?p=380#comment-1829</guid>
		<description>Este 30 de noviembre a las 6:30 p.m. se podrá ver el documental &quot;Hananpacha&quot; en el Cinematógrafo de Barranco</description>
		<content:encoded><![CDATA[<p>Este 30 de noviembre a las 6:30 p.m. se podrá ver el documental &#8220;Hananpacha&#8221; en el Cinematógrafo de Barranco</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Php Apache MSSQL Linux by admin</title>
		<link>http://www.vnperu.com/blog/2009/08/01/php-apache-mssql-linux/comment-page-1/#comment-1809</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 30 Oct 2009 17:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vnperu.com/blog/?p=318#comment-1809</guid>
		<description>setbit, gracias por la observación ;)</description>
		<content:encoded><![CDATA[<p>setbit, gracias por la observación <img src='http://www.vnperu.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Php Apache MSSQL Linux by setbit</title>
		<link>http://www.vnperu.com/blog/2009/08/01/php-apache-mssql-linux/comment-page-1/#comment-1808</link>
		<dc:creator>setbit</dc:creator>
		<pubDate>Fri, 30 Oct 2009 17:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.vnperu.com/blog/?p=318#comment-1808</guid>
		<description>Hay un error en :

Bajamos las fuentes de php5 y dependencias

    # cd /usr/src
    # apt-get source php5
    #apt-get build-deb php5

el comando correcto es ( b-&gt;p )

    #apt-get build-dep php5</description>
		<content:encoded><![CDATA[<p>Hay un error en :</p>
<p>Bajamos las fuentes de php5 y dependencias</p>
<p>    # cd /usr/src<br />
    # apt-get source php5<br />
    #apt-get build-deb php5</p>
<p>el comando correcto es ( b-&gt;p )</p>
<p>    #apt-get build-dep php5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Teléfonos celulares tendrán nueve dígitos a partir de abril by BERTHA</title>
		<link>http://www.vnperu.com/blog/2008/02/15/telefonos-celulares-tendran-nueve-digitos-a-partir-de-abril/comment-page-1/#comment-1806</link>
		<dc:creator>BERTHA</dc:creator>
		<pubDate>Thu, 29 Oct 2009 14:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vnperu.com/wordpress/?p=33#comment-1806</guid>
		<description>SOY DE LIMA PERÚ, HA LLAMADO ESE MISMO NUMERO A LA EMPRESA DONDE TRABAJO 005623387595 DESPUÉS DE HABER LEÍDO TANTO ENTIENDO QUE HAY MUCHAS OPCIONES:

1-PUEDEN QUERER ROBARTE LINEA
2-HACERTE ALGUNA TRETA (PORQUE A MI JEFA QUE ESTA HACIENDO UN EVENTO LA HA LLAMADO UNA SUPUESTA &quot;AMIGA&quot; PARA QUE LE PAGUE POR ADELANTADO UN A ESTADÍA EN UN HOTEL). 
3-QUE SEA UN NUMERO ESTÁNDAR QUE SE REGISTRA A TRAVÉS DE DISTINTAS TARJETAS DE TELÉFONO Y LOS DELINCUENTES SE VALEN DE LAS MISMAS.
4-QUE SEA UNA PERSONA CONOCIDA LA QUE TE ESTA LLAMANDO.

COMO FUERE EL CASO, EL NUMERO 005623387595 ES DE CUIDADO.</description>
		<content:encoded><![CDATA[<p>SOY DE LIMA PERÚ, HA LLAMADO ESE MISMO NUMERO A LA EMPRESA DONDE TRABAJO 005623387595 DESPUÉS DE HABER LEÍDO TANTO ENTIENDO QUE HAY MUCHAS OPCIONES:</p>
<p>1-PUEDEN QUERER ROBARTE LINEA<br />
2-HACERTE ALGUNA TRETA (PORQUE A MI JEFA QUE ESTA HACIENDO UN EVENTO LA HA LLAMADO UNA SUPUESTA &#8220;AMIGA&#8221; PARA QUE LE PAGUE POR ADELANTADO UN A ESTADÍA EN UN HOTEL).<br />
3-QUE SEA UN NUMERO ESTÁNDAR QUE SE REGISTRA A TRAVÉS DE DISTINTAS TARJETAS DE TELÉFONO Y LOS DELINCUENTES SE VALEN DE LAS MISMAS.<br />
4-QUE SEA UNA PERSONA CONOCIDA LA QUE TE ESTA LLAMANDO.</p>
<p>COMO FUERE EL CASO, EL NUMERO 005623387595 ES DE CUIDADO.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
