Update This post has been completely re-written to describe a better way of making server-side code responsive. Instead of posting the variable through Ajax, it uses GET to load a fully-responsive page. A few code tweaks make the technique both user- and search-engine friendly. Update 2: In screensize.php, changed window.location.href = $sizeurl; to window.location.replace($sizeurl); to […]
↧