• Login
  • Become a blogger
  • Cannot open metacafe.com

    Posted on Friday, December 28th, 2007 by thinkdj

    Anyone else facing the same problem ? I cannot open metacafe.com..

    The response header sent is “200 OK”, but no pages are being served..
    Are they updating the layout ??
    Updated : Ok, that is a problem with the metacafe cookies. Firefox users goto Tools> Options > Privacy> Show Cookies, find the cookies and delete [...]

    PHP Performance Benchmark Script

    Posted on Friday, December 28th, 2007 by thinkdj

    /*

    PHP Performance Benchmark Script

    Copyright 2003 : PHP Consulting

    There are two settings:

    First, set $file to be the server and page that you want to benchmark.

    Secondly, set $iter to be the number of times you want it loaded.

    */

    error_reporting(E_ALL ^ E_NOTICE); //For disabling non fatal error outputs

    $file = “http://127.0.0.1/Joomla/index.php”; //Location to file

    $iter = 5; //No of times to [...]

    Bible on supersmall chip

    Posted on Thursday, December 27th, 2007 by thinkdj

    Researchers in Israel say they have succeeded in putting a version of the Bible on a chip smaller than a pinhead. Its 300,000 words in Hebrew were inscribed on a silicon surface at the Haifa Institute of Technology. The 0.5sq-mm (0.01sq-in) nano-Bible was written on a silicon surface covered with a thin layer of gold [...]

    The 100$ Laptop video

    Posted on Thursday, December 27th, 2007 by thinkdj

    The 100$ Laptop

    Remove invalid characters from a filename

    Posted on Thursday, December 27th, 2007 by thinkdj

    <?php
    function filename_safe($filename) {
    $temp = $filename;
    // Lower case
    $temp = strtolower($temp);
    // Replace spaces with a ’_’
    $temp = str_replace(” ”, ”_”, $temp);
    // Loop through string
    $result = ”;
    for ($i=0; $i<strlen($temp); $i++) {
    if (preg_match(’([0-9]|[a-z]|_)’, $temp[$i])) {
    $result = $result . $temp[$i];
    }
    }
    // Return filename
    return $result;
    }
    ?>

    Heat levels in NFS Most Wanted

    Posted on Wednesday, December 26th, 2007 by thinkdj

    There are five heat levels in the game (with a hidden sixth and seventh heat level at the end of Career mode and in the Black Edition respectively), three authoritative levels (Civic/Local, State, and Federal Cops), and 10 kindsa police vehicles. You start off Campaign mode only with Heat levels 1 and 2 (City/Local Police)
    [...]

    Find what you are looking for

    Recently added

    Categories

    Blogulate

    Keeping you updated of the latest fads and developments of the industry via amalgamated web content.

    Join us

    Post articles on blogulate and monetize them. Learn more »

    Stay updated

    Subscribe now and stay aware of the latest trends and happenings on the www. Get notified via email when we update.

    Enter your email address:

    Blogulate is based on Magnus premium theme by WizeDesigns
    © 2009 Blogulate. Some rights reserved.