moonlancer Posted May 15, 2005 CID Share Posted May 15, 2005 i would like more room on the bar graph so people with faster internet can see just how far they are a head instead of red at the end Quote Link to comment Share on other sites More sharing options...
php Posted May 15, 2005 CID Share Posted May 15, 2005 and yet there are some of us that still barely get to 1/4 of the graph's length... edit: and even less... there are people on dialup... Quote Link to comment Share on other sites More sharing options...
moonlancer Posted May 15, 2005 Author CID Share Posted May 15, 2005 yes thats very true so why dont you make diff. tests for faster computer connections? Quote Link to comment Share on other sites More sharing options...
php Posted May 15, 2005 CID Share Posted May 15, 2005 because that would most likely require much more coding and another database... depending on how it was designed... its much easier for people to live with it, especially since it isn't a problem... Quote Link to comment Share on other sites More sharing options...
CA3LE Posted May 15, 2005 CID Share Posted May 15, 2005 Actually I can work in a graph that goes farther for faster connections basically if ($speed > 4000){ $graph = graph_2(); }else{ $graph = graph_1(); } Something as simple as that, well allot more than that but the basic principle is there. Then I just have to create the functions...... I have planned on doing this for a long time, just never got around to it. The bigger graph would show instead of showing 'off chart' and there will actually be two extra graphs, so three total. One for people 1 - 4000 Kbps, another for people 4001 - 8000 Kbps and the last one for people who are 8001 - 20000 Kbps -- anyone faster than that will see 'off chart' on the biggest chart. I will try and get on this soon... Thanks for the suggestion. Quote Link to comment Share on other sites More sharing options...
php Posted May 15, 2005 CID Share Posted May 15, 2005 that doesn't sound so hard... the way i was thinking of it was a completely separate test and result page, along with a separate database... which if i think about it, still wouldn't be that hard... Quote Link to comment Share on other sites More sharing options...
netmasta Posted May 15, 2005 CID Share Posted May 15, 2005 Damn, I gotta learn me some programming someday. Quote Link to comment Share on other sites More sharing options...
moonlancer Posted May 15, 2005 Author CID Share Posted May 15, 2005 lol thank you Quote Link to comment Share on other sites More sharing options...
moonlancer Posted May 21, 2005 Author CID Share Posted May 21, 2005 anyword on makin the bargraph bigger ca3le? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.