King Foo

King Foo

You are in:

Home > Articles by: ronny

Blog

  1. Creating Debian/Ubuntu .deb packages

    Posted by
    / / Leave a comment
    In this post, I will show you how to create a .deb package from some binary files. Step 1: Create the directories Create a directory for your package. Also, create a directory DEBIAN. Step 2: Copy files into your package You can copy the files into your package with the...
  2. Using Complex Type with Zend_Soap

    Posted by
    / / 4 Comments
    To be able to use complex types with Soap requests, they need to be fully defined in the WSDL file. Zend_Soap can automate this process, if you know how to define those complex types. Let us start without it Zend_Soap’s magic and compare it with a fully discovered complex request...
  3. Adding a Google +1 button to your website

    Posted by
    / / Leave a comment
    Google released its new API for Google+, here’s the code. If you want to use the standard button, put this anywhere in your html code to show the +1 button: For more examples and features, look at the Google+ Developer page.
  4. SSH tips & tricks

    Posted by
    / /
    Note: This post was tested on Ubuntu 11.04. If you don’t use Ubuntu, it may or may not work for you. Public key authentication Instead of entering a password for the SSH connection, you can also use public key authentication. This is easier, because you can use the same key...