Posted by Quimby Melton on January 27, 2007
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 »
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 »