<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">

<channel>
	<title>Jesus Carrera</title>
	
	<link>http://www.jesuscarrera.info</link>
	<description>Desarrollo Web, Diseño y Multimedia</description>
	<pubDate>Mon, 05 Jan 2009 15:38:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/jesuscarrera" type="application/rss+xml" /><item>
		<title>Communication between ActionScript 3 and JavaScript</title>
		<link>http://www.jesuscarrera.info/2009/01/05/communication-between-actionscript-3-and-javascript/</link>
		<comments>http://www.jesuscarrera.info/2009/01/05/communication-between-actionscript-3-and-javascript/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 14:25:28 +0000</pubDate>
		<dc:creator>Jesús Carrera</dc:creator>
		
		<category><![CDATA[Varios]]></category>

		<guid isPermaLink="false">http://www.jesuscarrera.info/?p=467</guid>
		<description><![CDATA[With AS3 is extremely easy to communicate ActionScript with JavaScript:
In the AS code:

import flash.external.ExternalInterface;

// receive from JS
ExternalInterface.addCallback("sendToActionScript", receivedFromJavaScript);

private function receivedFromJavaScript(myVariable:string):void {
            //do stuff
        }

// send to JS
ExternalInterface.call("sendToJavaScript", "myText");

In the HTML code:


		button

function sendToJavaScript(MyVariable) {
     [...]]]></description>
			<content:encoded><![CDATA[<p>With AS3 is extremely easy to communicate ActionScript with JavaScript:</p>
<p>In the AS code:</p>
<textarea name="code" class="js:nocontrols" cols="60" rows="10">
import flash.external.ExternalInterface;

// receive from JS
ExternalInterface.addCallback("sendToActionScript", receivedFromJavaScript);

private function receivedFromJavaScript(myVariable:string):void {
            //do stuff
        }

// send to JS
ExternalInterface.call("sendToJavaScript", "myText");
</textarea>
<p>In the HTML code:</p>
<textarea name="code" class="html:nocontrols" cols="60" rows="10">
<embed width="550" height="400" name="my-movie" swliveconnect="true" id="my-movie" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" quality="high" allowscriptaccess="always" allowfullscreen="true" src="my-movie.swf"/>
		<a href="#" onclick="javascript:document.getElementById('my-movie'). sendToActionScript('myValue');">button</a>
<script>
function sendToJavaScript(MyVariable) {
         // do stuff
     }
</script>
</textarea>
<p>For a more detailed example check the <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15683">example at Adobe</a>. </p>
<p>The files download doesn&#8217;t work (no externalinterface_files.zip nor ExternalInterfaceExample.zip), so I compiled the example. You can <a href='http://www.jesuscarrera.info/uploads/externalinterfaceexample.zip'>download it</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesuscarrera.info/2009/01/05/communication-between-actionscript-3-and-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaScript library comparison</title>
		<link>http://www.jesuscarrera.info/2008/12/11/javascript-library-comparison/</link>
		<comments>http://www.jesuscarrera.info/2008/12/11/javascript-library-comparison/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 00:33:21 +0000</pubDate>
		<dc:creator>Jesús Carrera</dc:creator>
		
		<category><![CDATA[Varios]]></category>

		<guid isPermaLink="false">http://www.jesuscarrera.info/?p=463</guid>
		<description><![CDATA[Even when it&#8217;s wrote by Jonh Resig (jQuery creator), and quite old, I think is objective, and explains why is a good reason to choose jQuery as JavaScript library.
JavaScript Library Overview
View SlideShare presentation or Upload your own. (tags: dojo prototype)

]]></description>
			<content:encoded><![CDATA[<p>Even when it&#8217;s wrote by Jonh Resig (jQuery creator), and quite old, I think is objective, and explains why is a good reason to choose jQuery as JavaScript library.</p>
<div style="width:425px;text-align:left" id="__ss_143885"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/jeresig/javascript-library-overview?src=embed" title="JavaScript Library Overview">JavaScript Library Overview</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=javascript-library-overview-1193202840830224-1&#038;stripped_title=javascript-library-overview" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=javascript-library-overview-1193202840830224-1&#038;stripped_title=javascript-library-overview" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View SlideShare <a style="text-decoration:underline;" href="http://www.slideshare.net/jeresig/javascript-library-overview?src=embed" title="View JavaScript Library Overview on SlideShare">presentation</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?src=embed">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/dojo">dojo</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/prototype">prototype</a>)</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jesuscarrera.info/2008/12/11/javascript-library-comparison/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I’m back!</title>
		<link>http://www.jesuscarrera.info/2008/12/03/im-back/</link>
		<comments>http://www.jesuscarrera.info/2008/12/03/im-back/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 23:59:06 +0000</pubDate>
		<dc:creator>Jesús Carrera</dc:creator>
		
		<category><![CDATA[Varios]]></category>

		<guid isPermaLink="false">http://www.jesuscarrera.info/?p=385</guid>
		<description><![CDATA[If you haven&#8217;t noticed, I&#8217;ve been working this days in the site:
Upgrading Wordpress
Now with the las version 2.6.5. Very easy to upgrade by the way.
Creating a new theme
 Before it looked like that. Now featuring a black background and 99% more of white dots. I don&#8217;t know why, but I can be minutes looking at [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t noticed, I&#8217;ve been working this days in the site:</p>
<h2>Upgrading Wordpress</h2>
<p>Now with the las version 2.6.5. Very easy to upgrade by the way.</p>
<h2>Creating a new theme</h2>
<p><a href="http://www.jesuscarrera.info/uploads/screenshot.png"><img src="http://www.jesuscarrera.info/uploads/screenshot.png" alt="" title="screenshot" width="250" height="175" class="alignnone size-full wp-image-384" /></a> Before it looked like that. Now featuring a black background and 99% more of white dots. I don&#8217;t know why, but I can be minutes looking at the particle system in the header.</p>
<h2>Updating CV/portfolio</h2>
<p>This year I learnt a lot of new things and the site was pretty outdated. I still have to add the new works for <a href="http://www.trafficbroker.co.uk">TrafficBroker</a>, and finish uploading the old images (now using <a href="http://www.no-margin-for-errors.com/projects/prettyPhoto/">PrettyPhoto</a> to show them), but I&#8217;ll finish by this week.</p>
<h2>Switching to english</h2>
<p>Now I feel more confident for writing in English, so I think I&#8217;ll be able to express myself without problems. Also for sure is a good practice to keep improving it. And I still have a lot to improve so sorry in advance for my language mistakes. I think in English I&#8217;ll be able to reach more audience, and is the language most used in this technology matters. Lets see what the stats say.</p>
<h2>Get rid of the ads</h2>
<p>It seems that for Google the most important word in the whole site is &#8220;Jesus&#8221;, so the most part of the ads was about &#8220;Jesus loves you&#8221;, and a part of being a bit out of context, that make me a kind of pissed off, so to the hell with them.</p>
<h2>Loads to come</h2>
<p>I was long time without writing here, but I&#8217;ve got a lot of new posts in mind. I was cleaning up a bit old off-topic posts, and now it&#8217;ll be more technical centered.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesuscarrera.info/2008/12/03/im-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Comandos básicos gem</title>
		<link>http://www.jesuscarrera.info/2008/07/23/comandos-basicos-gem/</link>
		<comments>http://www.jesuscarrera.info/2008/07/23/comandos-basicos-gem/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 20:01:24 +0000</pubDate>
		<dc:creator>Jesús Carrera</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jesuscarrera.info/2008/07/23/comandos-basicos-gem/</guid>
		<description><![CDATA[Instalar una gem:
gem install nombreGem
Desinstalar:
gem uninstall nombreGem
Actualizar:
gem update nombreGem
Borrar versiones anteriores:
gem cleanup
Listar las gems instaladas:
gem list
Dependencias de una gem:
gem dependency nombreGem
Buscar gems remotamente por el nombre:
gem search -r nombreGem
Buscar gems remotamente en toda su info:
gem query -r criterioBusqueda
Ejemplo: buscar gems remotamente cuyo nombre empiece por &#8220;m&#8221;
gem query -r -n ^m
Info de una gem:
gem search -r [...]]]></description>
			<content:encoded><![CDATA[<p>Instalar una gem:</p>
<p><kbd>gem install nombreGem</kbd></p>
<p>Desinstalar:</p>
<p><kbd>gem uninstall nombreGem</kbd></p>
<p>Actualizar:</p>
<p><kbd>gem update nombreGem</kbd></p>
<p>Borrar versiones anteriores:</p>
<p><kbd>gem cleanup</kbd></p>
<p>Listar las gems instaladas:</p>
<p><kbd>gem list</kbd></p>
<p>Dependencias de una gem:</p>
<p><kbd>gem dependency nombreGem</kbd></p>
<p>Buscar gems remotamente por el nombre:</p>
<p><kbd>gem search -r nombreGem</kbd></p>
<p>Buscar gems remotamente en toda su info:</p>
<p><kbd>gem query -r criterioBusqueda</kbd></p>
<p>Ejemplo: buscar gems remotamente cuyo nombre empiece por &#8220;m&#8221;</p>
<p><kbd>gem query -r -n ^m</kbd></p>
<p>Info de una gem:</p>
<p><kbd>gem search -r -d nombreGem</kbd></p>
<p>Añadir un source nuevo (ej:github):<br />
<kbd>gem sources -a http://gems.github.com</kbd></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesuscarrera.info/2008/07/23/comandos-basicos-gem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dreamhost promo codes</title>
		<link>http://www.jesuscarrera.info/2008/06/15/dreamhost-promo-codes/</link>
		<comments>http://www.jesuscarrera.info/2008/06/15/dreamhost-promo-codes/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 23:07:08 +0000</pubDate>
		<dc:creator>Jesús Carrera</dc:creator>
		
		<category><![CDATA[Varios]]></category>

		<guid isPermaLink="false">http://www.jesuscarrera.info/2008/06/15/dreamhost-promo-codes/</guid>
		<description><![CDATA[Dreamhost me ha enviado unos promo codes que vienen con unas ventajas interesantes:
761536957244
176924561456
673391292492
746595147415
987033723322
Si los utilizáis poner el número utilizado en los comentarios y yo los iré tachando.
Os dejo el correo original:

Hey Jesús!
This email is to let you know that you, yes you, have just been given
five (5) oh so special DreamHost Invitations you can use [...]]]></description>
			<content:encoded><![CDATA[<p>Dreamhost me ha enviado unos promo codes que vienen con unas ventajas interesantes:</p>
<p>761536957244<br />
176924561456<br />
673391292492<br />
746595147415<br />
987033723322</p>
<p>Si los utilizáis poner el número utilizado en los comentarios y yo los iré tachando.</p>
<p>Os dejo el correo original:</p>
<div class="nota">
Hey Jesús!</p>
<p>This email is to let you know that you, yes you, have just been given<br />
five (5) oh so special DreamHost Invitations you can use to invite your<br />
friends and colleagues to DreamHost!</p>
<p>Of course, they don&#8217;t NEED an official invitation to sign up, but if you<br />
email them and tell them to use one of these five invitation codes:</p>
<p> 761536957244<br />
 176924561456<br />
 673391292492<br />
 746595147415<br />
 987033723322</p>
<p>&#8230; they will get all these super special advantages not available any<br />
other way:</p>
<p> * They will get four (4) times the normal disk and bandwidth!<br />
 * If they choose our five-year plan, they&#8217;ll get $150 off!<br />
 * If they choose our ten-year plan, they&#8217;ll get $200 off!<br />
 * YOU will still earn a full $97 for each person who signs up!</p>
<p>That means these five invitations are worth like, $485 in your pocket!<br />
(Each code is good for only ONE sweet DreamHostering referral!)</p>
<p>But.. these invitations are too awesome to exist forever! In fact, they<br />
expire in just two weeks, so you should probably get to telling ASAP!</p>
<p>Tell your invitees to use the 12-digit code you give them in the &#8220;Promo<br />
Code&#8221; field when they sign up at:</p>
<p>  https://signup.dreamhost.com/</p>
<p>If you lose this email or forget how all this works, you can always<br />
visit our Rewards page here to be reminded:</p>
<p>  https://panel.dreamhost.com/?tree=home.rew</p>
<p>Thanks for helping spread the word,<br />
The Happy DreamHost Evite Team!</p>
<p>P.S. If you&#8217;d prefer not to be notified by email in the future should<br />
you be given any more invitations, please visit our contact preferences<br />
page here:</p>
<p>  https://panel.dreamhost.com/id/?tab=contact</p>
<p>And select to not receive &#8220;DreamHost Promotions&#8221; anymore!
</p></div</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesuscarrera.info/2008/06/15/dreamhost-promo-codes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Predicciones tecnológicas</title>
		<link>http://www.jesuscarrera.info/2008/06/12/predicciones-tecnologicas/</link>
		<comments>http://www.jesuscarrera.info/2008/06/12/predicciones-tecnologicas/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 21:27:41 +0000</pubDate>
		<dc:creator>Jesús Carrera</dc:creator>
		
		<category><![CDATA[Tecnología]]></category>

		<guid isPermaLink="false">http://www.jesuscarrera.info/2008/06/12/predicciones-tecnologicas/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/xHWTLA8WecI"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/xHWTLA8WecI" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesuscarrera.info/2008/06/12/predicciones-tecnologicas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Resumen Google I/O</title>
		<link>http://www.jesuscarrera.info/2008/06/06/resumen-google-io/</link>
		<comments>http://www.jesuscarrera.info/2008/06/06/resumen-google-io/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 13:05:41 +0000</pubDate>
		<dc:creator>Jesús Carrera</dc:creator>
		
		<category><![CDATA[Tecnología]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jesuscarrera.info/2008/06/06/resumen-google-io/</guid>
		<description><![CDATA[Aunque he encontrado algunas de las charlas muy básicas/aburridas (Sitemaps, SEO, OpenSocial&#8230;) en general la conferencia ha sido buena, descubriendo y provocando curiosidad en algunas nuevas cosas. Desde luego es un placer asistir a esta clase de eventos. Los puntos que destacaría son los siguientes:

La capacidad de procesamiento del lado del cliente (navegador) están empezando [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image327" src="http://www.jesuscarrera.info/uploads/google-io-y-yo.jpg" alt="Google I/O y yo" />Aunque he encontrado algunas de las charlas muy básicas/aburridas (Sitemaps, SEO, OpenSocial&#8230;) en general la conferencia ha sido buena, descubriendo y provocando curiosidad en algunas nuevas cosas. Desde luego es un placer asistir a esta clase de eventos. Los puntos que destacaría son los siguientes:</p>
<ul>
<li>La capacidad de procesamiento del lado del cliente (navegador) están empezando a ser más y más usadas. JavaScript se está volviendo más fuerte.</li>
<li>jQuery es la librería más usada por los ponentes</li>
<li><a href="http://code.google.com/apis/gears/">Google Gears</a> está empezando a ser más y más usado, y está empezando a ser el standard &#8216;de facto&#8217; para llevar aplicaciones web offline. Será compatible con Firefox 3, Safari, Opera (ya es con Explorer/Windows Mobile). Otras mejoras son: mejoras en la creación de accesos directos, notificaciones al SO, multiple subida de archivos directamente desde el sistema de archivos, parar/reiniciar subida de archivos mostrando %, geolocation de las peticiones.</li>
<li><a href="http://www.dustindiaz.com/">Dustin Diaz</a> explicó que, como OOP lenguaje, JavaScript Design Patterns pueden transformar código JavaScript en código leíble y elegante. Usando librerías JavaScript raramente hace falta aplicarlos.</li>
<li>Interesante servicio: <a href="http://code.google.com/apis/ajaxlibs/">AJAX Libraries API</a>. Google hospeda las librerías, por lo que tendríamos <a href="http://en.wikipedia.org/wiki/Content_Delivery_Network" title="Wikipedia: Content Delivery Network">CDN</a> automático/rápido/gratis, además de que estarían en caché si otras webs también lo utilizan.</li>
<li>Interesantísima charla de <a href="http://stevesouders.com/">Steve Souders</a>. Aparte de las bien conocidas 14 reglas de oro para optimización de páginas web, expicó otras técnicas para la descarga en paralelo de archivos JavaScript, que incluirá junto con otras técnicas en su siguiente libro: High Performance Web Sites, que estará disponible a principios del 2009.</li>
<li>Para los sitios sociales, <a href="http://code.google.com/apis/socialgraph/">Social Graph API</a>. Utiliza <a href="http://gmpg.org/xfn/">XFN</a> y <a href="http://www.foaf-project.org/">FOAF</a> standards para encontrar automáticamente nuestros amigos (o nosotros mismos) en otras aplicaciones web. En la demostración lo utilizaban con <a href="http://code.google.com/p/google-sgnodemapper/">sgnodemapper</a> para la canonicalización de URLs.</li>
<li>Interesante demo de Google AJAX API (<a href="http://code.google.com/apis/ajaxsearch/">search</a>, <a href="http://code.google.com/apis/ajaxfeeds/">feeds</a>, <a href="http://code.google.com/apis/ajaxlanguage/">language</a>) creando de forma relativamente sencilla una aplicación mezclando datos de diferentes feeds con diferentes orígenes, con búsqueda y traducción automática. La API de lenguaje reconoce automáticamente el lenguaje de origen, y lo convierte al lenguaje que queramos. Cada vez las traducciones son más correctas y espera un gran futuro en este campo.</li>
<li>Interesantes novedades para la <a href="http://code.google.com/appengine/">Google App Engine</a>, chalas a las que atendió mi compañero <a href="http://www.marcinciszak.com/">Marcin Ciszak</a>, pero yo no me voy a preocupar de ellas hasta que no permitan Ruby :).</li>
</ul>
<p>Por cierto: San Francisco MOLA! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesuscarrera.info/2008/06/06/resumen-google-io/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Me voy a Google I/O!</title>
		<link>http://www.jesuscarrera.info/2008/05/24/me-voy-a-google-io/</link>
		<comments>http://www.jesuscarrera.info/2008/05/24/me-voy-a-google-io/#comments</comments>
		<pubDate>Sat, 24 May 2008 18:00:41 +0000</pubDate>
		<dc:creator>Jesús Carrera</dc:creator>
		
		<category><![CDATA[Varios]]></category>

		<guid isPermaLink="false">http://www.jesuscarrera.info/2008/05/24/me-voy-a-google-io/</guid>
		<description><![CDATA[Pues eso, TrafficBroker me manda a Google I/O, y yo intentaré aprovecharlo al máximo. Ya os contaré&#8230;
]]></description>
			<content:encoded><![CDATA[<p><img id="image324" src="http://www.jesuscarrera.info/uploads/logo1.gif" alt="Google I/O" />Pues eso, <a href="http://www.trafficbroker.co.uk">TrafficBroker</a> me manda a <a href="http://code.google.com/events/io/">Google I/O</a>, y yo intentaré aprovecharlo al máximo. Ya os contaré&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesuscarrera.info/2008/05/24/me-voy-a-google-io/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery Plugins</title>
		<link>http://www.jesuscarrera.info/2008/05/19/jquery-plugins/</link>
		<comments>http://www.jesuscarrera.info/2008/05/19/jquery-plugins/#comments</comments>
		<pubDate>Mon, 19 May 2008 23:02:34 +0000</pubDate>
		<dc:creator>Jesús Carrera</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jesuscarrera.info/2008/05/19/jquery-plugins/</guid>
		<description><![CDATA[Acabo de publicar unos plugins para jQuery que he utilizado en mis recientes trabajos para TrafficBroker. De los que más orgulloso me siento es de hSlides y jOdometer (coñero el nombre eh?). Puedes echarles un vistazo en mi página de proyectos.
]]></description>
			<content:encoded><![CDATA[<p>Acabo de publicar unos plugins para <a href="http://jquery.com">jQuery</a> que he utilizado en mis recientes trabajos para <a href="http://www.trafficbroker.co.uk">TrafficBroker</a>. De los que más orgulloso me siento es de hSlides y jOdometer (coñero el nombre eh?). Puedes echarles un vistazo en mi página de <a href="http://www.jesuscarrera.info/proyectos/">proyectos</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesuscarrera.info/2008/05/19/jquery-plugins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TrafficBroker y Forward websites</title>
		<link>http://www.jesuscarrera.info/2008/05/07/trafficbroker-y-forward-websites/</link>
		<comments>http://www.jesuscarrera.info/2008/05/07/trafficbroker-y-forward-websites/#comments</comments>
		<pubDate>Wed, 07 May 2008 21:11:59 +0000</pubDate>
		<dc:creator>Jesús Carrera</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jesuscarrera.info/2008/05/07/trafficbroker-y-forward-websites/</guid>
		<description><![CDATA[
Con tanto lío casi ni he podido anunciar mis últimos trabajos: TrafficBroker y Forward. Como ya sabéis yo trabajo para TrafficBroker, pero ahora tenemos una &#8220;holding company&#8221;, que engloba tanto a TrafficBroker como al resto de nuestros proyectos. Es decir que Omio ahora también pertenece a Forward. Por cierto Omio ha cambiado un montón desde [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.forward.co.uk"><img id="image315" src="http://www.jesuscarrera.info/uploads/forward-logo.png" alt="Forward" /></a><a href="http://www.trafficbroker.co.uk"><img id="image316" src="http://www.jesuscarrera.info/uploads/trafficbroker-logo.png" alt="TrafficBroker" /></a></p>
<p>Con tanto lío casi ni he podido anunciar mis últimos trabajos: <a href="http://www.trafficbroker.co.uk">TrafficBroker</a> y <a href="http://www.forward.co.uk">Forward</a>. Como ya sabéis yo trabajo para TrafficBroker, pero ahora tenemos una &#8220;holding company&#8221;, que engloba tanto a TrafficBroker como al resto de nuestros proyectos. Es decir que <a href="http://www.omio.com">Omio</a> ahora también pertenece a Forward. Por cierto Omio ha cambiado un montón desde la última vez que lo mencioné. De esta vez no he tocado código, pero he supervisado el trabajo del coder de <a href="http://www.thoughtworks.com/">ThoughtWorks</a> en India.</p>
<p>Pero bueno a lo que iba: me he encargado íntegramente del desarrollo de TrafficBroker y Forward websites. Tanto front-end (HTML/CSS/JS) como back-end (Ruby on Rails). Con estos dos trabajos he aprendido un montón de cosas nuevas: soltura con <a href="http://subversion.tigris.org/">SVN</a>, <a href="http://jquery.com/">jQuery</a>, trucos del <a href="http://macromates.com/">TextMate</a>, más confianza con <a href="http://www.rubyonrails.org/">Rails</a>, deployment con <a href="http://capify.org/">Capistrano</a>, website performance, técnicas de internacionalización, <a href="http://nginx.net/">NginX</a> config&#8230; en fin, las bases para el buen desarrollo. Incluso he creado unos cuantos plugins para jQuery de los que estoy bastante orgulloso y que publicaré debidamente cuando acabe la documentación.</p>
<p>El ambiente de trabajo ha sido muy bueno, los diseñadores aprendieron también conmigo y ahora el proceso es más ágil. En general me he asentado bien en el equipo, y las cosas pintan que  cada vez va a ser mejor. Se me nota que estoy contento?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jesuscarrera.info/2008/05/07/trafficbroker-y-forward-websites/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
