Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Bandwidth auto detect for determing type of site to load: Flash or HTML

Reply
Thread Tools

Bandwidth auto detect for determing type of site to load: Flash or HTML

 
 
z.heineman@gmail.com
Guest
Posts: n/a
 
      11-09-2006
We are looking to update our website to a flash based layout, but we do
not want to loose customers because of long load times. I am hoping
someone can inform me of a way to have the webserver determine the
clients connection speed and decide whether to load a Flash or HTML
website (lite version). Is this possible?.

 
Reply With Quote
 
 
 
 
Stan McCann
Guest
Posts: n/a
 
      11-09-2006
wrote in
news: ps.com:

>
> Bergamot wrote:
>> wrote:
>> > a way to have the webserver determine the
>> > clients connection speed and decide whether to load a Flash or
>> > HTML website (lite version).

>>
>> Connection speed is not the only factor.
>>
>> Leave the choice up to the visitor. Some will want Flash even if
>> it's slow, while others will want HTML regardless of speed.
>>
>> --
>> Berg

>
> I plan on giving the option and for it to be saved in a cookie, but
> I was hoping for the server to determine which site to provide
> initially.
> Is this possible?
>
>


I don't think it is possible, at least, not easily. As Berg said,
leave it up to the visitor. Some will also not accept your cookie.

--
Stan McCann, RETIRED!!, "Uncle Pirate" http://stanmccann.us/
Implementing negative score for googlegroup postings, see
http://blinkynet.net/comp/uip5.html
A zest for living must include a willingness to die. - R.A. Heinlein
 
Reply With Quote
 
 
 
 
Bergamot
Guest
Posts: n/a
 
      11-09-2006
wrote:
> a way to have the webserver determine the
> clients connection speed and decide whether to load a Flash or HTML
> website (lite version).


Connection speed is not the only factor.

Leave the choice up to the visitor. Some will want Flash even if it's
slow, while others will want HTML regardless of speed.

--
Berg
 
Reply With Quote
 
z.heineman@gmail.com
Guest
Posts: n/a
 
      11-09-2006

Bergamot wrote:
> wrote:
> > a way to have the webserver determine the
> > clients connection speed and decide whether to load a Flash or HTML
> > website (lite version).

>
> Connection speed is not the only factor.
>
> Leave the choice up to the visitor. Some will want Flash even if it's
> slow, while others will want HTML regardless of speed.
>
> --
> Berg


I plan on giving the option and for it to be saved in a cookie, but I
was hoping for the server to determine which site to provide initially.
Is this possible?

 
Reply With Quote
 
Michael Fesser
Guest
Posts: n/a
 
      11-09-2006
..oO()

>I plan on giving the option and for it to be saved in a cookie, but I
>was hoping for the server to determine which site to provide initially.
> Is this possible?


No.

Micha
 
Reply With Quote
 
Sid
Guest
Posts: n/a
 
      11-09-2006
On 9 Nov 2006 12:45:26 -0800, wrote:

: We are looking to update our website to a flash based layout, but we do
: not want to loose customers because of long load times. I am hoping
: someone can inform me of a way to have the webserver determine the
: clients connection speed and decide whether to load a Flash or HTML
: website (lite version). Is this possible?.


Even if its the fastest DSL a flash splash page is bad news.

Sid

 
Reply With Quote
 
cwdjrxyz
Guest
Posts: n/a
 
      11-09-2006

wrote:
> We are looking to update our website to a flash based layout, but we do
> not want to loose customers because of long load times. I am hoping
> someone can inform me of a way to have the webserver determine the
> clients connection speed and decide whether to load a Flash or HTML
> website (lite version). Is this possible?.


I think that it is possible, but I can not point you to a ready-made
code. I think it likely would best be done on the server using php. It
is quite possible to determine download speed. For example a download
speed test for my isp which is SBC/Yahoo DSL is at
http://support.sbcglobal.net/dsl/speedtest/ . This sort of speed test
often uses JAVA. You would need only the download speed test, and of
course the location to which the viewing browser points for your test
would be on your own server. The speed test need not be very accurate,
so you can design the test to be fairly rapid. When the speed test is
completed, the user is then redirected to one page for a slow
connection and another for a fast connection, or possibly everything
could be done on a single page.

 
Reply With Quote
 
Michael Fesser
Guest
Posts: n/a
 
      11-09-2006
..oO(cwdjrxyz)

>I think that it is possible, but I can not point you to a ready-made
>code. I think it likely would best be done on the server using php. It
>is quite possible to determine download speed.


Not reliably.

>For example a download
>speed test for my isp which is SBC/Yahoo DSL is at
>http://support.sbcglobal.net/dsl/speedtest/ . This sort of speed test
>often uses JAVA.


That's the first problem - the Java RTE is not available/enabled on most
machines. Additionally a test inside of the local ISP network is
somewhat different than a test in the open Internet.

>You would need only the download speed test, and of
>course the location to which the viewing browser points for your test


That's the second problem - the way from the user through the Internet
to the server. Every single router on that way can dramatically slow
down the transfer.

>would be on your own server. The speed test need not be very accurate,
>so you can design the test to be fairly rapid. When the speed test is
>completed, the user is then redirected to one page for a slow
>connection and another for a fast connection, or possibly everything
>could be done on a single page.


What if the user has some downloads or a P2P client running in the
background? What if there's a temporary network congestion?

In short: You can't test the connection speed, you can just guess.
If that's enough for you - try it. I wouldn't.

Micha
 
Reply With Quote
 
richard
Guest
Posts: n/a
 
      11-09-2006

<> wrote in message
news: ups.com...
> We are looking to update our website to a flash based layout, but we do
> not want to loose customers because of long load times. I am hoping
> someone can inform me of a way to have the webserver determine the
> clients connection speed and decide whether to load a Flash or HTML
> website (lite version). Is this possible?.
>


use a gateway door entery style page. let the visitor pick which is most
appropriate.
I totally hate sites that demand on using flash for all of it's design and
presentation.
flash is meant to enhance certain aspects, not be the website.

 
Reply With Quote
 
Travis Newbury
Guest
Posts: n/a
 
      11-10-2006
wrote:
> We are looking to update our website to a flash based layout, but we do
> not want to loose customers because of long load times. I am hoping
> someone can inform me of a way to have the webserver determine the
> clients connection speed and decide whether to load a Flash or HTML
> website (lite version). Is this possible?.


Not like you at thinking. One way we use is with javascript, so it
will not work for all your visitors. But the basic idea is this:

You start a timer in Javascript. You then have a 1k (1024 byte)
comment, then you check the timer again. The amount of time that has
passed will allow you to tell how fast the user was able to download
the 1024 byte comment. This will give you an approximation of the
speed they are connected.

Before everyone jumps all over my ass, no, this is not perfect. But it
will give you an indication.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Shipping Auto Shipping Scheduling:car moving auto transport linkswanted ASP .Net 0 02-16-2008 02:40 AM
determing the generic type Aryeh M. Friedman Java 2 07-14-2006 09:04 AM
Determing web-site root Mantorok ASP .Net 7 06-26-2006 03:48 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57