<?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>Programacion</title>
	<atom:link href="http://qtjambicorner.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://qtjambicorner.wordpress.com</link>
	<description>Programacion en general</description>
	<lastBuildDate>Sat, 26 Mar 2011 00:41:24 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='qtjambicorner.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Programacion</title>
		<link>http://qtjambicorner.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://qtjambicorner.wordpress.com/osd.xml" title="Programacion" />
	<atom:link rel='hub' href='http://qtjambicorner.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Obtener latitud y longitud de una direccion con Google</title>
		<link>http://qtjambicorner.wordpress.com/2011/03/25/obtener-latitud-y-longitud-de-una-direccion-con-google/</link>
		<comments>http://qtjambicorner.wordpress.com/2011/03/25/obtener-latitud-y-longitud-de-una-direccion-con-google/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 22:02:33 +0000</pubDate>
		<dc:creator>juandej18</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://qtjambicorner.wordpress.com/?p=79</guid>
		<description><![CDATA[//direccion a buscar $direccion= urlencode('12167 SW 27TH ST 1911, MIRAMAR, 33025'); //Buscamos la direccion en el servicio de google $geocode=file_get_contents('http://maps.google.com/maps/api/geocode/json?address='.$direccion.'&#38;sensor=false'); //decodificamos lo que devuelve google, que esta en formato json $output= json_decode($geocode); //Extraemos la informacion que nos interesa $lat = $output-&#62;results[0]-&#62;geometry-&#62;location-&#62;lat; $long = $output-&#62;results[0]-&#62;geometry-&#62;location-&#62;lng; //la imprimimos echo $lat.', '.$long; direccion<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=79&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre class="brush: php;">
//direccion a buscar
$direccion= urlencode('12167 SW 27TH ST 1911, MIRAMAR, 33025');

//Buscamos la direccion en el servicio de google
 $geocode=file_get_contents('http://maps.google.com/maps/api/geocode/json?address='.$direccion.'&amp;sensor=false');

 //decodificamos lo que devuelve google, que esta en formato json
 $output= json_decode($geocode);

//Extraemos la informacion que nos interesa
 $lat = $output-&gt;results[0]-&gt;geometry-&gt;location-&gt;lat;
 $long = $output-&gt;results[0]-&gt;geometry-&gt;location-&gt;lng;

//la imprimimos
 echo $lat.', '.$long;
</pre>
<div id="_mcePaste" class="mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;overflow:hidden;">
<pre>direccion</pre>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtjambicorner.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtjambicorner.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtjambicorner.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtjambicorner.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtjambicorner.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtjambicorner.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtjambicorner.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtjambicorner.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtjambicorner.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtjambicorner.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtjambicorner.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtjambicorner.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtjambicorner.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtjambicorner.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=79&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtjambicorner.wordpress.com/2011/03/25/obtener-latitud-y-longitud-de-una-direccion-con-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7450cd71640731e5e5d4c0260ce6792?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juandej18</media:title>
		</media:content>
	</item>
		<item>
		<title>Integracion de Apache con Subversion en Windows</title>
		<link>http://qtjambicorner.wordpress.com/2011/01/28/integracion-de-apache-con-subversion/</link>
		<comments>http://qtjambicorner.wordpress.com/2011/01/28/integracion-de-apache-con-subversion/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 18:40:31 +0000</pubDate>
		<dc:creator>juandej18</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[proyecto]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://qtjambicorner.wordpress.com/?p=60</guid>
		<description><![CDATA[Instalar el servidor Subversion. Crear el directorio o directorios a ser utilizados como repositorio de los proyectos: en este caso C:\Proyectos\.  Esto es solo el directorio que contendrá el repositorio, ahora desde la consola se crea el repositorio con el comando svnadmin create. Esto creara la estructura del repositorio dentro del directorio Proyectos: Ahora para [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=60&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Instalar el servidor Subversion.</p>
<p>Crear el directorio o directorios a ser utilizados como repositorio de los proyectos: en este caso C:\Proyectos\.  Esto es solo el directorio que contendrá el repositorio, ahora desde la consola se crea el repositorio con el comando <em>svnadmin create.</em></p>
<p><a href="http://qtjambicorner.files.wordpress.com/2011/01/svnadmin.jpg"><img class="aligncenter size-medium wp-image-67" title="svnadmin" src="http://qtjambicorner.files.wordpress.com/2011/01/svnadmin.jpg?w=300&#038;h=148" alt="" width="300" height="148" /></a></p>
<p>Esto creara la estructura del repositorio dentro del directorio <em>Proyectos:</em></p>
<p><em><a href="http://qtjambicorner.files.wordpress.com/2011/01/estructura.jpg"><img class="aligncenter size-medium wp-image-65" title="estructura" src="http://qtjambicorner.files.wordpress.com/2011/01/estructura.jpg?w=300&#038;h=216" alt="" width="300" height="216" /></a><br />
</em></p>
<p>Ahora para la integración del subversión al apache, copiar los archivos mod_authz_svn.so and mod_dav_svn.so de el directorio bin de la instalacion de Subversion al directorio modules de apache. Editar el archivo de configuracion de apache <em>httpd.conf. </em></p>
<p>Quitar el # al principio de las lineas o agregarlas:</p>
<p><em>#LoadModule dav_svn_module modules/mod_dav_svn.so</em></p>
<p><em>#LoadModule authz_svn_module modules/mod_authz_svn.so</em></p>
<p><a href="http://qtjambicorner.files.wordpress.com/2011/01/httpd.jpg"><img class="aligncenter size-medium wp-image-66" title="httpd" src="http://qtjambicorner.files.wordpress.com/2011/01/httpd.jpg?w=300&#038;h=217" alt="" width="300" height="217" /></a></p>
<p>Luego cambiar:</p>
<pre class="brush: bash;">

&lt;Directory /&gt;

Options FollowSymLinks

AllowOverride None

Order deny,allow

Deny from all

&lt;/Directory&gt;

Por:

&lt;Directory /&gt;

Options FollowSymLinks

AllowOverride None

Order allow,deny

Allow from All

Satisfy all

&lt;/Directory&gt;
</pre>
<p>&nbsp;</p>
<p>Incluir al final del archivo la ruta de configuracion del subversión (mas adelante se creara)</p>
<p>Include c:/etc/subversion.conf</p>
<p>Crear el directorio C:\etc, donde se guardara la configuración del subversión</p>
<p>Otra vez en la consola, se crearan los usuarios que tendran acceso al repositorio con el comando <em>htpasswd</em>:</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2011/01/users.jpg"><img class="aligncenter size-medium wp-image-68" title="users" src="http://qtjambicorner.files.wordpress.com/2011/01/users.jpg?w=300&#038;h=148" alt="" width="300" height="148" /></a></p>
<p>La opcion –c es para crear el archivo y la opcion –m para encriptar el password. Esto creara el archivo svn-auth-file:</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2011/01/users2.jpg"><img class="aligncenter size-medium wp-image-69" title="users2" src="http://qtjambicorner.files.wordpress.com/2011/01/users2.jpg?w=300&#038;h=217" alt="" width="300" height="217" /></a></p>
<p>Ahora crear el archivo svn-acl (sin extension) en C.\etc, donde se definen los accesos al repositorio:</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2011/01/accesos.jpg"><img class="aligncenter size-medium wp-image-61" title="accesos" src="http://qtjambicorner.files.wordpress.com/2011/01/accesos.jpg?w=300&#038;h=217" alt="" width="300" height="217" /></a></p>
<p>Por ultimo crear el subversion.conf en /etc, donde se le indica al apache cual es la ruta del repositorio y los permisos de acceso:</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2011/01/confsvn.jpg"><img class="aligncenter size-medium wp-image-63" title="confsvn" src="http://qtjambicorner.files.wordpress.com/2011/01/confsvn.jpg?w=300&#038;h=217" alt="" width="300" height="217" /></a></p>
<p>Reiniciar el apache, y el repositorio estará creado:</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2011/01/browser.jpg"><img class="aligncenter size-medium wp-image-62" title="browser" src="http://qtjambicorner.files.wordpress.com/2011/01/browser.jpg?w=300&#038;h=217" alt="" width="300" height="217" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtjambicorner.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtjambicorner.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtjambicorner.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtjambicorner.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtjambicorner.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtjambicorner.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtjambicorner.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtjambicorner.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtjambicorner.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtjambicorner.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtjambicorner.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtjambicorner.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtjambicorner.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtjambicorner.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=60&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtjambicorner.wordpress.com/2011/01/28/integracion-de-apache-con-subversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7450cd71640731e5e5d4c0260ce6792?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juandej18</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2011/01/svnadmin.jpg?w=300" medium="image">
			<media:title type="html">svnadmin</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2011/01/estructura.jpg?w=300" medium="image">
			<media:title type="html">estructura</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2011/01/httpd.jpg?w=300" medium="image">
			<media:title type="html">httpd</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2011/01/users.jpg?w=300" medium="image">
			<media:title type="html">users</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2011/01/users2.jpg?w=300" medium="image">
			<media:title type="html">users2</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2011/01/accesos.jpg?w=300" medium="image">
			<media:title type="html">accesos</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2011/01/confsvn.jpg?w=300" medium="image">
			<media:title type="html">confsvn</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2011/01/browser.jpg?w=300" medium="image">
			<media:title type="html">browser</media:title>
		</media:content>
	</item>
		<item>
		<title>Obtener codigo fuente de una pagina con PHP</title>
		<link>http://qtjambicorner.wordpress.com/2010/11/18/obtener-codigo-fuente-de-una-pagina-con-php/</link>
		<comments>http://qtjambicorner.wordpress.com/2010/11/18/obtener-codigo-fuente-de-una-pagina-con-php/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 14:47:05 +0000</pubDate>
		<dc:creator>juandej18</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://qtjambicorner.wordpress.com/?p=55</guid>
		<description><![CDATA[Una pequeña funcion para obtener el codigo de una pagina. function curl_get_file_contents($URL,$cookie){ $c = curl_init(); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); curl_setopt($c, CURLOPT_URL, $URL); curl_setopt($c, CURLOPT_COOKIE, $cookie); $contents = curl_exec($c); curl_close($c); //Valida si hay contenido sino retorna falso if ($contents) return $contents; else return false; } Para llamarla //Si la pagina no necesita alguna cookie $fuente=curl_get_file_contents($url,null); //Para paginas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=55&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Una pequeña funcion para obtener el codigo de una pagina.</p>
<pre class="brush: php; collapse: false;">
function curl_get_file_contents($URL,$cookie){
   $c = curl_init();
   curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
   curl_setopt($c, CURLOPT_URL, $URL);
   curl_setopt($c, CURLOPT_COOKIE, $cookie);
   $contents = curl_exec($c);
   curl_close($c);
   //Valida si hay contenido sino retorna falso
   if ($contents) return $contents;
   else return false;
 }
</pre>
<p>Para llamarla</p>
<pre class="brush: php; collapse: false;">
//Si la pagina no necesita alguna cookie
$fuente=curl_get_file_contents($url,null);

//Para paginas que necesiten alguna cookie por ejemplo aceptar un Disclaimer
$fuente=curl_get_file_contents($url,'Disclaimer=true;');
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtjambicorner.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtjambicorner.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtjambicorner.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtjambicorner.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtjambicorner.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtjambicorner.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtjambicorner.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtjambicorner.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtjambicorner.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtjambicorner.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtjambicorner.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtjambicorner.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtjambicorner.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtjambicorner.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=55&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtjambicorner.wordpress.com/2010/11/18/obtener-codigo-fuente-de-una-pagina-con-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7450cd71640731e5e5d4c0260ce6792?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juandej18</media:title>
		</media:content>
	</item>
		<item>
		<title>Manipular fechas en Qt Jambi</title>
		<link>http://qtjambicorner.wordpress.com/2010/11/18/manipular-fechas-qt-jambi/</link>
		<comments>http://qtjambicorner.wordpress.com/2010/11/18/manipular-fechas-qt-jambi/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 01:12:50 +0000</pubDate>
		<dc:creator>juandej18</dc:creator>
				<category><![CDATA[jambi]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[fechas]]></category>
		<category><![CDATA[qdate]]></category>

		<guid isPermaLink="false">http://qtjambicorner.wordpress.com/?p=41</guid>
		<description><![CDATA[Transformar de QDate a Date //Definimos el formato de fecha deseado SimpleDateFormat formatoDelTexto = new SimpleDateFormat(&#34;yyyy-MM-dd&#34;); //Transformamos la fecha QDate a ese formato fechaTexto = ui.datFechaNacimiento.date().toString(&#34;yyyy-MM-dd&#34;); //Se setea al atributo del objeto empleado.setFechaNacimiento(formatoDelTexto.parse(fechaTexto)); Transformar de Date a QDate //Transformamos la fecha Date a String String fechaTexto2 = empleado.getFechaIngreso().toString(); //La dividimos por los guiones String[] fecha2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=41&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Transformar de QDate a Date</strong></p>
<pre class="brush: java; collapse: false;">

//Definimos el formato de fecha deseado
SimpleDateFormat formatoDelTexto = new SimpleDateFormat(&quot;yyyy-MM-dd&quot;);

//Transformamos la fecha QDate a ese formato
 fechaTexto = ui.datFechaNacimiento.date().toString(&quot;yyyy-MM-dd&quot;);

//Se setea al atributo del objeto
 empleado.setFechaNacimiento(formatoDelTexto.parse(fechaTexto));
</pre>
<p><strong>Transformar de Date a QDate</strong></p>
<pre class="brush: java; collapse: false;">
//Transformamos la fecha Date a String
String fechaTexto2 = empleado.getFechaIngreso().toString();

//La dividimos por los guiones
String[] fecha2 = fechaTexto2.split(&quot;-&quot;);

//La seteamos al componente usando el constructor QDate
ui.datFechaIngreso.setDate(new QDate(Integer.parseInt(fecha2[0]),
                                     Integer.parseInt(fecha2[1]),
                                     Integer.parseInt(fecha2[2])));
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtjambicorner.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtjambicorner.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtjambicorner.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtjambicorner.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtjambicorner.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtjambicorner.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtjambicorner.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtjambicorner.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtjambicorner.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtjambicorner.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtjambicorner.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtjambicorner.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtjambicorner.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtjambicorner.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=41&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtjambicorner.wordpress.com/2010/11/18/manipular-fechas-qt-jambi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7450cd71640731e5e5d4c0260ce6792?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juandej18</media:title>
		</media:content>
	</item>
		<item>
		<title>Signals y Slots</title>
		<link>http://qtjambicorner.wordpress.com/2010/03/25/signals-y-slots/</link>
		<comments>http://qtjambicorner.wordpress.com/2010/03/25/signals-y-slots/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 20:15:22 +0000</pubDate>
		<dc:creator>juandej18</dc:creator>
				<category><![CDATA[jambi]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[signals]]></category>
		<category><![CDATA[slots]]></category>

		<guid isPermaLink="false">http://qtjambicorner.wordpress.com/?p=25</guid>
		<description><![CDATA[Cuando se cambia algo en un widget en la programación de GUI (Interfaces Graficas de Usuario), frecuentemente se quiere que otro widget sea notificado. Generalmente, se quiere que los objetos de un tipo sean capaces de comunicarse con los de otro tipo. Por ejemplo, si el usuario hace click en un botón Cerrar, probablemente se [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=25&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Cuando se cambia algo en un widget en la programación de GUI (Interfaces Graficas de Usuario), frecuentemente se quiere que otro widget sea notificado. Generalmente, se quiere que los objetos de un tipo sean capaces de comunicarse con los de otro tipo. Por ejemplo, si el usuario hace click en un botón <strong>Cerrar</strong>, probablemente se quiere que la función close() de la ventana sea llamada. Signals y slots son el mecanismo de Qt Jambi para esa comunicación entre objetos.</p>
<p>Un <strong>Signal </strong>es emitido cuando un evento en particular ocurre. Los widgets de Qt Jambi tienen signals predefinidos, pero siempre se podrá heredar de los widgets para añadir signals propios. Un <strong>Slot </strong>es un método que es llamado a responder  un signal en particular. Tambien existen slots predefinidos pero se pueden añadir propios para el manejo de los signals que se quieran.</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2010/03/qtjambi-abstract-connections.png"><img class="alignnone size-medium wp-image-27" title="qtjambi-abstract-connections" src="http://qtjambicorner.files.wordpress.com/2010/03/qtjambi-abstract-connections.png?w=300&#038;h=291" alt="Signals y slots" width="300" height="291" /></a></p>
<p>El mecanismo de los signals y slots es de tipo seguro.  La firma de un signal debe coincidir con la del slot que lo recibe. Una clase que emite un signal no conoce ni le importa que slots reciben dicho signal. El mecanismo de los signals y slots  de Qt Jambi aseguran que si se conecta un signal a un slot, el slot será llamado con los parámetros del signal en el momento apropiado.</p>
<p>Ejemplo:</p>
<p>Si se tiene en una ventana un botón llamado <em>button1</em> y un método llamado <em>clickButton()</em>. Para conectar el botón a ese método se hará: ui.button1.clicked.connect(this,”clickButton()”).  También se puede crear un método llamado on_button1_clicked(), que se conectara directamente a la señal clicked del botón ya que en el constructor la clase llama implícitamente un método llamado connectSlotsByName();</p>
<p>Codigo Ejemplo:</p>
<pre class="brush: java; collapse: true; light: false; toolbar: true;">
package vistas;

import com.trolltech.qt.gui.*;

public class VentanaPractica extends QWidget {

Ui_VentanaPractica ui = new Ui_VentanaPractica();

public static void main(String[] args) {
   QApplication.initialize(args);

   VentanaPractica testVentanaPractica = new VentanaPractica();
   testVentanaPractica.show();

   QApplication.exec();
}

public VentanaPractica() {
   ui.setupUi(this);
   //asociar signal al slot
   ui.button1.clicked.connect(this,&quot;clickarButton()&quot;);
}

public VentanaPractica(QWidget parent) {
  super(parent);
  ui.setupUi(this);

}

//slot asociado al signal click del boton
public void clickarButton(){
    //colocar un texto en el QLineEdit
    ui.text.setText(&quot;hola&quot;);
}

//slot tambien asociado al boton
public void on_button1_clicked(){
    System.out.println(&quot;click&quot;);
}
}
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtjambicorner.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtjambicorner.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtjambicorner.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtjambicorner.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtjambicorner.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtjambicorner.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtjambicorner.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtjambicorner.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtjambicorner.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtjambicorner.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtjambicorner.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtjambicorner.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtjambicorner.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtjambicorner.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=25&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtjambicorner.wordpress.com/2010/03/25/signals-y-slots/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7450cd71640731e5e5d4c0260ce6792?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juandej18</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2010/03/qtjambi-abstract-connections.png?w=300" medium="image">
			<media:title type="html">qtjambi-abstract-connections</media:title>
		</media:content>
	</item>
		<item>
		<title>Crear Nuevo Proyecto Jambi en Eclipse</title>
		<link>http://qtjambicorner.wordpress.com/2009/11/12/crear-nuevo-proyecto-jambi-en-eclipse/</link>
		<comments>http://qtjambicorner.wordpress.com/2009/11/12/crear-nuevo-proyecto-jambi-en-eclipse/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 21:40:00 +0000</pubDate>
		<dc:creator>juandej18</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[jambi]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[proyecto]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://qtjambicorner.wordpress.com/2009/11/12/crear-nuevo-proyecto-jambi-en-eclipse</guid>
		<description><![CDATA[En el post anterior explicamos la instalación de Jambi y su integración con eclipse, en este explicare como iniciar un nuevo proyecto con el plugin de Jambi para Eclipse. Abrimos el eclipse en un workspace nuevo, luego abrimos en el Menu, Windows -&#62; Preference y en la ventana que aparece seleccionamos Qt Jambi Preference Page, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=7&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>En el post anterior explicamos la instalación de Jambi y su integración con eclipse, en este explicare como iniciar un nuevo proyecto con el plugin de Jambi para Eclipse. Abrimos el eclipse en un workspace nuevo, luego abrimos en el Menu, Windows -&gt; Preference y en la ventana que aparece seleccionamos Qt Jambi Preference Page, en Jambi Location clicamos en Browse, y seleccionamos la carpeta donde se descomprimió el Jambi, luego clicamos en Validate:</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2009/11/jambi4.jpg"><img src="http://qtjambicorner.files.wordpress.com/2009/11/jambi4.jpg?w=300" border="0" alt="" /></a></p>
<p>Las otras opciones son colocar los archivos de imagen en una carpeta separada (yo desmarco esta opción) y la de ponerle un prefijo al archivo de clase generado por el Designer (esta la dejo marcada):</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2009/11/jambi5.jpg"><img src="http://qtjambicorner.files.wordpress.com/2009/11/jambi5.jpg?w=300" border="0" alt="" /></a></p>
<p>Luego hacemos click en Apply y luego en Ok, Nos dirá que debemos reiniciar el Eclipse para tomar los cambios. Entonces cerramos y volvemos a abrir este workspace. Ahora vamos a buscar la opción File -&gt; New -&gt; Other…-&gt;Qt Jambi y seleccionamos la opción Qt Jambi Project (Using Designer Form):</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2009/11/jambi6.jpg"><img src="http://qtjambicorner.files.wordpress.com/2009/11/jambi6.jpg?w=300" border="0" alt="" /></a></p>
<p>Damos click en Next y nos aparece la opción de nombre del proyecto, damos un nombre y hacemos click en Next. En la siguiente ventana dejamos todo como esta y seleccionamos en Next. En la ultima ventana nos pide el paquete donde ubicaremos la vista que nos va a crear para empezar a trabajar y el nombre de esa ventana y de que tipo es, seleccionamos y hacemos click en Finish:</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2009/11/jambi7.jpg"><img src="http://qtjambicorner.files.wordpress.com/2009/11/jambi7.jpg?w=300" border="0" alt="" /></a></p>
<p>Ya creamos el proyecto, cambiamos la perspectiva para poder ver el diseñador, seleccionamos Window -&gt; Open Perspective -&gt; Other y seleccionamos Qt Designer UI:</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2009/11/jambi8.jpg"><img src="http://qtjambicorner.files.wordpress.com/2009/11/jambi8.jpg?w=300" border="0" alt="" /></a></p>
<p>Vemos que nos genero tres archivos en el paquete, el Ui_VentanaPractica.java depende del VentanaPractica.jui, cada cambio que hagamos en el ultimo recompila el primero, por eso no demos tocarlo porque cada cambio que hagamos se perderá en cada recompilación. El otro es que queda VentanaPractica.java es el que usaremos para manipular y correr la ventana.</p>
<p>Hasta aquí llega esta explicación, espero les sirva, en otros post trabajaremos con cosas mas complicadas como el manejo de eventos y adaptar un modelo MVC a un proyecto Jambi.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtjambicorner.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtjambicorner.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtjambicorner.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtjambicorner.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtjambicorner.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtjambicorner.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtjambicorner.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtjambicorner.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtjambicorner.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtjambicorner.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtjambicorner.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtjambicorner.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtjambicorner.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtjambicorner.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=7&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtjambicorner.wordpress.com/2009/11/12/crear-nuevo-proyecto-jambi-en-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7450cd71640731e5e5d4c0260ce6792?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juandej18</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2009/11/jambi4.jpg?w=300" medium="image" />

		<media:content url="http://qtjambicorner.files.wordpress.com/2009/11/jambi5.jpg?w=300" medium="image" />

		<media:content url="http://qtjambicorner.files.wordpress.com/2009/11/jambi6.jpg?w=300" medium="image" />

		<media:content url="http://qtjambicorner.files.wordpress.com/2009/11/jambi7.jpg?w=300" medium="image" />

		<media:content url="http://qtjambicorner.files.wordpress.com/2009/11/jambi8.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Instalación Qt Jambi y su integración con Eclipse</title>
		<link>http://qtjambicorner.wordpress.com/2009/11/12/instalacion-qt-jambi-y-su-integracion-con-eclipse/</link>
		<comments>http://qtjambicorner.wordpress.com/2009/11/12/instalacion-qt-jambi-y-su-integracion-con-eclipse/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 21:30:00 +0000</pubDate>
		<dc:creator>juandej18</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[jambi]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://qtjambicorner.wordpress.com/2009/11/12/instalacion-qt-jambi-y-su-integracion-con-eclipse</guid>
		<description><![CDATA[Descargamos los archivos de la dirección (por ahora Qt Jambi es el único binding que Nokia le da soporte, aunque ya se anuncio que ya no darán soporte al proyecto y quedara como los demás con soporte por una comunidad de usuarios), en esa pagina se encuentran los binarios para Windows, Mac y Linux, también [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=6&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Descargamos  los archivos de la dirección <a href="http://qt.nokia.com/downloads#jambi"></a> (por ahora Qt Jambi es el único binding que Nokia le da soporte, aunque ya se anuncio que ya no darán soporte al proyecto y quedara como los demás con soporte por una comunidad de usuarios), en esa pagina se encuentran los binarios para Windows, Mac y Linux, también la integración con Eclipse, además de las fuentes. En este tutorial seguiremos la instalación en Windows (en Linux es el mismo proceso). Descargamos ambos archivos <span style="font-style:italic;">Qt Jambi 4.5.2_01Binary for Windows 32-bit y Qt Jambi 4.5.2_01 for Windows</span>:</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2009/11/jambi1.jpg"><img src="http://qtjambicorner.files.wordpress.com/2009/11/jambi1.jpg?w=300" border="0" alt="" /></a></p>
<p>Descomprimimos el binario de Jambi en un directorio cualquiera del disco y luego el de integración en la carpeta de eclipse:</p>
<p><a href="http://qtjambicorner.files.wordpress.com/2009/11/jambi2.jpg"><img src="http://qtjambicorner.files.wordpress.com/2009/11/jambi2.jpg?w=300" border="0" alt="" /></a><br />
<a href="http://qtjambicorner.files.wordpress.com/2009/11/jambi3.jpg"><img src="http://qtjambicorner.files.wordpress.com/2009/11/jambi3.jpg?w=300" border="0" alt="" /></a></p>
<p>Ya con esto terminamos la instalacion de Jambi y ya esta integrado al Eclipse.</p>
<p>En proximo post mostrare como crear un nuevo proyecto con Eclipse y el plugin de Jambi.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtjambicorner.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtjambicorner.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtjambicorner.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtjambicorner.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtjambicorner.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtjambicorner.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtjambicorner.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtjambicorner.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtjambicorner.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtjambicorner.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtjambicorner.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtjambicorner.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtjambicorner.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtjambicorner.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=6&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtjambicorner.wordpress.com/2009/11/12/instalacion-qt-jambi-y-su-integracion-con-eclipse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7450cd71640731e5e5d4c0260ce6792?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juandej18</media:title>
		</media:content>

		<media:content url="http://qtjambicorner.files.wordpress.com/2009/11/jambi1.jpg?w=300" medium="image" />

		<media:content url="http://qtjambicorner.files.wordpress.com/2009/11/jambi2.jpg?w=300" medium="image" />

		<media:content url="http://qtjambicorner.files.wordpress.com/2009/11/jambi3.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Introduccion QT Jambi: binding java de Qt</title>
		<link>http://qtjambicorner.wordpress.com/2009/11/11/introduccion-qt-jambi-binding-java-de-qt/</link>
		<comments>http://qtjambicorner.wordpress.com/2009/11/11/introduccion-qt-jambi-binding-java-de-qt/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 04:51:00 +0000</pubDate>
		<dc:creator>juandej18</dc:creator>
				<category><![CDATA[jambi]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://qtjambicorner.wordpress.com/2009/11/11/introduccion-qt-jambi-binding-java-de-qt</guid>
		<description><![CDATA[Bueno al fin empiezo actualizar mi blog, para este post y algunos posteriores voy a colocar cosas de un proyecto en el que estoy trabajando con Java utilizando el binding de Qt para este lenguaje llamado Qt Jambi. Empezaremos definiendo estos últimos, les copiare lo que dice la Wikipedia sobre Qt. Qt es una biblioteca [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=5&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bueno al fin empiezo actualizar mi blog, para este post y algunos posteriores voy a colocar cosas de un proyecto en el que estoy trabajando con Java utilizando el binding de Qt para este lenguaje llamado Qt Jambi. Empezaremos definiendo estos últimos, les copiare lo que dice la Wikipedia sobre Qt.</p>
<blockquote><p><a href="http://es.wikipedia.org/wiki/Qt_%28biblioteca%29">Qt </a>es una biblioteca multiplataforma para desarrollar interfaces gráficas de usuario y también para el desarrollo de programas sin interfaz gráfica como herramientas de la consola y servidores. Qt es utilizada principalmente en KDE, Google Earth, Skype, Qt Extended, Adobe Photoshop Album, VirtualBox y Opie. Es producido por la división de software Qt de Nokia, que entró en vigor después de la adquisición por parte de Nokia de la empresa noruega Trolltech, el productor original de Qt, el 17 de junio de 2008.</p>
<p>Qt es utilizada en KDE, un entorno de escritorio para sistemas como GNU/Linux o FreeBSD, entre otros. Qt utiliza el lenguaje de programación C++ de forma nativa, adicionalmente puede ser utilizado en varios otros lenguajes de programación a través de bindings.</p>
<p>Funciona en todas las principales plataformas, y tiene un amplio apoyo. El API de la biblioteca cuenta con métodos para acceder a bases de datos mediante SQL, así como uso de XML, gestión de hilos, soporte de red, una API multiplataforma unificada para la manipulación de archivos y una multitud de otros para el manejo de ficheros, además de estructuras de datos tradicionales.</p></blockquote>
<p>Jambi es una implementación o binding para Java de Qt. En el próximo post publicare el proceso de la instalación de Jambi y su integración con Eclipse.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtjambicorner.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtjambicorner.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtjambicorner.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtjambicorner.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtjambicorner.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtjambicorner.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtjambicorner.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtjambicorner.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtjambicorner.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtjambicorner.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtjambicorner.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtjambicorner.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtjambicorner.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtjambicorner.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=5&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtjambicorner.wordpress.com/2009/11/11/introduccion-qt-jambi-binding-java-de-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7450cd71640731e5e5d4c0260ce6792?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juandej18</media:title>
		</media:content>
	</item>
		<item>
		<title>Bienvenida</title>
		<link>http://qtjambicorner.wordpress.com/2009/10/28/bienvenida/</link>
		<comments>http://qtjambicorner.wordpress.com/2009/10/28/bienvenida/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 21:07:00 +0000</pubDate>
		<dc:creator>juandej18</dc:creator>
				<category><![CDATA[bienvenida]]></category>

		<guid isPermaLink="false">http://qtjambicorner.wordpress.com/2009/10/28/bienvenida</guid>
		<description><![CDATA[Este es mi primer blog, aqui tratare de postear (regularmente espero) noticias interesantes sobre tecnologia, programacion (tambien tutoriales y enlaces), software y algunos temas off topic interesantes sobre musica, cine y deporte.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=4&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Este es mi primer blog, aqui tratare de postear (regularmente espero) noticias interesantes sobre tecnologia, programacion (tambien tutoriales y enlaces), software y algunos temas off topic interesantes sobre musica, cine y deporte.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qtjambicorner.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qtjambicorner.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qtjambicorner.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qtjambicorner.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qtjambicorner.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qtjambicorner.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qtjambicorner.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qtjambicorner.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qtjambicorner.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qtjambicorner.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qtjambicorner.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qtjambicorner.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qtjambicorner.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qtjambicorner.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qtjambicorner.wordpress.com&amp;blog=10482792&amp;post=4&amp;subd=qtjambicorner&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qtjambicorner.wordpress.com/2009/10/28/bienvenida/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7450cd71640731e5e5d4c0260ce6792?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juandej18</media:title>
		</media:content>
	</item>
	</channel>
</rss>
