<?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>Blog de red7000 &#187; funciones</title>
	<atom:link href="http://www.red7000.com/blog/tag/funciones/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.red7000.com/blog</link>
	<description>Utilidades para Webmasters</description>
	<lastBuildDate>Fri, 04 Dec 2009 19:08:09 +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>Las 10 mejores funciones de Javascript</title>
		<link>http://www.red7000.com/blog/las-10-mejores-funciones-de-javascript/</link>
		<comments>http://www.red7000.com/blog/las-10-mejores-funciones-de-javascript/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 03:26:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Herramientas Web]]></category>
		<category><![CDATA[funciones]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.red7000.com/blog/?p=31</guid>
		<description><![CDATA[Estas son las 10 mejores funciones de Javascript, segun los entendidos del tema: 10 – addEvent() function addEvent(elm, evType, fn, useCapture) { if (elm.addEventListener) { elm.addEventListener(evType, fn, useCapture); return true; } else if (elm.attachEvent) { var r = elm.attachEvent('on' + evType, fn); return r; } else { elm['on' + evType] = fn; } } Empezamos [...]]]></description>
		<wfw:commentRss>http://www.red7000.com/blog/las-10-mejores-funciones-de-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

