website snapshot tool

Discussion in 'Programming' started by artViper, Apr 30, 2006.

  1. #1
    I just finished a small tool for anyones sidebar with these features:

    -make a snapshot of the tested website and display it
    -check for XHTML and CSS validity
    -ability to display the position in the Top750 of www.silktide.com as well as the ranking score - if your page is listed there *g*

    Additions that will be made:

    -checking for a webagogo result ( guess only the top10 )
    -own database of submitted sites
    -statistics about how many sites are valid xhtml/css and how many are not
    -loading bar
    -incoming google links to the tested site
    -selection of snapshot size

    If you wish to include the script, you can do by adding one of the following lines:
    
    include("http://www.artviper.com/snapshot.php");
    
    Code (markup):
    in addition you need to add a stylesheet. Here's one you can use, but if you wish add your own.
    
    <link href="http://www.artviper.com/snapshot.css" rel="stylesheet" type="text/css" media="screen" />
    
    HTML:
    The output generated is valid xhtml and css.

    A live sample can be found at:
    www.artviper.com
    www.artviper.ch
    www.artviper.net

    Any comments, feature wishes or critics are highly appreciated.
     
    artViper, Apr 30, 2006 IP
  2. Danny

    Danny Active Member

    Messages:
    732
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    78
    #2
    Thats pretty cool. My only suggestion so far would be to put a starter value in the textbox of http:// or www. whichever is required
     
    Danny, Apr 30, 2006 IP