Meanwhile, back at โAbsolute SVG Positioning (ideally with water views, and โTahiti sounds niceโ) Symposiumโ and โImage Map Admiration Society Cocktail and Drinks Donโtโ we wanted to take advantage of the hours spent at the wonderful and stupendous mobilefish Image Map creator helper helping us out (along with TreatyRepublic.netโs original map, thanks) when we created Australian Indigenous Language HTML Map Audio and YouTube Tutorial, and add some SVG overlaying into the mix, like we did with the map of India (with its image map whose co-ordinates we think we may have derived from some SVG polygons โฆ we canโt recall, but if true we travel the whole circle back) presented with the recent HTML Map Element SVG Context Tutorial. You may recall, there we got some context going by involving the Google Chart โwhere of lifeโ โฆ
โฆ into the re-mix, the former a wooooooorrrrrllld view and the latter a regional view. So to today, and we wanted to find a small way to link โplaceโ and โlanguageโ regarding this โLanguage Mapโ of Australiaโa first people, who have lived in Australia for many tens of thousands of years โฆ
ABORIGINAL AUSTRALIANS ARE descendents of the first people to leave Africa up to 75,000 years ago, a genetic study has found, confirming they may have the oldest continuous culture on the planet.
We found a good List of Australian Aboriginal languages webpage, thanks, that we link to within this new SVG overlaying functionality via a W addition to the research potential and navigational aspects to this project.
Perhaps you want to use this changedHTML and Javascript and CSS aboriginal_language_regionshtml image map live
run link to see how this plays out in actuality?
Previous relevant HTML Map Element SVG Context Tutorial is shown below.
An improvement to yesterdayโs HTML Map Element SVG Tutorial โwhereโ type HTML map onclick type web application is to interface to some contextual Google Chart โfriendsโ โฆ
โฆ the Geo Chart contextualizing at the world view and the Map Chart zooming in to a regional view. These emoji button contextualizations can happen in HTML iframe child elements via changes to thechanged external Javascript mapsvgjs called by ourchanged HTML india_map
htm map of India web
application. We hope you try this out yourself, and weโll leave you with the External Javascript code.
// mapsvg.js
// RJM Programming
// February, 2019
// Help out web applications with map elements with area polygon subelements
// //www.rjmprogramming.com.au/PHP/Map/map.php?title=Warlpiri&onclick=y&label=[%27Lat%27,&value=%27Lon%27,%27Name%27]&data=,[-20.93221223300971,134.25275622895623,~MinxMiny~],[-20.93221223300971,141.93852996632998,~MaxxMiny~],[-27.14060932038835,141.93852996632998,~MaxxMaxy~],[-27.14060932038835,134.25275622895623,~MinxMaxy~]
// //www.rjmprogramming.com.au/PHP/GeoChart/geo_chart.php?width=556&height=347&country=Places&popularity=&aregeographicals=y&title=Warlpiri&onclick=y&label=[%27Lat%27,&value=%27Lon%27|%27Name%27]&data=[-20.93221223300971|134.25275622895623|~MinxMiny~,1],[-20.93221223300971|141.93852996632998|~MaxxMiny~,1],[-27.14060932038835|141.93852996632998|~MaxxMaxy~,1],[-27.14060932038835|134.25275622895623|~MinxMaxy~,1]%20|%20[-90.0|0.0|~%20~,999999999]
function lookformap() {
var simgs=document.getElementsByTagName("img"), ioff=0; ioffy=0;
var sareas=document.getElementsByTagName("area");
var ij, iareas, what, eleadd='', pcoords, minx=0, maxx=0, miny=0, maxy=0, svgpl='', svgpld='';
var premurl='', midmurl='', postmurl='', murl='', turl='_blank';
var pregurl='', midgurl='', postgurl='', gurl='';
var preiframe='', showpreiframe=' location.href=' + "'#rjmmap'" + ';" ';
var appendto=document.body;
if (document.head.innerHTML.indexOf('mapsvg.js?eleid=') != -1) {
appendto=document.getElementById(document.head.innerHTML.split('mapsvg.js?eleid=')[1].split('&')[0].split("'")[0].split('"')[0].split('>')[0]);
if (document.body.innerHTML.indexOf(appendto.outerHTML + '</td>') == -1) {
showpreiframe=' document.getElementById(' + "'arjmmap'" + ').style.display=' + "'block'" + '; location.href=' + "'#arjmmap'" + '; ';
preiframe='<a style=text-decoration:underline;cursor:pointer; onclick="window.scrollTo(0,0);" id="arjmmap">Back to top</a><br>';
}
}
if (simgs.length > 0) {
var irect=simgs[0].getBoundingClientRect();
ioffx=Math.floor(eval(('' + irect.left).replace('px','')));
ioffy=Math.floor(eval(('' + irect.top).replace('px','')));
if (('' + simgs[0].id) != '' && preiframe != '') {
preiframe=preiframe.replace("window.scrollTo(0,0)", "location.href='#" + ('' + simgs[0].id));
}
}
for (iareas=0; iareas<sareas.length; iareas++) {
svgpl='';
svgpld='';
pcoords=sareas[iareas].coords.replace(/\ /g,',').split(',');
if (pcoords.length > 1) {
minx=eval('' + pcoords[0]);
miny=eval('' + pcoords[1]);
maxx=eval('' + pcoords[0]);
maxy=eval('' + pcoords[1]);
for (ij=2; ij<pcoords.length; ij+=2) {
if (eval('' + pcoords[ij]) < minx) { minx=eval('' + pcoords[ij]); }
if (eval('' + pcoords[eval(1 + ij)]) < miny) { miny=eval('' + pcoords[eval(1 + ij)]); }
if (eval('' + pcoords[ij]) > maxx) { maxx=eval('' + pcoords[ij]); }
if (eval('' + pcoords[eval(1 + ij)]) > maxy) { maxy=eval('' + pcoords[eval(1 + ij)]); }
}
if (retll) {
if (murl == '' && premurl == '') {
if (appendto) {
turl='rjmmap';
premurl='<br><a onclick="document.getElementById(' + "'rjmmap'" + ').style.display=' + "'block'" + '; ' + showpreiframe + ' " target="' + turl + '" title="Google Map Chart" href="//www.rjmprogramming.com.au/PHP/Map/map.php?title=';
pregurl=' <a onclick="document.getElementById(' + "'rjmmap'" + ').style.display=' + "'block'" + '; ' + showpreiframe + ' " target="' + turl + '" title="Google Geo Chart" href="//www.rjmprogramming.com.au/PHP/GeoChart/geo_chart.php?width=556&height=347&country=Places&popularity=&aregeographicals=y&title=';
} else {
premurl='<br><a target="' + turl + '" title="Google Map Chart" href="//www.rjmprogramming.com.au/PHP/Map/map.php?title=';
pregurl=' <a target="' + turl + '" title="Google Geo Chart" href="//www.rjmprogramming.com.au/GeoChart/geo_chart.php?width=556&height=347&country=Places&popularity=&aregeographicals=y&title=';
}
midmurl='&onclick=y&label=' + "['Lat',&value='Lon','Name']" + '&data=';
midgurl='&onclick=y&label=[%27Lat%27,&value=%27Lon%27|%27Name%27]&data=';
postmurl='">📍</a>';
postgurl='%20|%20[-90.0|0.0|~%20~,999999999]">🗺</a>';
if (('' + sareas[iareas].title) == '') {
murl=premurl + encodeURIComponent('Place') + midmurl + ',[' + retll(minx,miny) + ',~MinxMiny~],[' + retll(maxx,miny) + ',~MaxxMiny~],[' + retll(maxx,maxy) + ',~MaxxMaxy~],[' + retll(minx,maxy) + ',~MinxMaxy~]' + postmurl;
gurl=pregurl + encodeURIComponent('Place') + midmurl + '[' + retll(minx,miny).replace(',','|') + '|~MinxMiny~,1],[' + retll(maxx,miny).replace(',','|') + '|~MaxxMiny~,1],[' + retll(maxx,maxy).replace(',','|') + '|~MaxxMaxy~,1],[' + retll(minx,maxy).replace(',','|') + '|~MinxMaxy~,1]' + postgurl;
} else {
murl=premurl + encodeURIComponent('' + sareas[iareas].title) + midmurl + ',[' + retll(minx,miny) + ',~MinxMiny~],[' + retll(maxx,miny) + ',~MaxxMiny~],[' + retll(maxx,maxy) + ',~MaxxMaxy~],[' + retll(minx,maxy) + ',~MinxMaxy~]' + postmurl;
gurl=pregurl + encodeURIComponent('' + sareas[iareas].title) + midmurl + '[' + retll(minx,miny).replace(',','|') + '|~MinxMiny~,1],[' + retll(maxx,miny).replace(',','|') + '|~MaxxMiny~,1],[' + retll(maxx,maxy).replace(',','|') + '|~MaxxMaxy~,1],[' + retll(minx,maxy).replace(',','|') + '|~MinxMaxy~,1]' + postgurl;
}
if (appendto) {
appendto.innerHTML+=preiframe + '<iframe id=rjmmap name=rjmmap style="display:none;width:100%;height:600px;" src="//www.rjmprogramming.com.au/"></iframe>';
}
} else if (murl == '') {
if (('' + sareas[iareas].title) == '') {
murl=premurl + encodeURIComponent('Place') + midmurl + ',[' + retll(minx,miny) + ',~MinxMiny~],[' + retll(maxx,miny) + ',~MaxxMiny~],[' + retll(maxx,maxy) + ',~MaxxMaxy~],[' + retll(minx,maxy) + ',~MinxMaxy~]"' + postmurl;
gurl=pregurl + encodeURIComponent('Place') + midmurl + '[' + retll(minx,miny).replace(',','|') + '|~MinxMiny~,1],[' + retll(maxx,miny).replace(',','|') + '|~MaxxMiny~,1],[' + retll(maxx,maxy).replace(',','|') + '|~MaxxMaxy~,1],[' + retll(minx,maxy).replace(',','|') + '|~MinxMaxy~,1]' + postgurl;
} else {
murl=premurl + encodeURIComponent('' + sareas[iareas].title) + midmurl + ',[' + retll(minx,miny) + ',~MinxMiny~],[' + retll(maxx,miny) + ',~MaxxMiny~],[' + retll(maxx,maxy) + ',~MaxxMaxy~],[' + retll(minx,maxy) + ',~MinxMaxy~]"' + postmurl;
gurl=pregurl + encodeURIComponent('' + sareas[iareas].title) + midmurl + '[' + retll(minx,miny).replace(',','|') + '|~MinxMiny~,1],[' + retll(maxx,miny).replace(',','|') + '|~MaxxMiny~,1],[' + retll(maxx,maxy).replace(',','|') + '|~MaxxMaxy~,1],[' + retll(minx,maxy).replace(',','|') + '|~MinxMaxy~,1]' + postgurl;
}
}
}
for (ij=0; ij<pcoords.length; ij+=2) {
svgpl+=svgpld + eval(-minx + eval('' + pcoords[ij])) + ',' + eval(-miny + eval('' + pcoords[eval(1 + ij)]));
svgpld=' ';
}
if (appendto) {
appendto.innerHTML+='<div title="' + sareas[iareas].coords + '" id=dsa' + iareas + ' style="position:absolute;left:' + eval(minx + ioffx) + 'px;top:' + eval(miny + ioffy) + 'px;width:' + eval(maxx - minx) + 'px;height:' + eval(maxy - miny) + 'px;display:none;"><svg height="100%" width="100%"><polygon points="' + svgpl + '" style="fill:lime;stroke:purple;stroke-width:1" /></svg></div>';
if (('' + sareas[iareas].title) != '' || murl != '') {
appendto.innerHTML+='<div title="' + sareas[iareas].coords + '" id=dtsa' + iareas + ' style="position:absolute;left:' + eval(eval(minx + ioffx) + eval(eval(maxx - minx) / 4)) + 'px;top:' + eval(eval(miny + ioffy) + eval(eval(maxy - miny) / 4)) + 'px;font-size:8px;display:none;">' + ('' + sareas[iareas].title) + murl + gurl + '</div>';
}
}
murl='';
gurl='';
}
}
}
setTimeout(lookformap, 3000);
Previous relevant HTML Map Element SVG Tutorial is shown below.
Hang around reading at this blog long enough, or just read Legend for and from HTML Map Element CSS Tutorial below, and we think youโll get the gist of what high regard we have for the HTML map element in these here parts. On many an occasion weโve recommended the use of the brilliant Mobilefish โcreate your own image mapโ functionality to create these. We do not resile from this advice today. What we are โjoining upโ today is the phase after all that hard work creating the HTML map element, and doing more advanced โpresentation feelingโ functionalities when using that HTML map element, all possible due to that โฆ
Area Graph challenge primarily revolved around how to create polygonal backgrounds, and here we got great help from both encasing SVG within an absolutely positioned HTML div in order to control SVG positioning (thanks heaps) and regarding Area Chart looks to end up with some Area Graph only Javascript โฆ
if (document.getElementById('h1column').innerHTML == 'Area') { // thanks to https://stackoverflow.com/questions/41988955/absolute-positioning-of-svg-element-not-working and https://datavizcatalogue.com/methods/area_graph.html
var mintop=Math.min(eval('' + document.getElementById('hrlg' + lasthr).style.top.replace('px','')), eval('' + document.getElementById('hrlg' + hrlgcnt).style.top.replace('px','')));
var minleft=Math.min(eval('' + document.getElementById('hrlg' + lasthr).style.left.replace('px','')), eval('' + document.getElementById('hrlg' + hrlgcnt).style.left.replace('px','')));
var thisheight=Math.abs(zerozeroy - mintop);
var thiswidth=Math.abs(eval('' + document.getElementById('hrlg' + lasthr).style.left.replace('px','')) - eval('' + document.getElementById('hrlg' + hrlgcnt).style.left.replace('px','')));
var az='<div class="svg-container" style="opacity:0.5;position:absolute;top:' + Math.floor(eval(14 + mintop)) + 'px;left:' + Math.floor(minleft) + 'px;width:' + Math.floor(thiswidth) + 'px;height:' + Math.floor(thisheight) + 'px;"><svg height="100%" width="100%"><polygon points="'; //0,0 ' + Math.floor(eval('' + dwl) + eval(eval('' + dw) / 2)) + ',0 ' + Math.floor(eval('' + dwl) + eval(eval('' + dw) / 2)) + ',' + Math.floor(eval(yfactor * eval(eval('' + yvalue) - eval('' + yoffset)))) + ' ' + Math.floor(eval('' + dwl) + eval(eval('' + dw) / 2)) + ',' + Math.floor(eval(yfactor * eval(eval('' + yvalue) - eval('' + yoffset)))) + '" style="fill:lime;stroke:purple;stroke-width:1" /></svg></div>';
az+='' + Math.floor(eval('' + document.getElementById('hrlg' + lasthr).style.left.replace('px','')) - minleft) + ',';
az+='' + Math.floor(eval('' + document.getElementById('hrlg' + lasthr).style.top.replace('px','')) - mintop) + ' ';
az+='' + Math.floor(eval('' + document.getElementById('hrlg' + hrlgcnt).style.left.replace('px','')) - minleft) + ',';
az+='' + Math.floor(eval('' + document.getElementById('hrlg' + hrlgcnt).style.top.replace('px','')) - mintop) + ' ';
az+='' + Math.floor(eval('' + document.getElementById('hrlg' + hrlgcnt).style.left.replace('px','')) - minleft) + ',';
az+='' + Math.floor(eval(eval(eval('' + zerozeroy)) - mintop)) + ' ';
az+='' + Math.floor(eval('' + document.getElementById('hrlg' + lasthr).style.left.replace('px','')) - minleft) + ',';
az+='' + Math.floor(eval(eval(eval('' + zerozeroy)) - mintop)) + ' ';
az+='" style="fill:' + acol + ';stroke:purple;stroke-width:1" /></svg></div>';
document.getElementById('daxes').innerHTML+=az;
}
โฆ half the day gone
โฆ idea from HTML Square Horizontal Rule Four Graphs Tutorial the other day.
Do you remember our map of India web application that allows you to click on a state of India, the boundaries for which were derived via mobilefish work (or another approach you can think of yourself, perhaps)? See below, how with the โAfterโ version, you can click on an Indian state and be shown the ancilliary information, as ever, but also now, via a new HTML area tag newonclick event Javascript function โฆ
function checkdsa(ath) {
var zr=0, zf=false;
if (document.getElementById('dsa0')) {
while (!zf) {
if (document.getElementById('dsa' + zr)) {
if (document.getElementById('dsa' + zr).title == ath.coords) {
zf=true;
} else {
zr++;
}
} else {
zf=true;
zr=-1;
}
}
} else {
zr=-2;
}
if (zr >= 0) {
document.getElementById('dsa' + zr).style.display='block';
if (document.getElementById('dtsa' + zr)) {
document.getElementById('dtsa' + zr).style.display='block';
}
}
}
โฆ that you may be intrigued about regarding the uncertainty of the code snippet if (document.getElementById(โdsa0โ)) ? Well, that โdsa0โ (and others of its ilk) are HTML div elements, created or not, depending on โฆ
- existence of new external Javascript (via the new
parent HTML call) โฆ
<script src='mapsvgjs?eleid=svgd' type='text/javascript'></script>
- existence of HTML area elements (as subelements of an HTML map element)
- existence of an HTML img element (we assume first such element is one underpinning the map element above)
โฆ and all being so that new external Javascript below happens, to create those โdsa0โ type HTML div elements that overlay green SVG elements on top once the user has visited (like CSS :visit) (as well as overlaying further any HTML area tag title property (should that exist, and for the edification of the user)) โฆ
// mapsvg.js
// RJM Programming
// February, 2019
// Help out web applications with map elements with area polygon subelements
function lookformap() {
var simgs=document.getElementsByTagName("img"), ioff=0; ioffy=0;
var sareas=document.getElementsByTagName("area");
var ij, iareas, what, eleadd='', pcoords, minx=0, maxx=0, miny=0, maxy=0, svgpl='', svgpld='';
var appendto=document.body;
if (document.head.innerHTML.indexOf('mapsvg.js?eleid=') != -1) {
appendto=document.getElementById(document.head.innerHTML.split('mapsvg.js?eleid=')[1].split('&')[0].split("'")[0].split('"')[0].split('>')[0]);
}
if (simgs.length > 0) {
var irect=simgs[0].getBoundingClientRect();
ioffx=eval(('' + irect.left).replace('px',''));
ioffy=eval(('' + irect.top).replace('px',''));
}
for (iareas=0; iareas<sareas.length; iareas++) {
svgpl='';
svgpld='';
pcoords=sareas[iareas].coords.replace(/\ /g,',').split(',');
if (pcoords.length > 1) {
minx=eval('' + pcoords[0]);
miny=eval('' + pcoords[1]);
maxx=eval('' + pcoords[0]);
maxy=eval('' + pcoords[1]);
for (ij=2; ij<pcoords.length; ij+=2) {
if (eval('' + pcoords[ij]) < minx) { minx=eval('' + pcoords[ij]); }
if (eval('' + pcoords[eval(1 + ij)]) < miny) { miny=eval('' + pcoords[eval(1 + ij)]); }
if (eval('' + pcoords[ij]) > maxx) { maxx=eval('' + pcoords[ij]); }
if (eval('' + pcoords[eval(1 + ij)]) > maxy) { maxy=eval('' + pcoords[eval(1 + ij)]); }
}
for (ij=0; ij<pcoords.length; ij+=2) {
svgpl+=svgpld + eval(-minx + eval('' + pcoords[ij])) + ',' + eval(-miny + eval('' + pcoords[eval(1 + ij)]));
svgpld=' ';
}
if (appendto) {
appendto.innerHTML+='<div title="' + sareas[iareas].coords + '" id=dsa' + iareas + ' style="position:absolute;left:' + eval(minx + ioffx) + 'px;top:' + eval(miny + ioffy) + 'px;width:' + eval(maxx - minx) + 'px;height:' + eval(maxy - miny) + 'px;display:none;"><svg height="100%" width="100%"><polygon points="' + svgpl + '" style="fill:lime;stroke:purple;stroke-width:1" /></svg></div>';
if (('' + sareas[iareas].title) != '') {
appendto.innerHTML+='<div title="' + sareas[iareas].coords + '" id=dtsa' + iareas + ' style="position:absolute;left:' + eval(eval(minx + ioffx) + eval(eval(maxx - minx) / 4)) + 'px;top:' + eval(eval(miny + ioffy) + eval(eval(maxy - miny) / 2)) + 'px;font-size:8px;display:none;">' + ('' + sareas[iareas].title) + '</div>';
}
}
}
}
}
setTimeout(lookformap, 3000);
After | Before |
---|---|
Previous relevant Legend for and from HTML Map Element CSS Tutorial is shown below.
Our โLegend for and from HTML Map Elementโ blog posting thread continues today wrapping up a few issues and fixing some bugs, discovering for the first time for us, a true use for multiple background images, so please read on for more information, from our list of todayโs major changes below โฆ
- CSS for Legend links to be brighter and the SVG overlay be brighter and wider and less opaque โฆ ideas from this link โฆ thanks
- Feed more category four โHTML Urlโ candidates through PHP file_get_contents code
- Default becomes to sort any shown labels, but allow for the original order of shown labels to be chosen to be shown by the user, as required
- Fix background-repeat: no-repeat; desire (we had days ago) by adding a second white background image into the mix โฆ ideas from this link โฆ thanks
- Fix relative image Urls, that start with โ/โ, and not containing โ:โ, logic to be prefixed by parentโs Url home directory, to effectively turn all relative Urls to absolute ones when attempting to use this image as a background image for a Legend component
- Allow for shape=โrectโ and shape=โcircleโ HTML Map Area tag scenarios
- Allow for long โHTML Itselfโ entries by immediately running its underlying logic via the HTML textareaโs onchange event, rather than relying on a GET parameter that may cause a request-uri too long web server length overflow 441 error
โฆ so here are some newly possible, or newly okay to look at, executions of this web application โฆ
- Solar System โฆ which uses shape=โrectโ
- NYS Compost Clearinghouse โฆ which uses shape=โcircleโ and is from a totally unrelated domain โฆ so, thanks โฆ and the other thing here is that you could take the HTML text off the popup window and feed it into the โHTML Itselfโ textarea (prefixing the Image src= with โ//compost.css.cornell.edu/maps/โ) to see what happens as you tab out of the textarea
โฆ and remember our ill-prepared window.postMessage scenario at the associated but different domain โฆ
โฆ and our window.postMessage scenarios at the associated but different domain โฆ
- Indigenous Australia Language Map
- India State Map
- ESL Vocabulary โ Living Room
- ESL Vocabulary โ Kitchen Corner
โฆ and our same-domain scenarios โฆ
- Indigenous Australia Language Map
- India State Map
- ESL Vocabulary โ Living Room
- ESL Vocabulary โ Kitchen Corner
Todayโs HTML and Javascript web application legend_via_maphtm (still helped out by โsometimes calledโ PHP child iframe coding logic in legend_via_map
php) changed in thisway for the issue list at the top of the blog posting, and you can try it out with this live
run link.
And so we think today that we can give this blog posting thread a rest for a while to turn towards other matters tomorrow. Hope to see you then, or perhaps that you drill down further into todayโs concepts by a revisit, perhaps, to yesterdayโs Legend for and from HTML Map Element Ajax Tutorial as shown below.
Previous relevant Legend for and from HTML Map Element Ajax Tutorial is shown below.
Okay, so we find ourselves at the โHTML Urlโ last category section for Urls that you do not have the wherewithall to control anything about, unlike yesterdayโs controllable and co-operative arrangements using window.postMessage techniques that we outlined with Legend for and from HTML Map Element Cross-Domain Tutorial as shown below.
Letโs just show this โHTML Urlโ inhouse categorization we explained last time, again โฆ
- Urls of domain โ//www.rjmprogramming.com.auโ โฆ which function in all aspects sending and reading the details of the HTML map element via an HTML iframe element โฆ and โฆ
- Urls of local web server, in our case a MAMP one via โ//localhost:8888โ ones โฆ which function in all aspects sending and reading the details of the HTML map element via an HTML iframe element โฆ and โฆ
- Urls of domain โ//members.ozemail.com.auโ (with Url containing โ/~mkuulma/โ) โฆ which (used not to, but now) function, via the individualized code changes we talk about below, in all aspects sending and reading the details of the HTML map element via an HTML iframe element, and making use of โwindows.postMessageโ logic โฆ and โฆ
- Other Urls โฆ that the best we can do, so far, with our blog post threads, is to open via โwindow.openโ popup window, but not be able to extract the HTML map element, in order to be able to create a Legend on the right hand side โฆ more on this one into the future
โฆ and so it is that fourth category we are addressing today, and we address it, or attempt to, in the order โฆ
- Ajax requests using CORS header considerations and we recommend further reading at this really useful link (whose proxy ideas we did not try) and another useful link and yet another useful link and here โฆ thanks โฆ then โฆ
- JSONP (JSON with Padding) jQuery techniques that we recommend further reading about at this really useful link โฆ thanks again โฆ then โฆ
- PHP file_get_contents method โฆ oh well! โฆ the first resorting to server side code
โฆ all of which, as far as hooking up with an HTML iframe โpresentationโ go are dubious, so the raw HTML map containing webpage will more than likely get presented in a โwindow.openโ popup window that will be a separate tab or window on mobile devices, but may sit over the place at the left where, up until now, weโve happily been โiframingโ away.
You may recall yesterdayโs window.postMessage web application missing the necessary window.postMessage logic?
- ESL Vocabulary โ Living Room Corner โฆ that does work not as an iframe child
Youโll probably find the left hand link above does work now, and in an HTML iframe โpresentationโ because of todayโs new considerations.
Todayโs HTML and Javascript web application legend_via_maphtm (now helped out by โsometimes calledโ PHP child iframe coding logic in legend_via_map
php) changed in thisway and you can try it out with this live
run link. We hope you find this Ajax request and JSONP and PHP file_get_contents method ideas food for thought for your own endeavours.
Previous relevant Legend for and from HTML Map Element Cross-Domain Tutorial is shown below.
Weโre talking about cross-domain issues today, and the wonderful window.postMessage messaging method to talk between parent HTML windows and child HTML iframe windows that arenโt on the same domain. But before you get too excited, it takes co-operation on both sides to make this happen โฆ perhaps, Curb Your Enthusiasm โฆ finished โฆ good โฆ because this is pretty suave.
So within the โHTML Urlโ input section workings of our latest โLegend of HTML Map Elementโ thread of blog posting web applications, after that last Legend for and from HTML Map Element Overlay Tutorial one, we now have the scenarios โฆ
- Urls of domain โ//www.rjmprogramming.com.auโ โฆ which function in all aspects sending and reading the details of the HTML map element via an HTML iframe element โฆ and โฆ
- Urls of local web server, in our case a MAMP one via โ//localhost:8888โ ones โฆ which function in all aspects sending and reading the details of the HTML map element via an HTML iframe element โฆ and โฆ
- Urls of domain โ//members.ozemail.com.auโ (with Url containing โ/~mkuulma/โ) โฆ which (used not to, but now) function, via the individualized code changes we talk about below, in all aspects sending and reading the details of the HTML map element via an HTML iframe element, and making use of โwindows.postMessageโ logic โฆ and โฆ
- Other Urls โฆ that the best we can do, so far, with our blog post threads, is to open via โwindow.openโ popup window, but not be able to extract the HTML map element, in order to be able to create a Legend on the right hand side โฆ more on this one into the future
Today weโre concentrating on that third one and have had great help from that previous link and this other link โฆ thanks โฆ to construct working cross-domain child iframe examples of โฆ
- Indigenous Australia Language Map โฆ or below
- India State Map
- ESL Vocabulary โ Living Room
- ESL Vocabulary โ Kitchen Corner
โฆ as distinct from another web application without the cross-domain iframe to use window.postMessage logic, as for โฆ
- ESL Vocabulary โ Living Room Corner โฆ that does work not as an iframe child
Stop Press
As of recently the left link above will probably work, but it remains the case that its coding has not had any window.postMessage logic added to it. Weโll be explaining this with tomorrowโs tutorial.
โฆ luckily for internet users worried about security breaches that can happen if care is not applied with this functionality.
So, below, is the Javascript code applied, the same, for each of the child HTML iframe web applications as above โฆ
<script type='text/javascript'>
// Thanks to https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage with code below ...
// Called sometime after postMessage is called
function receiveMessage(event) {
// Do we trust the sender of this message?
if (event.origin !== "//www.rjmprogramming.com.au") {
return;
}
if (document.URL.indexOf("/~mkuulma/") != -1) {
if (event.source == window.opener) {
if (event.data == "hello there!") {
// Assuming you've verified the origin of the received message (which
// you must do in any case), a convenient idiom for replying to a
// message is to call postMessage on event.source and provide
// event.origin as the targetOrigin.
event.source.postMessage(document.body.innerHTML + " Hello RJM Programming! the secret response " +
"is: av-a" + "-car-do!",
event.origin);
}
}
}
}
if (window.addEventListener) {
window.addEventListener("message", receiveMessage, false);
} else if (window.attachEvent) {
window.attachEvent("onmessage", receiveMessage);
}
</script>
โฆ and in the parent HTML Javascript code โฆ
<script type='text/javascript'>
var popup=null, rawurl;
function receiveMessage(event) {
// Do we trust the sender of this message? (might be
// different from what we originally opened, for example).
if (event.origin !== "//members.ozemail.com.au") {
return;
}
// event.source is popup
// event.data is document.body.innerHTML + " Hello RJM Programming! the secret response is: av" + "-a-car-do!"
if (event.source == popup) {
if (event.data.indexOf('av-a-' + 'car-do!') != -1) {
rawhtml=event.data.split('</html>')[0] + '</html>';
checkins();
}
}
}
function crossdomainiframe() {
var thisurl=xrawurl;
if (popup) {
// When the popup has fully loaded, if not blocked by a popup blocker:
// This does nothing, assuming the window hasn't changed its location.
popup.postMessage("The user is 'admin' and the password is 'av-a-c" + "ar-do!'",
"//members.ozemail.com.au");
// This will successfully queue a message to be sent to the popup, assuming
// the window hasn't changed its location.
popup.postMessage("hello there!", "//members.ozemail.com.au");
if (window.addEventListener) {
window.addEventListener("message", receiveMessage, false);
} else if (window.attachEvent) {
window.attachEvent("onmessage", receiveMessage);
}
} else {
setTimeout(crossdomainiframe, 2000);
}
}
function check_if(iois) {
if (iois != null) {
var aconto = (iois.contentWindow || iois.contentDocument);
if (aconto != null) {
if (rawurl.indexOf('rjmprogramming.com.au') == -1) {
popup=aconto;
crossdomainiframe();
} else {
if (aconto.document) { aconto = aconto.document; }
if (aconto.body != null) {
rawhtml=aconto.body.innerHTML;
checkins();
}
}
}
}
}
</script>
โฆ and so we come to todayโs HTML and Javascript web application legend_via_maphtm that changed in thisway and you can try it out with this live
run link. We hope you find this cross-domain information interesting.
Previous relevant Legend for and from HTML Map Element Overlay Tutorial is shown below.
Weโre continuing on from Legend for and from HTML Map Element Primer Tutorial as shown below, today, putting our Legend into context with respect to the underlying HTML map elementโs contents, honing in on the โforโ of todayโs blog posting title, as distinct from that previous tutorialโs concentration on the โfromโ. This is our second draft, but Iโd be surprised if itโs our last, as it needs more work and functionality, perhaps.
These changes to the HTML and Javascript code today involved โoverlayโ principles and the use of background images and their positioning with Javascript DOM dynamic CSS โbackground-positionโ settings being made to the upcoming Legend elements, on the fly.
Two of the usual โoverlayโ CSS suspects coming into play were โฆ
- position:absolute property
- z-index
- opacity
Weโve called todayโs HTML and Javascript web application legend_via_maphtm that changed in thisway and you can try it out with this live
run link.
Weโve collected second draft โcakesโ of just clientside HTML and Javascript usage, and channeling that great HTML5 Rocks information from this great link, below โฆ
- Indigenous Australia Language Map โฆ or below
- India State Map
- ESL Vocabulary โ Living Room
- ESL Vocabulary โ Kitchen Corner
Previous relevant Legend for and from HTML Map Element Primer Tutorial is shown below.
Have you ever noticed the synergies between the HTML map element and the HTML table element? What would happen if we, in broad brush terms โฆ
- change โmapโ to โtableโ โฆ and โฆ
- change โareaโ to โtr-td-a-svgโpolygonโ (โ/areaโ to โ/polygon-/svg-/a-/td-/trโ)
? Well, we think weโd be close to getting a โlegendโ of a map or some other type of data, perhaps.
So we have started down the road towards this idea with our first draft of just clientside HTML and Javascript, and channeling that great HTML5 Rocks information from this great link, thanks, to allow you to โBrowseโ (button) for local HTML files, as well as the ability to browse an HTML url or just feed in the raw HTML into an HTML textarea element we provide within an HTML form (method=GET and sending data back to this same web application). And what is that web application? Weโve called it legend_via_maphtml and you can try it out with this live
run link. Ahead of time we โbaked a cakeโ with some examples of usage below โฆ
- Indigenous Australia Language Map โฆ or below
- India State Map
- ESL Vocabulary โ Living Room
- ESL Vocabulary โ Kitchen Corner
If youโre looking to create your own HTML map web application we highly recommend the use of the great Mobilefish โcreate your own image mapโ functionality.
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.