<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" > <channel><title>Comentarios en: Métodos Útiles para Extender el Objeto Array en Javascript</title> <atom:link href="http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/feed/" rel="self" type="application/rss+xml" /><link>http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/</link> <description>Blog sobre tecnologia, internet, programación, humor, tutoriales, tips y temas diversos</description> <lastBuildDate>Wed, 25 Jan 2012 23:03:47 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Por: Andres</title><link>http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/comment-page-1/#comment-53452</link> <dc:creator>Andres</dc:creator> <pubDate>Fri, 11 Sep 2009 17:06:20 +0000</pubDate> <guid isPermaLink="false">http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/#comment-53452</guid> <description>A quien le pueda interesar, ya encontre la solucion al comentario anterior, aqui esta: if(!Array.indexOf){ Array.prototype.indexOf = function(obj){ for(var i=0; i&lt;this.length; i++){ if(this[i]==obj){ return i; } } return -1; } } Saludos !!!</description> <content:encoded><![CDATA[<p>A quien le pueda interesar, ya encontre la solucion al comentario anterior, aqui esta:<br /> if(!Array.indexOf){<br /> Array.prototype.indexOf = function(obj){<br /> for(var i=0; i&lt;this.length; i++){<br /> if(this[i]==obj){<br /> return i;<br /> }<br /> }<br /> return -1;<br /> }<br /> }<br /> Saludos !!!</p> ]]></content:encoded> </item> <item><title>Por: Andres</title><link>http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/comment-page-1/#comment-53451</link> <dc:creator>Andres</dc:creator> <pubDate>Fri, 11 Sep 2009 17:00:23 +0000</pubDate> <guid isPermaLink="false">http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/#comment-53451</guid> <description>Utilice la funcion de Unique pero no me funciona en internet exlporer la siguiente linea if( a.indexOf( this[i], 0, b ) &lt; 0 ) Alguien sabe como lo puedo corregir ?? Gracias</description> <content:encoded><![CDATA[<p>Utilice la funcion de Unique pero no me funciona en internet exlporer la siguiente linea<br /> if( a.indexOf( this[i], 0, b ) &lt; 0 )<br /> Alguien sabe como lo puedo corregir ??<br /> Gracias</p> ]]></content:encoded> </item> <item><title>Por: Pablo</title><link>http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/comment-page-1/#comment-2698</link> <dc:creator>Pablo</dc:creator> <pubDate>Fri, 28 Sep 2007 02:57:51 +0000</pubDate> <guid isPermaLink="false">http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/#comment-2698</guid> <description>Use su función Array.indexOf y cuando creo un arreglo vacío (arr[]) en IE 6.0 me crea un objeto: arr[&#039;indexOf&#039;] = declaración de la función. ¿Sabe por qué eso?</description> <content:encoded><![CDATA[<p>Use su función Array.indexOf y cuando creo un arreglo vacío (arr[]) en IE 6.0 me crea un objeto: arr['indexOf'] = declaración de la función. ¿Sabe por qué eso?</p> ]]></content:encoded> </item> <item><title>Por: Actualidad, Entretenimiento y Humor &#187; Métodos Útiles para Extender el Objeto Array en Javascript</title><link>http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/comment-page-1/#comment-1668</link> <dc:creator>Actualidad, Entretenimiento y Humor &#187; Métodos Útiles para Extender el Objeto Array en Javascript</dc:creator> <pubDate>Wed, 22 Aug 2007 07:46:19 +0000</pubDate> <guid isPermaLink="false">http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/#comment-1668</guid> <description>[...] (more&#8230;) [...]</description> <content:encoded><![CDATA[<p>[...] (more&#8230;) [...]</p> ]]></content:encoded> </item> <item><title>Por: M&#233;todos &#218;tiles para Extender el Objeto Array en Javascript - Noticias externas</title><link>http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/comment-page-1/#comment-1538</link> <dc:creator>M&#233;todos &#218;tiles para Extender el Objeto Array en Javascript - Noticias externas</dc:creator> <pubDate>Fri, 17 Aug 2007 23:43:11 +0000</pubDate> <guid isPermaLink="false">http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/#comment-1538</guid> <description>[...] Lista de algunos métodos útiles para extender el objeto Array de Javascript&#187;&#160;noticia original [...]</description> <content:encoded><![CDATA[<p>[...] Lista de algunos métodos útiles para extender el objeto Array de Javascript&#187;&nbsp;noticia original [...]</p> ]]></content:encoded> </item> <item><title>Por: www.programame.net</title><link>http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/comment-page-1/#comment-1485</link> <dc:creator>www.programame.net</dc:creator> <pubDate>Wed, 15 Aug 2007 21:45:48 +0000</pubDate> <guid isPermaLink="false">http://www.webadictos.com.mx/2007/08/15/metodos-utiles-para-extender-el-objeto-array-en-javascript/#comment-1485</guid> <description>&lt;strong&gt;Métodos Útiles para Extender el Objeto Array en Javascript...&lt;/strong&gt;Lista de algunos métodos útiles para extender el objeto Array de Javascript...</description> <content:encoded><![CDATA[<p><strong>Métodos Útiles para Extender el Objeto Array en Javascript&#8230;</strong></p><p>Lista de algunos métodos útiles para extender el objeto Array de Javascript&#8230;</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached (User agent is rejected)
Database Caching 3/13 queries in 0.011 seconds using memcached
Object Caching 444/445 objects using memcached
Content Delivery Network via cdn.webadictos.net

Served from: www.webadictos.com.mx @ 2012-02-13 23:21:32 -->
