<?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>web 3.0 &#187; Código</title>
	<atom:link href="http://web-3.es/category/desarrollo/codigo/feed/" rel="self" type="application/rss+xml" />
	<link>http://web-3.es</link>
	<description>walk on the webside</description>
	<lastBuildDate>Mon, 12 Dec 2011 03:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>¿Así que querías saber (casi todo) de CSS?</title>
		<link>http://web-3.es/381/</link>
		<comments>http://web-3.es/381/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 01:11:11 +0000</pubDate>
		<dc:creator>bevilacqua</dc:creator>
				<category><![CDATA[Código]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Herramientas]]></category>
		<category><![CDATA[Así]]></category>

		<guid isPermaLink="false">http://web-3.es/?p=381</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://web-3.es/381/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SEO-sanitizing a WordPress theme in 5 minutes</title>
		<link>http://web-3.es/147/</link>
		<comments>http://web-3.es/147/#comments</comments>
		<pubDate>Thu, 08 May 2008 14:36:08 +0000</pubDate>
		<dc:creator>emoticon</dc:creator>
				<category><![CDATA[Código]]></category>
		<category><![CDATA[Herramientas]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[canonicalization]]></category>
		<category><![CDATA[crawlability]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO-sanitizing]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://web-3.es/?p=147</guid>
		<description><![CDATA[When you start a blog with WordPress, you get an overall good crawlability like with most blogging platforms. To get it ranked at search engines your first priority should be to introduce it to your communities acquiring some initial link love. However, those natural links come with disadvantages: canonicalization issues. &#8220;]]></description>
			<content:encoded><![CDATA[<p>When you start a blog with WordPress, you get an overall good crawlability like with most blogging platforms. To get it ranked at search engines your first priority should be to introduce it to your communities acquiring some initial link love. However, those natural links come with disadvantages: canonicalization issues.<br />
&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://web-3.es/147/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS RESET &#8211; ACTUALIZACIÓN FEB08</title>
		<link>http://web-3.es/1689/</link>
		<comments>http://web-3.es/1689/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 08:21:39 +0000</pubDate>
		<dc:creator>emoticon</dc:creator>
				<category><![CDATA[Código]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Herramientas]]></category>
		<category><![CDATA[blockquote]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[RESET]]></category>

		<guid isPermaLink="false">http://web-3.es/?p=129</guid>
		<description><![CDATA[http://meyerweb.com/eric/tools/css/reset/reset.css /* v1.0 &#124; 20080212 */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://meyerweb.com/eric/tools/css/reset/reset.css">http://meyerweb.com/eric/tools/css/reset/reset.css</a></p>
<p><span id="more-1689"></span></p>
<pre>/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://web-3.es/1689/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE8 : &#8220;browser version targeting&#8221;</title>
		<link>http://web-3.es/125/</link>
		<comments>http://web-3.es/125/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 00:23:01 +0000</pubDate>
		<dc:creator>emoticon</dc:creator>
				<category><![CDATA[Código]]></category>
		<category><![CDATA[Acid]]></category>
		<category><![CDATA[browser default]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[standards-compliant]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://web-3.es/?p=125</guid>
		<description><![CDATA[Microsoft has announced that IE8 will introduce a new &#8220;browser version targeting&#8221; system that will see the browser default to rendering standards-compliant pages the same as in IE7, and will require developers to explicitly opt in to IE8&#8242;s new, Acid2-compliant rendering engine if they want it. Furthermore, since Microsoft believes this is the best way ...]]></description>
			<content:encoded><![CDATA[<p>Microsoft has announced that IE8 will introduce a new &#8220;browser version targeting&#8221; system that will see the browser default to rendering standards-compliant pages the same as in IE7, and will require developers to explicitly opt in to IE8&#8242;s new, Acid2-compliant rendering engine if they want it.<br />
Furthermore, since Microsoft believes this is the best way for all browsers to move the Web forward without breaking current sites, it has implemented this opt-in mechanism in a form that all browsers can support:<br />
<meta http-equiv="X-UA-Compatible" content="IE=8"/><br />
When placed in the head of an HTML page, this tag will tell IE8 or later to render the page using the most advanced (and standards-compliant) rendering engine available in IE8, instead of the default, IE7-level rendering mode.<br />
In the future, other browsers may implement this standard too, if they find it useful (more on this below):<br />
<meta http-equiv="X-UA-Compatible" content="IE=8,FF=4"/><br />
If you wish to avoid adding a <meta> tag to all of your pages, you can instead configure your web server to send the same information as an HTTP response header, though if history is any guide, the <meta> tag will be by far the preferred mechanism.<br />
And if you prefer the current browser behavior of always using the most standards compliant rendering available for the document&#8217;s DOCTYPE, you can use the special edge value to request that:<br />
<meta http-equiv="X-UA-Compatible" content="IE=edge"/><br />
But Microsoft believes this is not what most people will want if they stop and think about it. Mainly, this feature is there for experimental/demo pages (such as the Acid2 test).<br />
By requiring developers to declare when they want new browser rendering engines to kick in, Microsoft hopes to eliminate the kinds of page layout issues that plagued the release of IE7. From now on, if you write a page for a particular version of IE, it should work in all future versions of IE.<br />
This move, if embraced by developers, would represent a fundamental shift in the role of standards on the Web. Understandably, quite a few people are upset by this&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://web-3.es/125/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Noscript  &#8211; js deshabilitado</title>
		<link>http://web-3.es/83/</link>
		<comments>http://web-3.es/83/#comments</comments>
		<pubDate>Thu, 20 Jul 2006 00:09:21 +0000</pubDate>
		<dc:creator>emoticon</dc:creator>
				<category><![CDATA[Código]]></category>
		<category><![CDATA[Evergreen]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[corchete]]></category>
		<category><![CDATA[deshabilitado]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[navegadores]]></category>
		<category><![CDATA[Noscript]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://web-3.es/?p=83</guid>
		<description><![CDATA[Para los navegadores que tienen JS deshabilitado: corchete noscript corchete corchete meta http-equiv=&#8221;refresh&#8221; content=&#8221;0; URL=http://www.url.com/noscript.htm&#8221; corchete corchete / noscript corchete]]></description>
			<content:encoded><![CDATA[<p>Para los navegadores que tienen JS deshabilitado:<br />
<!-- va en  HEAD   --><br />
corchete <strong>noscript</strong> corchete<br />
corchete <strong>meta http-equiv=&#8221;refresh&#8221; content=&#8221;0; URL=http://www.url.com/noscript.htm&#8221;</strong> corchete<br />
corchete <strong>/ noscript </strong>corchete</p>
]]></content:encoded>
			<wfw:commentRss>http://web-3.es/83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La movida de las esquinas redondas</title>
		<link>http://web-3.es/34/</link>
		<comments>http://web-3.es/34/#comments</comments>
		<pubDate>Mon, 23 Jan 2006 03:42:02 +0000</pubDate>
		<dc:creator>emoticon</dc:creator>
				<category><![CDATA[Código]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[borderTL]]></category>
		<category><![CDATA[borderTR]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[width]]></category>

		<guid isPermaLink="false">http://web-3.es/?p=34</guid>
		<description><![CDATA[Gracias a http://www.albin.net/CSS/roundedCorners/ por compartir esto XHTML: /ver en url albin.net CSS: .roundedCornerSpacer { margin: 0px; padding: 0px; border: 0px; clear: both; font-size: 1px; line-height: 1px; } /* In the CSS below, the numbers used are the following: 1px: the width of the border 3px: a fudge factor needed for IE5/win (see below) 4px: the ...]]></description>
			<content:encoded><![CDATA[<p>Gracias a <a href="http://www.albin.net/CSS/roundedCorners/ ">http://www.albin.net/CSS/roundedCorners/ </a>por compartir esto</p>
<p><span id="more-34"></span><br />
XHTML:<br />
/ver en url albin.net<br />
CSS:<br />
.roundedCornerSpacer {<br />
margin: 0px; padding: 0px; border: 0px;<br />
clear: both;<br />
font-size: 1px; line-height: 1px;<br />
}<br />
/* In the CSS below, the numbers used are the following:<br />
1px: the width of the border<br />
3px: a fudge factor needed for IE5/win (see below)<br />
4px: the width of the border (1px) plus the 3px IE5/win fudge factor<br />
14px: the width or height of the border image<br />
*/<br />
.borderTL, .borderTR, .borderBL, .borderBR {<br />
width: 14px; height: 14px;<br />
padding: 0px; border: 0px;<br />
z-index: 99;<br />
}<br />
.borderTL, .borderBL { float: left; clear: both; }<br />
.borderTR, .borderBR { float: right; clear: right; }<br />
.borderTL { margin: -1px 0px 0px -1px; }<br />
.borderTR { margin: -1px -1px 0px 0px; }<br />
.borderBL { margin: -14px 0px 0px 0px; }<br />
.borderBR { margin: -14px 0px 0px 0px; }<br />
/* IE5-5.5/win needs the border scooted to the left or right by an<br />
additional 3px! Why? */<br />
.borderTL {<br />
margin-left: -4px;<br />
margin-left: -1px;<br />
}<br />
html>body .borderTL {<br />
margin-left: -1px;<br />
}<br />
.borderTR {<br />
margin-right: -4px;<br />
margin-right: -1px;<br />
}<br />
html>body .borderTR {<br />
margin-right: -1px;<br />
}<br />
.borderBL {<br />
margin-left: -3px;<br />
margin-left: 0px;<br />
}<br />
html>body .borderBL {<br />
margin-left: 0px;<br />
}<br />
.borderBR {<br />
margin-right: -3px;<br />
margin-right: 0px;<br />
}<br />
html>body .borderBR {<br />
margin-right: 0px;<br />
}<br />
/* To get around a known bug in IE5/win, apply the<br />
border (no margin, padding or positioning) to the<br />
content class and apply whatever positioning you<br />
want to the contentWrapper class. */<br />
.content {<br />
margin: 0px;<br />
padding: 0px;<br />
border: 1px solid #00000;<br />
}<br />
.contentWrapper {<br />
/* position this div however you want, but<br />
keep its padding and border at zero */<br />
padding: 0px;<br />
border: 0px;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://web-3.es/34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

