hyper/boʊl/e

a delightful dish of Studio Hyperset news and information

Archive for January, 2007

Hard Press Editions

Posted by Quimby Melton on January 27, 2007

Hard Press Editions Studio Hyperset has been retained by Lenox, Mass.-based art-book publisher Hard Press Editions to complete and maintain its current website. SH will also begin working on a new site for the publisher in the near future.

Combining its trademark clean-code, search-bot-friendly, aesthetically-pleasing, and effectively-navigable hypermedia craft skills, SH will help HPE rank more consistently in Google search returns, have a more engaging presence on-line, and generally present itself more effectively on the internet.

More information on this project will be posted as the need arises.

Posted in News and Events | Leave a Comment »

WURFL – Wireless Universal Resource File

Posted by Quimby Melton on January 22, 2007

Thanks to “death death” for turning Studio Hyperset on to this: WURFL – Wireless Universal Resource File.

Responding to the SH need for reliable Blackberry USER_AGENT strings to include in the Mobile Redirect Code, “death” turned us on to the WURFL.

Gracias, amigo.

Posted in Professional Development | Leave a Comment »

Mobile Redirect Code Update

Posted by Quimby Melton on January 11, 2007

For an up-to-date list of posts/comments on this topic and a link to the most current version of the script(s), visit the MOBILE REDIRECT CODE DISCUSSION INDEX.

Thanks to a helpful hint from Danielle, the following code strings need to be inserted into the mobile.php code previously discussed.

$_SERVER['HTTP_USER_AGENT']==’SAMSUNG-SGH-D900′) {
header(“location: $mobile”); } elseif(
$_SERVER['HTTP_USER_AGENT']==’SAMSUNG-SGH-D900/1′) {
header(“location: $mobile”); } elseif(

This will ensure the automatic redirection of Samsung D900 devices.

I’m still having trouble redirecting Blackberry devices so anyone wishing to post a suggestion or email it to info@studiohyperset.com is most welcome to do so.

Posted in Professional Development | 4 Comments »