There are a couple of “peerage moves” we like for their simplicity around here, they being toggling between …
- the just about totally equivalent [webApplicationName].html and [webApplicationName].htm usages … and/or …
- the just about totally equivalent [imageFileName].jpg and [imageFileName].jpeg usages (starts with latter, with no local knowledge shown and Javascript DOM changes to former, after quiz questions all touched upon)
… and today, further to yesterday’s Bird Quiz Primer Tutorial, for the first time we can remember both feature in today’s work to set up a “couple of Bird Quiz” peers we allow either to call on the other via a user dropdown element onchange …
function changeit(osel) {
if ((document.URL.split('?')[0].split('#')[0] + '#').indexOf(osel.value + '#') == -1) {
location.href=osel.value;
}
}
… event function based on a new dropdown (ie. select element) …
<select size=2 onchange=changeit(this);><option value='bird_quiz.htm' selected>Out and About</option><option value='bird_quiz.html'>Bird Bath</option></select>
… which swaps around in option order for the other peer. Very simple means of extending functionality in the image map form (and thanks to mobilefish here) involving my sister’s great photography again, thanks, of the changed bird_quiz.htm‘s Bird Quiz you can try, again, below …
Previous relevant Bird Quiz Primer Tutorial is shown below.
In Australia, a lot of our wildlife is of the bird variety, and you may want to research the Wallace Line for further research into why this is the case. The variety of birdlife can be tremendous, even in urban areas.
My sister lives in a great part of Australia for birdlife, and thanks to her great photography, and, no doubt, patience, today’s new …
Bird Quiz
… game asks quite a bit of the user as far as identifying (today’s fast and small) birds goes, but there are lots of Australians into ornithology, as, no doubt, in other parts of the world.
We’ve based the game on an image in a form without the local knowledge, and if the user completes the quiz, revealing that local knowledge, in the image map form (and thanks to mobilefish here) of bird_quiz.html‘s Bird Quiz you can try below …
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.



