Measuring Bandwidth with JavaScript
Most Web Developers have access to broadband Internet connections — but unfortunately this does not yet reflect the type of connections many Internet users are using. Some might still be on ISDN or even on dial-up. This article is meant to discuss the idea of measuring the user bandwidth using JavaScript and serving different types of content to users depending on their connection speed. Continue…