<?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>knokio &#187; jQuery</title>
	<atom:link href="http://knokio.com/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://knokio.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 May 2012 14:58:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ChillOut Everyday Player</title>
		<link>http://knokio.com/jquery/chillout-everyday-player/</link>
		<comments>http://knokio.com/jquery/chillout-everyday-player/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 18:55:00 +0000</pubDate>
		<dc:creator>Diogo</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://knokio.com/?p=314</guid>
		<description><![CDATA[Last night I launched a new player for the ChillOut Everyday page. It is very simple and stylish and you can find there dozens of good music non-stop. More players with other genres will be launched soon.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.chillouteveryday.com"><img class="aligncenter size-full wp-image-315" title="ChillOut Everyday Player" src="http://knokio.com/wp-content/uploads/2012/01/398596_285496084838920_172350499486813_724330_671424484_n.jpg" alt="ChillOut Everyday Player" width="100%" /></a></p>
<p>Last night I launched a new player for the <a href="https://www.facebook.com/ChillOutEveryday" target="_blank">ChillOut Everyday</a> page. It is very simple and stylish and you can find there dozens of good music non-stop. More players with other genres will be launched soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://knokio.com/jquery/chillout-everyday-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gráficos em jQuery</title>
		<link>http://knokio.com/jquery/graficos-em-jquery/</link>
		<comments>http://knokio.com/jquery/graficos-em-jquery/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 17:31:00 +0000</pubDate>
		<dc:creator>Diogo</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.zerone.weblusa.org/life/graficos-em-jquery-2/</guid>
		<description><![CDATA[Apresento o Flotr, um novo plugin para jQuery, que vai facilitar a introdução de gráficos nas suas páginas. Ao contrário do Google Chart API, este plugin cria e manipula gráficos no momento. Este plugin surgiu da insatisfação do autor, Ole Laursen, pois outros plugins não eram inteligentes o sufeciente. A vantagem deste plugin sobre outros [...]]]></description>
			<content:encoded><![CDATA[<p>Apresento o <strong>Flotr</strong>, um novo plugin para <a href="http://jquery.com/">jQuery</a>, que vai <strong>facilitar</strong> a introdução de gráficos nas suas páginas.<br />
Ao contrário do <a href="http://code.google.com/apis/chart/">Google Chart API</a>, este plugin cria e manipula gráficos no momento.</p>
<p>Este plugin surgiu da insatisfação do autor, Ole Laursen, pois outros plugins não eram inteligentes o sufeciente. A vantagem deste plugin sobre outros é que ajusta automaticamente os limites e ajusta a escala, de acordo com os valores de entrada. Outro plugin equivalente, mas para <a href="http://www.prototypejs.org/">Prototype</a>, é o <a href="http://solutoire.com/plotr/">Plotr</a>.<br />
Esta competição entre Prototype e jQuery só traz vantagens para os utilizadores.</p>
<p><img src="http://blog.zerone.weblusa.org/wp-content/uploads/2008/01/chart11.png" alt="Grafico Barras (Flot)" /><br />
<span id="more-43"></span></p>
<pre name="code" class="php">$(function () {
   var d1 = [];
   for (var i = 0; i &lt; 12; i += 1)
       d1.push([i, Math.round(20*Math.random()) + 1]);

   $.plot($("#placeholder"),
       [{
           data: d1,
           bars: { show: true }
       }]
   );
});</pre>
<p><em>Gráfico de Barras. Código necessário para o fazer.</em></p>
<p><img class="alignnone" src="http://blog.zerone.weblusa.org/wp-content/uploads/2008/01/char2.png" alt="Grafico Pontos (Flot)" width="420" height="235" /><br />
<em>Gráfico de Pontos c/ legenda.</em></p>
<ul>
<li><a href="http://ole-laursen.blogspot.com/2007/12/flot-01-released.html"><strong>Blog oficial</strong></a><a href="http://people.iola.dk/olau/flot/examples/"><strong></strong></a></li>
<li><a href="http://people.iola.dk/olau/flot/examples/"><strong>Outros exemplos</strong></a> &#8211; incluíndo manipulação em tempo-real dos gráficos:</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://knokio.com/jquery/graficos-em-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

