  <?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>Athanazio &#187; ajax</title>
	<atom:link href="http://www.athanazio.com/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.athanazio.com</link>
	<description>Nada é Simples, Mas Tudo é Possível</description>
	<lastBuildDate>Thu, 01 Dec 2011 03:47:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>flexigrid &#8211; web 2.0 jquery grid</title>
		<link>http://www.athanazio.com/2009/04/21/flexigrid-web-20-jquery-grid/</link>
		<comments>http://www.athanazio.com/2009/04/21/flexigrid-web-20-jquery-grid/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 19:26:13 +0000</pubDate>
		<dc:creator>athanazio</dc:creator>
				<category><![CDATA[trecos]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[flexigrid]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.athanazio.com/2009/04/21/flexigrid-web-20-jquery-grid/</guid>
		<description><![CDATA[maneiro este grid usando jquery ! http://flexigrid.info/]]></description>
			<content:encoded><![CDATA[<div id="HOTWordsTxt" name="HOTWordsTxt"><p><a href="http://www.athanazio.com/wp-content/uploads/2009/04/flexigrid.png"><img src="http://www.athanazio.com/wp-content/uploads/2009/04/flexigrid-450x229.png" alt="flexigrid" title="flexigrid" width="450" height="229" class="alignnone size-medium wp-image-1837" /></a><br />
maneiro este grid usando jquery ! <a href="http://flexigrid.info/">http://flexigrid.info/</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.athanazio.com/2009/04/21/flexigrid-web-20-jquery-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>popular um combo com jquery</title>
		<link>http://www.athanazio.com/2008/11/10/popular-um-combo-com-jquery/</link>
		<comments>http://www.athanazio.com/2008/11/10/popular-um-combo-com-jquery/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 10:57:02 +0000</pubDate>
		<dc:creator>athanazio</dc:creator>
				<category><![CDATA[programacao]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[combo]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://www.athanazio.com/?p=1325</guid>
		<description><![CDATA[Bem simpático o tutorial de como encher um combo com o jquery. a idéia é basicamente fazer uma chamada POST a um site com os dados, e colocar estes dados como conteúdo html do combo criado anteriormente. acho que seria legal se os dados retornados fossem no formato JSON, assim a montagem do html, ou [...]]]></description>
			<content:encoded><![CDATA[<div id="HOTWordsTxt" name="HOTWordsTxt"><p>Bem simpático o tutorial de como encher um combo com o jquery.<br />
a idéia é basicamente fazer uma chamada POST a um site com os dados, e colocar estes dados como conteúdo html do combo criado anteriormente.</p>
<p>acho que seria legal se os dados retornados fossem no formato JSON, assim a montagem do html, ou seja criar os options, seria responsabilidade da interface não do server. segue o link do tutorial do rafael cunha.</p>
<p><a href="http://www.rafaelcunha.com/2007/05/10/populando-combobox-com-jquery-ajax/">http://www.rafaelcunha.com/2007/05/10/populando-combobox-com-jquery-ajax/</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.athanazio.com/2008/11/10/popular-um-combo-com-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery &#8211; table in table</title>
		<link>http://www.athanazio.com/2008/09/02/jquery-table-in-table/</link>
		<comments>http://www.athanazio.com/2008/09/02/jquery-table-in-table/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 16:14:18 +0000</pubDate>
		<dc:creator>athanazio</dc:creator>
				<category><![CDATA[programacao]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asyncronous]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.athanazio.com/?p=1106</guid>
		<description><![CDATA[Playing with Jquery, I need to add and table inside another existing table, and after some fight with the code, I realized that the &#8220;trick&#8221; would be add the content of the remote table, inside a TD. So here are the steps : 1. make the TD hidden, because we don&#8217;t want an empty TD [...]]]></description>
			<content:encoded><![CDATA[<div id="HOTWordsTxt" name="HOTWordsTxt"><p>Playing with <a href="http://jquery.com/">Jquery</a>, I need to add and table inside another existing table, and after some fight with the code, I realized that the &#8220;trick&#8221; would be add the content of the remote table, inside a TD.</p>
<p>So here are the steps :</p>
<p>1. make the TD hidden, because we don&#8217;t want an empty TD taking space in the table. use style=&#8221;display: none;&#8221; in the TD definition.</p>
<p>2. create an external file that will be inserted in the TD, I called it mytable.html.</p>
<p>3. identify the TD so we can manipulate it by it&#8217;s ID, for example something like : id=&#8221;data_item&#8221;</p>
<p>4. add the links to insert the data in the TD</p>
<blockquote><p>&lt;a href=&#8221;javascript:addData();&#8221;&gt;show&lt;/a&gt;<br />
&lt;a href=&#8221;javascript:hideData();&#8221;&gt;hide&lt;/a&gt;</p></blockquote>
<p>errrr, why to first make the call and then create the code itself ? I don&#8217;t know <img src='http://www.athanazio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  you can change the other if this bugs your brain&#8230; hehehe.</p>
<p>5. create the code to load the data and hide it.</p>
<blockquote><p>&lt;script&gt;<br />
function addData(){<br />
$(&#8216;#data_item&#8217;).load(&#8216;mytable.html&#8217;);<br />
$(&#8216;#data_item&#8217;).show();<br />
}</p>
<p>function hideData(){<br />
$(&#8216;#data_item&#8217;).hide();<br />
}<br />
&lt;/script&gt;</p></blockquote>
<p>6. dont forget to include the jquery library in your page:</p>
<blockquote><p>&lt;script src=&#8221;jquery-1.2.6.js&#8221;&gt;&lt;/script&gt;</p></blockquote>
<p>Now that you followed the steps and didn&#8217;t work, lets go step by step in the <a href="http://jquery.com/">jquery </a>code <img src='http://www.athanazio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>this snipet of code <strong>$(&#8216;#data_item&#8217;)</strong> selects the elements that have the id=data_item, to selec elements by the class would be something like <strong>$(&#8216;.data_item&#8217;)</strong> but in this case we want to deal with only one item, that has the ID=data_item, so we use the # in the string selector.</p>
<p>the function load() is used to make a remote call to an URL and load, as the name says, the content of the URL in the selected element, it could be a DIV, a SPAN, All the content of a table, but in this case we are loading in a TD.</p>
<p>Ok, you followed the steps, read the step by step, and still not working &#8230;go ahead and grab the <a href="http://www.athanazio.com/wp-content/uploads/2008/09/table-in-table.zip">SOURCE</a>, for your convenience the <a href="http://jquery.com/">jquery </a>version that I used is inside the sample.</p>
<p>be happy.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.athanazio.com/2008/09/02/jquery-table-in-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ajax journey</title>
		<link>http://www.athanazio.com/2007/11/23/ajax-journey/</link>
		<comments>http://www.athanazio.com/2007/11/23/ajax-journey/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 10:46:17 +0000</pubDate>
		<dc:creator>athanazio</dc:creator>
				<category><![CDATA[trecos]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://athanazio.wordpress.com/2007/11/23/ajax-journey/</guid>
		<description><![CDATA[Oh well, I have been making my feet wet on Ajax subject for some time &#8230; almost a year to say the true =) but now I decided to jump in the water ! hehehehe. And get totally wet means choose one framework and move forward, to use it, and who knows help somehow in [...]]]></description>
			<content:encoded><![CDATA[<div id="HOTWordsTxt" name="HOTWordsTxt"><p>Oh well, I have been making my feet wet on Ajax subject for some time &#8230; almost a year to say the true =) but now I decided to jump in the water ! hehehehe.</p>
<p>And get totally wet means choose one framework and move forward, to use it, and who knows help somehow in the development. After some tests, and lots of readings &#8230; I got 2 candidates : <a href="http://dojotoolkit.org/">Dojo</a> and <a href="http://jquery.com/">Jquery</a>.</p>
<p><a href="http://dojotoolkit.org/">Dojo</a>, has good indications, and a <a href="http://dojotoolkit.org/foundation">support from IBM</a>, this is goooood <img src='http://www.athanazio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://jquery.com/">Jquery</a>, was suggested by a chief designer friend of mine (thanks Frank), and it&#8217;s pretty easy to use.</p>
<p>Of course I run to the <a href="http://dojotoolkit.org/">Dojo </a>way of life first, but the code began to got tooo complicated, and very hard to make things work&#8230; going to the second option, I got happilly surprised ! worked very well, out of the box, very simple and the documentation, do what it&#8217;s supposed to do : shows me the code !!</p>
<p>Now I&#8217;m in this direction : <a href="http://jquery.com/">Jquery</a>, cool solution !!</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.athanazio.com/2007/11/23/ajax-journey/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>photo2album.net</title>
		<link>http://www.athanazio.com/2007/07/14/photo2albumnet/</link>
		<comments>http://www.athanazio.com/2007/07/14/photo2albumnet/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 01:51:25 +0000</pubDate>
		<dc:creator>athanazio</dc:creator>
				<category><![CDATA[trecos]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[album]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://athanazio.wordpress.com/2007/07/14/photo2albumnet/</guid>
		<description><![CDATA[aha ! my new personal challenge is this nice web site ! where you will be able to get your pictures from flickr (for now just this source&#8230;) and build pdf albums ready to be printed &#8230; =) there are some nice technologies that I´m dealing with&#8230; Prototype &#8211; AJAX library for asyncronous  requests  http://www.prototypejs.org/learn [...]]]></description>
			<content:encoded><![CDATA[<div id="HOTWordsTxt" name="HOTWordsTxt"><p>aha ! my new personal challenge is this nice web site ! where you will be able to get your pictures from flickr (for now just this source&#8230;) and build pdf albums ready to be printed &#8230; =)</p>
<p>there are some nice technologies that I´m dealing with&#8230;</p>
<p>Prototype &#8211; AJAX library for asyncronous  requests  <a href="http://www.prototypejs.org/learn">http://www.prototypejs.org/learn</a></p>
<p>DHTML Suite &#8211; a set of cool dhtml widgets <a href="http://www.dhtmlgoodies.com/index.html?page=dhtml-suite">http://www.dhtmlgoodies.com/index.html?page=dhtml-suite</a></p>
<p>Grafic AJAX library (to create images on the fly &#8230; ) <a href="http://prototype-graphic.xilinus.com/">http://prototype-graphic.xilinus.com/</a></p>
<p>Cool visual effects in Ajax <a href="http://script.aculo.us/">http://script.aculo.us/</a></p>
<p>Another Widgets collection <a href="http://openrico.org/rico/home.page">http://openrico.org/rico/home.page</a></p>
<p>PDF Generation in PHP &#8211; <a href="http://www.fpdf.org/">http://www.fpdf.org/</a></p>
<p>Flickr Webservices documentation <a href="http://www.flickr.com/services/api/">http://www.flickr.com/services/api/</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.athanazio.com/2007/07/14/photo2albumnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ajax pra q te quero &#8230;</title>
		<link>http://www.athanazio.com/2007/03/24/ajax-pra-q-te-quero/</link>
		<comments>http://www.athanazio.com/2007/03/24/ajax-pra-q-te-quero/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 22:08:17 +0000</pubDate>
		<dc:creator>athanazio</dc:creator>
				<category><![CDATA[trecos]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[nerd]]></category>

		<guid isPermaLink="false">http://www.athanazio.pro.br/?p=1013</guid>
		<description><![CDATA[Tem algum tempo que tenho mexido com esta tal de chama asincrona através de páginas web&#8230; até já fiz uma mini biblioteca para isto&#8230; uma em especial que tem me chamado a atenção eh o prototype pela sua simplicidade. veja mais http://www.prototypejs.org/learn/introduction-to-ajax]]></description>
			<content:encoded><![CDATA[<div id="HOTWordsTxt" name="HOTWordsTxt"><p>Tem algum tempo que tenho mexido com esta tal de chama asincrona através de páginas web&#8230; até já fiz uma mini biblioteca para isto&#8230; uma em especial que tem me chamado a atenção eh o prototype pela sua simplicidade.</p>
<p>veja mais</p>
<p><a href="http://www.prototypejs.org/learn/introduction-to-ajax">http://www.prototypejs.org/learn/introduction-to-ajax</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.athanazio.com/2007/03/24/ajax-pra-q-te-quero/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

