Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 42 declined, 8 accepted (50 total, 16.00% accepted)

×
The Internet

Submission + - Web 2.0 versus Dialup?

heretic108 writes: As RIAs (or Rich Internet Applications, aka "Web 2.0") frameworks get more advanced, delivering a better user experience, browsers are needing to download more and more client-side code.

With some frameworks, there can be hundreds of kB to download before the user sees the page. Ok for broadband, just a couple of seconds, but for the 40-90% of users (depending on country) still on dialup this means up to a minute of latency before they see any content. This is enough to make most visitors give up and click elsewhere. Worse, many RIA frameworks don't degrade well if js is disabled.

One thing I've considered is a non-RIA page containing javascript which (1) displays a 'loading...' message and (2) redirects to the RIA version. With this, if the client has js disabled they can access the non-RIA version. Otherwise, they can wait for the RIA version to load.

What techniques are web developers using to balance the benefits of RIAs against the problems of latency and clients disabling javascript?

Slashdot Top Deals

The one day you'd sell your soul for something, souls are a glut.

Working...