Archive for September, 2009
11 months, 1 week ago Posted in: Blog Comments Off

He Creado mi código QR!!
En estas pequeñas imagenes se pueden alamcenar hasta 250 caracteres.
Puedes crear el tuyo tambien por ejemplo a través de esta pagina.
http://qrcode.kaywa.com/ la distribuidora del mas famoso reader para moviles.
He intslado beetag, para blackberry (no funciona perfectamente) lo aconsejo solo por el hecho de probar gratuitamente la experiencia.

11 months, 1 week ago Posted in: Blog Comments Off

PLAIN TEXT
PHP:

<?php

 

    // include server library   

    include('rpc/class-IXR.php');

    include('rpc/JSON.php');

   

  /**

   * Server Implementation

   * @author mmonti

   *

   */

class RPCServer extends IXR_Server {

 

   

    // constructor

    function RPCServer() {

        $this->methods = array(

            'pushError' => 'this:pushError',

          [...]

11 months, 1 week ago Posted in: Blog Comments Off

I've been playing around with Wordpress for some time this summer, and figured out that with the right combination of plugins and a little bit of creativity we can turn this easy to install and easy to mantain blog into a CMS.
So, first you have to install wordpress 2.8.4 on your server and configure it, [...]

Performance Optimization WordPress Plugins by W3 EDGE