What tools?

Discussion in 'HTML & Website Design' started by CaffinePhil, Jul 7, 2008.

Thread Status:
Not open for further replies.
  1. #1
    I currently use the validators across at W3C to check the html and css validation but what other tools can i use to check that links are in tact and to check browser compatibility.

    What else do you guys check on your sites before going live?
     
    CaffinePhil, Jul 7, 2008 IP
  2. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #2
    I check my sites on Firefox, IE and Safari (for Windows).
    Then I use browsrcamp.com to test it on a Mac running Safari.

    I also use the excellent HTML Validator extension for FF: http://users.skynet.be/mgueury/mozilla/

    That's it.
     
    Kerosene, Jul 7, 2008 IP
  3. CaffinePhil

    CaffinePhil Banned

    Messages:
    945
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    anything for checking broken links?
     
    CaffinePhil, Jul 7, 2008 IP
  4. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #4
    / subscribes

    Click them? :p

    Never owned a site more than a handful of pages all done at once.
     
    rochow, Jul 7, 2008 IP
  5. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #5
    Kerosene, Jul 7, 2008 IP
  6. CaffinePhil

    CaffinePhil Banned

    Messages:
    945
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    How about tools for checking load time? Or am I reaching a bit now?
     
    CaffinePhil, Jul 7, 2008 IP
  7. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #7
    Just count...really if its just HTMl it should be minimal. If its less than half a second - not on localhost - well thats good, but most likely you have a fair bit of content and images on there so....I dunno, I'd normally wait (1.5mbps) for 4 seconds at most (I am very impatient).
     
    blueparukia, Jul 7, 2008 IP
  8. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #8
    Kerosene, Jul 7, 2008 IP
  9. CaffinePhil

    CaffinePhil Banned

    Messages:
    945
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I was looking for a tool that maybe showed expected times for different connections. e.g. 56kbs.

    It was for more of a comparison and testing image optimization as well as some testing on coding.
     
    CaffinePhil, Jul 7, 2008 IP
  10. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #10
    You would be very surprised how good Google is - not just for finding results, but calculating them to. The sum is one simple division.

    The syntax:
    
    [sizeoffile]/[connectionspeed]
    
    Code (markup):
    (Without "[" and "]")

    So say you had a fifty kilobyte page, on a 56kbps, you'd type into Google:
    50kb/56kps

    It will output:
    (50 kilobytes) / (56 kbps) = 7.14285714 seconds

    Then we want to the same thing, but on a 1.5Mbps connection:
    50KB/1.5Mbps

    Output:
    (50 kilobytes) / (1.5 Mbps) = 0.260416667 seconds.

    Abbreviations used:

    Kb/Mb/Gb/Tb/Pb = Kilobit/Megabit/Gigabit/Terabit/Petabit (speed - as in Mbps - M/G/T/P must be uppercase)
    KB/MB/GB/TB/PB = Kilobyte/Megabyte/Gigabyte/Terabyte/Petabyte (filesize - keep it all uppercase for clarity)
    / = Divide.

    Another fun example is:
    50PB/6Kbps

    Outputs:
    (50 petabytes) / (6 Kbps) = 2 322 811.01 years

    Google calculator is skilled enough to output the result in seconds, minutes, hours, days, weeks or years.

    Cheers,

    BP
     
    blueparukia, Jul 8, 2008 IP
  11. CaffinePhil

    CaffinePhil Banned

    Messages:
    945
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thanks, that will prove very useful indeed.

    Cheers
    Phil
     
    CaffinePhil, Jul 8, 2008 IP
Thread Status:
Not open for further replies.