The popular hosted site Quick & Easy has had a facelift. Benny's page hosts several popular tools he's writen, including the Telltale Explorer, a replacement Grim Fandango installer, the USB Disk Ejector, and many more. Tools like the Telltale Music Extractor are updated often to support Telltale's latest games so make sure you stop by from time to time to check out the latest updates.
Articles
4 Comments
Add a comment
Log in or register a Mojo Account if you would like to comment. Forgotten you password? Reset it!
Remi O
You can link stylesheets in the style tag based on client width fairly similarly to this:
@import url("styles.css") screen and (max-device-width: 1024px);
Or use this:
http://www.webresourcesdepot.com/serve-css-files-based-on-screen-width-using-adapt-js/
Cheers Reimzo ;
@import url("styles.css") screen and (max-device-width: 1024px);
Or use this:
http://www.webresourcesdepot.com/serve-css-files-based-on-screen-width-using-adapt-js/
Link me to a suitably simple way of detecting the resolution and serving up different css and I'll look into changing it.