<?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/"
	>

<channel>
	<title>Blog de Ruby &#38; Rails &#187; Ajax</title>
	<atom:link href="http://ror.pinsop.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://ror.pinsop.com</link>
	<description>Desarrollo de aplicaciones web</description>
	<lastBuildDate>Mon, 16 Aug 2010 11:04:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ruby + google maps</title>
		<link>http://ror.pinsop.com/2008/04/28/ruby-google-maps/</link>
		<comments>http://ror.pinsop.com/2008/04/28/ruby-google-maps/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 09:24:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[gmaps]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://ror.pinsop.com/2008/04/28/ruby-google-maps/</guid>
		<description><![CDATA[La API de Google mapses una de las más utilizadas para realizar Mush-ups, pues vamos a utilizarlo con nuestro Ruby querido. He aqui una buena presentación para abrir boca:]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=b84a6a270a076d01e33736df5ef8d0ef&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>La API de <a href="http://maps.google.es/" target="_blank" >Google maps</a>es una de las más utilizadas para realizar Mush-ups, pues vamos a utilizarlo con nuestro Ruby querido. He aqui una buena presentación para abrir boca:</p>
<p>
<object height="355" width="425"><param name="movie" value="http://www.youtube.com/v/wB-o6cCgcw0&amp;hl=en" ><param name="wmode" value="transparent" ><embed src="http://www.youtube.com/v/wB-o6cCgcw0&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355" ></embed></object></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0539549551621495";
/* 336x280, creado 29/07/10 */
google_ad_slot = "6620436621";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p> ]]></content:encoded>
			<wfw:commentRss>http://ror.pinsop.com/2008/04/28/ruby-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firewatir – Automatizando tareas con Ruby+Firefox</title>
		<link>http://ror.pinsop.com/2008/02/28/firewatir-%e2%80%93-automatizando-tareas-con-rubyfirefox/</link>
		<comments>http://ror.pinsop.com/2008/02/28/firewatir-%e2%80%93-automatizando-tareas-con-rubyfirefox/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 12:03:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Desarrollo Agil]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[FireWatir]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://ror.pinsop.com/2008/02/28/firewatir-%e2%80%93-automatizando-tareas-con-rubyfirefox/</guid>
		<description><![CDATA[Firewatir es una aplicación para hacer test de calidad (QA-Test) en aplicaciones Webs, de hecho el nombre viene de Frie-watir: FIRE = firefox Watir = web App Testing in Ruby De hecho Watir es la aplicación del la que parte &#8230; <a href="http://ror.pinsop.com/2008/02/28/firewatir-%e2%80%93-automatizando-tareas-con-rubyfirefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=b84a6a270a076d01e33736df5ef8d0ef&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p><a href="http://code.google.com/p/firewatir" target="_blank" >Firewatir</a> es una aplicación para hacer test de calidad (QA-Test) en aplicaciones Webs, de hecho el nombre viene de Frie-watir:</p>
<blockquote>
<p>FIRE = firefox</p>
<p>Watir = web App Testing in Ruby</p>
</blockquote>
<p>De hecho <a href="http://wtr.rubyforge.org" target="_blank" ><strong>Watir</strong></a> es la aplicación del la que parte Firewatir, ambas son OpenSource y por supuesto se pueden utilizar para mas cosa que no sea QA-Test, como por ejemplo automatizar tareas que realicemos en el navegador, en la Web de Firewatir podemos encontrar varios ejemplos como:</p>
<p><p>#Include the FireWatir file. <br />require &rsquo;firewatir&rsquo;</p>
<p>#include the FireWatir Module.<br />include FireWatir</p>
<p>ff=Firefox.new<br />#Open yahoo mail. <br />ff.goto(&quot;http://mail.yahoo.com&quot;)</p>
<p>#Put your user name. <br />ff.text_field(:name,&quot;login&quot;).set(&quot;User_Name&quot;)</p>
<p>#Put your password.<br />ff.text_field(:name,&quot;passwd&quot;).set(&quot;Password&quot;)</p>
<p>#Click Sign In button.<br />ff.button(:value,&quot;Sign In&quot;).click</p>
<p>#Click Sign Out button.<br />ff.link(:text, &quot;Sign Out&quot;).click</p>
<p>#Close the browser.<br />ff.close </p>
<p>O sea abrir el correo de Yahoo y escribir la contraseña , tiene mil posibilidades, en la Web de Watir encontramos mas aplicaciones -&gt; <a href="http://wtr.rubyforge.org/examples.html">http://wtr.rubyforge.org/examples.html</a></p>
<p>Enlace Firewatir: <a href="http://code.google.com/p/firewatir">http://code.google.com/p/firewatir</a></p>
<p>Enlace Watir: <a href="http://wtr.rubyforge.org" target="_blank" >http://wtr.rubyforge.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ror.pinsop.com/2008/02/28/firewatir-%e2%80%93-automatizando-tareas-con-rubyfirefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
