<?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>Guiabreve</title>
	<atom:link href="http://www.guiabreve.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.guiabreve.com</link>
	<description>Blog personal de Víctor Falcón sobre Desarrollo y Diseño Web</description>
	<lastBuildDate>Mon, 29 Jun 2009 11:56:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google no sierra sus tags HTML a propósito</title>
		<link>http://www.guiabreve.com/google-no-sierra-sus-tags-html-a-proposito.htm</link>
		<comments>http://www.guiabreve.com/google-no-sierra-sus-tags-html-a-proposito.htm#comments</comments>
		<pubDate>Mon, 29 Jun 2009 11:56:25 +0000</pubDate>
		<dc:creator>Víctor F. Ruiz</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Carga]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internte]]></category>
		<category><![CDATA[Velocidad]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=871</guid>
		<description><![CDATA[Al parecer Google no sierra sus tags HTML a propósito para arañar unos cuantos milisegundos en la carga de sus páginas. La custión es, ¿os parece bien saltarse los estándares para acelerar la carga?
]]></description>
			<content:encoded><![CDATA[<p>Al parecer <a href="http://meneame.net/story/google-no-cierra-tags-html-proposito-eng">Google no sierra sus tags HTML a propósito</a> para arañar unos cuantos milisegundos en la carga de sus páginas. La custión es,<strong> ¿os parece bien saltarse los estándares para acelerar la carga?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/google-no-sierra-sus-tags-html-a-proposito.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Página de prueba HTML para testear nuestro CSS</title>
		<link>http://www.guiabreve.com/pagina-de-prueba-html-para-testear-nuestro-css.htm</link>
		<comments>http://www.guiabreve.com/pagina-de-prueba-html-para-testear-nuestro-css.htm#comments</comments>
		<pubDate>Wed, 24 Jun 2009 21:45:24 +0000</pubDate>
		<dc:creator>Víctor F. Ruiz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[código]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Prueba]]></category>
		<category><![CDATA[Snipplr]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=863</guid>
		<description><![CDATA[En Snipplr podemos ver los fragmentos de código que usan otros diseñadores. Algunos de ellos son realmente buenos como este que he encontrado hoy.
Es sencillo. Simplemente es una página HTML en la que encontraremos aquellos elementos más comunes y asi podremos probar nuestra hoja de estilo CSS y comprobar que elementos hemos definido, cuales no [...]]]></description>
			<content:encoded><![CDATA[<p>En <a href="http://snipplr.com/">Snipplr</a> podemos ver los fragmentos de código que usan otros diseñadores. Algunos de ellos son realmente buenos como este que he encontrado hoy.</p>
<p>Es sencillo. Simplemente es <a href="http://snipplr.com/view/8121/html-test-page-for-css-style-guide">una página HTML</a> en la que encontraremos aquellos elementos más comunes y asi podremos probar nuestra hoja de estilo CSS y comprobar que elementos hemos definido, cuales no y cuales están bien y cuales no. Todo ello desde una solo página de un solo viztazo.</p>
<p>A continuación os dejo el código aunque también podeís verlo <a href="http://snipplr.com/view/8121/html-test-page-for-css-style-guide">en snipplr</a>.<span id="more-863"></span></p>
<div class="igBar"><a href="#" onclick="javascript:showCodeTxt('html-2'); return false;">[COPIAR]</a></div>
<div class="syntax_hilite"><span class="langName">C&oacute;digo HTML <a href="#" onclick="javascript:showCodeTxt('html-2'); return false;">(Copiar)</a>:</span>
<div id="html-2">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-style: italic;">&lt;!-- Sample Content to Plugin to Template --&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h1.html"><span style=" font-weight: bold;">&lt;h1&gt;</span></a>CSS Basic Elements<span style=" font-weight: bold;">&lt;/h1&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/hr.html"><span style=" font-weight: bold;">&lt;hr</span></a> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h1.html"><span style=" font-weight: bold;">&lt;h1</span></a> <span style="">id</span>=<span style="">"headings"</span><span style=" font-weight: bold;">&gt;</span></a>Headings<span style=" font-weight: bold;">&lt;/h1&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h1.html"><span style=" font-weight: bold;">&lt;h1&gt;</span></a>Heading 1<span style=" font-weight: bold;">&lt;/h1&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h2.html"><span style=" font-weight: bold;">&lt;h2&gt;</span></a>Heading 2<span style=" font-weight: bold;">&lt;/h2&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h3.html"><span style=" font-weight: bold;">&lt;h3&gt;</span></a>Heading 3<span style=" font-weight: bold;">&lt;/h3&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h4.html"><span style=" font-weight: bold;">&lt;h4&gt;</span></a>Heading 4<span style=" font-weight: bold;">&lt;/h4&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h5.html"><span style=" font-weight: bold;">&lt;h5&gt;</span></a>Heading 5<span style=" font-weight: bold;">&lt;/h5&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h6.html"><span style=" font-weight: bold;">&lt;h6&gt;</span></a>Heading 6<span style=" font-weight: bold;">&lt;/h6&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/small.html"><span style=" font-weight: bold;">&lt;small&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#wrapper"</span><span style=" font-weight: bold;">&gt;</span></a>[top]<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/small&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/hr.html"><span style=" font-weight: bold;">&lt;hr</span></a> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h1.html"><span style=" font-weight: bold;">&lt;h1</span></a> <span style="">id</span>=<span style="">"paragraph"</span><span style=" font-weight: bold;">&gt;</span></a>Paragraph<span style=" font-weight: bold;">&lt;/h1&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/img.html"><span style=" font-weight: bold;">&lt;img</span></a> <span style="">style</span>=<span style="">"width: 250px; height: 125px; float: right;"</span> <span style="">src</span>=<span style="">"images/css_gods_language.png"</span> <span style="">alt</span>=<span style="">"CSS | God's Language"</span> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Lorem ipsum dolor sit amet, <a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">title</span>=<span style="">"test link"</span> <span style="">href</span>=<span style="">"#"</span><span style=" font-weight: bold;">&gt;</span></a>test link<span style=" font-weight: bold;">&lt;/a&gt;</span> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Lorem ipsum dolor sit amet, <a href="http://december.com/html/4/element/em.html"><span style=" font-weight: bold;">&lt;em&gt;</span></a>emphasis<span style=" font-weight: bold;">&lt;/em&gt;</span> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/small.html"><span style=" font-weight: bold;">&lt;small&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#wrapper"</span><span style=" font-weight: bold;">&gt;</span></a>[top]<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/small&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/hr.html"><span style=" font-weight: bold;">&lt;hr</span></a> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h1.html"><span style=" font-weight: bold;">&lt;h1</span></a> <span style="">id</span>=<span style="">"list_types"</span><span style=" font-weight: bold;">&gt;</span></a>List Types<span style=" font-weight: bold;">&lt;/h1&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h3.html"><span style=" font-weight: bold;">&lt;h3&gt;</span></a>Definition List<span style=" font-weight: bold;">&lt;/h3&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/dl.html"><span style=" font-weight: bold;">&lt;dl&gt;</span></a> <a href="http://december.com/html/4/element/dt.html"><span style=" font-weight: bold;">&lt;dt&gt;</span></a>Definition List Title<span style=" font-weight: bold;">&lt;/dt&gt;</span> <a href="http://december.com/html/4/element/dd.html"><span style=" font-weight: bold;">&lt;dd&gt;</span></a>This is a definition list division.<span style=" font-weight: bold;">&lt;/dd&gt;</span> <span style=" font-weight: bold;">&lt;/dl&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h3.html"><span style=" font-weight: bold;">&lt;h3&gt;</span></a>Ordered List<span style=" font-weight: bold;">&lt;/h3&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/ol.html"><span style=" font-weight: bold;">&lt;ol&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a>List Item 1<span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a>List Item 2<span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a>List Item 3<span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/ol&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h3.html"><span style=" font-weight: bold;">&lt;h3&gt;</span></a>Unordered List<span style=" font-weight: bold;">&lt;/h3&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/ul.html"><span style=" font-weight: bold;">&lt;ul&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a>List Item 1<span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a>List Item 2<span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://december.com/html/4/element/li.html"><span style=" font-weight: bold;">&lt;li&gt;</span></a>List Item 3<span style=" font-weight: bold;">&lt;/li&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/ul&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/small.html"><span style=" font-weight: bold;">&lt;small&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#wrapper"</span><span style=" font-weight: bold;">&gt;</span></a>[top]<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/small&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/hr.html"><span style=" font-weight: bold;">&lt;hr</span></a> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h1.html"><span style=" font-weight: bold;">&lt;h1</span></a> <span style="">id</span>=<span style="">"form_elements"</span><span style=" font-weight: bold;">&gt;</span></a>Fieldsets, Legends, and Form Elements<span style=" font-weight: bold;">&lt;/h1&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/fieldset.html"><span style=" font-weight: bold;">&lt;fieldset&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/legend.html"><span style=" font-weight: bold;">&lt;legend&gt;</span></a>Legend<span style=" font-weight: bold;">&lt;/legend&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/form.html"><span style=" font-weight: bold;">&lt;form&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h2.html"><span style=" font-weight: bold;">&lt;h2&gt;</span></a>Form Element<span style=" font-weight: bold;">&lt;/h2&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui.</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/label.html"><span style=" font-weight: bold;">&lt;label</span></a> <span style="">for</span>=<span style="">"text_field"</span><span style=" font-weight: bold;">&gt;</span></a>Text Field:<span style=" font-weight: bold;">&lt;/label&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">id</span>=<span style="">"text_field"</span> <span style="">type</span>=<span style="">"text"</span> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/label.html"><span style=" font-weight: bold;">&lt;label</span></a> <span style="">for</span>=<span style="">"text_area"</span><span style=" font-weight: bold;">&gt;</span></a>Text Area:<span style=" font-weight: bold;">&lt;/label&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/textarea.html"><span style=" font-weight: bold;">&lt;textarea</span></a> <span style="">id</span>=<span style="">"text_area"</span><span style=" font-weight: bold;">&gt;</span></a><span style=" font-weight: bold;">&lt;/textarea&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/label.html"><span style=" font-weight: bold;">&lt;label</span></a> <span style="">for</span>=<span style="">"select_element"</span><span style=" font-weight: bold;">&gt;</span></a>Select Element:<span style=" font-weight: bold;">&lt;/label&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/select.html"><span style=" font-weight: bold;">&lt;select</span></a> <span style="">name</span>=<span style="">"select_element"</span><span style=" font-weight: bold;">&gt;</span></a> <a href="http://december.com/html/4/element/optgroup.html"><span style=" font-weight: bold;">&lt;optgroup</span></a> <span style="">label</span>=<span style="">"Option Group 1"</span><span style=" font-weight: bold;">&gt;</span></a><span style=" font-weight: bold;">&lt;/optgroup&gt;</span> <a href="http://december.com/html/4/element/option.html"><span style=" font-weight: bold;">&lt;option</span></a> <span style="">value</span>=<span style="">"1"</span><span style=" font-weight: bold;">&gt;</span></a>Option 1<span style=" font-weight: bold;">&lt;/option&gt;</span> <a href="http://december.com/html/4/element/option.html"><span style=" font-weight: bold;">&lt;option</span></a> <span style="">value</span>=<span style="">"2"</span><span style=" font-weight: bold;">&gt;</span></a>Option 2<span style=" font-weight: bold;">&lt;/option&gt;</span> <a href="http://december.com/html/4/element/option.html"><span style=" font-weight: bold;">&lt;option</span></a> <span style="">value</span>=<span style="">"3"</span><span style=" font-weight: bold;">&gt;</span></a>Option 3<span style=" font-weight: bold;">&lt;/option&gt;</span> <a href="http://december.com/html/4/element/optgroup.html"><span style=" font-weight: bold;">&lt;optgroup</span></a> <span style="">label</span>=<span style="">"Option Group 2"</span><span style=" font-weight: bold;">&gt;</span></a><span style=" font-weight: bold;">&lt;/optgroup&gt;</span> <a href="http://december.com/html/4/element/option.html"><span style=" font-weight: bold;">&lt;option</span></a> <span style="">value</span>=<span style="">"1"</span><span style=" font-weight: bold;">&gt;</span></a>Option 1<span style=" font-weight: bold;">&lt;/option&gt;</span> <a href="http://december.com/html/4/element/option.html"><span style=" font-weight: bold;">&lt;option</span></a> <span style="">value</span>=<span style="">"2"</span><span style=" font-weight: bold;">&gt;</span></a>Option 2<span style=" font-weight: bold;">&lt;/option&gt;</span> <a href="http://december.com/html/4/element/option.html"><span style=" font-weight: bold;">&lt;option</span></a> <span style="">value</span>=<span style="">"3"</span><span style=" font-weight: bold;">&gt;</span></a>Option 3<span style=" font-weight: bold;">&lt;/option&gt;</span> <span style=" font-weight: bold;">&lt;/select&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/label.html"><span style=" font-weight: bold;">&lt;label</span></a> <span style="">for</span>=<span style="">"radio_buttons"</span><span style=" font-weight: bold;">&gt;</span></a>Radio Buttons:<span style=" font-weight: bold;">&lt;/label&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">class</span>=<span style="">"radio"</span> <span style="">name</span>=<span style="">"radio_button"</span> <span style="">type</span>=<span style="">"radio"</span> <span style="">value</span>=<span style="">"radio_1"</span> /<span style=" font-weight: bold;">&gt;</span></a> Radio 1</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">class</span>=<span style="">"radio"</span> <span style="">name</span>=<span style="">"radio_button"</span> <span style="">type</span>=<span style="">"radio"</span> <span style="">value</span>=<span style="">"radio_2"</span> /<span style=" font-weight: bold;">&gt;</span></a> Radio 2</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">class</span>=<span style="">"radio"</span> <span style="">name</span>=<span style="">"radio_button"</span> <span style="">type</span>=<span style="">"radio"</span> <span style="">value</span>=<span style="">"radio_3"</span> /<span style=" font-weight: bold;">&gt;</span></a> Radio 3</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/label.html"><span style=" font-weight: bold;">&lt;label</span></a> <span style="">for</span>=<span style="">"checkboxes"</span><span style=" font-weight: bold;">&gt;</span></a>Checkboxes:<span style=" font-weight: bold;">&lt;/label&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">class</span>=<span style="">"checkbox"</span> <span style="">name</span>=<span style="">"checkboxes"</span> <span style="">type</span>=<span style="">"checkbox"</span> <span style="">value</span>=<span style="">"check_1"</span> /<span style=" font-weight: bold;">&gt;</span></a> Radio 1</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">class</span>=<span style="">"checkbox"</span> <span style="">name</span>=<span style="">"checkboxes"</span> <span style="">type</span>=<span style="">"checkbox"</span> <span style="">value</span>=<span style="">"check_2"</span> /<span style=" font-weight: bold;">&gt;</span></a> Radio 2</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">class</span>=<span style="">"checkbox"</span> <span style="">name</span>=<span style="">"checkboxes"</span> <span style="">type</span>=<span style="">"checkbox"</span> <span style="">value</span>=<span style="">"check_3"</span> /<span style=" font-weight: bold;">&gt;</span></a> Radio 3</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/label.html"><span style=" font-weight: bold;">&lt;label</span></a> <span style="">for</span>=<span style="">"password"</span><span style=" font-weight: bold;">&gt;</span></a>Password:<span style=" font-weight: bold;">&lt;/label&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">class</span>=<span style="">"password"</span> <span style="">name</span>=<span style="">"password"</span> <span style="">type</span>=<span style="">"password"</span> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/label.html"><span style=" font-weight: bold;">&lt;label</span></a> <span style="">for</span>=<span style="">"file"</span><span style=" font-weight: bold;">&gt;</span></a>File Input:<span style=" font-weight: bold;">&lt;/label&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">class</span>=<span style="">"file"</span> <span style="">name</span>=<span style="">"file"</span> <span style="">type</span>=<span style="">"file"</span> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">class</span>=<span style="">"button"</span> <span style="">type</span>=<span style="">"reset"</span> <span style="">value</span>=<span style="">"Clear"</span> /<span style=" font-weight: bold;">&gt;</span></a> <a href="http://december.com/html/4/element/input.html"><span style=" font-weight: bold;">&lt;input</span></a> <span style="">class</span>=<span style="">"button"</span> <span style="">type</span>=<span style="">"submit"</span> <span style="">value</span>=<span style="">"Submit"</span> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/form&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/fieldset&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/small.html"><span style=" font-weight: bold;">&lt;small&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#wrapper"</span><span style=" font-weight: bold;">&gt;</span></a>[top]<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/small&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/hr.html"><span style=" font-weight: bold;">&lt;hr</span></a> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h1.html"><span style=" font-weight: bold;">&lt;h1</span></a> <span style="">id</span>=<span style="">"tables"</span><span style=" font-weight: bold;">&gt;</span></a>Tables<span style=" font-weight: bold;">&lt;/h1&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/table.html"><span style=" font-weight: bold;">&lt;table</span></a> <span style="">border</span>=<span style="">"0"</span> <span style="">cellspacing</span>=<span style="">"0"</span> <span style="">cellpadding</span>=<span style="">"0"</span><span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/tbody.html"><span style=" font-weight: bold;">&lt;tbody&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/tr.html"><span style=" font-weight: bold;">&lt;tr&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/th.html"><span style=" font-weight: bold;">&lt;th&gt;</span></a>Table Header 1<span style=" font-weight: bold;">&lt;/th&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/th.html"><span style=" font-weight: bold;">&lt;th&gt;</span></a>Table Header 2<span style=" font-weight: bold;">&lt;/th&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/th.html"><span style=" font-weight: bold;">&lt;th&gt;</span></a>Table Header 3<span style=" font-weight: bold;">&lt;/th&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/tr&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/tr.html"><span style=" font-weight: bold;">&lt;tr&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/td.html"><span style=" font-weight: bold;">&lt;td&gt;</span></a>Division 1<span style=" font-weight: bold;">&lt;/td&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/td.html"><span style=" font-weight: bold;">&lt;td&gt;</span></a>Division 2<span style=" font-weight: bold;">&lt;/td&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/td.html"><span style=" font-weight: bold;">&lt;td&gt;</span></a>Division 3<span style=" font-weight: bold;">&lt;/td&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/tr&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/tr.html"><span style=" font-weight: bold;">&lt;tr</span></a> <span style="">class</span>=<span style="">"even"</span><span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/td.html"><span style=" font-weight: bold;">&lt;td&gt;</span></a>Division 1<span style=" font-weight: bold;">&lt;/td&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/td.html"><span style=" font-weight: bold;">&lt;td&gt;</span></a>Division 2<span style=" font-weight: bold;">&lt;/td&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/td.html"><span style=" font-weight: bold;">&lt;td&gt;</span></a>Division 3<span style=" font-weight: bold;">&lt;/td&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/tr&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/tr.html"><span style=" font-weight: bold;">&lt;tr&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/td.html"><span style=" font-weight: bold;">&lt;td&gt;</span></a>Division 1<span style=" font-weight: bold;">&lt;/td&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/td.html"><span style=" font-weight: bold;">&lt;td&gt;</span></a>Division 2<span style=" font-weight: bold;">&lt;/td&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/td.html"><span style=" font-weight: bold;">&lt;td&gt;</span></a>Division 3<span style=" font-weight: bold;">&lt;/td&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/tr&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-weight: bold;">&lt;/tbody&gt;</span><span style=" font-weight: bold;">&lt;/table&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/small.html"><span style=" font-weight: bold;">&lt;small&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#wrapper"</span><span style=" font-weight: bold;">&gt;</span></a>[top]<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/small&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/hr.html"><span style=" font-weight: bold;">&lt;hr</span></a> /<span style=" font-weight: bold;">&gt;</span></a></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/h1.html"><span style=" font-weight: bold;">&lt;h1</span></a> <span style="">id</span>=<span style="">"misc"</span><span style=" font-weight: bold;">&gt;</span></a>Misc Stuff - abbr, acronym, pre, code, sub, sup, etc.<span style=" font-weight: bold;">&lt;/h1&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Lorem <a href="http://december.com/html/4/element/sup.html"><span style=" font-weight: bold;">&lt;sup&gt;</span></a>superscript<span style=" font-weight: bold;">&lt;/sup&gt;</span> dolor <a href="http://december.com/html/4/element/sub.html"><span style=" font-weight: bold;">&lt;sub&gt;</span></a>subscript<span style=" font-weight: bold;">&lt;/sub&gt;</span> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <a href="http://december.com/html/4/element/cite.html"><span style=" font-weight: bold;">&lt;cite&gt;</span></a>cite<span style=" font-weight: bold;">&lt;/cite&gt;</span>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <a href="http://december.com/html/4/element/acronym.html"><span style=" font-weight: bold;">&lt;acronym</span></a> <span style="">title</span>=<span style="">"National Basketball Association"</span><span style=" font-weight: bold;">&gt;</span></a>NBA<span style=" font-weight: bold;">&lt;/acronym&gt;</span> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.&nbsp; <a href="http://december.com/html/4/element/abbr.html"><span style=" font-weight: bold;">&lt;abbr</span></a> <span style="">title</span>=<span style="">"Avenue"</span><span style=" font-weight: bold;">&gt;</span></a>AVE<span style=" font-weight: bold;">&lt;/abbr&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/pre.html"><span style=" font-weight: bold;">&lt;pre&gt;</span></a></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <a href="http://december.com/html/4/element/acronym.html"><span style=" font-weight: bold;">&lt;acronym</span></a> <span style="">title</span>=<span style="">"National Basketball Association"</span><span style=" font-weight: bold;">&gt;</span></a>NBA<span style=" font-weight: bold;">&lt;/acronym&gt;</span> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.&nbsp; <a href="http://december.com/html/4/element/abbr.html"><span style=" font-weight: bold;">&lt;abbr</span></a> <span style="">title</span>=<span style="">"Avenue"</span><span style=" font-weight: bold;">&gt;</span></a>AVE<span style=" font-weight: bold;">&lt;/abbr&gt;</span><span style=" font-weight: bold;">&lt;/pre&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/blockquote.html"><span style=" font-weight: bold;">&lt;blockquote&gt;</span></a>&quot;This stylesheet is going to help so freaking much.&quot;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">-Blockquote<span style=" font-weight: bold;">&lt;/blockquote&gt;</span></div>
</li>
<li style="font-weight: bold;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://december.com/html/4/element/small.html"><span style=" font-weight: bold;">&lt;small&gt;</span></a><a href="http://december.com/html/4/element/a.html"><span style=" font-weight: bold;">&lt;a</span></a> <span style="">href</span>=<span style="">"#wrapper"</span><span style=" font-weight: bold;">&gt;</span></a>[top]<span style=" font-weight: bold;">&lt;/a&gt;</span><span style=" font-weight: bold;">&lt;/small&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#333;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style=" font-style: italic;">&lt;!-- End of Sample Content --&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/pagina-de-prueba-html-para-testear-nuestro-css.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Menús desplegables, ¡solo con CSS!</title>
		<link>http://www.guiabreve.com/menus-desplegables-%c2%a1solo-con-css.htm</link>
		<comments>http://www.guiabreve.com/menus-desplegables-%c2%a1solo-con-css.htm#comments</comments>
		<pubDate>Sat, 20 Jun 2009 20:14:53 +0000</pubDate>
		<dc:creator>Víctor F. Ruiz</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[código]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Enlace]]></category>
		<category><![CDATA[Menú desplegable]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=861</guid>
		<description><![CDATA[Menús desplegables, ¡solo con CSS! Normalmente solemos usar Javascript para añadirles efectos pero realmente si queremos realizar un menú desplegable sencillo lo podemos hacer solo usando CSS tal y como lo explica el señor Janko en su blog.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jankoatwarpspeed.com/post/2009/06/20/Create-dropdown-menus-with-CSS-only.aspx">Menús desplegables, ¡solo con CSS!</a> Normalmente solemos usar Javascript para añadirles efectos pero realmente si queremos realizar un menú desplegable sencillo lo podemos hacer solo usando CSS tal y como lo explica el señor <a href="http://www.jankoatwarpspeed.com">Janko</a> en su blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/menus-desplegables-%c2%a1solo-con-css.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revolt: un Theme con piés y cabeza</title>
		<link>http://www.guiabreve.com/revolt-un-theme-con-pies-y-cabeza.htm</link>
		<comments>http://www.guiabreve.com/revolt-un-theme-con-pies-y-cabeza.htm#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:07:24 +0000</pubDate>
		<dc:creator>Víctor F. Ruiz</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Revolt]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=851</guid>
		<description><![CDATA[Revoltes un theme muy original. Todos los themes tienen header y footer pero este en cuestión tiene pies y cabeza literalmente.
El theme ha sido creado por NenadK y podemos ver una demostración de como queda directamente en su blog, y si nos gusta podemos pasar a descargarlo.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.guiabreve.com/wp-content/uploads/2009/06/revolt-theme-284x500.jpg"><img  align="left" class="size-thumbnail wp-image-852 izquierda" title="revolt-theme-284x500" src="http://www.guiabreve.com/wp-content/uploads/2009/06/revolt-theme-284x500-150x150.jpg" alt="revolt-theme-284x500" width="150" height="150" /></a><strong>Revolt</strong>es un theme muy original. Todos los themes tienen <code>header </code>y <code>footer </code>pero este en cuestión tiene pies y cabeza literalmente.</p>
<p>El theme ha sido creado por <a title="NenadK Blog" href="http://www.nenadk.com/blog/">NenadK</a> y podemos ver una demostración de como queda directamente en su blog, y si nos gusta podemos pasar a <a href="http://www.nenadk.com/blog/?p=1086">descargarlo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/revolt-un-theme-con-pies-y-cabeza.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La experiencia de crear un theme para Tumblr</title>
		<link>http://www.guiabreve.com/la-experiencia-de-crear-un-theme-para-tumblr.htm</link>
		<comments>http://www.guiabreve.com/la-experiencia-de-crear-un-theme-para-tumblr.htm#comments</comments>
		<pubDate>Sun, 31 May 2009 23:19:47 +0000</pubDate>
		<dc:creator>Víctor F. Ruiz</dc:creator>
				<category><![CDATA[Diseño]]></category>
		<category><![CDATA[código]]></category>
		<category><![CDATA[Experiencia]]></category>
		<category><![CDATA[Tumblr]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=844</guid>
		<description><![CDATA[Últimamente me estoy enganchando, y mucho, a Tumblr. Aun que ya lo había usado anteriormente, lo acabé dejando, pero ahora he vuelto a engancharme y no se cuanto durará, pero esta tarde he tenido tiempo y he decidido darle un diseño propio.
La experiencia de crear un theme para Tumblr no ha sido muy buena la [...]]]></description>
			<content:encoded><![CDATA[<p>Últimamente me estoy enganchando, y mucho, a <a href="http://tumblr.com">Tumblr</a>. Aun que ya lo había usado anteriormente, lo acabé dejando, pero ahora he vuelto a engancharme y no se cuanto durará, pero esta tarde he tenido tiempo y he decidido darle un diseño propio.</p>
<p>La experiencia de crear un theme para Tumblr no ha sido muy buena la verdad. Desde el punto de vista del código todo ha sido bastante sencillo, leyéndonos esta <a href="http://www.tumblr.com/docs/custom_themes">simple página</a> entendemos enseguida la mecánica y estructura del código de un theme, la cual está bastante bien diseñada en mi humilde opinión.</p>
<p>El problema viene cuando estamos a mitad de crear un diseño y queremos ir comprobando como se va viendo. Desde la sección <code>Customize</code> de Tumblr podemos editar el código y previsualizar como va quedando, pero ni colorea el código ni nada de nada, por lo que decidí usar un editor de código externo, en este caso, Coda. </p>
<p>Desde él, es muy difícil, por no decir imposible, hacerse un idea de como va quedando el código que vamos creando y he tenido que estar continuamente copiando y pegando el código al editor de Tumblr, vamos, un verdadero <em>coñazo</em>.</p>
<p>Pero bueno, problemas aparte, estoy bastante contento con <a href="http://victoor.tumblr.com/">el resultado</a>.</p>
<p>Por cierto, si tenéis <strong>Tumblr</strong>, <a href="http://www.tumblr.com/follow/victoor">seguidme</a> si os gusta para yo poder leer los vuestros también.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/la-experiencia-de-crear-un-theme-para-tumblr.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vídeos de Web OS, el sistema operativo de la Palm Pre</title>
		<link>http://www.guiabreve.com/videos-de-web-os-el-sistema-operativo-de-la-palm-pre.htm</link>
		<comments>http://www.guiabreve.com/videos-de-web-os-el-sistema-operativo-de-la-palm-pre.htm#comments</comments>
		<pubDate>Mon, 25 May 2009 13:33:04 +0000</pubDate>
		<dc:creator>Víctor F. Ruiz</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Palm Pre]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Vídeo]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Web OS]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=835</guid>
		<description><![CDATA[Si me sigues en Twitter sabrás que me encanta la Palm Pre. Me parece en grán telefono. Bonito, pequeño, con teclado y, sobre todo, un gran sistema operativo, Web OS.
Pues bién, desde la salida la beta del SDK algunos afortunados han podido comenzar a probar el sistema operativo aunque solo sea emulandolo en el ordenador y con [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.guiabreve.com/wp-content/uploads/2009/05/palm-pre.jpg"><img src="http://www.guiabreve.com/wp-content/uploads/2009/05/palm-pre-160x300.jpg" alt="palm-pre" title="palm-pre" width="125" class="derecha alignright size-medium wp-image-839" /></a>Si me sigues en <a href="http://www.twitter.com/victoor">Twitter</a> sabrás que me encanta la <strong>Palm Pre</strong>. Me parece en grán telefono. Bonito, pequeño, con teclado y, sobre todo, un gran sistema operativo, <strong>Web OS</strong>.</p>
<p>Pues bién, desde la salida la beta del SDK algunos afortunados han podido comenzar a probar el sistema operativo aunque solo sea emulandolo en el ordenador y con un ratón. Aúnque por desgracia no podremos probar algunas cosas, como el <em>multitouch</em>, por lo menos podemos ver el aspecto y funcionamiento básico del sistema.</p>
<p>Para los interesados en ver Web OS he encontrado por Youtube <a href="http://www.youtube.com/profile?user=PalmPreForumDotOrg&#038;view=videos">este canal</a> en el que tenemos 17 vídeos de dicho emulador funcionando bajo una Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/videos-de-web-os-el-sistema-operativo-de-la-palm-pre.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Soluciones basadas en Javascript a los problemas más comunes de CSS</title>
		<link>http://www.guiabreve.com/8-soluciones-basadas-en-javascript-a-los-problemas-mas-comunes-de-css.htm</link>
		<comments>http://www.guiabreve.com/8-soluciones-basadas-en-javascript-a-los-problemas-mas-comunes-de-css.htm#comments</comments>
		<pubDate>Sun, 24 May 2009 16:58:05 +0000</pubDate>
		<dc:creator>Víctor F. Ruiz</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[compatibilidad]]></category>
		<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[soluciones]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=830</guid>
		<description><![CDATA[A veces para solucionar algunos de los problemas en cuanto a compatibilidad con los distintos navegadores de CSS no nos basta el CSS, a veces, tenemos que recurrir al Javascript. Por eso os dejo esta entra que recopila 8 Soluciones basadas en Javascript a los problemas más comunes de CSS.
]]></description>
			<content:encoded><![CDATA[<p>A veces para solucionar algunos de los problemas en cuanto a compatibilidad con los distintos navegadores de CSS no nos basta el CSS, a veces, tenemos que recurrir al Javascript. Por eso os dejo esta entra que recopila <a href="http://www.catswhocode.com/blog/8-javascript-solutions-to-common-css-problems">8 Soluciones basadas en Javascript a los problemas más comunes de CSS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/8-soluciones-basadas-en-javascript-a-los-problemas-mas-comunes-de-css.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail añade traducción automática a los correos en otros idiomas</title>
		<link>http://www.guiabreve.com/gmail-anade-traduccion-automatica-a-los-correos-en-otros-idiomas.htm</link>
		<comments>http://www.guiabreve.com/gmail-anade-traduccion-automatica-a-los-correos-en-otros-idiomas.htm#comments</comments>
		<pubDate>Sun, 24 May 2009 14:30:24 +0000</pubDate>
		<dc:creator>Víctor F. Ruiz</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Gmial Labs]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Traducción automática]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=825</guid>
		<description><![CDATA[Google lleva un mes mejorando y añadiendo nuevas características a Gmail sin parar y prácticamente con cada semana que va pasando tenemos novedades, algunas que merecen la pena ser destacadas y otras no tanto.
Ahora Google ha añadido a Gmail la capacidad de traducir mensajes a cualquier idioma para que nuestros contactos puedan leer los correos [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Google</strong> lleva un mes mejorando y añadiendo nuevas características a <strong>Gmail</strong> sin parar y prácticamente con cada semana que va pasando tenemos novedades, algunas que merecen la pena ser destacadas y otras no tanto.</p>
<p>Ahora Google ha añadido a <strong>Gmail</strong> la <a href="http://gmailblog.blogspot.com/2009/05/new-in-labs-automatic-message.html">capacidad de traducir mensajes a cualquier idioma</a> para que nuestros contactos puedan leer los correos aunque no escribamos en su idioma y viceversa. </p>
<p>Que nadie se espere una traducción perfecta, ya que por desgracia, a día de hoy los traductores automáticos dejan mucho que desear, pero, por lo menos servirá para enterarnos de lo que nos quiere decir.</p>
<p><small>Para activarlo, como siempre, vamos a la pestaña <code>Labs</code> en la configuración de nuestro <strong>Gmail</strong>.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/gmail-anade-traduccion-automatica-a-los-correos-en-otros-idiomas.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.8: ya está disponible la Beta 2</title>
		<link>http://www.guiabreve.com/wordpress-28-ya-esta-disponible-la-beta-2.htm</link>
		<comments>http://www.guiabreve.com/wordpress-28-ya-esta-disponible-la-beta-2.htm#comments</comments>
		<pubDate>Sun, 24 May 2009 09:53:06 +0000</pubDate>
		<dc:creator>Víctor F. Ruiz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Beta 2]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Descargar]]></category>
		<category><![CDATA[Wordpress 2.8]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=823</guid>
		<description><![CDATA[Acaba de ser publicada la versión Beta 2 de Wordpress 2.8 en esta versión se han hecho algunos cambios y correcciones sobre la beta anterior.
Si estáis siguiendo el desarrollo de esta versión podéis descargar la última versión desde aquí, si no, mejor esperar por lo menos a la primera Release Candidate.
]]></description>
			<content:encoded><![CDATA[<p>Acaba de ser publicada la versión Beta 2 de Wordpress 2.8 en esta versión se han hecho algunos <a href="http://core.trac.wordpress.org/log?action=stop_on_copy&#038;mode=stop_on_copy&#038;rev=11440&#038;stop_rev=11366&#038;limit=100&#038;verbose=on">cambios</a> y correcciones sobre la beta anterior.</p>
<p>Si estáis siguiendo el desarrollo de esta versión podéis <a href="http://wordpress.org/wordpress-2.8-beta2.zip">descargar la última versión desde aquí</a>, si no, mejor esperar por lo menos a la primera <em>Release Candidate</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/wordpress-28-ya-esta-disponible-la-beta-2.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Añade colorido animado a tu página con Javascript</title>
		<link>http://www.guiabreve.com/anade-colorido-animado-a-tu-pagina-con-javascript.htm</link>
		<comments>http://www.guiabreve.com/anade-colorido-animado-a-tu-pagina-con-javascript.htm#comments</comments>
		<pubDate>Wed, 20 May 2009 17:57:01 +0000</pubDate>
		<dc:creator>Víctor F. Ruiz</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Dragon Labs]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.guiabreve.com/?p=820</guid>
		<description><![CDATA[Bonito el efecto que han generado en Dragon Labs (Demo) consiguiendo un fondo colorido y animado. El problema: la forma en que carga no es muy elegante y tendremos que usar una imagen de 3000x900 pixeles.
]]></description>
			<content:encoded><![CDATA[<p>Bonito el efecto que han generado en <a href="http://labs.dragoninteractive.com/panel/demo/">Dragon Labs <em>(Demo)</em></a> consiguiendo un fondo colorido y animado. El problema: la forma en que carga no es muy elegante y tendremos que usar una imagen de 3000x900 pixeles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guiabreve.com/anade-colorido-animado-a-tu-pagina-con-javascript.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
