<?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>Sentido Web &#187; css</title>
	<atom:link href="http://sentidoweb.com/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://sentidoweb.com</link>
	<description>Desarrollo web, HTML, CSS, Javascript, PHP, MySQL</description>
	<lastBuildDate>Mon, 16 Jan 2012 10:16:20 +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>Hacer un botón de &#8216;Ver código fuente&#8217;</title>
		<link>http://sentidoweb.com/2010/10/15/hacer-un-boton-de-ver-codigo-fuente.php</link>
		<comments>http://sentidoweb.com/2010/10/15/hacer-un-boton-de-ver-codigo-fuente.php#comments</comments>
		<pubDate>Fri, 15 Oct 2010 08:15:34 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Quicklinks]]></category>
		<category><![CDATA[codigo fuente]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.webappers.com/2010/10/14/how-to-make-a-view-source-button-for-demo-pages/</guid>
		<description><![CDATA[Ejemplo bastante completo que nos explica cómo hacer un botón que nos permite mostrar el código fuente mediante javascript y CSS. Post original]]></description>
			<content:encoded><![CDATA[<p>Ejemplo bastante completo que nos explica cómo hacer un botón que nos permite mostrar el código fuente mediante javascript y CSS.</p>
<p><a href="http://www.webappers.com/2010/10/14/how-to-make-a-view-source-button-for-demo-pages/" title="How to Make a View Source Button for Demo Pages">Post original</a></p>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/10/15/hacer-un-boton-de-ver-codigo-fuente.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transparent Borders with background-clip</title>
		<link>http://sentidoweb.com/2010/09/17/transparent-borders-with%c2%a0background-clip.php</link>
		<comments>http://sentidoweb.com/2010/09/17/transparent-borders-with%c2%a0background-clip.php#comments</comments>
		<pubDate>Fri, 17 Sep 2010 18:04:31 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Quicklinks]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://css-tricks.com/transparent-borders-with-background-clip/</guid>
		<description><![CDATA[Have you ever seen an element on a page with transparent borders? I think Facebook originally popularized it giving birth to lightbox plugins like Facebox. I don’t think Facebook sports the look anymore, but it’s still rather neat. You might think it would be as simple as this:#lightbox { background: white; border: 20px solid rgba(0,0,0,0.3); [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen an element on a page with transparent borders? I think Facebook originally popularized it giving birth to lightbox plugins like Facebox. I don’t think Facebook sports the look anymore, but it’s still rather neat. You might think it would be as simple as this:#lightbox { background: white; border: 20px solid rgba(0,0,0,0.3); }Howe &#8230;</p>
<p><a href="http://css-tricks.com/transparent-borders-with-background-clip/" title="Transparent Borders with background-clip">Post original</a></p>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/09/17/transparent-borders-with%c2%a0background-clip.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Stroke to Web Text</title>
		<link>http://sentidoweb.com/2010/09/13/adding-stroke-to-web%c2%a0text.php</link>
		<comments>http://sentidoweb.com/2010/09/13/adding-stroke-to-web%c2%a0text.php#comments</comments>
		<pubDate>Sun, 12 Sep 2010 22:17:43 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Quicklinks]]></category>
		<category><![CDATA[texto]]></category>

		<guid isPermaLink="false">http://css-tricks.com/adding-stroke-to-web-text/</guid>
		<description><![CDATA[Fonts on the web are essentially vector based graphics. That’s why you can display them at 12px or 120px and they remain crisp and relatively sharp-edged. Vector means that their shape is determined by points and mathematics to describe the shape, rather than actual pixel data. Because they are vector, it would make sense if [...]]]></description>
			<content:encoded><![CDATA[<p>Fonts on the web are essentially vector based graphics. That’s why you can display them at 12px or 120px and they remain crisp and relatively sharp-edged. Vector means that their shape is determined by points and mathematics to describe the shape, rather than actual pixel data. Because they are vector, it would make sense if we could do things that &#8230;</p>
<p><a href="http://css-tricks.com/adding-stroke-to-web-text/" title="Adding Stroke to Web Text">Post original</a></p>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/09/13/adding-stroke-to-web%c2%a0text.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Añadir estilos y scripts a la administración de plugins en WordPress</title>
		<link>http://sentidoweb.com/2010/09/02/anadir-estilos-y-scripts-a-la-administracion-de-plugins-en-wordpress.php</link>
		<comments>http://sentidoweb.com/2010/09/02/anadir-estilos-y-scripts-a-la-administracion-de-plugins-en-wordpress.php#comments</comments>
		<pubDate>Thu, 02 Sep 2010 08:02:14 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sentidoweb.com/?p=2566</guid>
		<description><![CDATA[Cuando estamos desarrollando un plugin para WordPress y queremos que la administración del plugin tenga estilos y scripts propios, ya sea para darle cierta interactividad o diseño, o bien podremos incluir los estilos o librerías a pelo en la página del plugin, o bien podremos hacer que WordPress añada lo estilos y los scripts en [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando estamos desarrollando un plugin para WordPress y queremos que la administración del plugin tenga estilos y scripts propios, ya sea para darle cierta interactividad o diseño, o bien podremos incluir los estilos o librerías a pelo en la página del plugin, o bien podremos hacer que WordPress añada lo estilos y los scripts en el head del HTML. Para realizar esto, deberemos utilizar las acciones <em>admin_print_styles</em> y <em>admin_print_scripts</em>:</p>
<pre><code><pre class="php">add_action<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'admin_print_styles'</span>, <span style="color: #ff0000;">'incluir_css'</span><span style="color: #66cc66;">&#41;</span>;
add_action<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'admin_print_scripts'</span>, <span style="color: #ff0000;">'incluir_script'</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> incluir_css<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
  <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #ff0000;">'&lt;link rel=&quot;stylesheet&quot; href=&quot;'</span>.get_bloginfo<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'wpurl'</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #ff0000;">'/wp-content/plugins/miplugin/css/estilo.css&quot; /&gt;'</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> incluir_script<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
  <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #ff0000;">'&lt;script type=&quot;text/javacript&quot; src=&quot;'</span>.get_bloginfo<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'wpurl'</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #ff0000;">'/wp-content/plugins/miplugin/js/script.js&quot; &gt;&lt;/script&gt;'</span>;
<span style="color: #66cc66;">&#125;</span></pre></code></pre>
<p>Así de sencillo.</p>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/09/02/anadir-estilos-y-scripts-a-la-administracion-de-plugins-en-wordpress.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mastering the 960 Grid System</title>
		<link>http://sentidoweb.com/2010/08/19/mastering-the-960-grid-system.php</link>
		<comments>http://sentidoweb.com/2010/08/19/mastering-the-960-grid-system.php#comments</comments>
		<pubDate>Wed, 18 Aug 2010 23:03:21 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Quicklinks]]></category>
		<category><![CDATA[grid]]></category>

		<guid isPermaLink="false">http://net.tutsplus.com/tutorials/html-css-techniques/mastering-the-960-grid-system/</guid>
		<description><![CDATA[We’re already familiar with the 12- and 16-column variants of 960.gs, but did you know that a 24-column alternative exists too? In this article, you’ll master the 960 grid system by dissecting the 24-column version demo. If you’ve only used 960gs before for Photoshop mockups, consider this your lucky day. By the end of this [...]]]></description>
			<content:encoded><![CDATA[<p>We’re already familiar with the 12- and 16-column variants of 960.gs, but did you know that a 24-column alternative exists too? In this article, you’ll master the 960 grid system by dissecting the 24-column version demo. If you’ve only used 960gs before for Photoshop mockups, consider this your lucky day. By the end of this article, you’ll be able  &#8230;</p>
<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/mastering-the-960-grid-system/" title="Mastering the 960 Grid System">Post original</a></p>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/08/19/mastering-the-960-grid-system.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permitir que IE aplique estilos a las etiquetas HTML5</title>
		<link>http://sentidoweb.com/2010/08/18/permitir-que-ie-aplique-estilos-a-las-etiquetas-html5.php</link>
		<comments>http://sentidoweb.com/2010/08/18/permitir-que-ie-aplique-estilos-a-las-etiquetas-html5.php#comments</comments>
		<pubDate>Wed, 18 Aug 2010 14:57:41 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://sentidoweb.com/?p=2512</guid>
		<description><![CDATA[El que los navegadores antiguos o IE no acepten etiquetas HTML5 no suele ser un problema a la hora de mostrarlas, el problema viene a la hora de aplicar estilos e IE que no le aplica los estilos, ya que IE ignora las etiquetas. header { /* sus estilos */ } section { /* sus [...]]]></description>
			<content:encoded><![CDATA[<p>El que los navegadores antiguos o IE no acepten etiquetas HTML5 no suele ser un problema a la hora de mostrarlas, el problema viene a la hora de aplicar estilos e IE que no le aplica los estilos, ya que IE ignora las etiquetas.</p>
<pre><code><pre class="styles">header { /* sus estilos */ }
section { /* sus estilos */ }
footer  { /* sus estilos */ }</pre></code></pre>
<p>Para ponerle solución, se puede crear un elemento dinamicamente antes de aplicar los estilos, y por arte de magia (o desesperación) tendrá los estilos al elemento.</p>
<pre><code><pre class="javascript">&lt;!--<span style="color: #66cc66;">&#91;</span><span style="color: #000066; font-weight: bold;">if</span> lt IE <span style="color: #CC0000;">9</span><span style="color: #66cc66;">&#93;</span>&gt;
&lt;script src=<span style="color: #3366CC;">"http://html5shiv.googlecode.com/svn/trunk/html5.js"</span>&gt;&lt;/script&gt;
&lt;!<span style="color: #66cc66;">&#91;</span>endif<span style="color: #66cc66;">&#93;</span>--&gt;</pre></code></pre>
<p><a href="http://code.google.com/p/html5shiv/">html5shiv</a></p>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/08/18/permitir-que-ie-aplique-estilos-a-las-etiquetas-html5.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frame: Modular CSS Framework</title>
		<link>http://sentidoweb.com/2010/08/16/frame-modular-css-framework.php</link>
		<comments>http://sentidoweb.com/2010/08/16/frame-modular-css-framework.php#comments</comments>
		<pubDate>Mon, 16 Aug 2010 11:04:39 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Desarrollo web]]></category>
		<category><![CDATA[Quicklinks]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.dzone.com/links/rss/frame_modular_css_framework.html</guid>
		<description><![CDATA[Frame is a modular CSS framework that supports: Layout, Typography, Forms, Code, Table, Reset, and Print styling. It is HTML5 compatible, and provides default styles and support for HTML5 elements. Frame is accompanied by an online tool that allows you to easily generate your own build (in case you don’t need to use all the [...]]]></description>
			<content:encoded><![CDATA[<p>Frame is a modular CSS framework that supports: Layout, Typography, Forms, Code, Table, Reset, and Print styling. It is HTML5 compatible, and provides default styles and support for HTML5 elements. Frame is accompanied by an online tool that allows you to easily generate your own build (in case you don’t need to use all the features). &#8230;</p>
<p><a href="http://www.dzone.com/links/rss/frame_modular_css_framework.html" title="Frame: Modular CSS Framework">Post original</a></p>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/08/16/frame-modular-css-framework.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peculiar: iconos realizados con CSS</title>
		<link>http://sentidoweb.com/2010/08/11/peculiar-iconos-realizados-con-css.php</link>
		<comments>http://sentidoweb.com/2010/08/11/peculiar-iconos-realizados-con-css.php#comments</comments>
		<pubDate>Wed, 11 Aug 2010 07:02:02 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Quicklinks]]></category>
		<category><![CDATA[iconos]]></category>

		<guid isPermaLink="false">http://www.webintenta.com/Peculiar-iconos-realizados-con-CSS.html</guid>
		<description><![CDATA[Peculiar es un paquete de iconos realizado sólo en CSS. Ha sido creado pensando en sitios y aplicaciones web que dependan de un número muy reducido de peticiones HTTP o que no necesiten o no puedan utilizar ninguna imagen. El paquete contiene 45 pict &#8230; Post original]]></description>
			<content:encoded><![CDATA[<p>Peculiar es un paquete de iconos realizado sólo en CSS. Ha sido creado pensando en sitios y aplicaciones web que dependan de un número muy reducido de peticiones HTTP o que no necesiten o no puedan utilizar ninguna imagen. El paquete contiene 45 pict &#8230;</p>
<p><a title="Peculiar: iconos realizados con CSS" href="http://www.webintenta.com/Peculiar-iconos-realizados-con-CSS.html">Post original</a></p>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/08/11/peculiar-iconos-realizados-con-css.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Boilerplate</title>
		<link>http://sentidoweb.com/2010/08/11/html5-boilerplate.php</link>
		<comments>http://sentidoweb.com/2010/08/11/html5-boilerplate.php#comments</comments>
		<pubDate>Wed, 11 Aug 2010 06:44:23 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Quicklinks]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://feedproxy.google.com/~r/ScriptAndStyle/~3/dNxSqopTPxk/html5-boilerplate</guid>
		<description><![CDATA[HTML5 Boilerplate is the professional badass’s base HTML/CSS/JS template for a fast, robust and future-proof site. After more than two years in iterative development, you get the best of the best practices baked in: cross-browser normalization, perfo &#8230; Post original]]></description>
			<content:encoded><![CDATA[HTML5 Boilerplate is the professional badass’s base HTML/CSS/JS template for a fast, robust and future-proof site. After more than two years in iterative development, you get the best of the best practices baked in: cross-browser normalization, perfo &#8230;

<a title="HTML5 Boilerplate" href="http://feedproxy.google.com/~r/ScriptAndStyle/~3/dNxSqopTPxk/html5-boilerplate">Post original</a>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/08/11/html5-boilerplate.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DLayer: script jQuery que nos ayuda a maquetar diseños</title>
		<link>http://sentidoweb.com/2010/07/16/dlayer-script-jquery-que-nos-ayuda-a-maquetar-disenos.php</link>
		<comments>http://sentidoweb.com/2010/07/16/dlayer-script-jquery-que-nos-ayuda-a-maquetar-disenos.php#comments</comments>
		<pubDate>Fri, 16 Jul 2010 21:12:44 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[diseño]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[psd]]></category>

		<guid isPermaLink="false">http://sentidoweb.com/?p=2379</guid>
		<description><![CDATA[Cuando nos pasan un diseño en PNG o PSD y tenemos que transformarlo a CSS y XHTML, una de las partes más tediosas es comprobar que el HTML se ajusta al diseño. Por ello, he creado un script rápido (y un tanto chapuzas) que permite añadir una imagen en el documento HTML y modificar su [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando nos pasan un diseño en PNG o PSD y tenemos que transformarlo a CSS y XHTML, una de las partes más tediosas es comprobar que el HTML se ajusta al diseño. Por ello, he creado un script rápido (y un tanto chapuzas) que permite añadir una imagen en el documento HTML y modificar su <em>top</em> y <em>left</em> así como el <em>opacity</em> para poder comprobar si vamos por buen camino.</p>
<p><img src="http://sentidoweb.com/wp-content/uploads/2010/07/jquery-dlayer.png" alt="" title="jquery-dlayer" width="580" height="291" class="center" /></p>
<p>La imagen la podemos indicar mediante una URL o haciendo drag&#038;drop del fichero (PNG, GIF o JPEG). El D&#038;D sólo funciona en Firefox y sinceramente, el resto del script solo lo he probado en Firefox. Luego solo nos falta cambiar el <em>opacity</em>, el <em>top</em> o el <em>left</em> y hacer pruebas.</p>
<p>Para instalarlo solo hay que añadir el script y añadir <a href="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">jquery</a> si no está ya incluido.</p>
<p>Espero que os sea útil</p>
<p><a href='http://sentidoweb.com/wp-content/uploads/2010/07/jquery-dlayer.js'>jquery-dlayer</a></p>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/07/16/dlayer-script-jquery-que-nos-ayuda-a-maquetar-disenos.php/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

