<?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>Haciendo la vida mas facil... &#187; Gambas</title>
	<atom:link href="http://jodacame.wordpress.com/tag/gambas/feed/" rel="self" type="application/rss+xml" />
	<link>http://jodacame.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Dec 2009 13:49:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='jodacame.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0b395f1fc60eeb19238a8cf0116d210b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Haciendo la vida mas facil... &#187; Gambas</title>
		<link>http://jodacame.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jodacame.wordpress.com/osd.xml" title="Haciendo la vida mas facil&#8230;" />
		<item>
		<title>X-Bot Robot para Linux: Automatiza las tareas</title>
		<link>http://jodacame.wordpress.com/2009/12/11/x-bot-robot-para-linux-automatiza-las-tareas/</link>
		<comments>http://jodacame.wordpress.com/2009/12/11/x-bot-robot-para-linux-automatiza-las-tareas/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:48:15 +0000</pubDate>
		<dc:creator>jodacame</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Gambas]]></category>
		<category><![CDATA[jodacame]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[automatizar]]></category>
		<category><![CDATA[programar]]></category>
		<category><![CDATA[tareas]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[teclado]]></category>

		<guid isPermaLink="false">http://jodacame.wordpress.com/?p=575</guid>
		<description><![CDATA[Bueno, estaba algo &#8220;Desparchado&#8221; y decidi realizar un programa que hiciera algunas tareas por mi; entonces nacio X-Bot es un aplicativo que usa el paquete xdotool el cual automatiza las tareas que uno realice, cada usuario puede crear un script para programar movimientos y acciones del mouse y teclado.
Esta es la primera version que lanzo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jodacame.wordpress.com&blog=3392354&post=575&subd=jodacame&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://jodacame.wordpress.com/2009/12/11/x-bot-robot-para-linux-automatiza-las-tareas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7f159aa6ef21339ae4d69a54534914a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jodacame</media:title>
		</media:content>

		<media:content url="http://www.gambas-es.org/files/posted_images/283/pantallazo_x_bot_v_beta_____powered_by_jodacame__jodacame_wordpress_com_.png" medium="image" />
	</item>
		<item>
		<title>¿Nuevo en Gambas?&#8230; Esto te puede servir.</title>
		<link>http://jodacame.wordpress.com/2008/11/14/%c2%bfnuevo-en-gambas-esto-te-puede-servir/</link>
		<comments>http://jodacame.wordpress.com/2008/11/14/%c2%bfnuevo-en-gambas-esto-te-puede-servir/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 15:42:06 +0000</pubDate>
		<dc:creator>jodacame</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Codigo Fuente]]></category>
		<category><![CDATA[Gambas]]></category>

		<guid isPermaLink="false">http://jodacame.wordpress.com/?p=75</guid>
		<description><![CDATA[Nombre de Usuario:

User.Name

Retorna el path de la carpeta home del usuario:

User.Home


Retorna el path de la carpeta del sistema:

System.Path


Tamaño de un Archivo:

DIM FileSize AS Single
FileSize = Stat(ruta_del_archivo).Size


Mensajes de Preguntas:

DIM res AS Integer
res = Message.Question(&#34;¿Cual es su Opción preferida?&#34;, &#34;Si&#34;, &#34;No&#34;)
IF res = 1 THEN
'Opcion1
ELSE
'Opcion2
END IF

Cerrar una ventana:

Nombre_Ventana.Close(0);


Dialogo Abrir:

DIM Ruta AS String;
Dialog.Filter = [&#34;*.mp3&#34;, &#34;Archivo de Audio [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jodacame.wordpress.com&blog=3392354&post=75&subd=jodacame&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://jodacame.wordpress.com/2008/11/14/%c2%bfnuevo-en-gambas-esto-te-puede-servir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7f159aa6ef21339ae4d69a54534914a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">jodacame</media:title>
		</media:content>
	</item>
	</channel>
</rss>