<?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>2WebFacil &#187; formulario</title>
	<atom:link href="http://2webfacil.com/tag/formulario/feed/" rel="self" type="application/rss+xml" />
	<link>http://2webfacil.com</link>
	<description>Tips, tutoriales, ejemplos y descargas para personalizar tu web</description>
	<lastBuildDate>Sat, 12 May 2012 04:35:51 +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>Crea formularios rápidamente con Formee</title>
		<link>http://2webfacil.com/crea-formularios-rapidamente-con-formee/</link>
		<comments>http://2webfacil.com/crea-formularios-rapidamente-con-formee/#comments</comments>
		<pubDate>Wed, 12 May 2010 04:34:42 +0000</pubDate>
		<dc:creator>2webfacil</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Herramientas]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[formulario]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[gratuito]]></category>

		<guid isPermaLink="false">http://2webfacil.com/?p=381</guid>
		<description><![CDATA[<p><a href="http://www.formee.org/">Formee</a> es un framework CSS que te ayudará a crear estilos de manera sencilla y con acabado de calidad. Este framework de uso sencillo permite la creación de formularios que tengan la misma apariencia en los diferentes navegadores y sin complicaciones.</p>
<p><a href="http://www.formee.org/"></a></p>
<p><strong>Características</strong></p>

Permite la creación de formularios compatibles con multiples navegadores 
Es muy flexible para adaptar a cualquier web con el cambio del ancho del<p>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.formee.org/">Formee</a> es un framework CSS que te ayudará a crear estilos de manera sencilla y con acabado de calidad. Este framework de uso sencillo permite la creación de formularios que tengan la misma apariencia en los diferentes navegadores y sin complicaciones.</p>
<p><a href="http://www.formee.org/"><img src="http://2webfacil.com/wp-content/uploads/2010/05/formee.jpg" alt="" title="formee" width="500" height="312" /></a></p>
<p><strong>Características</strong></p>
<ul>
<li>Permite la creación de formularios compatibles con multiples navegadores </li>
<li>Es muy flexible para adaptar a cualquier web con el cambio del ancho del formulario.</li>
<li>Puedes integrarlo rápidamente con dos líneas de código.</li>
<li>Cumple con los estándares xHTML.</li>
<li>Puedes personalizarlo con pocas líneas de código</li>
<li>Incluye estilos para mensajes de confirmación, error, advertencia.</li>
</ul>
<p><strong>Como Utilizar Formee</strong></p>
<p>Utilizar Formee es sencillo, lo primero es <a href="http://www.formee.org/download/fclick.php?fid=zip1-2">descargar la ultima versión</a>, en donde encontrarán una carpeta llamada css que contiene los archivos necesarios para su funcionamiento. Luego debes incluir las siguientes líneas en tu archivo HTML.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;form-structure.css&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">media</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;screen&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;form-style.css&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">media</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;screen&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></td></tr></table></div>

<p>Pueden ver un ejemplo de uso de este framework en: http://www.formee.org/demo/index.htm.</p>
<p><a href="http://twitter.com/share?url=http%3A%2F%2F2webfacil.com%2Fcrea-formularios-rapidamente-con-formee%2F&amp;lang=es&amp;via=2webfacil&amp;text=Crea formularios rápidamente con Formee" class="twitter-share-button">Tweet</a></p>
	Tags: <a href="http://2webfacil.com/tag/css/" title="CSS" rel="tag">CSS</a>, <a href="http://2webfacil.com/tag/formulario/" title="formulario" rel="tag">formulario</a>, <a href="http://2webfacil.com/tag/framework/" title="framework" rel="tag">framework</a>, <a href="http://2webfacil.com/tag/gratuito/" title="gratuito" rel="tag">gratuito</a>, <a href="http://2webfacil.com/tag/html/" title="HTML" rel="tag">HTML</a><br />
]]></content:encoded>
			<wfw:commentRss>http://2webfacil.com/crea-formularios-rapidamente-con-formee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

