Page 1 of 1

reworked website with pano as index page

Posted: Sat Sep 14, 2013 3:05 am
by Carel
I redid http://sphericalpanoramas.com to make it more html5 accessible. I more or less ignored anything smaller than a tablet as far as the skin is concerned. At first I wanted to do the whole website with only Pano2VR, but creating the various galleries and future gallery updates would have become too cumbersome. The index page is completely done within Pano2vr.

Carel Struycken

Re: reworked website with pano as index page

Posted: Sun Sep 15, 2013 12:48 am
by Don
Beautiful panos. I like the way they change with each visit.

Re: reworked website with pano as index page

Posted: Sun Sep 15, 2013 1:07 am
by Carel
I like the way they change with each visit.
It would be even better if I could hide the last part of the url, so that if people copy and paste the url, it will only copy sphericalpanoramas.com and not what comes after it.

Re: reworked website with pano as index page

Posted: Mon Sep 16, 2013 7:01 am
by ScottWitte
Carel wrote:It would be even better if I could hide the last part of the url, so that if people copy and paste the url, it will only copy sphericalpanoramas.com and not what comes after it.
There are several ways to accomplish this, I'm sure. For instance:

You could have the panos in an iframe on a general index page.

You could have several versions of scripts, each loading a different pano. Your random generator then selects which script to run to show which random pano.

You could set variables depending on which random number was generated and use those random values in a single standard script.

Re: reworked website with pano as index page

Posted: Mon Sep 16, 2013 7:26 pm
by Carel
You could have the panos in an iframe on a general index page.
Yes, that is how I used to have it in the past and is also the only method I managed to implement due to my coding illiteracy. This time I did not want to use an iframe because iOS still cannot escape from an iframe to "true" fullscreen. But as the gallery button on the index page goes to a new tab/window anyhow, it should not be an issue. Back to an iframe then :-)

Carel