Having created v1.0 of its website for the Black Mountain Institute earlier this year, Studio Hyperset recently took v2.0 live. The new site can be viewed at the same URL, though: http://www.blackmountaininstitute.org
Archive for October, 2006
BMI v2.0 now live
Posted by Quimby Melton on October 8, 2006
Posted in News and Events | Leave a Comment »
elq (el quatro web designs) is now Studio Hyperset
Posted by Quimby Melton on October 8, 2006
Studio Hyperset co-founder O. Quimby Melton began his professional life on the internet with an outfit he created and called elq web designs (a.k.a “el quatro web deisgns”). As of October 8, 2006, elq has been rolled into Studio Hyperset and is inactive as a design entity. It’s homepage (http://www.elquatrodesigns.com) simply redirects visitors to the Studio Hyperset site and, in the not-to-distant future, will be taken down. At that time, visitors to the domain will simply be automatically redirected to Studio Hyperset.
An archive of v3.0 of the elq web site can be found here: http://www.elquatrodesigns.com/indexORIG.shtml; and anyone interested in perusing 2006 elq news and events information can view the now inactive news feed here: http://www.elquatrodesigns.com/newsfeed.xml or browse this page: http://www.elquatrodesigns.com/newsitems/index.shtml
Quimby began elq as an M.A. student at UNLV in 2003. In its original inception, elq – via a very primitive website – was to provide low-cost web pages to the academic community. It quickly spilled over into other arenas, though, developing projects for the UNLV English Department; and by 2006, providing service to many of the current Studio Hyperset clients. The elq page went through four distinctive design overhauls; and as of today, it will be allowed to fade into the history of the ever-developing modern internet.
More information about the goals and inception of elq can be found here: http://www.elquatrodesigns.com/about.shtml
Posted in News and Events | Leave a Comment »
Studio Hyperset website and MySpace profile now live
Posted by Quimby Melton on October 7, 2006
Both the Studio Hyperset website and its MySpace profile went live today. Visit our homepage at http://www.studiohyperset.com and our MySpace profile at http://www.myspace.com/studiohyperset
Posted in News and Events | Leave a Comment »
Detecting and automatically redirecting website visitors who visit a standard webpage / website on mobile, handheld, wireless, PDA, or cel / cell phone devices / browsers to a mobile version of the webpage or website
Posted by Quimby Melton on October 6, 2006
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.
In developing the Studio Hyperset mobile website, I must have searched every combination of the following word group: “mobile, redirect, browser, automatic, detect, wireless, device, handheld, PDA, cell, cel, phone.” Just imagine the host of indefinite and definite articles I had to scatter in there like pepper to make phrases in the Google box!
I was trying to find hints on and/or scripts that would allow me to detect and automatically redirect website visitors who visited a standard webpage / website on mobile, handheld, wireless, PDA, or cel / cell phone devices / browsers to a mobile version of the webpage or website.
I found next to nothing; but using these three extremely helpful sites, Zytrax.com, a Nokia discussion forum, and a MSDN blog called Pla.NET Southeast!, I think I was able to piece together three bits of code that will
- scan a visitor’s platform (using .asp HTTP_USER_AGENT strings)
- scan a visitor’s browser type (using .php USER_AGENT strings)
- and generally check to see what type of device the visitor is using
I hope these will allow me to detect and automatically redirect website visitors to the standard Studio Hyperset homepage on mobile, handheld, wireless, PDA, or cel / cell phone devices / browsers to the Studio Hyperset mobile page.
I want to share these scripts for development and troubleshooting; and in the best humanistic spirit of the WWW, I wanted to make them available in the hopes that others who share the need to detect and automatically redirect website visitors who visit a standard webpage / website on mobile, handheld, wireless, PDA, or cel / cell phone devices / browsers to a mobile version of the webpage or website will be saved the trouble I went through.
I’ve posted the scripts as a .zip file here: http://www.studiohyperset.com/resources/redirect.zip I make no proprietary claim over these scripts whether to sell them or claim credit from them. All I ask those who use the script to do is post a comment that you used the scripts and whether or not (and how) you improved them. This way, I can put out additional, improved versions of the scripts or, if necessary, drop one or two to concentrate on developing the remaining one or two.
About the scripts
mobile.php
Drawing on the list of Zytrax Mobile Browser ID (User-Agent) Strings, this .php file asks the visitor’s server to identify the browser s/he is using. If it’s one of the mobile browsers listed (Opera Mini, AvantGo, ReqwirelessWeb, &tc.), the user is redirected to the mobile version of Studio Hyperset. If the user’s browser isn’t on the list, s/he is passed on to the standard homepage. Of the three, I have the most faith in this one as the User Agents are well defined and quite specific.
mobile.asp
Drawing on the .asp code listed on the Nokia discussion forum – having added quite a few additional platforms to the list myself – this .asp file asks the visitor’s server to identify the platform s/he is using. If it’s one of the mobile platforms listed (Palm, PocketPC, Samsung, &tc.), the user is redirected to the mobile version of Studio Hyperset. I have a bit less faith in this one because it’s a general, trade-name list of platforms rather than a specific list of codes and the like. Still, though, it will probably work if the server can identify keywords in the User Agent string.
mobile2.asp
I’d be surprised if this one actually works alone. Still, I’ve included it as a catch all should the other two scripts miss something. The “if (Request.Browser["IsMobileDevice"] == “true” )” string just seems too simplistic to actually work. It’s too general, especially when compared to the specificity of the “mobile.php” script.
Remember, as the the pace of mobile technology development continues to increase, more and more platforms and browsers will need to be added to the list. I encourage us all to stay on top of these developments and add platforms and browsers to these code strings.
I invite comments, suggestions, additions, and ideas.
I hope this fills the void in the Internet where heretofore easy-to-use, reliable scripts of this sort could not be easily found.
Posted in Professional Development | 21 Comments »
Studio Hyperset mobile page now live
Posted by Quimby Melton on October 6, 2006
In preparation for full implimentation of the Studio Hyperset web profile, the Studio Hyperset mobile page went live today. The URL is http://mobile.studiohyperset.com
Posted in News and Events | Leave a Comment »