<?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>Joaquín Núñez &#187; enlaces</title>
	<atom:link href="http://joaquinnunez.cl/blog/tag/enlaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://joaquinnunez.cl/blog</link>
	<description>web2.0, symfony, jquery, javascript, php, web, develpment</description>
	<lastBuildDate>Fri, 10 Sep 2010 13:26:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jquery seo mini helper</title>
		<link>http://joaquinnunez.cl/blog/2009/09/29/jquery-seo-mini-helper/</link>
		<comments>http://joaquinnunez.cl/blog/2009/09/29/jquery-seo-mini-helper/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 15:55:21 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[enlaces]]></category>
		<category><![CDATA[imagenes]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=503</guid>
		<description><![CDATA[in SEO there are important tips like: an image must have a title and an alt text or a link must have title. check all these thing is pretty bored&#8230;. so i wrote a jquery-based script that check for images or links without those things. the result es very basic, don&#8217;t expect nothing very impressive [...]]]></description>
			<content:encoded><![CDATA[<p>in SEO there are important tips like: an image must have a title and an alt text or a link must have title.<br />
check all these thing is pretty bored&#8230;. so i wrote a jquery-based script that check for images or links without those things.</p>
<p>the result es very basic, don&#8217;t expect nothing very impressive or really advanced. the beatiful part is that you can navigate through your pages and see inmediately the results</p>
<p>this script plus the <a href="http://sensational-seo.com/">senseo addon for firebug</a> are two very helpul tools for make SEO easy.</p>
<p>for use the script, you can put this code in your html file</p>
<div class="codesnip-container" >
<div class="html4strict codesnip" style="font-family:monospace;"><span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span><br />
<span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;http://joaquinnunez.cl/download/jquery.seo.js&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span></div>
</div>
<p>enjoy :D</p>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/09/29/jquery-seo-mini-helper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cambiando las url en symfony cuando trabajas con un diseñador</title>
		<link>http://joaquinnunez.cl/blog/2009/01/13/cambiando-las-url-en-symfony-cuando-trabajas-con-un-disenador/</link>
		<comments>http://joaquinnunez.cl/blog/2009/01/13/cambiando-las-url-en-symfony-cuando-trabajas-con-un-disenador/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 20:29:04 +0000</pubDate>
		<dc:creator>Joaquín Núñez</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[enlaces]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://joaquinnunez.cl/blog/?p=259</guid>
		<description><![CDATA[Cuando uso symfony y trabajo con Alejandro por lo general recibo en sus diseños los enlaces relativos, algo así: &#60;a href=&#8221;noticia.php&#8221;&#62;noticia&#60;/a&#62; en vez de las url estaticas como esta &#60;a href=&#8221;/noticia.php&#8221;&#62;noticia&#60;/a&#62; que debiese usar. En realidad debiese usar link_to() para las url, pero bueno, me gusta dejarlo así =D, por lo que uso el el [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando uso <a href="http://www.symfony-project.org/">symfony</a> y trabajo con <a href="http://designa.cl/">Alejandro</a> por lo general recibo en sus diseños los enlaces relativos, algo así:</p>
<div class="codesnip-container" >&lt;a href=&#8221;noticia.php&#8221;&gt;noticia&lt;/a&gt;</div>
<p>en vez de las url estaticas como esta</p>
<div class="codesnip-container" >&lt;a href=&#8221;/noticia.php&#8221;&gt;noticia&lt;/a&gt;</div>
<p>que debiese usar.</p>
<p>En realidad debiese usar <span class="code">link_to()</span> para las url, pero bueno, me gusta dejarlo así =D, por lo que uso el el sistema de routing y la función <span class="code">url_for()</span> para dejar todas las url funcionando XD</p>
<p>Este hermoso comando cambia todas las url, disfruten</p>
<pre>
<div class="codesnip-container" >
<div class="bash codesnip" style="font-family:monospace;"><span class="kw1">for</span> archivo <span class="kw1">in</span> $<span class="br0">&#40;</span><span class="kw2">ls</span> <span class="sy0">*</span>.html<span class="br0">&#41;</span>; <span class="kw1">do</span>
<span class="kw2">cat</span> <span class="re1">$archivo</span> <span class="sy0">|</span> <span class="kw2">sed</span> <span class="st_h">'s/&lt;a href=\&quot;\(.*\)\.html\&quot;/&lt;a href=\&quot;&lt;?php echo url_for(\&quot;@\1\&quot;) ?&gt;\&quot;/g'</span> <span class="sy0">&gt;</span> tmp;
<span class="kw2">cat</span> tmp <span class="sy0">&gt;</span> <span class="re1">$archivo</span>;
<span class="kw1">done</span>;
<span class="kw2">rm</span> tmp</div>
</div>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://joaquinnunez.cl/blog/2009/01/13/cambiando-las-url-en-symfony-cuando-trabajas-con-un-disenador/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
