<?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>Miguel Manchego &#187; CSS</title>
	<atom:link href="http://www.miguelmanchego.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miguelmanchego.com</link>
	<description>Desarrollador web freelancer php, css, ajax, cms..</description>
	<lastBuildDate>Wed, 04 Jan 2012 13:10:33 +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>Criterios Básicos para maquetar una página web</title>
		<link>http://www.miguelmanchego.com/2011/criterios-basicos-para-maquetar-una-pagina-web/</link>
		<comments>http://www.miguelmanchego.com/2011/criterios-basicos-para-maquetar-una-pagina-web/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 13:50:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[maquetación]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.miguelmanchego.com/?p=1375</guid>
		<description><![CDATA[En este tutorial vemos algunos tips y consejos a la hora de maquetar una página web en nuestro trabajo como freelancers]]></description>
			<content:encoded><![CDATA[<!--INFOLINKS_ON--><p>La idea de este post es dar algunas directivas que debemos seguir para maquetar y luego este código sea entendido por la persona que luego tenga que editarlo o incluso por nosotros mismos que luego de unos años vemos el código y no le encontramos ni pies ni cabeza. No olvidemos que si trabajamos como freelancers es importantísimo que nuestro cliente pueda comprender el código para eso hay que cumplir algunos estándares básicos.</p>
<h2>Utiliza nombres estandard</h2>
<p>Si eres freelancer es posible que trabajes para empresas de otros países e incluso de algunos de habla inglesa por lo que se requiere que todos puedan saber de que sección estás hablando, aunque no existen nombres únicos standard si hay unos muy comunes</p>
<ul>
<li>Wrapper: Es el contenedor principal de la página que define el ancho y centra la página</li>
<li>Header: El encabezado donde suele ir el logo y el menu superior</li>
<li>Menu: Aunque algunos suelen usar para este el ID navbar</li>
<li>Main: El div que contiene el cuerpo de la página y que se suele dividir en 2 o 3 columnas</li>
<li>Sidebar: La columna del costado, en WordPress la que sueele contener los widgets</li>
<li>ColumnLeft, ColumnRight, ColumnCenter: dependiendo de cuantas columnas tengas puedes suar esos nombres o column1, column2&#8230;</li>
<li>Footer: El pie de página donde suele ir el copyright y la información de contacto</li>
</ul>
<h2>Dividir la hoja de estilos</h2>
<p>No es buena idea tener una sola hoja de estilos con 4000 lineas de código, es mejor separarla de acuerdo a las dimensiones del proyecto. Lo más básico sería contar con 2 hojas de estilo:</p>
<ul>
<li> reset.css  con las opciones de reseteo muy utiles para compatibilidad con múltiples buscadores, pueden bajar la más popular <a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank">AQUI</a></li>
<li>style.css con las propiedades de todo el sitio</li>
</ul>
<p>Para un proyecto más grande sin embargo sería bueno contar con otra hojas de estilo como:</p>
<ul>
<li>forms.css con las propiedades del formulario</li>
<li>fonts.css con las definciones de las fuentes</li>
<li>colorbox.css, sexybox.css, etc hojas de estilo de cada javascript</li>
</ul>
<h2>Organizar la hoja de estilos</h2>
<p>Es importante separar las secciones y comentarlas, lo usual es empezar con las etiquetas generales html, body, luego los titulos h1, h2, h3, las clases de los colores .rojo, .azul, etc y luego cada sección del sitio header, menu, sidebar, footer, etc. Quedando algo así nuestro código CSS</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #808080; font-style: italic;">/* Default fonts and colors<br />
========================================== */</span><br />
body <span style="color: #00AA00;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#375362</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;Verdana&quot;</span><span style="color: #00AA00;">,</span> <span style="color: #ff0000;">&quot;Lucida Fax&quot;</span><span style="color: #00AA00;">,</span> <span style="color: #ff0000;">&quot;Lucida Grande&quot;</span><span style="color: #00AA00;">,</span> <span style="color: #ff0000;">&quot;Lucida Sans Unicode&quot;</span><span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
h1<span style="color: #00AA00;">,</span> h2<span style="color: #00AA00;">,</span> h3<span style="color: #00AA00;">,</span> h4<span style="color: #00AA00;">,</span> h5<span style="color: #00AA00;">,</span> h6 <span style="color: #00AA00;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">&quot;Century Schoolbook&quot;</span><span style="color: #00AA00;">,</span> <span style="color: #ff0000;">&quot;Century&quot;</span><span style="color: #00AA00;">,</span> Georgia<span style="color: #00AA00;">,</span> <span style="color: #ff0000;">&quot;Times New Roman&quot;</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></td></tr></tbody></table></div>
<h2>Maqueta y ordena los elementos por su ubicación</h2>
<p>Esto es más fácil explicar con un ejemplo supongamos que estamos maquetando una lista de productos, tendriamos un div contenedor con un ID y varios divs internos identificados por una clase, quedando algo así:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;productos&quot;</span>&gt;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;pic&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/h3.html"><span style="color: #000000; font-weight: bold;">h3</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;prodTitle&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h3.html"><span style="color: #000000; font-weight: bold;">h3</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;description&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></td></tr></tbody></table></div>
<p>Dentro de la hoja de estilos también se debe organizar así quedando algo como:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #cc00cc;">#productos</span> <span style="color: #00AA00;">&#123;</span><span style="color: #00AA00;">&#125;</span><br />
&nbsp; <span style="color: #cc00cc;">#productos</span> <span style="color: #6666ff;">.item</span> <span style="color: #00AA00;">&#123;</span><span style="color: #00AA00;">&#125;</span><br />
&nbsp; <span style="color: #cc00cc;">#productos</span> <span style="color: #6666ff;">.pic</span> <span style="color: #00AA00;">&#123;</span><span style="color: #00AA00;">&#125;</span><br />
&nbsp; <span style="color: #cc00cc;">#productos</span> h3<span style="color: #6666ff;">.prodTitle</span> <span style="color: #00AA00;">&#123;</span><span style="color: #00AA00;">&#125;</span><br />
&nbsp; <span style="color: #cc00cc;">#productos</span> <span style="color: #6666ff;">.description</span> <span style="color: #00AA00;">&#123;</span><span style="color: #00AA00;">&#125;</span></div></td></tr></tbody></table></div>
<h2>Indica que div estás cerrando</h2>
<p>Esto es importantísimo cuando se trabaja con web modulares donde al estar separadas por partes es un poco complicado saber donde acaba cada DIV, por lo que es mejor indicar donde se cierran los principales DIV</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;header&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp;<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;menu&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span>Opcion 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span>Opcion 2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span>Opcion 3<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--#menu--&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--#header--&gt;</span></div></td></tr></tbody></table></div>
<div id="crp_related"><br/><h3>Posts Similares:</h3><ul><li><a href="http://www.miguelmanchego.com/2009/maquetacion-css-a-tres-columnas/" rel="bookmark" class="crp_title">Maquetación css a tres columnas</a></li><li><a href="http://www.miguelmanchego.com/2009/hojas-de-estilo-para-impresion/" rel="bookmark" class="crp_title">Hojas de estilo para impresión</a></li><li><a href="http://www.miguelmanchego.com/2009/maquetacion-css-a-dos-columnas/" rel="bookmark" class="crp_title">Maquetación css a dos columnas</a></li><li><a href="http://www.miguelmanchego.com/2009/menu-usando-ul-y-li/" rel="bookmark" class="crp_title">menu usando ul y li</a></li><li><a href="http://www.miguelmanchego.com/2009/maquetacion-fuentes-pagina-web/" rel="bookmark" class="crp_title">Fuentes en mi página web</a></li></ul></div><!--INFOLINKS_OFF-->]]></content:encoded>
			<wfw:commentRss>http://www.miguelmanchego.com/2011/criterios-basicos-para-maquetar-una-pagina-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS: Bug salto de linea internet explorer</title>
		<link>http://www.miguelmanchego.com/2011/css-bug-salto-de-linea-internet-explorer/</link>
		<comments>http://www.miguelmanchego.com/2011/css-bug-salto-de-linea-internet-explorer/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 13:38:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[maquetación]]></category>

		<guid isPermaLink="false">http://www.miguelmanchego.com/?p=1338</guid>
		<description><![CDATA[Bug de Internet Explorer que genera un salto de línea en un elemento flotante sin ancho fijo]]></description>
			<content:encoded><![CDATA[<!--INFOLINKS_ON--><p>Las versiones antiguas de Internet Explorer siempre terminan dándome dolores de cabeza, en este caso tenía un menu usando un UL con algunos LI flotando en su interior algo como:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;mimenu&quot;</span>&gt;</span><br />
&nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span>opcion1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span>opcion2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span>mi ultima opcion<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span></div></td></tr></tbody></table></div>
<p>El lío era que la última opción se veía bien en todos los navegadores excepto Internet Explorer que se producía un salto de línea quedando &#8220;mi ultima opción&#8221; convertido en 2 líneas, luego de buscar al fin encontré la solución bastaba agregar una sola propiedad <strong>white-space: nowrap;</strong> hay otras soluciones que exigen se ponga un ancho fijo a ese elemento pero en ciertos diseños esa no es una solución.</p>
<div id="crp_related"><br/><h3>Posts Similares:</h3><ul><li><a href="http://www.miguelmanchego.com/2009/google-chrome-frame-en-ie/" rel="bookmark" class="crp_title">Google Chrome Frame en IE</a></li><li><a href="http://www.miguelmanchego.com/2010/firefox-mostrar-imagenes-no-encontradas/" rel="bookmark" class="crp_title">Firefox: Marcar imagenes no encontradas</a></li><li><a href="http://www.miguelmanchego.com/2009/ie-tester-03-prueba-tus-paginas/" rel="bookmark" class="crp_title">IE Tester 0.3 prueba tus paginas</a></li><li><a href="http://www.miguelmanchego.com/2009/como-poner-link-agregar-a-favoritos/" rel="bookmark" class="crp_title">Como poner link agregar a favoritos</a></li><li><a href="http://www.miguelmanchego.com/2010/primeros-alcances-internet-explorer-9/" rel="bookmark" class="crp_title">Primeros alcances Internet Explorer 9</a></li></ul></div><!--INFOLINKS_OFF-->]]></content:encoded>
			<wfw:commentRss>http://www.miguelmanchego.com/2011/css-bug-salto-de-linea-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox: Marcar imagenes no encontradas</title>
		<link>http://www.miguelmanchego.com/2010/firefox-mostrar-imagenes-no-encontradas/</link>
		<comments>http://www.miguelmanchego.com/2010/firefox-mostrar-imagenes-no-encontradas/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 16:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.miguelmanchego.com/?p=1047</guid>
		<description><![CDATA[Tip para usuario de Firefox que permite mostrar un icono cuando no se encuentran imagenes]]></description>
			<content:encoded><![CDATA[<!--INFOLINKS_ON--><p>Este es un pequeño tip para usuarios de Firefox, usualmente en Internet Explorer o en otros navegadores cuando no se encuentra alguna imagen (Broken Images) se muestra un rectángulo y un ícono para indicarlo pero Firefox no muestra nada y si estamos desarrollando un sitio no nos enteramos que faltan cosas.</p>
<p>La solución es muy simple basta agregar las siguientes líneas a nuestra hoja de estilos:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">img<span style="color: #3333ff;">:-moz-broken</span><span style="color: #00AA00;">&#123;</span> &nbsp;<br />
&nbsp; &nbsp; &nbsp;-moz-force-broken-image-<span style="color: #993333;">icon</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span> &nbsp;<br />
&nbsp; &nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">24px</span><span style="color: #00AA00;">;</span> &nbsp;<br />
&nbsp; &nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">24px</span><span style="color: #00AA00;">;</span> &nbsp;<br />
<span style="color: #00AA00;">&#125;</span></div></td></tr></tbody></table></div>
<p>De esta forma se comportará similar a otros navegadores mostrando un pequeño ícono para indicarnos que falta alguna imagen</p>
<div id="crp_related"><br/><h3>Posts Similares:</h3><ul><li><a href="http://www.miguelmanchego.com/2009/poner-icono-mi-web-marcadores/" rel="bookmark" class="crp_title">Poner un icono en mi web para marcadores</a></li><li><a href="http://www.miguelmanchego.com/2010/css3-esquinas-redondeadas/" rel="bookmark" class="crp_title">CSS3: Esquinas redondeadas</a></li><li><a href="http://www.miguelmanchego.com/2010/css3-como-crear-un-degrado-de-color/" rel="bookmark" class="crp_title">CSS3 como crear un degrado de color</a></li><li><a href="http://www.miguelmanchego.com/2009/regla-para-diseno-web-firefox/" rel="bookmark" class="crp_title">Usar Regla en Diseño Web</a></li><li><a href="http://www.miguelmanchego.com/2010/firefox-aumentar-el-espacio-disponible-netbook/" rel="bookmark" class="crp_title">Firefox: Aumentar el espacio disponible</a></li></ul></div><!--INFOLINKS_OFF-->]]></content:encoded>
			<wfw:commentRss>http://www.miguelmanchego.com/2010/firefox-mostrar-imagenes-no-encontradas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Código web en minutos</title>
		<link>http://www.miguelmanchego.com/2010/codigo-web-minutos/</link>
		<comments>http://www.miguelmanchego.com/2010/codigo-web-minutos/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:33:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[maquetación]]></category>

		<guid isPermaLink="false">http://www.miguelmanchego.com/?p=985</guid>
		<description><![CDATA[Este sitio les parecerá muy interesante a todos aquellos que buscan la estructura para empezar a construir una página web, genera automaticamente las carpetas, encabezados y llamadas CSS necesarias. Podemos elegir el tipo de documentos ya sea XHTML strict, transitional o incluso el ahora muy de moda HTML5 Tenemos para elegir entre varios frameworks como [...]]]></description>
			<content:encoded><![CDATA[<!--INFOLINKS_ON--><p>Este sitio les parecerá muy interesante a todos aquellos que buscan la estructura para empezar a construir una página web, genera automaticamente las carpetas, encabezados y llamadas CSS necesarias.</p>
<ul>
<li>Podemos elegir el tipo de documentos ya sea XHTML strict, transitional o incluso el ahora muy de moda HTML5</li>
<li>Tenemos para elegir entre varios frameworks como mi favorito jquery, dojo, prototype, mootools entre otros.</li>
<li>No genera un código CSS básico con un encabezado y el cuerpo</li>
</ul>
<p>Como punto negativo es que si usamos HTML5 hubiera esperado que usara las nuevas etiquetas pero no, el sitio mantuvo los div más propios del XHTML</p>
<p>Pueden probarlo en <a href="http://instantcsscode.com/" target="_blank">http://instantcsscode.com/</a></p>
<div id="crp_related"><br/><h3>Posts Similares:</h3><ul><li><a href="http://www.miguelmanchego.com/2009/html-5-el-futuro-de-la-web/" rel="bookmark" class="crp_title">HTML 5 el futuro de la web</a></li><li><a href="http://www.miguelmanchego.com/2010/wordpress-y-html5-theme/" rel="bookmark" class="crp_title">WordPress y HTML5</a></li><li><a href="http://www.miguelmanchego.com/2009/diseno-web-modular-php-chau-frames/" rel="bookmark" class="crp_title">Diseño web modular PHP chau frames</a></li><li><a href="http://www.miguelmanchego.com/2009/acelerando-nuestra-pagina-web/" rel="bookmark" class="crp_title">Acelerando nuestra página web</a></li><li><a href="http://www.miguelmanchego.com/2011/criterios-basicos-para-maquetar-una-pagina-web/" rel="bookmark" class="crp_title">Criterios Básicos para maquetar una página web</a></li></ul></div><!--INFOLINKS_OFF-->]]></content:encoded>
			<wfw:commentRss>http://www.miguelmanchego.com/2010/codigo-web-minutos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XHTML: registro al estilo facebook</title>
		<link>http://www.miguelmanchego.com/2010/xhtml-registro-al-estilo-facebook/</link>
		<comments>http://www.miguelmanchego.com/2010/xhtml-registro-al-estilo-facebook/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 16:17:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[formulario]]></category>

		<guid isPermaLink="false">http://www.miguelmanchego.com/?p=960</guid>
		<description><![CDATA[En este tutorial veremos como crear un formulario de registro al estilo Facebook paso por paso]]></description>
			<content:encoded><![CDATA[<!--INFOLINKS_ON--><p>Esta de moda el Facebook y claro también lo está hacer formularios, íconos, efectos a ese estilo. En este tutorial te explican detalladamente como crear tu propio formulario de registro a ese estilo usando XHTML y CSS.<br />
<br style="clear:both;"/></p>
<p>El resultado queda como esta imagen:<br />
<a href="http://www.miguelmanchego.com/wp-content/uploads/2010/08/form-facebook.jpg"><img src="http://www.miguelmanchego.com/wp-content/uploads/2010/08/form-facebook-300x230.jpg" alt="facebook formulario registro" title="form-facebook" width="300" height="230" class="aligncenter size-medium wp-image-961" /></a></p>
<p>Pueden el tutorial <a href="http://tutorialzine.com/2009/08/creating-a-facebook-like-registration-form-with-jquery/">AQUI</a> y la demo <a href="http://demo.tutorialzine.com/2009/08/creating-a-facebook-like-registration-form-with-jquery/">AQUI</a></p>
<div id="crp_related"><br/><h3>Posts Similares:</h3><ul><li><a href="http://www.miguelmanchego.com/2009/iconos-twitter-youtube-facebook-myspace-en-illustrator/" rel="bookmark" class="crp_title">Iconos Twitter, YouTube, Facebook, MySpace en Illustrator</a></li><li><a href="http://www.miguelmanchego.com/2010/jquery-chat-estilo-facebook-o-gmail/" rel="bookmark" class="crp_title">Jquery: Chat estilo Facebook o Gmail</a></li><li><a href="http://www.miguelmanchego.com/2009/aplicar-estilo-a-formularios-parte-2/" rel="bookmark" class="crp_title">Aplicar estilo a formularios parte 2</a></li><li><a href="http://www.miguelmanchego.com/2009/formato-formulario-css-hoja-estilo/" rel="bookmark" class="crp_title">Dar formato a formulario con CSS</a></li><li><a href="http://www.miguelmanchego.com/2009/vintage-afiche-photoshop-tutorial/" rel="bookmark" class="crp_title">Vintage Afiche Photoshop tutorial</a></li></ul></div><!--INFOLINKS_OFF-->]]></content:encoded>
			<wfw:commentRss>http://www.miguelmanchego.com/2010/xhtml-registro-al-estilo-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

