<?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>Dakoo</title>
	<atom:link href="http://www.dakoo.cl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dakoo.cl</link>
	<description>¿Te gusta la web?</description>
	<lastBuildDate>Fri, 04 Nov 2011 03:03:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Twittcel en todo Chile &#8211; twiteros separados por comunas</title>
		<link>http://www.dakoo.cl/twittcel-en-todo-chile-twiteros-separados-por-comunas/</link>
		<comments>http://www.dakoo.cl/twittcel-en-todo-chile-twiteros-separados-por-comunas/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 03:02:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Experimentos]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dakoo.cl/?p=195</guid>
		<description><![CDATA[Bueno este post lo haré con mucha alegría. Twittcel lo pasé a nivel nacional. Para los que no saben que es, se trata de una aplicación que busca twiteros de la región del maule, Chile ordenándolos por comuna. La cosa &#8230; <a href="http://www.dakoo.cl/twittcel-en-todo-chile-twiteros-separados-por-comunas/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Bueno este post lo haré con mucha alegría. Twittcel lo pasé a nivel nacional. Para los que no saben que es, se trata de una aplicación que busca twiteros de la región del maule, Chile ordenándolos por comuna. La cosa es que ahora después de algunos cambios y de mucho leseo(especialmente por falta de tiempo), les traigo la nueva versión la cuál ya tiene identificados alrededor de 49000 twiteros de todo Chile.<br />
Prometo en un pronto Post explicar como funciona y dentro de lo posible seguir agregándole funcionalidad</p>
<p><a href="http://www.dakoo.cl/twittcel" title="Link">Link</a> </p>
<p>Espero les guste</p>
<p>saludos a todos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dakoo.cl/twittcel-en-todo-chile-twiteros-separados-por-comunas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audio en HTML5</title>
		<link>http://www.dakoo.cl/audio-en-html5/</link>
		<comments>http://www.dakoo.cl/audio-en-html5/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 01:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML 5]]></category>

		<guid isPermaLink="false">http://www.dakoo.cl/?p=182</guid>
		<description><![CDATA[Reconozco que desde hace mucho tiempo que no escribía nada, entre trabajo, proyectos y novia no queda mucho tiempo para escribir nada en este blog. Hoy escribo sobre un tema que hace tiempo quería seguir tratando, HTML5. Acabo de leer &#8230; <a href="http://www.dakoo.cl/audio-en-html5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Reconozco que desde hace mucho tiempo que no escribía nada, entre trabajo, proyectos y novia no queda mucho tiempo para escribir nada en este blog. Hoy escribo sobre un tema que hace tiempo quería seguir tratando, <strong>HTML5</strong>. Acabo de leer un libro sobre este tema llamado<a href="http://books.alistapart.com/products/html5-for-web-designers"> "HTML5 for web designers" de Jeremy Keith</a>. En el cuál explican varios temas y entre estos uno bien interesante es el tag <strong>AUDIO</strong>.<br />
Un "problema" que sucedía antes de HTML5 era que al momento de querer reproducir algún archivo de música en una web había que utilizar algún reproductor flash y por ende tener que instalar un plugin en el browser. Ahora luego de mucho tiempo HTML nos provee de un tag que permite reproducir un archivo de audio.<br />
Pero vamos por un ejemplo inmediatamente:</p>
<div class="igBar"><span id="lhtml-3"><a href="#" onclick="javascript:showPlainTxt('html-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-3">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #00bbdd;">&lt;!DOCTYPE html&gt;</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/meta.html"><span style="color: #000000; font-weight: bold;">&lt;meta</span></a> <span style="color: #000066;">charset</span> = <span style="color: #ff0000;">"UTF-8"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/head.html"><span style="color: #000000; font-weight: bold;">&lt;head&gt;</span></a></span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/head&gt;</span></span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/body.html"><span style="color: #000000; font-weight: bold;">&lt;body&gt;</span></a></span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;audio <span style="color: #000066;">id</span> = <span style="color: #ff0000;">"player"</span> <span style="color: #000066;">src</span> = <span style="color: #ff0000;">"ejemplo.ogg"</span> controls preload=<span style="color: #ff0000;">"true"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/audio&gt;</span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/button.html"><span style="color: #000000; font-weight: bold;">&lt;button</span></a> <span style="color: #000066;">onClick</span> = <span style="color: #ff0000;">"document.getElementById('player').play();"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Play<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/button&gt;</span></span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/button.html"><span style="color: #000000; font-weight: bold;">&lt;button</span></a> <span style="color: #000066;">onClick</span> = <span style="color: #ff0000;">"document.getElementById('player').pause();"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Stop<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/button&gt;</span></span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/button.html"><span style="color: #000000; font-weight: bold;">&lt;button</span></a> <span style="color: #000066;">onClick</span> = <span style="color: #ff0000;">"document.getElementById('player').volume += 0.1;"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Volume Up<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/button&gt;</span></span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/button.html"><span style="color: #000000; font-weight: bold;">&lt;button</span></a> <span style="color: #000066;">onClick</span> = <span style="color: #ff0000;">"document.getElementById('player').volume -= 0.1;"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Volume Down<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/button&gt;</span></span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/body&gt;</span></span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/html&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Analizemos lo que nos dice este código, en el primer tag tenemos la declaración de <strong>AUDIO</strong>, en <strong>src</strong> colocamos la dirección donde se encuentra nuestro archivo, al escribir <strong>controls</strong> le decimos a la página que muestre un reproductor, el cuál tiene <strong>play, pause y volume</strong>. Por otro lado si queremos manejar nuestro archivo mediante javascript en los siguientes tag <strong>button</strong> está como se pueden utilizar.<br />
Ahora <strong>¿Qué archivos podemos reproducir?</strong><br />
Bueno para variar esto depende en muchos casos del browser que estemos utilizando. Pero una buena opción que nos da HTML5 es poder colocar más de una fuente (src) en nuestros archivos por ejemplo si no estamos seguros que el browser de nuestros usuarios reproduce podemos colocar también una versión en ogg de nuestro archivo, incluso podemos decirle el tipo de archivo que es, de la siguiente manera</p>
<div class="igBar"><span id="lhtml-4"><a href="#" onclick="javascript:showPlainTxt('html-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-4">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;audio controls&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;source <span style="color: #000066;">src</span> = <span style="color: #ff0000;">"ejemplo.ogg"</span> <span style="color: #000066;">type</span> = <span style="color: #ff0000;">"audio/ogg"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;source <span style="color: #000066;">src</span> = <span style="color: #ff0000;">"ejemplo.mp3"</span> <span style="color: #000066;">type</span> = <span style="color: #ff0000;">"audio/mpeg"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/audio&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
Incluso dentro de el tag audio podemos poner un objeto flash , el orden en que trata de reproducir el browser es de arriba hacia abajo.</p>
<p>Si quieres ver un ejemplo funcionando y tienes un browser que soporta HTML5 puedes verlo funcionando en este<a href="http://dakoo.cl/archivos/html5/index.html"> link </a></p>
<p>saludos tuto</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dakoo.cl/audio-en-html5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Los 7 mejores plugins para desarrollo web en firefox</title>
		<link>http://www.dakoo.cl/los-7-mejores-plugins-para-desarrollo-web-en-firefox/</link>
		<comments>http://www.dakoo.cl/los-7-mejores-plugins-para-desarrollo-web-en-firefox/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:40:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[==Fast Notes==]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.dakoo.cl/?p=179</guid>
		<description><![CDATA[Navegando por aquí por allá encontré esta lista, aunque para mi gusto faltan Firebug y Selenium hay algunas herramientas que sirven en gran manera. http://technologytosoftware.com/fresh-mozilla-firefox-add-ons-web-development-2010.html Espero les sirva tuto]]></description>
			<content:encoded><![CDATA[<p>Navegando por aquí por allá encontré esta lista, aunque para mi gusto faltan <a href="https://addons.mozilla.org/firefox/addon/1843">Firebug </a>y <a href="http://seleniumhq.org/projects/ide/">Selenium</a> hay algunas herramientas que sirven en gran manera.</p>
<p><a href="http://technologytosoftware.com/fresh-mozilla-firefox-add-ons-web-development-2010.html">http://technologytosoftware.com/fresh-mozilla-firefox-add-ons-web-development-2010.html</a></p>
<p>Espero les sirva </p>
<p>tuto</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dakoo.cl/los-7-mejores-plugins-para-desarrollo-web-en-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mas HTML 5 y 3 videos de Douglas Crockford explicando javascript avanzado</title>
		<link>http://www.dakoo.cl/mas-html-5-y-3-videos-de-douglas-crockford-explicando-javascript-avanzado/</link>
		<comments>http://www.dakoo.cl/mas-html-5-y-3-videos-de-douglas-crockford-explicando-javascript-avanzado/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 18:38:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[==Fast Notes==]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[script.acuro.us]]></category>

		<guid isPermaLink="false">http://www.dakoo.cl/?p=170</guid>
		<description><![CDATA[Siguiendo con los ejemplos de HMTL 5, este post escrito por Thomas Fuchs( no ssabes quien es?, el creador de script.aculo.us) en que nos muestra un ejemplo muy práctico y rápido de implementar. Por otro lado hay 3 videos en &#8230; <a href="http://www.dakoo.cl/mas-html-5-y-3-videos-de-douglas-crockford-explicando-javascript-avanzado/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dakoo.cl/wp-content/uploads/2010/06/correcaminos.jpg"><img src="http://www.dakoo.cl/wp-content/uploads/2010/06/correcaminos.jpg" alt="" title="correcaminos" width="335" height="335" class="aligncenter size-full wp-image-163" /></a>Siguiendo con los ejemplos de HMTL 5, este <a href="http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/">post escrito</a> por <a href="http://en.wikipedia.org/wiki/Thomas_Fuchs">Thomas Fuchs</a>( no ssabes quien es?, el creador de  <a href="http://script.aculo.us/">s<strong>cript.aculo.us</strong></a>) en que nos muestra un ejemplo muy práctico y rápido de implementar.<br />
Por otro lado hay 3 videos en que <a href="http://en.wikipedia.org/wiki/Douglas_Crockford"><strong>Douglas Crockford</strong></a> explica Javascript Avanzado.</p>
<div><object width="512" height="322"><param name="movie" value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" /><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="id=1027823&#038;vid=111585&#038;lang=es-mx&#038;intl=e1&#038;thumbUrl=http%3A//l.yimg.com/a/i/us/sch/cn/v/v0/w327/111585_320_240.jpeg&#038;embed=1" /><embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" type="application/x-shockwave-flash" width="512" height="322" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id=1027823&#038;vid=111585&#038;lang=es-mx&#038;intl=e1&#038;thumbUrl=http%3A//l.yimg.com/a/i/us/sch/cn/v/v0/w327/111585_320_240.jpeg&#038;embed=1" ></embed></object><br /><a href="http://espanol.video.yahoo.com/watch/111585/1027823">Douglas Crockford: &quot;Advanced JavaScript&quot; (1 of  3)</a> en <a href="http://espanol.video.yahoo.com" >Yahoo! Video</a></div>
<div><object width="512" height="322"><param name="movie" value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" /><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="id=1027832&#038;vid=111586&#038;lang=es-mx&#038;intl=e1&#038;thumbUrl=http%3A//l.yimg.com/a/i/us/sch/cn/v/v0/w327/111586_320_240.jpeg&#038;embed=1" /><embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" type="application/x-shockwave-flash" width="512" height="322" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id=1027832&#038;vid=111586&#038;lang=es-mx&#038;intl=e1&#038;thumbUrl=http%3A//l.yimg.com/a/i/us/sch/cn/v/v0/w327/111586_320_240.jpeg&#038;embed=1" ></embed></object><br /><a href="http://espanol.video.yahoo.com/watch/111586/1027832">Douglas Crockford: &quot;Advanced JavaScript&quot; (2 of 3)</a> en <a href="http://espanol.video.yahoo.com" >Yahoo! Video</a></div>
<div><object width="512" height="322"><param name="movie" value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" /><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="id=1027854&#038;vid=111587&#038;lang=es-mx&#038;intl=e1&#038;thumbUrl=http%3A//l.yimg.com/a/i/us/sch/cn/v/v0/w327/111587_100_70.jpeg%3Fx%3D158%26y%3D111%26sig%3DWCEKic7NXxyzthKrgFK47Q--&#038;embed=1" /><embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" type="application/x-shockwave-flash" width="512" height="322" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id=1027854&#038;vid=111587&#038;lang=es-mx&#038;intl=e1&#038;thumbUrl=http%3A//l.yimg.com/a/i/us/sch/cn/v/v0/w327/111587_100_70.jpeg%3Fx%3D158%26y%3D111%26sig%3DWCEKic7NXxyzthKrgFK47Q--&#038;embed=1" ></embed></object><br /><a href="http://espanol.video.yahoo.com/watch/111587/1027854">Douglas Crockford: &quot;Advanced JavaScript&quot; (3 of  3)</a> en <a href="http://espanol.video.yahoo.com" >Yahoo! Video</a></div>
<p>ojalá les sirva</p>
<p>saludos TUTO</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dakoo.cl/mas-html-5-y-3-videos-de-douglas-crockford-explicando-javascript-avanzado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ray Tracing con javascript y Apple se lanza hacia HTML 5</title>
		<link>http://www.dakoo.cl/ray-tracing-con-javascript-y-apple-se-lanza-hacia-html-5/</link>
		<comments>http://www.dakoo.cl/ray-tracing-con-javascript-y-apple-se-lanza-hacia-html-5/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 14:26:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[==Fast Notes==]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.dakoo.cl/?p=166</guid>
		<description><![CDATA[Via Ajaxian me entero que Javascript cada dia está avanzando más y ya hay personas haciendo Ray tracing en tiempo real. Por otro lado Apple definitivamente se lanza a la "caza" de HTML 5, con una serie de demos que &#8230; <a href="http://www.dakoo.cl/ray-tracing-con-javascript-y-apple-se-lanza-hacia-html-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Via  <a href="http://www.ajaxian.com">Ajaxian </a>me entero que Javascript cada dia está avanzando más y ya hay personas haciendo <a href="http://es.wikipedia.org/wiki/Raytracing">Ray tracing </a> en tiempo real. Por otro lado Apple definitivamente se lanza a la "caza" de <a href="http://www.dakoo.cl/category/html-5/">HTML </a>5, con una serie de demos que muestran su potencial unido con js y css3</p>
<p>saludos tuto</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dakoo.cl/ray-tracing-con-javascript-y-apple-se-lanza-hacia-html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast Notes</title>
		<link>http://www.dakoo.cl/fast-notes/</link>
		<comments>http://www.dakoo.cl/fast-notes/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 14:06:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[==Fast Notes==]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.dakoo.cl/?p=164</guid>
		<description><![CDATA[Nueva categoría que tiene como objetivo escribir notas que sean cortas y que generalmente apuntan a otro sitio pero con un poco de información, osea, es una algo mas largo que Twitter pero más corto que un Post Espero les &#8230; <a href="http://www.dakoo.cl/fast-notes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nueva categoría que tiene como objetivo escribir notas que sean cortas y que generalmente apuntan a otro sitio pero con un poco de información, osea, es una algo mas largo que <a href="http://www.twitte.com/jlueiza">Twitter </a>pero más corto que un Post <img src='http://www.dakoo.cl/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Espero les guste</p>
<p>saludos cordiales</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dakoo.cl/fast-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 &#8211; nav</title>
		<link>http://www.dakoo.cl/html-5-nav/</link>
		<comments>http://www.dakoo.cl/html-5-nav/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 03:41:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[desarrollo web]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.dakoo.cl/?p=159</guid>
		<description><![CDATA[Al igual que nuestro anterior post donde vimos el tag section en esta ocasión nos centraremos en el tag nav. El objetivo de este elemento al igual que section es describir de forma más semántica la página, con esto se &#8230; <a href="http://www.dakoo.cl/html-5-nav/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Al igual que nuestro <a href="http://www.dakoo.cl/html-5-section/">anterior post </a> donde vimos el tag <strong>section </strong> en esta ocasión nos centraremos en el tag <strong>nav</strong>. El objetivo de este elemento al igual que <strong>section</strong> es describir de forma más semántica la página, con esto se logra una estructura más ordenada y quizás en el futuro los buscadores puedan tomarlos en cuenta para la<strong> Web semántica</strong>.<br />
Este tag se utiliza para introducir los menús de navegación del sitio, esto generalmente se hacía con:</p>
<div class="igBar"><span id="lhtml-7"><a href="#" onclick="javascript:showPlainTxt('html-7'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-7">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">&lt;ul&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;<span style="color: #009900;"><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">&lt;li&gt;</span></a></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p>
Ahora al introducir este elemento como dijimos anteriormente mejora la forma semántica del sitio, como se ve en este ejemplo.</p>
<div class="igBar"><span id="lhtml-8"><a href="#" onclick="javascript:showPlainTxt('html-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-8">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;nav&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">&lt;ul&gt;</span></a></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">&lt;li&gt;</span></a></span><span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"#l"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Inicio<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/li&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">&lt;li&gt;</span></a></span><span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"#"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Acerca de<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/li&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">&lt;li&gt;</span></a></span><span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"#"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Contacto<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/li&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/ul&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/nav&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Creo que no hay mucho que hablar sobre este tag ya que es simple su objetivo</p>
<p>Espero les sirva</p>
<p>saludos tuto</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dakoo.cl/html-5-nav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 &#8211; section</title>
		<link>http://www.dakoo.cl/html-5-section/</link>
		<comments>http://www.dakoo.cl/html-5-section/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 04:26:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[desarrollo web]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.dakoo.cl/?p=154</guid>
		<description><![CDATA[Hoy comenzamos con la revisión de la especificación html 5 y en esta ocasión nos centraremos en el tag section. Este elemento se utiliza para darle una nueva estructura al código, por ejemplo en este código se ve una estructura &#8230; <a href="http://www.dakoo.cl/html-5-section/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hoy comenzamos con la revisión de la especificación html 5 y en esta ocasión nos centraremos en el tag <strong>section.</strong></p>
<p>Este elemento se utiliza para darle una nueva estructura al código, por ejemplo en este código se ve una estructura de html 5 con varios nuevos elementos</p>
<div class="igBar"><span id="lhtml-10"><a href="#" onclick="javascript:showPlainTxt('html-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-10">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;header&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">&lt;p&gt;</span></a></span>Cabecera<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/header&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;nav&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">&lt;p&gt;</span></a></span>Menu de navegacion<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/nav&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;section&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">&lt;p&gt;</span></a></span>Seccion<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;">&lt;article&gt;</span>Articulo<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/article&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/section&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;">&lt;footer&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">&lt;p&gt;</span></a></span>Pie de pagina<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/footer&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Si nos damos cuenta la estructura es más fácil de entender ya que los nuevos elementos le dan una estructura definida y una forma que al solo leer los elementos involucrados se saben las partes que están dentro del sitio.<br />
En cuanto al tag <strong>section</strong> viene unido a acción de ordenar semánticamente el código, <strong>ojo que no viene a sustituir los div,</strong> ya que si lo que se busca es dar estilos al código para por ejemplo utilizar efectos javascript conviene tener divs y no section o articles.<br />
En esta <a href="http://html5doctor.com/the-section-element/">página </a>encontré un resumen super bueno de lo que <strong>no </strong>se debe hacer al usar el tag section y la voy a traducir.</p>
<ul>
<li>No use section cuando quieras utilizarlo para dar estilos o ejecutar scripting </li>
<li>No lo use si los tag nav, articles o aside es más apropiado</li>
<li>No lo uses si a continuación de abrir la etiqueta no viene un título</li>
</ul>
<p>En resumen un interesantenuevo tag con el que se pueden construir sitios más semanticamente correctos. </p>
<p>Espero les sirva</p>
<p>saludos tuto</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dakoo.cl/html-5-section/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
