Small Problem with Web Site

On page http://www.cryptohaze.com/gpurainbowcracker.php your GPU performance table is mislabeled a nVidia 8800 GTX OC is faster than a nVidia GTX295 (single core).
Ohh yeah on page http://www.cryptohaze.com/passwordsecurity.php "Password Storage: You're doing it wrong if: .... You let users log in with plaintext passwords over unencrypted HTTP." Don't you do that?
I know FRT and 3.14.by do the same thing and Hashkiller uses Simple Machines Forum which stores sha1(user + pw) in the database and during log in sends sha1(sha1(user + pw) + salt) on the first log in attempt but after that it sends plain text. Which I'd say is not secure either. Personally I'd use a self signed cert or Javascript RSA to send "md5(user + pw) xor salt," but godaddy does have cheap certs $25/yr.
Ohh yeah on page http://www.cryptohaze.com/passwordsecurity.php "Password Storage: You're doing it wrong if: .... You let users log in with plaintext passwords over unencrypted HTTP." Don't you do that?
