RSS Feed

Posts Tagged ‘js’

  1. Cómo dar Ping y Hacer Temblar la Blogósfera

    November 4, 2008 by Rolando Garza

    Aquí les paso una lista definitiva de servicios a los cuales dar ping. Algunos de ellos requieren que se registren. Pero si son igual de ‘attention whores como yo’. Yo había acaparado una buena cantidad de direcciones, pero cuando consulté con la Chica Regia ella tenía todavía más! Así que hice una lista y usando un poco de JavaScript:

    //Array.unique es de 4umi
    Array.prototype.unique = function( b ) {
    var a = [], i, l = this.length;
    for( i=0; i
    if( a.indexOf( this[i], 0, b ) < 0 ) { a.push( this[i] ); }
    }
    return a;
    };

    //Básicamente, creas una lista separada por saltos de línea, o ‘,’ comas.
    var pings = “…”
    //Luego, los separas, ordenas alfabéticamente, filtras los repetidos, y unes con un break
    pings = pings.split(“,”).sort().unique().join(“\n<br>”);
    //Finalmente, escribes el resultado
    document.write(pings);

    De ahí salió esta super lista:

    http://api.moreover.com/RPC2

    http://api.moreover.com/ping

    http://api.my.yahoo.co.jp/RPC2

    http://api.my.yahoo.com/RPC2

    http://api.my.yahoo.com/rss/ping

    http://bblog.com/ping.php

    http://blog.goo.ne.jp/XMLRPC

    http://blogping.unidatum.com/RPC2/

    http://blogsearch.google.at/ping/RPC2

    http://blogsearch.google.com/ping/RPC2

    http://blogsearch.google.de/ping/RPC2

    http://bulkfeeds.net/rpc

    http://ping.bitacoras.com

    http://ping.bloggers.jp/rpc/

    http://ping.feedburner.com

    http://ping.myblog.jp/

    http://ping.namaan.net/rpc

    http://ping.syndic8.com/xmlrpc.php

    http://ping.wordblog.de/

    http://pingoat.com/goat/RPC2

    http://rpc.bloggerei.de/ping/

    http://rpc.blogrolling.com/pinger/

    http://rpc.icerocket.com:10080/

    http://rpc.pingomatic.com/

    http://rpc.reader.livedoor.com/ping

    http://rpc.technorati.com/rpc/ping

    http://rpc.technorati.jp/rpc/ping

    http://rpc.weblogs.com/RPC2

    http://topicexchange.com/RPC2

    http://www.blogdigger.com/RPC2

    http://www.bloglines.com/ping

    http://www.blogoole.com/ping/

    http://www.blogpeople.net/servlet/weblogUpdates

    http://www.blogsmexico.com/ping/

    http://www.popdex.com/addsite.php

    http://www.wasalive.com/ping/

    http://www.weblogues.com/RPC/

    http://xmlrpc.bloggernetz.de/RPC2

    http://xping.pubsub.com/ping/

    http://zhuaxia.com/rpc/server.php

    Espero que les sirva para hacer que su voz tenga más ciber-decibeles.