Tip-of-the-day

Stuart on March 22nd, 2006

Concurrent Connections with Ajax Here’s an quick example of an ajaxed application with multiple connections. You have your main page (lets say index.htm), when it loads it calls in various content using ajax (lets say we call in navigation.php, products.php and basket.php). So navigation.php, and products.php load fine but basket.php fails!! Hmmm, what a pain [...]

Continue reading about Ajax tip of the day – Concurrent Connections