<?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>Blog Informático &#187; Diseño</title>
	<atom:link href="http://elblogdeerik.com/categoria/diseno/feed" rel="self" type="application/rss+xml" />
	<link>http://elblogdeerik.com</link>
	<description>El BloG De EriK</description>
	<lastBuildDate>Sat, 21 Jan 2012 12:07:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Introducir sombras en texto con HTML</title>
		<link>http://elblogdeerik.com/introducir-sombras-en-texto-con-html</link>
		<comments>http://elblogdeerik.com/introducir-sombras-en-texto-con-html#comments</comments>
		<pubDate>Mon, 26 Sep 2011 17:04:23 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Desarrollo Web]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Informática Novata]]></category>

		<guid isPermaLink="false">http://elblogdeerik.com/?p=1706</guid>
		<description><![CDATA[Tweet Añadir sombra o sombreados a los textos utilizando HTML y CSS  es una posibilidad no muy utilizada en parte porque no está soportada por todos los navegadores, pero que con buen gusto se obtienen resultados verdaderamente interesantes. &#160; &#160; Primer ejemplo de texto con sombra. &#160; Como vemos la sombra es semitransparente, solo debemos<a href="http://elblogdeerik.com/introducir-sombras-en-texto-con-html">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1706" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FFBCMG&amp;via=eriksanvi&amp;text=Introducir%20sombras%20en%20texto%20con%20HTML&amp;related=eriksanvi:%C2%A1%C2%A1+S%C3%ADgueme+en+twitter+%21%21&amp;lang=es&amp;count=vertical&amp;counturl=http%3A%2F%2Felblogdeerik.com%2Fintroducir-sombras-en-texto-con-html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://elblogdeerik.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><div>
<p>Añadir sombra o sombreados a los textos utilizando HTML y CSS  es una posibilidad no muy utilizada en parte porque no está soportada por todos los navegadores, pero que con buen gusto se obtienen resultados verdaderamente interesantes.</p>
<p>&nbsp;</p>
</div>
<hr />
<p>&nbsp;</p>
<div style="text-shadow: 1px 1px 20px #6E6E6E; color: black;">Primer ejemplo de texto con sombra.</div>
<p>&nbsp;</p>
<div>Como vemos la sombra es semitransparente, solo debemos añadirle los estilos CSS de la siguiente manera</div>
<div>Hemos utilizado los siguientes CSS enlazados a una etiqueta div.</div>
<div>color: #ffffff;</div>
<div>text-shadow: -1px -1px 1px #CCCCCC;</div>
<p>&nbsp;</p>
<hr />
<div style="background: -moz-linear-gradient(center top , #2B2B2B 0%, #6B6B6B 100%) repeat scroll 0 0 transparent; border-bottom: 2px solid #BDBDBD; box-shadow: 0 0 3px #1C1C1C; color: #444; opacity: 0.8; padding: 20px; text-shadow: 0 0 1px #1C1C1C;">Segundo ejemplo de texto sombreado utilizando HTML y CSS.</div>
<p>Para crear este efecto hemos añadido a  nuestra etiqueta &lt;div&gt;&lt;/div&gt; los siguientes estilos.</p>
<p>background: -moz-linear-gradient(center top , #2B2B2B 0%, #6B6B6B 100%) repeat scroll 0 0 transparent; border-bottom: 2px solid #BDBDBD;<br />
box-shadow: 0 0 3px #1C1C1C;<br />
color: #444; opacity: 0.8;<br />
padding: 20px;<br />
text-shadow: 0 0 1px #1C1C1C;</p>
<p>Y de esta manera y con estos recursos se pueden obtener resultados verdaderamente interesantes.
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://elblogdeerik.com/introducir-sombras-en-texto-con-html&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://elblogdeerik.com/introducir-sombras-en-texto-con-html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lorempixum addon firefox generador de imágenes</title>
		<link>http://elblogdeerik.com/lorempixum-addon-firefox-generador-de-imagenes</link>
		<comments>http://elblogdeerik.com/lorempixum-addon-firefox-generador-de-imagenes#comments</comments>
		<pubDate>Thu, 23 Jun 2011 11:01:37 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Navegadores]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[navegador]]></category>

		<guid isPermaLink="false">http://elblogdeerik.com/?p=1686</guid>
		<description><![CDATA[Tweet Ya conocemos el famoso add-on para firefox Dummy Lipsum en el que nos genera un texto aleatoria basado en el libro en Latín &#8221; Lorem ipsum&#8221; acorde al espacio que queremos rellenar con este texto predefinido. Pues hoy explicamos este nuevo add-on que utiliza el mismo concepto pero rellena espacios con imágenes predefinidas. Elegimos<a href="http://elblogdeerik.com/lorempixum-addon-firefox-generador-de-imagenes">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1686" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FXg4Fc&amp;via=eriksanvi&amp;text=Lorempixum%20addon%20firefox%20generador%20de%20im%C3%A1genes&amp;related=eriksanvi:%C2%A1%C2%A1+S%C3%ADgueme+en+twitter+%21%21&amp;lang=es&amp;count=vertical&amp;counturl=http%3A%2F%2Felblogdeerik.com%2Florempixum-addon-firefox-generador-de-imagenes" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://elblogdeerik.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><img class="aligncenter size-full wp-image-1687" title="CapturaDePantalla-2011-04-25-a-las-16.41.02" src="http://elblogdeerik.com/wp-content/uploads/2011/06/CapturaDePantalla-2011-04-25-a-las-16.41.02.png" alt="" width="546" height="174" /></p>
<p>Ya conocemos el famoso add-on para firefox <a href="http://elblogdeerik.com/dummy-limpsum-addon-firefox-generador-de-textos">Dummy Lipsum</a> en el que nos genera un texto aleatoria basado en el libro en Latín &#8221; Lorem ipsum&#8221; acorde al espacio que queremos rellenar con este texto predefinido.</p>
<p>Pues hoy explicamos este nuevo add-on que utiliza el mismo concepto pero rellena espacios con imágenes predefinidas. Elegimos el tamaño, color y temática de las imágenes y desde una base de datos de más de 11 millones de imágenes nos la incrusta a la espera de nuestra imagen definitiva.</p>
<p>Las imágenes están licenciadas mediante Creative Commons, lo cual es una ventaja añadida.</p>
<p>Enlace | <a href="http://lorempixum.com/" target="_blank">Lorempixum</a>
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://elblogdeerik.com/lorempixum-addon-firefox-generador-de-imagenes&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://elblogdeerik.com/lorempixum-addon-firefox-generador-de-imagenes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como insertar FLASH en HTML</title>
		<link>http://elblogdeerik.com/como-insertar-flash-en-html</link>
		<comments>http://elblogdeerik.com/como-insertar-flash-en-html#comments</comments>
		<pubDate>Mon, 30 May 2011 14:45:28 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Desarrollo Web]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Consejos]]></category>
		<category><![CDATA[instalacion]]></category>
		<category><![CDATA[interesante]]></category>
		<category><![CDATA[trucos]]></category>

		<guid isPermaLink="false">http://elblogdeerik.com/?p=1678</guid>
		<description><![CDATA[Tweet En muchas ocasiones queremos incrustar de alguna manera una animación creada en Flash en una web creada en HTML. Esta animación puede ser un banner,un menú o cualquier tipo de archivo en formato flash. &#160; &#160; La extensión de estos archivos es y será siempre .swf . La forma más fácil de incrustarlo es<a href="http://elblogdeerik.com/como-insertar-flash-en-html">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1678" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FR2DHn&amp;via=eriksanvi&amp;text=Como%20insertar%20FLASH%20en%20HTML&amp;related=eriksanvi:%C2%A1%C2%A1+S%C3%ADgueme+en+twitter+%21%21&amp;lang=es&amp;count=vertical&amp;counturl=http%3A%2F%2Felblogdeerik.com%2Fcomo-insertar-flash-en-html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://elblogdeerik.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><center><img class="size-full wp-image-1679 aligncenter" style="margin: 10px;" title="html_flash" src="http://elblogdeerik.com/wp-content/uploads/2011/05/html_flash.gif" alt="" width="277" height="246" /></center><br />
En muchas ocasiones queremos incrustar de alguna manera una animación creada en Flash en una web creada en HTML. Esta animación puede ser un banner,un menú o cualquier tipo de archivo en formato flash.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>La extensión de estos archivos es y será siempre .swf . La forma más fácil de incrustarlo es subiendo el archivo a nuestro servidor donde tenemos los archivos de nuestra web. Lo más recomendable sería crearnos un directorio en la carpeta raíz que apuntada a estas animaciones.</p>
<p>Por ejemplo &#8220;/flash/animacion1 &#8220;.</p>
<p>Una vez lo hayamos subido al servidor como si fuera una simple imagen , nos fijamos en la ruta que nos lleva a este archivo. El modo de ponerlo en nuestro código es simple, siempre deberemos poner el mismo código y modificar los parámetros según nuestros gustos o objetivos.</p>
<p>&nbsp;</p>
<p><span style="color: #666699;">&lt;object classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243; codebase=&#8221;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&#8243; <strong>width=&#8221;32&#8243; height=&#8221;32&#8243;</strong>&gt; &lt;param name=&#8221;movie&#8221; value=&#8221;<strong>archivo.swf</strong>&#8221; /&gt; &lt;param name=&#8221;quality&#8221; value=&#8221;high&#8221; /&gt; &lt;embed src=&#8221;<strong>archivo.swf</strong>&#8221; quality=&#8221;high&#8221; pluginspage=&#8221;http://www.macromedia.com/go/getflashplayer&#8221; type=&#8221;application/x-shockwave-flash&#8221; <strong>width=&#8221;32&#8243; height=&#8221;32&#8243;</strong>&gt;&lt;/embed&gt; &lt;/object&gt;</span></p>
<p>&nbsp;</p>
<p>La primera parte es la que indica al usuario que se descarga una versión de Adobe en el caso que no la tenga para poder visualizar la animación. En el siguiente parámetro debemos poner el tamaño de nuestra animación.</p>
<p>Donde vemos &#8221; value=&#8221;<strong>archivo.swf</strong>&#8221; &#8221; y &#8220; src=&#8221;<strong>archivo.swf</strong>&#8221; &#8220; pondremos nuestra ruta del archivo en nuestro caso pondremos nuestra ruta  &#8221; /flash/nombrearchivo.swf &#8221;</p>
<p>Sabes otras formas de incrustar Flash ? Nos la comentas?
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://elblogdeerik.com/como-insertar-flash-en-html&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://elblogdeerik.com/como-insertar-flash-en-html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Utilidades para programadores web</title>
		<link>http://elblogdeerik.com/utilidades-para-programadores-web</link>
		<comments>http://elblogdeerik.com/utilidades-para-programadores-web#comments</comments>
		<pubDate>Sun, 15 May 2011 15:35:07 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Desarrollo Web]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://elblogdeerik.com/?p=1671</guid>
		<description><![CDATA[Tweet Hemos encontrado una cuantas utilidades que nos ayudan a desarrollar nuestro proyectos web de una forma o otra. La primera herramienta nos permite visualizar nuestra nueva página web en nuestro navegador con diferentes resoluciones. Y de este modo poder testear en diferentes tamaños de pantalla la web. Dirección: http://browize.com HTMLform.com es una herramienta que<a href="http://elblogdeerik.com/utilidades-para-programadores-web">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1671" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FoQcUy&amp;via=eriksanvi&amp;text=Utilidades%20para%20programadores%20web&amp;related=eriksanvi:%C2%A1%C2%A1+S%C3%ADgueme+en+twitter+%21%21&amp;lang=es&amp;count=vertical&amp;counturl=http%3A%2F%2Felblogdeerik.com%2Futilidades-para-programadores-web" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://elblogdeerik.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><h1></h1>
<p>Hemos encontrado una cuantas utilidades que nos ayudan a desarrollar nuestro proyectos web de una forma o otra. La primera herramienta nos permite visualizar nuestra nueva página web en nuestro navegador con diferentes resoluciones. Y de este modo poder testear en diferentes tamaños de pantalla la web.</p>
<p style="text-align: center;">Dirección: <a title="Drupal Valencia Castellon Kreanto Tiendas Virtuales" href="http://browize.com/">http://browize.com</a><br />
<img class="aligncenter size-full wp-image-1672" title="1_0" src="http://elblogdeerik.com/wp-content/uploads/2011/05/1_0.jpg" alt="" width="602" height="379" /><br />
HTMLform.com es una herramienta que nos permite crear un formulario de contacto e incluso utilizar ya creados de uan forma gráfica e intuitiva.</p>
<p>Dirección: <a title="Drupal Valencia Castellon Kreanto Tiendas Virtuales" href="http://htmlform.com/">http://htmlform.com</a><br />
<img class="aligncenter size-full wp-image-1673" title="2_0" src="http://elblogdeerik.com/wp-content/uploads/2011/05/2_0.jpg" alt="" width="602" height="379" /><br />
Framebox.org es una utilidad para crear esqueletos de webs, bocetos conceptuales y testeo de estructuras con labels, radibuttons, etc..</p>
<p>Dirección: <a title="Drupal Valencia Castellon Kreanto Tiendas Virtuales" href="http://framebox.org/">http://framebox.org</a><br />
<img class="aligncenter size-full wp-image-1674" title="3_0" src="http://elblogdeerik.com/wp-content/uploads/2011/05/3_0.jpg" alt="" width="602" height="379" /><br />
CSS3generator es un rápido generador de código CSS3 para crear vanguardistas detalles en nuestras webs románticas y neoclásicas <img src='http://elblogdeerik.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Dirección: <a title="Drupal Valencia Castellon Kreanto Tiendas Virtuales" href="http://css3generator.com/">http://css3generator.com</a><br />
<img class="aligncenter size-full wp-image-1675" title="4_0" src="http://elblogdeerik.com/wp-content/uploads/2011/05/4_0.jpg" alt="" width="602" height="379" />
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://elblogdeerik.com/utilidades-para-programadores-web&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://elblogdeerik.com/utilidades-para-programadores-web/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Descarga cualquier tipo de letra, tipografía.</title>
		<link>http://elblogdeerik.com/descarga-de-tipos-de-letra-tipografia</link>
		<comments>http://elblogdeerik.com/descarga-de-tipos-de-letra-tipografia#comments</comments>
		<pubDate>Sun, 10 Apr 2011 17:43:58 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Desarrollo Web]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Guias]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Otros]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://elblogdeerik.com/?p=1604</guid>
		<description><![CDATA[Tweet Hoy voy a comentaros un recurso web que he encontrado y que es muy interesante. En este portal se puede descargar cualquier tipo de letra, con tan solo un click de ratón. Ordenadas por orden alfabético podemos encontrar y descargar casi cualquier  tipografía que circule por la red. Totalmente gratis y sin ningún problema.<a href="http://elblogdeerik.com/descarga-de-tipos-de-letra-tipografia">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1604" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2F2568m&amp;via=eriksanvi&amp;text=Descarga%20cualquier%20tipo%20de%20letra%2C%20tipograf%C3%ADa.&amp;related=eriksanvi:%C2%A1%C2%A1+S%C3%ADgueme+en+twitter+%21%21&amp;lang=es&amp;count=vertical&amp;counturl=http%3A%2F%2Felblogdeerik.com%2Fdescarga-de-tipos-de-letra-tipografia" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://elblogdeerik.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><center><img class="aligncenter size-full wp-image-1606" title="32415bf6abd1f9f_visual_2" src="http://elblogdeerik.com/wp-content/uploads/2011/04/32415bf6abd1f9f_visual_2.jpg" alt="" width="397" height="398" /></center><br />
Hoy voy a comentaros un recurso web que he encontrado y que es muy interesante. En este portal se puede descargar cualquier tipo de letra, con tan solo un click de ratón. Ordenadas por orden alfabético podemos encontrar y descargar casi cualquier  tipografía que circule por la red. Totalmente gratis y sin ningún problema.</p>
<p>Ponemos unos cuantos ejemplo de la gran diversidad de tipos de letras que puedes encontrar en la web.</p>
<p><center></p>
<table width="600" border="0" cellspacing="0" cellpadding="5" bgcolor="#000000">
<tbody>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/aapex.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/aapex.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">22 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/abaddon.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/abaddon.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">14 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/abduction.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/abduction.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">15 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/acadian.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/acadian.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">25 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/acidbath.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/acidbath.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">19 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/acidic.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/acidic.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">82 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/actionis.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/actionis.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">27 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/adler.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/adler.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">32 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/adresack.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/adresack.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">11 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/advert.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/advert.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">21 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/after.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/after.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">29 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/agatha.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/agatha.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">29 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/aifragment.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/aifragment.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">15 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/aircut.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/aircut.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">14 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/akbar.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/akbar.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">48 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/alacarte.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/alacarte.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">19 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/albert.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/albert.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">32 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/alchemist.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/alchemist.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">61 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/alien.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/alien.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">20 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/allembert.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/allembert.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">111 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/allhearts.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/allhearts.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">31 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/alphabeta.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/alphabeta.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">10 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="46"><a href="http://www.publispain.com/superfuentes/amazon.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/amazon.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">13 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="46"></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/ameuncial.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/ameuncial.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">24 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/ampoule.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/ampoule.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">12 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/analog.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/analog.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">12 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/andes.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/andes.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">16 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/angiebarefoot.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/angiebarefoot.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">11 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/angiegroovin.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/angiegroovin.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">13 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/angieimpressing.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/angieimpressing.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">20 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/angiepierced.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/angiepierced.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">13 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/angietanlines.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/angietanlines.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">19 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/anglosaxon8th.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/anglosaxon8th.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">44 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/anglosaxoncaps.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/anglosaxoncaps.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">20 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/angular.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/angular.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">12 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/antichrist.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/antichrist.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">8 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/antpile.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/antpile.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">36 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/apicturealphabet.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/apicturealphabet.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">121 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/apocalypse.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/apocalypse.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">24 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/apollo13.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/apollo13.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">24 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/argentum.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/argentum.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">9 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/arruba.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/arruba.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">14 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/arsis.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/arsis.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">25 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/arthur.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/arthur.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">6 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/artifice.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/artifice.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">19 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/arwen.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/arwen.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">7 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/ashley.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/ashley.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">19 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/asphodel.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/asphodel.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">14 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/assimilation.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/assimilation.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">27 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/astigama.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/astigama.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">32 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/astigma.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/astigma.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">62 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/astronaut.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/astronaut.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">13 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/aswell.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/aswell.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">22 Kbytes</span></td>
</tr>
<tr>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/atombomb.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/atombomb.gif" alt="" width="250" height="42" border="0" /></a><br />
<span style="color: #c0c0c0; font-family: Arial; font-size: xx-small;">14 Kbytes</span></td>
<td align="center" bgcolor="#000000" height="58"><a href="http://www.publispain.com/superfuentes/atrox.zip" target="_top"><img src="http://www.publispain.com/superfuentes/a_archivos/atrox.gif" alt="" width="250" height="42" border="0" /></a></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p></center><br />
<a href="http://www.publispain.com/superfuentes/a.htm" target="_blank">:: FUENTE</a>
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://elblogdeerik.com/descarga-de-tipos-de-letra-tipografia&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://elblogdeerik.com/descarga-de-tipos-de-letra-tipografia/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como ver imagenes png transparente en ie6 e ie7</title>
		<link>http://elblogdeerik.com/como-ver-imagenes-png-transparente-en-ie6-e-ie7</link>
		<comments>http://elblogdeerik.com/como-ver-imagenes-png-transparente-en-ie6-e-ie7#comments</comments>
		<pubDate>Thu, 17 Mar 2011 10:13:41 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Desarrollo Web]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Navegadores]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://elblogdeerik.com/?p=1572</guid>
		<description><![CDATA[Tweet &#160; Uno de los fantasmas de los desarrolladores es Internet Explorer en concreto el Internet Explorer 6 y en ocasiones el 7. Esto quiere decir que estos navegadores utilizan los estandares de una forma un poco particular , dejando la definición de standar de lado. Uno de los problemas más comunes es el uso<a href="http://elblogdeerik.com/como-ver-imagenes-png-transparente-en-ie6-e-ie7">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1572" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FE6I6j&amp;via=eriksanvi&amp;text=Como%20ver%20imagenes%20png%20transparente%20en%20ie6%20e%20ie7&amp;related=eriksanvi:%C2%A1%C2%A1+S%C3%ADgueme+en+twitter+%21%21&amp;lang=es&amp;count=vertical&amp;counturl=http%3A%2F%2Felblogdeerik.com%2Fcomo-ver-imagenes-png-transparente-en-ie6-e-ie7" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://elblogdeerik.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><img class="aligncenter size-full wp-image-1573" title="UnitLogo" src="http://elblogdeerik.com/wp-content/uploads/2011/03/UnitLogo.png" alt="" width="252" height="252" /></p>
<p>&nbsp;</p>
<p>Uno de los fantasmas de los desarrolladores es Internet Explorer en concreto el Internet Explorer 6 y en ocasiones el 7. Esto quiere decir que estos navegadores utilizan los estandares de una forma un poco particular , dejando la definición de standar de lado.</p>
<p>Uno de los problemas más comunes es el uso de .png transparente en IE6 e IE7 , veremos que nos aparece con un fondo manchado y no con la transpariencia que nos gustaría.</p>
<p>Por la red navegan varias soluciones y hacks. En mi opinión el más viable y eficaz es utilizar el típico javascript.</p>
<p>Podemos encontrar multiples Javascript pero en este caso vamos a utilizar <a href="http://labs.unitinteractive.com/downloads/unitpngfix.zip" target="_blank">unitpngfix.js</a> ya que tras probar varios es el más simple y facil de implementar.</p>
<h1><span style="color: #808080;">PASO 1</span></h1>
<p>Lo podemos descargar del enlace  <a href="http://labs.unitinteractive.com/downloads/unitpngfix.zip" target="_blank">unitpngfix.js</a></p>
<h1><span style="color: #808080;">PASO 2</span></h1>
<p>El archivo esta compuesto por el JavaScript llamado &#8220;unitpngfix.js&#8221; que lo debemos copiar en la carpeta raíz o en algun sitio donde lo tengamos localizado.</p>
<p>Copiamos el archivo de imagen &#8220;clear.gif&#8221; en la misma carpeta que el archivo anterior.</p>
<h1><span style="color: #808080;">PASO 3</span></h1>
<p><span style="color: #808080;"><span style="color: #000000;">Copiamos el siguiente código en la cabecera de nuestro website teniendo en cuenta que las rutas coincidan.</span><br />
</span></p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;unitpngfix.js&#8221;&gt;&lt;/script&gt;</p>
<p>&nbsp;</p>
<p>:: ENLACE DESCARGA <a href="http://labs.unitinteractive.com/downloads/unitpngfix.zip" target="_blank">unitpngfix.js</a>
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://elblogdeerik.com/como-ver-imagenes-png-transparente-en-ie6-e-ie7&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://elblogdeerik.com/como-ver-imagenes-png-transparente-en-ie6-e-ie7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nuevo Logotipo de HTML5 desde la W3C</title>
		<link>http://elblogdeerik.com/nuevo-logotipo-de-html5-desde-la-w3c</link>
		<comments>http://elblogdeerik.com/nuevo-logotipo-de-html5-desde-la-w3c#comments</comments>
		<pubDate>Tue, 18 Jan 2011 15:16:29 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Desarrollo Web]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Noticias]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://elblogdeerik.com/?p=1504</guid>
		<description><![CDATA[Tweet Esto va cojiendo forma y para demostrarlo nuestro amigo el organismo World-Wide Web Consortium (W3C) ha creado un nuevo logo para HTML5. El nuevo lenguaje tan esperado parece que inminentemente va a llegar entre nosotros y que tendrá un lugar entre la tecnología del desarrollo web, gracias a la ayuda del gigante Google y<a href="http://elblogdeerik.com/nuevo-logotipo-de-html5-desde-la-w3c">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1504" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FKZ7AY&amp;via=eriksanvi&amp;text=Nuevo%20Logotipo%20de%20HTML5%20desde%20la%20W3C&amp;related=eriksanvi:%C2%A1%C2%A1+S%C3%ADgueme+en+twitter+%21%21&amp;lang=es&amp;count=vertical&amp;counturl=http%3A%2F%2Felblogdeerik.com%2Fnuevo-logotipo-de-html5-desde-la-w3c" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://elblogdeerik.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p style="text-align: center;"><img class="aligncenter size-full wp-image-1505" title="logo-html5" src="http://elblogdeerik.com/wp-content/uploads/2011/01/logo-html5.jpg" alt="" width="588" height="350" /></p>
<p>Esto va cojiendo forma y para demostrarlo nuestro amigo el organismo World-Wide Web Consortium (W3C) ha creado un nuevo logo para HTML5. El nuevo lenguaje tan esperado parece que inminentemente va a llegar entre nosotros y que tendrá un lugar entre la tecnología del desarrollo web, gracias a la ayuda del gigante Google y muchisimos desarrolladores de diferentes plataformas la inmensa mayoria sigue con precaución a un cambio tan drástico.</p>
<p>Ahora la W3C ha tratado de colaborar a su popularidad con la creación de un logo que según sus creadores &#8220;se mantiene fuerte y verdadero, resistente y universal como el lenguaje de marcado que se utiliza. Brilla tan fuerte y de forma tan contundente como los desarrolladores web que piensan en el futuro. Es el estándar de los estándares, una bandera para el progreso&#8221;.</p>
<p>El logo fue diseñado por la agencia Ocupop, que se centra en el branding, la identidad y el diseño web, entre otras facetas del marketing y el trabajo de diseño. Y su puesta en escena tratará de servir para identificar mejor a todos los desarrollos web que hagan uso de un estándar prometedor en muchos frentes.
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://elblogdeerik.com/nuevo-logotipo-de-html5-desde-la-w3c&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://elblogdeerik.com/nuevo-logotipo-de-html5-desde-la-w3c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utilizar WordPress o Blogger</title>
		<link>http://elblogdeerik.com/utilizar-wordpress-o-blogger</link>
		<comments>http://elblogdeerik.com/utilizar-wordpress-o-blogger#comments</comments>
		<pubDate>Thu, 13 Jan 2011 16:12:04 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Guias]]></category>
		<category><![CDATA[Informática Novata]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://elblogdeerik.com/?p=1479</guid>
		<description><![CDATA[TweetHoy vamos a intentar dar una serie de argumentos para ayudaros a elegir entre Blogger o WordPress. En primer lugar explicaremos que estas dos utilidades son plataformas que nos permiten crear nuestro Blog de una forma rápida,fácil y la más importante gratuita. Una restricción que nos da es que en la URL de nuestro nuevo<a href="http://elblogdeerik.com/utilizar-wordpress-o-blogger">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1479" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FA3CKt&amp;via=eriksanvi&amp;text=Utilizar%20WordPress%20o%20Blogger&amp;related=eriksanvi:%C2%A1%C2%A1+S%C3%ADgueme+en+twitter+%21%21&amp;lang=es&amp;count=vertical&amp;counturl=http%3A%2F%2Felblogdeerik.com%2Futilizar-wordpress-o-blogger" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://elblogdeerik.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Hoy vamos a intentar dar una serie de <strong>argumentos para ayudaros a elegir entre Blogger o WordPress</strong>.</p>
<p>En primer lugar explicaremos que estas dos utilidades son plataformas que <strong>nos permiten crear nuestro Blog</strong> de una forma <strong>rápida,fácil</strong> y la más importante <strong>gratuita</strong>.</p>
<p>Una restricción que nos da es que en la URL de nuestro nuevo blog aparece de la siguiente manera.Ya que no disponemos de dominio propio.</p>
<p><strong>miblog.blogspot.com</strong></p>
<p><strong>miblog.wordpress.com</strong></p>
<p><strong><br />
</strong></p>
<div class="wp-caption aligncenter" style="width: 390px"><img title="blogger-vs-wp" src="../wp-content/uploads/2011/01/blogger-vs-wp.jpg" alt="wordpress vs blogger" width="380" height="227" /><p class="wp-caption-text">wordpress vs blogger</p></div>
<p style="text-align: left;">Vamos a intentar hacer la comparación por temáticas.</p>
<p>Según la <strong>cantidad y la calidad</strong> que nos ofrece de <strong>Widgets</strong> aunque Blogger tiene una buena oferta , muchos de ellos aún no le encuentro la utilidad. Por eso mismo me decanto por <strong>WordPress</strong>.</p>
<p>El <strong>editor de Post</strong> son practicamente idénticos la única variación que encuentro que en <strong>WordPress</strong> no permite modificar a nuestra elección la fecha de escritura de nuestro post, que en algunos casos nos interesa.</p>
<div id="attachment_1483" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1483  " title="wordpress vs blogger" src="http://elblogdeerik.com/wp-content/uploads/2011/01/000-300x225.jpg" alt="wordpress vs blogger" width="300" height="225" /><p class="wp-caption-text">wordpress vs blogger</p></div>
<p>Una vez más gana <strong>WordPress</strong> en <strong>Soporte</strong> , mucho más personal incluso tienes acceso a administrador que te ayudan a solucionar problemas. Blogger tiene solo FAQs que no suelen servir de ayuda.</p>
<p><strong>Edición Diseño</strong> nos decantamos por <strong>Blogger</strong> ya que con su gestor de CSS nos permite modificar la apariencia muy facilmente e intiuitivamente sin tener ningún conocimiento avanzado de hojas de estilo. Aunque por defecto WordPress tiene mejores plantillas para nuestra bitácora.</p>
<p>La<strong> comunidad</strong> de <strong>Blogger</strong> es bastante más amplia y podemos obtener mucha más información y ayuda en foros y blogs de ayuda.</p>
<p><strong>WordPress</strong> nos deleita con un sistema interno de estadísticas <strong>estándar</strong> que nos permite seguir el tráfico y pautas de los usuarios de nuestro blog.
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://elblogdeerik.com/utilizar-wordpress-o-blogger&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://elblogdeerik.com/utilizar-wordpress-o-blogger/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Como cambiar el inicio de Sesión de tu blog en WordPress</title>
		<link>http://elblogdeerik.com/como-cambiar-el-inicio-de-sesion-de-tu-blog-en-wordpress</link>
		<comments>http://elblogdeerik.com/como-cambiar-el-inicio-de-sesion-de-tu-blog-en-wordpress#comments</comments>
		<pubDate>Fri, 19 Nov 2010 17:14:11 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[trucos]]></category>

		<guid isPermaLink="false">http://elblogdeerik.com/?p=1401</guid>
		<description><![CDATA[Tweet Si queremos cambiar el típico logo de WordPress en la página de inicio de sesión de usuario , lo tenemos muy fácil. Podemos poner cualquier logotipo de empresa, imagen , etc&#8230; Para poder lograrlo de una forma rápida , nos vamos a la página &#8221; functions.php &#8220;  en el theme que tenemos activado y<a href="http://elblogdeerik.com/como-cambiar-el-inicio-de-sesion-de-tu-blog-en-wordpress">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1401" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FcBKkY&amp;via=eriksanvi&amp;text=Como%20cambiar%20el%20inicio%20de%20Sesi%C3%B3n%20de%20tu%20blog%20en%20WordPress&amp;related=eriksanvi:%C2%A1%C2%A1+S%C3%ADgueme+en+twitter+%21%21&amp;lang=es&amp;count=vertical&amp;counturl=http%3A%2F%2Felblogdeerik.com%2Fcomo-cambiar-el-inicio-de-sesion-de-tu-blog-en-wordpress" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://elblogdeerik.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><img class="alignleft size-full wp-image-1402" style="margin: 20px;" title="wordpress_logo" src="http://elblogdeerik.com/wp-content/uploads/2010/11/wordpress_logo.jpg" alt="" width="125" height="125" /></p>
<p>Si queremos cambiar el típico logo de WordPress en la página de inicio de sesión de usuario , lo tenemos muy fácil.</p>
<p>Podemos poner cualquier logotipo de empresa, imagen , etc&#8230;</p>
<p>Para poder lograrlo de una forma rápida , nos vamos a la página &#8221; functions.php &#8220;  en el theme que tenemos activado y le introducimos el siguiente código. En el caso de que no existiera , lo creariamos de todos modos.</p>
<div>
<div id="php-1">
<div>function custom_admin_logo() {</div>
<div><a href="http://www.php.net/echo">echo</a> &#8216;&lt;style type=&#8221;text/css&#8221;&gt;</div>
<div>#header-logo { background-image: url(&#8216;.get_bloginfo(&#8216;template_directory&#8217;).&#8217;/logo.png) !important; }</div>
<div>&lt;/style&gt;&#8217;;</div>
<div>}</div>
<pre>
add_action('admin_head', 'custom_admin_logo');</pre>
</div>
</div>
<p>Cuando hayamos introducido el código y se hayan aplicado los cambios , solo debemos poner en la carpeta raíz de nuestro sitio la imagen elegida para nuestro nuevo logotipo con el nombre logo.png.
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://elblogdeerik.com/como-cambiar-el-inicio-de-sesion-de-tu-blog-en-wordpress&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://elblogdeerik.com/como-cambiar-el-inicio-de-sesion-de-tu-blog-en-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prueba un sitio web en diferentes resoluciones</title>
		<link>http://elblogdeerik.com/plugin-firefox-prueba-un-sitio-web-en-diferentes-resoluciones</link>
		<comments>http://elblogdeerik.com/plugin-firefox-prueba-un-sitio-web-en-diferentes-resoluciones#comments</comments>
		<pubDate>Sun, 24 Oct 2010 12:03:34 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Desarrollo Web]]></category>
		<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://elblogdeerik.com/?p=1287</guid>
		<description><![CDATA[Tweet Anteriormente os mostramos otro plugin Web devoloper para probar la resolución en nuestro navegador. El plugin para de mozilla firefox que explicamos ahora es idóneo si solo lo vamos a utilizar para probar la resolución en nuestro navegador .Utilizar Firesizer es realmente sencillo, deberas ir a la parte inferior derecha , y hacer click<a href="http://elblogdeerik.com/plugin-firefox-prueba-un-sitio-web-en-diferentes-resoluciones">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1287" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FgrD5O&amp;via=eriksanvi&amp;text=Prueba%20un%20sitio%20web%20en%20diferentes%20resoluciones&amp;related=eriksanvi:%C2%A1%C2%A1+S%C3%ADgueme+en+twitter+%21%21&amp;lang=es&amp;count=vertical&amp;counturl=http%3A%2F%2Felblogdeerik.com%2Fplugin-firefox-prueba-un-sitio-web-en-diferentes-resoluciones" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://elblogdeerik.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><img class="aligncenter size-full wp-image-1289" title="firesizer" src="http://elblogdeerik.com/wp-content/uploads/2010/10/firesizer.jpg" alt="" width="273" height="81" /></p>
<p>Anteriormente os mostramos otro plugin <a href="http://elblogdeerik.com/plugin-ver-tu-web-en-diferentes-resoluciones" target="_blank">Web devoloper </a> para probar la resolución en nuestro navegador.</p>
<p>El <a href="http://elblogdeerik.com/etiqueta/plugin" target="_blank">plugin</a> para de <a href="http://elblogdeerik.com/categoria/mozilla" target="_blank">mozilla</a> firefox que explicamos ahora es idóneo si solo lo vamos a utilizar para probar la resolución en nuestro navegador .Utilizar <strong>Firesizer</strong> es realmente sencillo, deberas ir a la parte inferior derecha , y  hacer click derecho en el indicador para cambiar de resolución:</p>
<p><img class="aligncenter size-full wp-image-1290" title="firesizer2" src="http://elblogdeerik.com/wp-content/uploads/2010/10/firesizer2.png" alt="" width="158" height="149" /></p>
<p>Con <strong>Firesizer</strong> podemos elegir las resoluciones por defecto o configurarnos nuestras propias resoluciones.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5792" target="_blank"> :: Enlace  autor</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/5792/addon-5792-latest.xpi?src=addondetail" target="_blank">:: Enlace descarga</a>
<div class='kouguu_fb_like_button'><iframe src="http://www.facebook.com/plugins/like.php?href=http://elblogdeerik.com/plugin-firefox-prueba-un-sitio-web-en-diferentes-resoluciones&#038;layout=standard&#038;show_faces=true&#038;width=450&#038;height=65&#038;action=like&#038;colorscheme=light&#038;" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:65px;"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://elblogdeerik.com/plugin-firefox-prueba-un-sitio-web-en-diferentes-resoluciones/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

