Jump to content

AXiSS

Members
  • Posts

    234
  • Joined

  • Last visited

    Never

Posts posted by AXiSS

  1. It is a search engine where users submi their site and choose the description, instead of a spider. Like a URL database, but geared like a search engine, or at least that is what my final goal is. It is still under construction, I need to add quite a bit, but I would like a critique on the design, not the functionality, right now.

  2. I see Microsoft leading their industry by far, considering that now they are investing into internet based software, and they probably won't budge. Mac will still be Mac, doign their Mac-like things, but the majority of people will still use Windows, by a lot. Microsoft will just be cool.

  3. So the full code should be something like:

    [code]
    $contents = file_get_contents($url);

    $key = 32charactercodetomatchto12345678;

    preg_match("<meta name=\"wakey\" content=\"(.*?)\">",$contents,$matches);
    if($matches[1]==$key)
    {
    echo "Good";
    }
    else
    {
    echo "Bad";
    }
    [/code]

    Correct?
  4. OK, I was just wondering what determined the size... and it is the number of views. Are you going to apply a limit onto it so that only snippets with a certain number of views are on there, instead of every single snippet? (Sorry, I am just finding the tag cloud rather distracting...)

     

    Also, the voting system is a bit wierd. Smaller icons (preferably stars) would be better.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.