Google Chrome and RadioReference.com

Status
Not open for further replies.

eorange

♦RF Enabled Member♦
Joined
Aug 20, 2003
Messages
3,067
Reaction score
789
Location
Cleveland, OH
I am using Google Chrome to browse this site. So far, forums, database entries, clickable maps, RR Locations, Premium PDF and CSV reports, and the Wiki seem OK.

Maybe this could be made a sticky to help document any issues found with this site and Chrome.
 

WayneH

Forums Veteran
Super Moderator
Joined
Dec 16, 2000
Messages
7,553
Reaction score
86
Location
Your master site
I still wish some websites would support Firefox, but then that's what IETab is for.

Maybe if Chrome doesn't work for this site, complain in the Chrome forums.
 

kfcrosby

Member
Joined
Sep 17, 2004
Messages
66
Reaction score
0
Location
Memphis, TN
and its only beta.. So why waste time & effort now??

Because it's there :) (like Mt Everest)

In my prelim testing Chrome is MUCH faster than anything else with JAVA. A bit slower than most with Flash, especially flash games, and renders much like FF does on most all of the web pages I use. The new IE8 will break free of the older M$ web format, so those websites that are still using the older M$ formats will have to change.

Kevin
 

eorange

♦RF Enabled Member♦
Joined
Aug 20, 2003
Messages
3,067
Reaction score
789
Location
Cleveland, OH
and its only beta.. So why waste time & effort now??
Gmail has been in beta for years. At that point, "beta" is just a label.

Chrome will likely be a popular choice, given Google's track record for simple and reliable software.

Finally - even though this is highly unlikely - who here would want this site to be labeled as "not working with Google's Chrome"? No one.
 

mtindor

FMP24 PRO USER
Database Admin
Joined
Dec 5, 2006
Messages
11,967
Reaction score
3,234
Location
Carroll Co OH / EN90LN
Yeah it's beta, but I bit. It's clearly not ready for prime time. I guess i'm spoiled by Google - I like everything Google, contrary to how many feel. But it has a problem displaying something on most websites I'm on, and can't render many in any sort of reasonable fashion. If you're thinking about downloading it, don't waste your time right now. Stick with Firefox :)

mike
 

blantonl

Founder and CEO
Staff member
Super Moderator
Joined
Dec 9, 2000
Messages
11,586
Reaction score
6,782
Location
Dallas, TX
I still wish some websites would support Firefox, but then that's what IETab is for.

Maybe if Chrome doesn't work for this site, complain in the Chrome forums.

Ummmm... :roll:

He was reporting that it works well for this site. Jeeze Wayneeeee...

That's because of the superior coding skills of yours truly :roll::lol::lol::lol:
 

bezking

Member
Joined
Aug 5, 2006
Messages
2,656
Reaction score
26
Location
On the Road
Ummmm... :roll:

He was reporting that it works well for this site. Jeeze Wayneeeee...

That's because of the superior coding skills of yours truly :roll::lol::lol::lol:

Oy. Time for some geek humor:
PHP:
$radioreference_members = /* number of rr members */;
$lindsay_ego = 1;

for($i;$i>$radioreference_members;$i++) {
 $lindsay_ego = $lindsay_ego * 4;
}


:lol:

Party on, Garth.
 
Last edited:

WayneH

Forums Veteran
Super Moderator
Joined
Dec 16, 2000
Messages
7,553
Reaction score
86
Location
Your master site
PHP:
$radioreference_members = /* number of rr members */;
$lindsay_ego = 1;

for($i;$i>$radioreference_members;$i++) {
 $lindsay_ego = $lindsay_ego * 4;
}
simpsons_nelson_haha2.jpg

$$$$$$$
 

blantonl

Founder and CEO
Staff member
Super Moderator
Joined
Dec 9, 2000
Messages
11,586
Reaction score
6,782
Location
Dallas, TX
bezking, you've got an error in your code. Let me fix it for you:

PHP:
$radioreference_members = /* number of rr members */;
$lindsay_ego = 18558123461;

for($i;$i>$radioreference_members;$i++) {
 $lindsay_ego = $lindsay_ego * 4;
}
 

DonS

Member
Joined
Jun 17, 2003
Messages
4,102
Reaction score
-2
Location
Franktown, CO
Oy. Time for some geek humor:
PHP:
$radioreference_members = /* number of rr members */;
$lindsay_ego = 1;

for($i;$i>$radioreference_members;$i++) {
 $lindsay_ego = $lindsay_ego * 4;
}
So.... Lindsay's ego is 1, no matter how many "rr members" there are (non-negative)? Or does the ">" operator in PHP mean something other than what it means in most non-PHP expressions?
 

blantonl

Founder and CEO
Staff member
Super Moderator
Joined
Dec 9, 2000
Messages
11,586
Reaction score
6,782
Location
Dallas, TX
You know, now that I look at that code, my ego would NOT be inflated.

Let's try this again:

PHP:
$radioreference_members = /* number of rr members */;
$lindsay_ego = 1;

for($i;$i<=$radioreference_members;$i++) {
 $lindsay_ego = $lindsay_ego * 4;
}

Bezking, I was going to grant you access to the SVN - but now there is no way in hell you are getting access to my code ;-)
 

eorange

♦RF Enabled Member♦
Joined
Aug 20, 2003
Messages
3,067
Reaction score
789
Location
Cleveland, OH
bezking, you've got an error in your code. Let me fix it for you:

PHP:
$radioreference_members = /* number of rr members */;
$lindsay_ego = 18558123461;

for($i;$i>$radioreference_members;$i++) {
 $lindsay_ego = $lindsay_ego * 4;
}
A 32 bit ego can only be -2147483648 to 2147483647.
:D
 

tonsoffun

Senior Moderator
Premium Subscriber
Joined
Dec 19, 2002
Messages
1,503
Reaction score
7
Location
Central Ontario
I don't know about others, but I got a headache wondering what you guys are writing....:( I guess I will learn someday, maybe Bezking can teach me:D Would you Ben? I will bring the BEER lol.
 
Last edited:

bezking

Member
Joined
Aug 5, 2006
Messages
2,656
Reaction score
26
Location
On the Road
So.... Lindsay's ego is 1, no matter how many "rr members" there are (non-negative)? Or does the ">" operator in PHP mean something other than what it means in most non-PHP expressions?


Don-

we are taking the number of members and multiplying Lindsay's ego by 4 for each member.
 
Status
Not open for further replies.
Top