<?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>Danilo - Desenvolvimento web &#187; plugin</title>
	<atom:link href="http://e-fabrica.com/blog/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://e-fabrica.com/blog</link>
	<description>"php, javascript, css, zend framework, ajax, ubuntu, dentre outras tecnologias..."</description>
	<lastBuildDate>Fri, 28 May 2010 23:47:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery Cycle Plugin &#8211; Plugin para slideShow</title>
		<link>http://e-fabrica.com/blog/2009/07/10/jquery-cycle-plugin-plugin-para-slideshow/</link>
		<comments>http://e-fabrica.com/blog/2009/07/10/jquery-cycle-plugin-plugin-para-slideshow/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 02:16:13 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://e-fabrica.com/blog/2009/07/10/jquery-cycle-plugin-plugin-para-slideshow/</guid>
		<description><![CDATA[Hoje vou mostrar um plugin Jquery para fazer slideShow, plugin chamado de jQuery Cycle Plugin.
Este plugin também facilita na personalização do seu slideShow, pois tem diversos efeitos.
Chama os javascripts

&#60;script type='text/javascript' src='js/jquery.js'&#62;&#60;/script&#62;
&#60;script type='text/javascript' src='js/jquery.cycle.js'&#62;&#60;/script&#62;

Adicione esse javascript
Aqui estou escondendo todas as imagens dentro da div#cycle, e depois mostrando a primeira.

$(document).ready(function(){
   $('#cycle img').hide();
   $('#cycle [...]]]></description>
		<wfw:commentRss>http://e-fabrica.com/blog/2009/07/10/jquery-cycle-plugin-plugin-para-slideshow/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Mascarando campo input com o plugin meioMask.</title>
		<link>http://e-fabrica.com/blog/2009/06/08/mascarando-campo-input-com-meiomask/</link>
		<comments>http://e-fabrica.com/blog/2009/06/08/mascarando-campo-input-com-meiomask/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 20:47:52 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://e-fabrica.com/blog/?p=276</guid>
		<description><![CDATA[Atendendo a pedidos dos leitores do blog, hoje vou apresentar um outro plugin para jQuery chamado meioMask, ele é um plugin para jQuery utilizado para mascarar campos input.
Com este plugin podemos mascarar campos do tipo: cpf, cnpj, data, moeda, etc&#8230; e ainda podemos criar nossas próprias máscaras de input com facilidade.
Atualmente o plugin está na [...]]]></description>
		<wfw:commentRss>http://e-fabrica.com/blog/2009/06/08/mascarando-campo-input-com-meiomask/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Como criar um Box Modal com jOverlay.</title>
		<link>http://e-fabrica.com/blog/2009/06/01/como-criar-um-box-modal-com-joverlay/</link>
		<comments>http://e-fabrica.com/blog/2009/06/01/como-criar-um-box-modal-com-joverlay/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 20:28:25 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://e-fabrica.com/blog/?p=108</guid>
		<description><![CDATA[<p>Aproveitando o gancho do último $_POST, que falei sobre <a href="http://e-fabrica.com/blog/2009/05/31/como-validar-um-formulario-html-usando-o-plugin-validation-para-jquery" target="_blank">Como validar um formulário HTML usando o plugin Validation para jQuery.</a>, hoje vou falar sobre um outro plugin jQuery chamado jOverlay, utilizado para criar box modal na tela.<p>
<p>O jOverlay está na versão 0.7, foi desenvolvido por <a href="http://alvarojunior.com/" target="_blank">Alvaro Júnior</a>, facilitou minha vida um bocado e espero que lhe seja útil também.</p>
<p>Para quem não sabe o que é overlay, <a onclick="$('#box2').jOverlay();" href="javascript:void(0);">clique aqui!</a>.</p>]]></description>
		<wfw:commentRss>http://e-fabrica.com/blog/2009/06/01/como-criar-um-box-modal-com-joverlay/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Como validar um formulário HTML usando o plugin Validation para jQuery.</title>
		<link>http://e-fabrica.com/blog/2009/05/31/como-validar-um-formulario-html-usando-o-plugin-validation-para-jquery/</link>
		<comments>http://e-fabrica.com/blog/2009/05/31/como-validar-um-formulario-html-usando-o-plugin-validation-para-jquery/#comments</comments>
		<pubDate>Sun, 31 May 2009 07:30:37 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[validação]]></category>

		<guid isPermaLink="false">http://e-fabrica.com/blog/?p=24</guid>
		<description><![CDATA[Hoje vou apresentar o Validation, um plugin jQuery utilizado para validação de formulários HTML.
Existem pela web muitos validadores de formulário utilizando javascript, escolhi o Validation por ser uma solução desenvolvida em jQuery, por ser seu mais antigo plugin para validação de formulários HTML, e porque indico e utilizo em minhas aplicações.
Com ele podemos facilmente, mostrar mensagens de erro e esconder-las quando necessário.]]></description>
		<wfw:commentRss>http://e-fabrica.com/blog/2009/05/31/como-validar-um-formulario-html-usando-o-plugin-validation-para-jquery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
