RSS Feed

April, 2009

  1. Random Picture #5

    April 19, 2009 by ryanbrian

    Random photo 5

    Location = Kedah, malaysia

    Time = Morning

    Camera= Canon S3IS

    (more…)


  2. Dress up your firefox free

    April 12, 2009 by ryanbrian

    Wanna you firefox browser look like this?

    Here is it Personas firefox add on to personalize your firefox browser…

    Personas are lightweight, easy-to-install and easy-to-change “skins” for your Firefox web browser.

    Get your own firefox Personas add on here



  3. Script : Server Load

    April 11, 2009 by ryanbrian

    site

    Some of you would probably be wondering how the “# Load average” at the downward footer of this site is done .

    For upward   Age of Website please refer my friend site here

    Here’s the script for you guys to try out. Just make sure PHP is supported on your site and it’s all well.

    Just Copy and paste the following script into the page or section where you would like to place the output. You could actually place this script ANYWHERE on the site but I would suggest you put it just before the output script for ease of editing.

    Output

    <?
    $uptime = shell_exec("uptime");
    echo "$uptime";
    ?>

    The output script is a short and simple code, no editing needed.

    Give it a try today !Happy

    Related Posts Plugin for WordPress, Blogger...