<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Weblog de Griselda Remedi</title>
	<atom:link href="http://griseldaremedi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://griseldaremedi.wordpress.com</link>
	<description>"Cuando las puertas de la percepción se abran, las cosas se verán tal como son ... INFINITAS "</description>
	<lastBuildDate>Fri, 23 Apr 2010 14:43:12 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='griseldaremedi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Weblog de Griselda Remedi</title>
		<link>http://griseldaremedi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://griseldaremedi.wordpress.com/osd.xml" title="Weblog de Griselda Remedi" />
	<atom:link rel='hub' href='http://griseldaremedi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Estilos para tablas (para descargar)</title>
		<link>http://griseldaremedi.wordpress.com/2010/04/15/estilos-para-tablas-para-descargar/</link>
		<comments>http://griseldaremedi.wordpress.com/2010/04/15/estilos-para-tablas-para-descargar/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 05:54:54 +0000</pubDate>
		<dc:creator>griseldaremedi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://griseldaremedi.wordpress.com/?p=13</guid>
		<description><![CDATA[Cuando desarrollamos una aplicación y una vez que ya tenemos solucionado el tema de la funcionalidad  nos queda hacernos cargo del diseño de la interfaz. Esta bueno ponerle empeño,  para que nuestro ocasional usuario disfrute navegando por nuestro archi mega maravilloso sitio o, utilizando las bondades de nuestra nunca bien ponderada aplicación web Una buena [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=griseldaremedi.wordpress.com&amp;blog=3013476&amp;post=13&amp;subd=griseldaremedi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Cuando desarrollamos una aplicación y una vez que ya tenemos solucionado el tema de la funcionalidad  nos queda hacernos cargo del diseño de la interfaz. Esta bueno ponerle empeño,  para que nuestro ocasional usuario disfrute navegando por nuestro archi mega maravilloso sitio o, utilizando las bondades de nuestra nunca bien ponderada aplicación web <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Una buena opción es recurrir a las css que se publican y se pueden descargar. Esta <a title="Galería de Estilos CSS para Tablas" href="http://icant.co.uk/csstablegallery/">galería</a> tiene diferentes opciones, seguro alguna de ellas  se adapta a tus necesidades. Puedes ver la apariencia de cada uno de los estilos haciendo click en el link del nombre del diseño y la misma tabla que contiene la lista tomara el estilo elegido.</p>
<p>Una vez seleccionado el diseño que más te guste, puedes hacer click en <strong>dowload</strong> para bajar el código usado para lograrlo. Por ejemplo si elegimos REDandBLACK; haciendo click en download obtendremos:</p>
<p><pre class="brush: css;">
table {
	width: 650px;
	border:1px solid #000000;
	border-spacing: 0px; }
table a, table, tbody, tfoot, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
}
table caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 100px;
	background: url(images/bg_caption.gif) left top;
	height: 40px;
	color: #FFFFFF;
	border:1px solid #000000; }
thead th {
	background: url(images/bg_th.gif) left;
	height: 21px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left; }
tbody tr {	background: #ffffff; }
tbody tr.odd {	background: #f0f0f0; }
tbody th {
	background: url(images/arrow_white.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }
tbody tr.odd th {
	background: url(images/arrow_grey.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }
tbody th, tbody td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 7px;
	border-bottom: 1px solid #800000;
	text-align: left; }
tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }
tbody a:hover {
	color: #ffffff;
	text-decoration: underline; }
tbody tr:hover th {
	background: #800000 url(images/arrow_red.gif) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }
tbody tr.odd:hover th {
	background: #000000 url(images/arrow_black.gif) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }
tbody tr:hover th a, tr.odd:hover th a	{
		 color: #ffffff; }
tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {
	background: #800000;
	color: #ffffff;	 }
tbody tr.odd:hover td, tr.odd:hover td a{
	background: #000000;
	color: #ffffff;	 }
tfoot th, tfoot td {
	background: #ffffff url(images/bg_footer.gif) repeat-x bottom;
	font-size: 0.8em;
	color: #ffffff;
	height: 21px;
	}
</pre></p>
<p>Como siguiente paso deberíamos guardar este código en un archivo .css y nombrarlo por ejemplo: styleTables.css, subirlo al servidor y no olvidemos añadir la referencia al mismo en el html</p>
<p><pre class="brush: css; highlight: [4];">
&lt;head&gt;
		&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
		&lt;title&gt;Titulo de la pagina&lt;/title&gt;
		&lt;link href=&quot;styleTables.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
		&lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.js&quot;&gt;
		&lt;/script&gt;
	&lt;/head&gt;
</pre></p>
<p>Pero&#8230; siempre hay un pero, si utilizamos esta solución tal como está nos damos con que todas las tablas que mostremos tomaran este estilo y no solamente aquellas que queríamos. La buena noticia es que la solución es muy simple, haremos primero pequeños cambios en las css de manera tal de definir el estilo como una <em><strong>clase</strong></em>. Luego esta clase sólo la usaremos en los casos en la que lo necesitemos y nada más.</p>
<p>El código quedaría como el que sigue:</p>
<p><pre class="brush: css;">
.table {
       width: 650px;
       border:1px solid #000000;
       border-spacing: 0px; }

.table a, .table, .table tbody, .table tfoot, .table tr, .table th, .table td {
       font-family: Arial, Helvetica, sans-serif;
}

.table caption {
       font-size: 1.8em;
       text-align: left;
       text-indent: 100px;
       background: url(img/rojo.jpg) left top;
       height: 40px;
       color: #FFFFFF;
       border:1px solid #000000; }

.table thead th {
       background: url(img/negro.png) left;
       height: 21px;
       color: #FFFFFF;
       font-size: 0.8em;
       font-family: Arial;
       font-weight: bold;
       padding: 0px 7px;
       margin: 20px 0px 0px;
       text-align: left; }

.table tbody tr {        background: #ffffff; }

.table tbody tr.odd {        background: #f0f0f0; }

.table tbody th {
       background: url(images/arrow_white.gif) left center no-repeat;
       background-position: 5px;
       padding-left: 40px !important; }

.table tbody tr.odd th {
       background: url(images/arrow_grey.gif) left center no-repeat;
       background-position: 5px;
       padding-left: 40px !important; }

tbody th, .table tbody td {
       font-size: 0.8em;
       line-height: 1.4em;
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       padding: 10px 7px;
       border-bottom: 1px solid #800000;
       text-align: left; }

.table tbody a {
       color: #000000;
       font-weight: bold;
       text-decoration: none; }

.table tbody a:hover {
       color: #ffffff;
       text-decoration: underline; }

.table tbody tr:hover th {
       background: #800000 url(images/arrow_red.gif) left center no-repeat;
       background-position: 5px;
       color: #ffffff; }

.table tbody tr.odd:hover th {
       background: #000000 url(images/arrow_black.gif) left center no-repeat;
       background-position: 5px;
       color: #ffffff; }

.table tbody tr:hover th a, .table tr.odd:hover th a        {
                color: #ffffff; }

.table tbody tr:hover td, .table tr:hover td a, .table tr.odd:hover td, .table tr.odd:hover td a {
       background: #800000;
       color: #ffffff;         }

.table tbody tr.odd:hover td, .table tr.odd:hover td a{
       background: #000000;
       color: #ffffff;         }

.table tfoot th, .table tfoot td {
       background: #ffffff url(images/bg_footer.gif) repeat-x bottom;
       font-size: 0.8em;
       color: #ffffff;
       height: 21px;
       }
</pre></p>
<p>Ahora solo restaría hacer referencia a la clase en la tabla que queremos que tome el estilo:</p>
<p><pre class="brush: xml; highlight: [1];">
&lt;table class=&quot;table&quot; align=&quot;center&quot;&gt;
	&lt;caption&gt;Oficinas&lt;/caption&gt;
	     &lt;thead&gt;
			&lt;tr&gt;
				&lt;td colspan=&quot;4&quot; align=&quot;right&quot;&gt;Contenido&lt;/td&gt;
			&lt;/tr&gt;
</pre></p>
<p>Y con eso terminamos, mientras preparaba este post escuchaba este tema, espero que a ustedes también les guste <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  :<br />
<span style="text-align:center; display: block;"><a href="http://griseldaremedi.wordpress.com/2010/04/15/estilos-para-tablas-para-descargar/"><img src="http://img.youtube.com/vi/RuPdtiHG9ls/2.jpg" alt="" /></a></span></p>
<p>:-*</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/griseldaremedi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/griseldaremedi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/griseldaremedi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/griseldaremedi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/griseldaremedi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/griseldaremedi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/griseldaremedi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/griseldaremedi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/griseldaremedi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/griseldaremedi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/griseldaremedi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/griseldaremedi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/griseldaremedi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/griseldaremedi.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=griseldaremedi.wordpress.com&amp;blog=3013476&amp;post=13&amp;subd=griseldaremedi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://griseldaremedi.wordpress.com/2010/04/15/estilos-para-tablas-para-descargar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/29acbb0d95c1f71ad63e5c07c4526678?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GriseldaRemedi</media:title>
		</media:content>
	</item>
		<item>
		<title>Hola Mundo!</title>
		<link>http://griseldaremedi.wordpress.com/2008/02/29/hello-world/</link>
		<comments>http://griseldaremedi.wordpress.com/2008/02/29/hello-world/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 00:41:12 +0000</pubDate>
		<dc:creator>griseldaremedi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hola a todos!! gracias por visitar este blog.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=griseldaremedi.wordpress.com&amp;blog=3013476&amp;post=1&amp;subd=griseldaremedi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hola a todos!! gracias por visitar este blog.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/griseldaremedi.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/griseldaremedi.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/griseldaremedi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/griseldaremedi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/griseldaremedi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/griseldaremedi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/griseldaremedi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/griseldaremedi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/griseldaremedi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/griseldaremedi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/griseldaremedi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/griseldaremedi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/griseldaremedi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/griseldaremedi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/griseldaremedi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/griseldaremedi.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=griseldaremedi.wordpress.com&amp;blog=3013476&amp;post=1&amp;subd=griseldaremedi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://griseldaremedi.wordpress.com/2008/02/29/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/29acbb0d95c1f71ad63e5c07c4526678?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">GriseldaRemedi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
