<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Meio Código</title>
	<atom:link href="http://www.meiocodigo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meiocodigo.com</link>
	<description>A peça que faltava para seu código.</description>
	<pubDate>Thu, 20 Nov 2008 21:39:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on meioMask - a jQuery mask plugin by adwin</title>
		<link>http://www.meiocodigo.com/projects/meiomask/#comment-6135</link>
		<dc:creator>adwin</dc:creator>
		<pubDate>Thu, 20 Nov 2008 03:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.meiocodigo.com/?page_id=165#comment-6135</guid>
		<description>This is great .... 

may i know how to:
1. if people enter 30000 (in decimal mask) .. it should masked into 3,000 not 300.00. how to do that ?

2. how to mask manually ?
i have a calculation ... for example 
var x = $('#unit1').val() * $('#unit2').val();  
--&#62; i need to mask x value before i put in the input text.
$('#myinputbox').val(x);

thanks ...</description>
		<content:encoded><![CDATA[<p>This is great &#8230;. </p>
<p>may i know how to:<br />
1. if people enter 30000 (in decimal mask) .. it should masked into 3,000 not 300.00. how to do that ?</p>
<p>2. how to mask manually ?<br />
i have a calculation &#8230; for example<br />
var x = $(&#8217;#unit1&#8242;).val() * $(&#8217;#unit2&#8242;).val();<br />
&#8211;&gt; i need to mask x value before i put in the input text.<br />
$(&#8217;#myinputbox&#8217;).val(x);</p>
<p>thanks &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on meioMask - a jQuery mask plugin by fabiomcosta</title>
		<link>http://www.meiocodigo.com/projects/meiomask/#comment-6131</link>
		<dc:creator>fabiomcosta</dc:creator>
		<pubDate>Sun, 16 Nov 2008 16:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.meiocodigo.com/?page_id=165#comment-6131</guid>
		<description>Hi people,
Stay tuned because i do some improvements on the mask but don't release a new version.
Of course they are not so significant for most users, but they are minor bug fixes and fixes for unwanted behavior of the mask.
So watch the revision number you use and compare it with the one on the site to see if yours is the last version.
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi people,<br />
Stay tuned because i do some improvements on the mask but don&#8217;t release a new version.<br />
Of course they are not so significant for most users, but they are minor bug fixes and fixes for unwanted behavior of the mask.<br />
So watch the revision number you use and compare it with the one on the site to see if yours is the last version.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MeioUpload Behavior - An improved File Upload Behavior for CakePHP by Sergio</title>
		<link>http://www.meiocodigo.com/projects/meioupload/#comment-6127</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Fri, 14 Nov 2008 22:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.meiocodigo.com/?page_id=105#comment-6127</guid>
		<description>Hi, 

great entry! I'm trying to upload images y thumbnails, the image get saved in the specified folder, but it looks like the thumb component is not working. Any idea what am I doing wrong?

Regards</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>great entry! I&#8217;m trying to upload images y thumbnails, the image get saved in the specified folder, but it looks like the thumb component is not working. Any idea what am I doing wrong?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on meioMask - a jQuery mask plugin by daniel</title>
		<link>http://www.meiocodigo.com/projects/meiomask/#comment-6121</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Wed, 12 Nov 2008 19:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.meiocodigo.com/?page_id=165#comment-6121</guid>
		<description>Great Control. I noticed that if you have a mask where it has a fixed character(s) at the end of the mask they won't show. 

I.e. I'm wanting to format a height field. So an example would be someone who's 70 inches tall would be 5' 10".  The last ", nor does any of other fixed chars.</description>
		<content:encoded><![CDATA[<p>Great Control. I noticed that if you have a mask where it has a fixed character(s) at the end of the mask they won&#8217;t show. </p>
<p>I.e. I&#8217;m wanting to format a height field. So an example would be someone who&#8217;s 70 inches tall would be 5&#8242; 10&#8243;.  The last &#8220;, nor does any of other fixed chars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compactar com GZip e armazenar em Cache arquivos .js e .css (solução) by Rodrigo</title>
		<link>http://www.meiocodigo.com/2007/10/25/compactar-com-gzip-e-armazenar-em-cache-arquivos-js-e-css-solucao/#comment-6120</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Wed, 12 Nov 2008 15:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.meiocodigo.com/2007/10/25/compactar-com-gzip-e-armazenar-em-cache-arquivos-js-e-css-solucao/#comment-6120</guid>
		<description>Olá Fabio, muito obrigado pela resposta.
Valeu mesmo.</description>
		<content:encoded><![CDATA[<p>Olá Fabio, muito obrigado pela resposta.<br />
Valeu mesmo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compactar com GZip e armazenar em Cache arquivos .js e .css (solução) by fabiomcosta</title>
		<link>http://www.meiocodigo.com/2007/10/25/compactar-com-gzip-e-armazenar-em-cache-arquivos-js-e-css-solucao/#comment-6119</link>
		<dc:creator>fabiomcosta</dc:creator>
		<pubDate>Wed, 12 Nov 2008 13:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.meiocodigo.com/2007/10/25/compactar-com-gzip-e-armazenar-em-cache-arquivos-js-e-css-solucao/#comment-6119</guid>
		<description>Olá amigo, você poderia usar o firebug, plugin do firefox:

http://getfirebug.com/

Na aba "rede" você verificaria, após entrar mais de uma vez no site, quais items estão sendo baixados novamente, os que não estiverem sendo baixados é porque estão em cache no browser.</description>
		<content:encoded><![CDATA[<p>Olá amigo, você poderia usar o firebug, plugin do firefox:</p>
<p><a href="http://getfirebug.com/" rel="nofollow">http://getfirebug.com/</a></p>
<p>Na aba &#8220;rede&#8221; você verificaria, após entrar mais de uma vez no site, quais items estão sendo baixados novamente, os que não estiverem sendo baixados é porque estão em cache no browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compactar com GZip e armazenar em Cache arquivos .js e .css (solução) by Rodrigo</title>
		<link>http://www.meiocodigo.com/2007/10/25/compactar-com-gzip-e-armazenar-em-cache-arquivos-js-e-css-solucao/#comment-6118</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.meiocodigo.com/2007/10/25/compactar-com-gzip-e-armazenar-em-cache-arquivos-js-e-css-solucao/#comment-6118</guid>
		<description>Olá, tenho uma duvida quando ao cache. Eu fiz umas configurações no meu apache para realizar cache de imagens no proprio apache, e fiz alterações na minha aplicação tambem, para que fosse feito um cache das imagens no cliente(browser).
Como eu posso verificar se estes caches estão sendo feitos?
alguem sabe?
Obrigado</description>
		<content:encoded><![CDATA[<p>Olá, tenho uma duvida quando ao cache. Eu fiz umas configurações no meu apache para realizar cache de imagens no proprio apache, e fiz alterações na minha aplicação tambem, para que fosse feito um cache das imagens no cliente(browser).<br />
Como eu posso verificar se estes caches estão sendo feitos?<br />
alguem sabe?<br />
Obrigado</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash cobrindo conteúdo (solução) by Thiago Carvalho</title>
		<link>http://www.meiocodigo.com/2007/06/20/flash-cobrindo-conteudo-solucao/#comment-6117</link>
		<dc:creator>Thiago Carvalho</dc:creator>
		<pubDate>Tue, 11 Nov 2008 18:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.meiocodigo.com/2007/06/20/flash-cobrindo-conteudo-solucao/#comment-6117</guid>
		<description>Cara, li seu post e gostei muito, pois no passado próximo tive a mesma prosopopéia de fazer um menu drop-down por cima de uma animação flash(desisti, inclusive, fiz o menu no próprio flash! rs). Mas hoje eu sei que se você pode fazer o flash ficar atrás de todos os elementos HTMl simplesmente configurando a animação no "publishing settings" do programa. Você habilita a pubicação em html e nas configurações, na opção window mode você seleciona a "transparent windowless". Nem precisa de z-index.
até mais</description>
		<content:encoded><![CDATA[<p>Cara, li seu post e gostei muito, pois no passado próximo tive a mesma prosopopéia de fazer um menu drop-down por cima de uma animação flash(desisti, inclusive, fiz o menu no próprio flash! rs). Mas hoje eu sei que se você pode fazer o flash ficar atrás de todos os elementos HTMl simplesmente configurando a animação no &#8220;publishing settings&#8221; do programa. Você habilita a pubicação em html e nas configurações, na opção window mode você seleciona a &#8220;transparent windowless&#8221;. Nem precisa de z-index.<br />
até mais</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MeioUpload Behavior - An improved File Upload Behavior for CakePHP by luke</title>
		<link>http://www.meiocodigo.com/projects/meioupload/#comment-6116</link>
		<dc:creator>luke</dc:creator>
		<pubDate>Tue, 11 Nov 2008 10:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.meiocodigo.com/?page_id=105#comment-6116</guid>
		<description>Hi Vinicius is there a way to disable the validation the behavior does? I will use a custom function I have , which works in a basic way. 

I sent you a zip file yesterday after you mailed me - hope you got it OK!

thank you for your help on this. 
thanks, Luke</description>
		<content:encoded><![CDATA[<p>Hi Vinicius is there a way to disable the validation the behavior does? I will use a custom function I have , which works in a basic way. </p>
<p>I sent you a zip file yesterday after you mailed me - hope you got it OK!</p>
<p>thank you for your help on this.<br />
thanks, Luke</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MeioUpload Behavior - An improved File Upload Behavior for CakePHP by luke</title>
		<link>http://www.meiocodigo.com/projects/meioupload/#comment-6115</link>
		<dc:creator>luke</dc:creator>
		<pubDate>Mon, 10 Nov 2008 17:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.meiocodigo.com/?page_id=105#comment-6115</guid>
		<description>I can email you the code but how can I show you on here? I dont think it is possible? Can you email me if you want to see the code? Thank you again for your time and work on this.</description>
		<content:encoded><![CDATA[<p>I can email you the code but how can I show you on here? I dont think it is possible? Can you email me if you want to see the code? Thank you again for your time and work on this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
