Walking Trip …

Walking Trip

Walking Trip

Offenbach's Suite ... Warts 'n All

Offenbach's Suite ... Warts 'n All

 📅  

If this was interesting you may be interested in this too.

Posted in Photography, Trips | Tagged , , | 34 Comments

Diagonal Element Rubber Banding Tutorial

Diagonal Element Rubber Banding Tutorial

Diagonal Element Rubber Banding Tutorial

Some days before yesterday’s Diagonal Element Square Nesting Tutorial we compared this current “nesting” diagonal element logic to …

Yes, this might be thought of as “overkill” compared to …

  • hr element rotations … and/or …
  • SVG

… and, today, yes, we bring back “hr element rotation diagonal” thinking, inspired by the work done in the days of PDF Image and Text Nodes Windows Files Tutorial, adding some “what you might hear around the traps” referred to as “Rubber Banding”. Here we “Rubber Band” …

  1. after an initial click event
  2. followed by some mousemove (like “drag”) event user actions

… as a temporary look while in “mousemove” mode, but a detected “mouseout”, in our logic, retains that last “Rubber Banding”, featuring an “hr” diagonal, and overlayed, element set.

And so, yet again, feel free to try out the changed fourth draft Nested Diagonal Elements web application with it’s analogue clock or it’s square diagonals below.


Previous relevant Diagonal Element Square Nesting Tutorial is shown below.

Diagonal Element Square Nesting Tutorial

Diagonal Element Square Nesting Tutorial

We’re adding onto the day before yesterday’s Diagonal Element Nesting Analogue Clock Tutorial some diagonal …

  • display: inline;
  • display: inline-block;

… nested diagonals across a square, testing more placement accuracy concepts …

function analyze(iois) {
var arecto=null, brecto=null, brecto=null, elesa=[], subsups=[], huh='';
if (!oktolook) { return ''; }
if (iois != null) {
var aconto = (iois.contentWindow || iois.contentDocument);
if (aconto != null) {
if (aconto.document) { aconto = aconto.document; }
if (aconto.body != null) {
elesa=aconto.getElementsByTagName(aconto.body.innerHTML.split('<')[2].split(' ')[0].split('>')[0]);
for (var ivb=0; ivb<elesa.length; ivb+=eval(elesa.length / 2)) {
arecto=elesa[ivb].getBoundingClientRect();
if (ivb == 0 && iois.id == 'ifleft') {
subsups=aconto.getElementsByTagName('sub');
brecto=subsups[0].getBoundingClientRect();
crecto=subsups[eval(-1 + subsups.length)].getBoundingClientRect();
huh='arecto brecto crecto ' + String.fromCharCode(10);
huh+=' left: ' + arecto.left + ' ' + brecto.left + ' ' + crecto.left + ' ' + String.fromCharCode(10);
huh+=' top: ' + arecto.top + ' ' + brecto.top + ' ' + crecto.top + ' ' + String.fromCharCode(10);
huh+=' width: ' + arecto.width + ' ' + brecto.width + ' ' + crecto.width + ' ' + String.fromCharCode(10);
huh+='height: ' + arecto.height + ' ' + brecto.height + ' ' + crecto.height + ' ' + String.fromCharCode(10);
aconto.getElementById('mycontainer').style.width=aconto.getElementById('mycontainer').style.height; //'' + eval(eval('' + crecto.right) + 0 + eval(0.0 * eval('' + crecto.width))) + 'px';
//prompt(huh,'one;' + iois.id);
//aconto.body.innerHTML+='<div style="position:absolute;left:' + Math.max(0,arecto.left) + 'px;top:' + brecto.top + 'px;width:' + brecto.right + 'px;height:' + brecto.height + 'px;background-color:rgba(255,0,0,0.5);"></div>';
elesa[ivb].style.left='50px';
elesa[ivb].style.marginTop='75px';
for (var iop=0; iop<15; iop++) {
elesa[0].innerHTML.replace(subsups[eval(-1 + subsups.length)].outerHTML, subsups[eval(-1 + subsups.length)].outerHTML.replace('</sub>','') + subsups[eval(-1 + subsups.length)].outerHTML + '</sub>');
}
lconto=aconto;
lconto.querySelectorAll('sub').forEach(xsub => {
xsub.addEventListener('click', () => {
alert('Diagonal to square 276 x 276 ... ' + (eval(276 / Math.sin(45))) + ' pixels long');
});
});
} else {
subsups=aconto.getElementsByTagName('su' + aconto.body.innerHTML.split('</su')[1].split('>')[0]);
brecto=subsups[0].getBoundingClientRect();
crecto=subsups[eval(-1 + subsups.length)].getBoundingClientRect();
huh='arecto brecto crecto ' + String.fromCharCode(10);
huh+=' left: ' + arecto.left + ' ' + brecto.left + ' ' + crecto.left + ' ' + String.fromCharCode(10);
huh+=' top: ' + arecto.top + ' ' + brecto.top + ' ' + crecto.top + ' ' + String.fromCharCode(10);
huh+=' width: ' + arecto.width + ' ' + brecto.width + ' ' + crecto.width + ' ' + String.fromCharCode(10);
huh+='height: ' + arecto.height + ' ' + brecto.height + ' ' + crecto.height + ' ' + String.fromCharCode(10);
if (iois.id == 'ifright') {
elesa[ivb].style.left='50px';
subsups=aconto.getElementsByTagName('su' + aconto.body.innerHTML.split('</su')[1].split('>')[0]);
brecto=subsups[0].getBoundingClientRect();
crecto=subsups[eval(-1 + subsups.length)].getBoundingClientRect();
//prompt(huh,'two;' + iois.id);
}
aconto.getElementById('mycontainer').style.width=aconto.getElementById('mycontainer').style.height; //'' + eval(eval('' + crecto.right) + 0 + eval(0.0 * eval('' + crecto.width))) + 'px';
//aconto.body.innerHTML+='<div style="position:absolute;left:' + Math.max(0,arecto.left) + 'px;bottom:' + arecto.bottom + 'px;width:' + brecto.right + 'px;height:' + brecto.height + 'px;background-color:rgba(0,255,0,0.5);"></div>';
if (iois.id == 'ifright') {
oktolook=false;
var xtdcrect=null;
if (document.getElementById('ifleft')) {
xtdcrect=document.getElementById('ifleft').getBoundingClientRect();
} else {
xtdcrect=document.getElementById('tdcontainer').getBoundingClientRect();
}
iois.style.top='' + xtdcrect.top + 'px';
iois.style.left='' + xtdcrect.left + 'px';
elesa=aconto.getElementsByTagName(aconto.body.innerHTML.split('<')[2].split(' ')[0].split('>')[0]);
subsups=aconto.getElementsByTagName('su' + aconto.body.innerHTML.split('</su')[1].split('>')[0]);
arecto=elesa[ivb].getBoundingClientRect();
brecto=subsups[0].getBoundingClientRect();
crecto=subsups[eval(-1 + subsups.length)].getBoundingClientRect();
//aconto.getElementById('mycontainer').style.width='' + eval(eval('' + crecto.right) + 0 + eval(0.0 * eval('' + crecto.width))) + 'px';
for (var iozp=0; iozp<15; iozp++) {
elesa[0].innerHTML.replace(subsups[eval(-1 + subsups.length)].outerHTML, subsups[eval(-1 + subsups.length)].outerHTML.replace('</sup>','') + subsups[eval(-1 + subsups.length)].outerHTML + '</sup>');
}
huh='arecto brecto crecto ' + String.fromCharCode(10);
huh+=' left: ' + arecto.left + ' ' + brecto.left + ' ' + crecto.left + ' ' + String.fromCharCode(10);
huh+=' top: ' + arecto.top + ' ' + brecto.top + ' ' + crecto.top + ' ' + String.fromCharCode(10);
huh+=' x: ' + arecto.x + ' ' + brecto.x + ' ' + crecto.x + ' ' + String.fromCharCode(10);
huh+=' y: ' + arecto.y + ' ' + brecto.y + ' ' + crecto.y + ' ' + String.fromCharCode(10);
huh+=' width: ' + arecto.width + ' ' + brecto.width + ' ' + crecto.width + ' ' + String.fromCharCode(10);
huh+='height: ' + arecto.height + ' ' + brecto.height + ' ' + crecto.height + ' ' + String.fromCharCode(10);
//prompt(huh,'tWo;' + iois.id);
aconto.getElementById('xbr').style.position='absolute';
aconto.getElementById('xbr').style.left='33px';
aconto.getElementById('xbr').style.top='40px';
aconto.getElementById('xbr').style.width='276px';
aconto.getElementById('xbr').style.height='276px';
aconto.getElementById('xbr').style.backgroundColor='orange';
aconto.getElementById('xbr').title='Square 276 x 276';
rconto=aconto;
rconto.querySelectorAll('sup').forEach(xsub => {
xsub.addEventListener('click', () => {
alert('Diagonal to square 276 x 276 ... ' + (eval(276 / Math.sin(45))) + ' pixels long');
});
});
//subsups[eval(-1 + subsups.length)].title='Diagonal to square 276 x 276 ... ' + (eval(276 / Math.sin(45))) + ' pixels long';
//setTimeout(function(){ document.getElementById('precon').style.display='table-cell'; }, 3000);
enableScroll();
}
}
}
}
}
}

if (iois.id == 'ifright' && 5 == 7) {
var xtdcrect=parent.document.getElementById('ifleft').getBoundingClientRect();
iois.style.top='' + xrectcrect.top + 'px';
iois.style.left='' + xrectcrect.left + 'px';
}
}

function jccheck() {
if (document.URL.indexOf('justclock=') != -1) {
setTimeout(function() { document.getElementById('fibothone').scrollIntoView(); }, 15000);
}
if (document.URL.indexOf('justsquare=') != -1) {
setTimeout(function() { document.getElementById('prerrow').scrollIntoView(); }, 15000);
}


setTimeout(function(){
if (document.getElementById('taecll0001') && document.getElementById('taecll0002')) {
//alert(document.getElementById('taecll0001').value.replace(' style="',' style="margin-left:40px;'));
document.getElementById('mycontainer').innerHTML=document.getElementById('taecll0001').value.replace(' style="',' style="margin-left:40px;').replace(/rotate\(8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(' id="', ' id=tl class="') + document.getElementById('taecll0002').value.replace(/rotate\(8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(' id="', ' id=br class="');
var rectbr=document.getElementById('br').getBoundingClientRect();
document.getElementById('mycontainer').style.width='' + eval(0.70710678118 * eval(0.70710678118 * Math.sqrt((Math.abs(rectbr.width) * Math.abs(rectbr.width)) + (Math.abs(rectbr.height) * Math.abs(rectbr.height))))) + 'px';
document.getElementById('mycontainer').style.height='' + eval(0.70710678118 * eval(0.70710678118 * Math.sqrt((Math.abs(rectbr.width) * Math.abs(rectbr.width)) + (Math.abs(rectbr.height) * Math.abs(rectbr.height))))) + 'px';
sd=document.getElementById('taecll0001').value.replace(' style="',' style="margin-left:40px;').replace('margin-top:-256px;','').replace(/rotate\(8/g, 'rotate(0').replace(' id="', ' id=tl class="rotated-text-tl-to-br ');
sd=sd +'</div>' + document.getElementById('taecll0001').value.replace(' style="margin-left:40px;',' style="').replace('margin-top:-256px;','').replace(/rotate\(8/g, 'rotate(0').replace(' id="', ' id=xtl class="rotated-text-tl-to-br ').replace(/\ id\=\"/g, ' id="x').replace(/\ class\=\"/g, ' class="x').replace(' style="', ' style="padding-top:20px;opacity:0.2;color:transparent;');
sdtwo=document.getElementById('taecll0002').value.replace('margin-top:-256px;','').replace(/rotate\(8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(' id="', ' id=br class="rotated-text-bl-to-tr ');
sdtwo=sdtwo + '</div>' + document.getElementById('taecll0002').value.replace('margin-top:-256px;','').replace(/rotate\(8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(' id="', ' id=xbr class="rotated-text-bl-to-tr ').replace(/\ id\=\"/g, ' id="x').replace(/\ class\=\"/g, ' class="x').replace('color:blue;','').replace(' style="', ' style="margin-top:-256px;opacity:0.3;color:transparent;'); // used to be -520
setTimeout(function(){
var tdcrect=document.getElementById('tdcontainer').getBoundingClientRect();
document.getElementById('tdcontainer').innerHTML='<iframe frameborder=0 id=ifleft onload="analyze(this);" style=opacity:0.6;width:100%;height:100%;background-color:white; srcdoc="<style>' + document.getElementById('mystyle').innerHTML.replace('background-color: silver;',' ').replace(/\"/g,"'").replace('800px', '' + document.getElementById('mycontainer').style.width + '').replace('800px', '' + document.getElementById('mycontainer').style.height + '') + '</style>' + document.getElementById('mycontainer').outerHTML.split('>')[0].replace(' style="',' style="background-color:white;').replace(/\"/g,"'") + '>' + sd.replace(/\"/g,"'") + '</div>'.replace('</div>','') + '"></iframe>' + '<iframe frameborder=0 id=ifright onload="analyze(this);" style="position:absolute;top:' + tdcrect.top + 'px;left:' + tdcrect.left + 'px;opacity:0.6;width:100%;height:100%;background-color:white;" srcdoc="<style>' + document.getElementById('mystyle').innerHTML.replace('background-color: silver;',' ').replace(/\"/g,"'").replace('800px', '' + document.getElementById('mycontainer').style.width + '').replace('800px', '' + document.getElementById('mycontainer').style.height + '') + '</style>' + document.getElementById('mycontainer').outerHTML.split('>')[0].replace(' style="',' style="background-color:white;').replace(/\"/g,"'") + '>' + sdtwo.replace(/\"/g,"'").replace('margin-top:-256px;','').replace('margin-top:-256px;','') + '</div>'.replace('</div>','') + '"></iframe>';
//document.getElementById('rrow0001').innerHTML='<td id=tdcontainer colspan=2 style=text-align:center;><iframe frameborder=0 id=ifleft onload="analyze(this);" style=opacity:0.6;width:100%;height:100%;background-color:white; srcdoc="<style>' + document.getElementById('mystyle').innerHTML.replace('background-color: silver;',' ').replace(/\"/g,"'").replace('800px', '' + document.getElementById('mycontainer').style.width + '').replace('800px', '' + document.getElementById('mycontainer').style.height + '') + '</style>' + document.getElementById('mycontainer').outerHTML.split('>')[0].replace(' style="',' style="background-color:white;').replace(/\"/g,"'") + '>' + sd.replace(/\"/g,"'") + '</div>'.replace('</div>','') + '"></iframe>' + '<iframe frameborder=0 id=ifright onload="analyze(this);" style="position:absolute;top:' + tdcrect.top + 'px;left:' + tdcrect.left + 'px;opacity:0.6;width:100%;height:100%;background-color:white;" srcdoc="<style>' + document.getElementById('mystyle').innerHTML.replace('background-color: silver;',' ').replace(/\"/g,"'").replace('800px', '' + document.getElementById('mycontainer').style.width + '').replace('800px', '' + document.getElementById('mycontainer').style.height + '') + '</style>' + document.getElementById('mycontainer').outerHTML.split('>')[0].replace(' style="',' style="background-color:white;').replace(/\"/g,"'") + '>' + sdtwo.replace(/\"/g,"'").replace('margin-top:-256px;','').replace('margin-top:-256px;','') + '</div>'.replace('</div>','') + '"></iframe></td>';
}, 2000);
}
}, 2000);
}

Yet again, feel free to try out the changed third draft Nested Diagonal Elements web application with it’s analogue clock or it’s square diagonals below.


Previous relevant Diagonal Element Nesting Tutorial is shown below.

Diagonal Element Nesting Tutorial

Diagonal Element Nesting Tutorial

A variation on yesterday’s Nesting Primer Tutorial, as well as being inspired by that work is today’s …

  1. diagonal element … via …
  2. nested …
    • display: inline;
    • display: inline-block;

    • sub topleft to bottomright diagonal componentry element look
    • sup bottomleft to topright diagonal componentry element look

    … we noticed working (ie. achieving nested “diagonality“) yesterday

… functionality. Yes, this might be thought of as “overkill” compared to …

  • hr element rotations … and/or …
  • SVG

… arguably easier means to achieve a “diagonal element” look. Nevertheless, the more ways to achieve an objective up your sleeve, the better, we reckon!

Again, feel free to try out this proof of concept Nested Diagonal Elements web application below …


Previous relevant Nesting Primer Tutorial is shown below.

Nesting Primer Tutorial

Nesting Primer Tutorial

The text (which can include emojis) …

  • display: inline;
  • display: inline-block;

… HTML elements are endlessly fascinating in our eyes, regarding the “nesting” of elements.

You can read all you like about this at a website like W3schools but we find endless surprises, so we decided to code for a web application with scope within a table cell “parent” element …

  • reinitialize (ie. append) span or p or font or sup or sub or font or h1 or h2 or h3 or h4 or div element to the end of table cell content
  • nest span or p or font or sup or sub or font or h1 or h2 or h3 or h4 or div element onto the end of the most outer table cell element’s content within the table cell content, or a clicked element flagged with a pink background

We find it interesting changing up the choice above and font-size and new element content textbox settings and seeing what happens. You see the resultant HTML innards below in a textarea element which changes to are reflected above (and in this way, you can pick an element type not listed above, if you like), as are changes to second and on table cell content’s on the top row.

Feel free to try out this proof of concept Nesting web application below …

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.

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Diagonal Element Square Nesting Tutorial

Diagonal Element Square Nesting Tutorial

Diagonal Element Square Nesting Tutorial

We’re adding onto the day before yesterday’s Diagonal Element Nesting Analogue Clock Tutorial some diagonal …

  • display: inline;
  • display: inline-block;

… nested diagonals across a square, testing more placement accuracy concepts …

function analyze(iois) {
var arecto=null, brecto=null, brecto=null, elesa=[], subsups=[], huh='';
if (!oktolook) { return ''; }
if (iois != null) {
var aconto = (iois.contentWindow || iois.contentDocument);
if (aconto != null) {
if (aconto.document) { aconto = aconto.document; }
if (aconto.body != null) {
elesa=aconto.getElementsByTagName(aconto.body.innerHTML.split('<')[2].split(' ')[0].split('>')[0]);
for (var ivb=0; ivb<elesa.length; ivb+=eval(elesa.length / 2)) {
arecto=elesa[ivb].getBoundingClientRect();
if (ivb == 0 && iois.id == 'ifleft') {
subsups=aconto.getElementsByTagName('sub');
brecto=subsups[0].getBoundingClientRect();
crecto=subsups[eval(-1 + subsups.length)].getBoundingClientRect();
huh='arecto brecto crecto ' + String.fromCharCode(10);
huh+=' left: ' + arecto.left + ' ' + brecto.left + ' ' + crecto.left + ' ' + String.fromCharCode(10);
huh+=' top: ' + arecto.top + ' ' + brecto.top + ' ' + crecto.top + ' ' + String.fromCharCode(10);
huh+=' width: ' + arecto.width + ' ' + brecto.width + ' ' + crecto.width + ' ' + String.fromCharCode(10);
huh+='height: ' + arecto.height + ' ' + brecto.height + ' ' + crecto.height + ' ' + String.fromCharCode(10);
aconto.getElementById('mycontainer').style.width=aconto.getElementById('mycontainer').style.height; //'' + eval(eval('' + crecto.right) + 0 + eval(0.0 * eval('' + crecto.width))) + 'px';
//prompt(huh,'one;' + iois.id);
//aconto.body.innerHTML+='<div style="position:absolute;left:' + Math.max(0,arecto.left) + 'px;top:' + brecto.top + 'px;width:' + brecto.right + 'px;height:' + brecto.height + 'px;background-color:rgba(255,0,0,0.5);"></div>';
elesa[ivb].style.left='50px';
elesa[ivb].style.marginTop='75px';
for (var iop=0; iop<15; iop++) {
elesa[0].innerHTML.replace(subsups[eval(-1 + subsups.length)].outerHTML, subsups[eval(-1 + subsups.length)].outerHTML.replace('</sub>','') + subsups[eval(-1 + subsups.length)].outerHTML + '</sub>');
}
lconto=aconto;
lconto.querySelectorAll('sub').forEach(xsub => {
xsub.addEventListener('click', () => {
alert('Diagonal to square 276 x 276 ... ' + (eval(276 / Math.sin(45))) + ' pixels long');
});
});
} else {
subsups=aconto.getElementsByTagName('su' + aconto.body.innerHTML.split('</su')[1].split('>')[0]);
brecto=subsups[0].getBoundingClientRect();
crecto=subsups[eval(-1 + subsups.length)].getBoundingClientRect();
huh='arecto brecto crecto ' + String.fromCharCode(10);
huh+=' left: ' + arecto.left + ' ' + brecto.left + ' ' + crecto.left + ' ' + String.fromCharCode(10);
huh+=' top: ' + arecto.top + ' ' + brecto.top + ' ' + crecto.top + ' ' + String.fromCharCode(10);
huh+=' width: ' + arecto.width + ' ' + brecto.width + ' ' + crecto.width + ' ' + String.fromCharCode(10);
huh+='height: ' + arecto.height + ' ' + brecto.height + ' ' + crecto.height + ' ' + String.fromCharCode(10);
if (iois.id == 'ifright') {
elesa[ivb].style.left='50px';
subsups=aconto.getElementsByTagName('su' + aconto.body.innerHTML.split('</su')[1].split('>')[0]);
brecto=subsups[0].getBoundingClientRect();
crecto=subsups[eval(-1 + subsups.length)].getBoundingClientRect();
//prompt(huh,'two;' + iois.id);
}
aconto.getElementById('mycontainer').style.width=aconto.getElementById('mycontainer').style.height; //'' + eval(eval('' + crecto.right) + 0 + eval(0.0 * eval('' + crecto.width))) + 'px';
//aconto.body.innerHTML+='<div style="position:absolute;left:' + Math.max(0,arecto.left) + 'px;bottom:' + arecto.bottom + 'px;width:' + brecto.right + 'px;height:' + brecto.height + 'px;background-color:rgba(0,255,0,0.5);"></div>';
if (iois.id == 'ifright') {
oktolook=false;
var xtdcrect=null;
if (document.getElementById('ifleft')) {
xtdcrect=document.getElementById('ifleft').getBoundingClientRect();
} else {
xtdcrect=document.getElementById('tdcontainer').getBoundingClientRect();
}
iois.style.top='' + xtdcrect.top + 'px';
iois.style.left='' + xtdcrect.left + 'px';
elesa=aconto.getElementsByTagName(aconto.body.innerHTML.split('<')[2].split(' ')[0].split('>')[0]);
subsups=aconto.getElementsByTagName('su' + aconto.body.innerHTML.split('</su')[1].split('>')[0]);
arecto=elesa[ivb].getBoundingClientRect();
brecto=subsups[0].getBoundingClientRect();
crecto=subsups[eval(-1 + subsups.length)].getBoundingClientRect();
//aconto.getElementById('mycontainer').style.width='' + eval(eval('' + crecto.right) + 0 + eval(0.0 * eval('' + crecto.width))) + 'px';
for (var iozp=0; iozp<15; iozp++) {
elesa[0].innerHTML.replace(subsups[eval(-1 + subsups.length)].outerHTML, subsups[eval(-1 + subsups.length)].outerHTML.replace('</sup>','') + subsups[eval(-1 + subsups.length)].outerHTML + '</sup>');
}
huh='arecto brecto crecto ' + String.fromCharCode(10);
huh+=' left: ' + arecto.left + ' ' + brecto.left + ' ' + crecto.left + ' ' + String.fromCharCode(10);
huh+=' top: ' + arecto.top + ' ' + brecto.top + ' ' + crecto.top + ' ' + String.fromCharCode(10);
huh+=' x: ' + arecto.x + ' ' + brecto.x + ' ' + crecto.x + ' ' + String.fromCharCode(10);
huh+=' y: ' + arecto.y + ' ' + brecto.y + ' ' + crecto.y + ' ' + String.fromCharCode(10);
huh+=' width: ' + arecto.width + ' ' + brecto.width + ' ' + crecto.width + ' ' + String.fromCharCode(10);
huh+='height: ' + arecto.height + ' ' + brecto.height + ' ' + crecto.height + ' ' + String.fromCharCode(10);
//prompt(huh,'tWo;' + iois.id);
aconto.getElementById('xbr').style.position='absolute';
aconto.getElementById('xbr').style.left='33px';
aconto.getElementById('xbr').style.top='40px';
aconto.getElementById('xbr').style.width='276px';
aconto.getElementById('xbr').style.height='276px';
aconto.getElementById('xbr').style.backgroundColor='orange';
aconto.getElementById('xbr').title='Square 276 x 276';
rconto=aconto;
rconto.querySelectorAll('sup').forEach(xsub => {
xsub.addEventListener('click', () => {
alert('Diagonal to square 276 x 276 ... ' + (eval(276 / Math.sin(45))) + ' pixels long');
});
});
//subsups[eval(-1 + subsups.length)].title='Diagonal to square 276 x 276 ... ' + (eval(276 / Math.sin(45))) + ' pixels long';
//setTimeout(function(){ document.getElementById('precon').style.display='table-cell'; }, 3000);
enableScroll();
}
}
}
}
}
}

if (iois.id == 'ifright' && 5 == 7) {
var xtdcrect=parent.document.getElementById('ifleft').getBoundingClientRect();
iois.style.top='' + xrectcrect.top + 'px';
iois.style.left='' + xrectcrect.left + 'px';
}
}

function jccheck() {
if (document.URL.indexOf('justclock=') != -1) {
setTimeout(function() { document.getElementById('fibothone').scrollIntoView(); }, 15000);
}
if (document.URL.indexOf('justsquare=') != -1) {
setTimeout(function() { document.getElementById('prerrow').scrollIntoView(); }, 15000);
}


setTimeout(function(){
if (document.getElementById('taecll0001') && document.getElementById('taecll0002')) {
//alert(document.getElementById('taecll0001').value.replace(' style="',' style="margin-left:40px;'));
document.getElementById('mycontainer').innerHTML=document.getElementById('taecll0001').value.replace(' style="',' style="margin-left:40px;').replace(/rotate\(8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(' id="', ' id=tl class="') + document.getElementById('taecll0002').value.replace(/rotate\(8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(' id="', ' id=br class="');
var rectbr=document.getElementById('br').getBoundingClientRect();
document.getElementById('mycontainer').style.width='' + eval(0.70710678118 * eval(0.70710678118 * Math.sqrt((Math.abs(rectbr.width) * Math.abs(rectbr.width)) + (Math.abs(rectbr.height) * Math.abs(rectbr.height))))) + 'px';
document.getElementById('mycontainer').style.height='' + eval(0.70710678118 * eval(0.70710678118 * Math.sqrt((Math.abs(rectbr.width) * Math.abs(rectbr.width)) + (Math.abs(rectbr.height) * Math.abs(rectbr.height))))) + 'px';
sd=document.getElementById('taecll0001').value.replace(' style="',' style="margin-left:40px;').replace('margin-top:-256px;','').replace(/rotate\(8/g, 'rotate(0').replace(' id="', ' id=tl class="rotated-text-tl-to-br ');
sd=sd +'</div>' + document.getElementById('taecll0001').value.replace(' style="margin-left:40px;',' style="').replace('margin-top:-256px;','').replace(/rotate\(8/g, 'rotate(0').replace(' id="', ' id=xtl class="rotated-text-tl-to-br ').replace(/\ id\=\"/g, ' id="x').replace(/\ class\=\"/g, ' class="x').replace(' style="', ' style="padding-top:20px;opacity:0.2;color:transparent;');
sdtwo=document.getElementById('taecll0002').value.replace('margin-top:-256px;','').replace(/rotate\(8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(' id="', ' id=br class="rotated-text-bl-to-tr ');
sdtwo=sdtwo + '</div>' + document.getElementById('taecll0002').value.replace('margin-top:-256px;','').replace(/rotate\(8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(/rotate\(\-8/g, 'rotate(0').replace(' id="', ' id=xbr class="rotated-text-bl-to-tr ').replace(/\ id\=\"/g, ' id="x').replace(/\ class\=\"/g, ' class="x').replace('color:blue;','').replace(' style="', ' style="margin-top:-256px;opacity:0.3;color:transparent;'); // used to be -520
setTimeout(function(){
var tdcrect=document.getElementById('tdcontainer').getBoundingClientRect();
document.getElementById('tdcontainer').innerHTML='<iframe frameborder=0 id=ifleft onload="analyze(this);" style=opacity:0.6;width:100%;height:100%;background-color:white; srcdoc="<style>' + document.getElementById('mystyle').innerHTML.replace('background-color: silver;',' ').replace(/\"/g,"'").replace('800px', '' + document.getElementById('mycontainer').style.width + '').replace('800px', '' + document.getElementById('mycontainer').style.height + '') + '</style>' + document.getElementById('mycontainer').outerHTML.split('>')[0].replace(' style="',' style="background-color:white;').replace(/\"/g,"'") + '>' + sd.replace(/\"/g,"'") + '</div>'.replace('</div>','') + '"></iframe>' + '<iframe frameborder=0 id=ifright onload="analyze(this);" style="position:absolute;top:' + tdcrect.top + 'px;left:' + tdcrect.left + 'px;opacity:0.6;width:100%;height:100%;background-color:white;" srcdoc="<style>' + document.getElementById('mystyle').innerHTML.replace('background-color: silver;',' ').replace(/\"/g,"'").replace('800px', '' + document.getElementById('mycontainer').style.width + '').replace('800px', '' + document.getElementById('mycontainer').style.height + '') + '</style>' + document.getElementById('mycontainer').outerHTML.split('>')[0].replace(' style="',' style="background-color:white;').replace(/\"/g,"'") + '>' + sdtwo.replace(/\"/g,"'").replace('margin-top:-256px;','').replace('margin-top:-256px;','') + '</div>'.replace('</div>','') + '"></iframe>';
//document.getElementById('rrow0001').innerHTML='<td id=tdcontainer colspan=2 style=text-align:center;><iframe frameborder=0 id=ifleft onload="analyze(this);" style=opacity:0.6;width:100%;height:100%;background-color:white; srcdoc="<style>' + document.getElementById('mystyle').innerHTML.replace('background-color: silver;',' ').replace(/\"/g,"'").replace('800px', '' + document.getElementById('mycontainer').style.width + '').replace('800px', '' + document.getElementById('mycontainer').style.height + '') + '</style>' + document.getElementById('mycontainer').outerHTML.split('>')[0].replace(' style="',' style="background-color:white;').replace(/\"/g,"'") + '>' + sd.replace(/\"/g,"'") + '</div>'.replace('</div>','') + '"></iframe>' + '<iframe frameborder=0 id=ifright onload="analyze(this);" style="position:absolute;top:' + tdcrect.top + 'px;left:' + tdcrect.left + 'px;opacity:0.6;width:100%;height:100%;background-color:white;" srcdoc="<style>' + document.getElementById('mystyle').innerHTML.replace('background-color: silver;',' ').replace(/\"/g,"'").replace('800px', '' + document.getElementById('mycontainer').style.width + '').replace('800px', '' + document.getElementById('mycontainer').style.height + '') + '</style>' + document.getElementById('mycontainer').outerHTML.split('>')[0].replace(' style="',' style="background-color:white;').replace(/\"/g,"'") + '>' + sdtwo.replace(/\"/g,"'").replace('margin-top:-256px;','').replace('margin-top:-256px;','') + '</div>'.replace('</div>','') + '"></iframe></td>';
}, 2000);
}
}, 2000);
}

Yet again, feel free to try out the changed third draft Nested Diagonal Elements web application with it’s analogue clock or it’s square diagonals below.


Previous relevant Diagonal Element Nesting Tutorial is shown below.

Diagonal Element Nesting Tutorial

Diagonal Element Nesting Tutorial

A variation on yesterday’s Nesting Primer Tutorial, as well as being inspired by that work is today’s …

  1. diagonal element … via …
  2. nested …
    • display: inline;
    • display: inline-block;

    • sub topleft to bottomright diagonal componentry element look
    • sup bottomleft to topright diagonal componentry element look

    … we noticed working (ie. achieving nested “diagonality“) yesterday

… functionality. Yes, this might be thought of as “overkill” compared to …

  • hr element rotations … and/or …
  • SVG

… arguably easier means to achieve a “diagonal element” look. Nevertheless, the more ways to achieve an objective up your sleeve, the better, we reckon!

Again, feel free to try out this proof of concept Nested Diagonal Elements web application below …


Previous relevant Nesting Primer Tutorial is shown below.

Nesting Primer Tutorial

Nesting Primer Tutorial

The text (which can include emojis) …

  • display: inline;
  • display: inline-block;

… HTML elements are endlessly fascinating in our eyes, regarding the “nesting” of elements.

You can read all you like about this at a website like W3schools but we find endless surprises, so we decided to code for a web application with scope within a table cell “parent” element …

  • reinitialize (ie. append) span or p or font or sup or sub or font or h1 or h2 or h3 or h4 or div element to the end of table cell content
  • nest span or p or font or sup or sub or font or h1 or h2 or h3 or h4 or div element onto the end of the most outer table cell element’s content within the table cell content, or a clicked element flagged with a pink background

We find it interesting changing up the choice above and font-size and new element content textbox settings and seeing what happens. You see the resultant HTML innards below in a textarea element which changes to are reflected above (and in this way, you can pick an element type not listed above, if you like), as are changes to second and on table cell content’s on the top row.

Feel free to try out this proof of concept Nesting web application below …

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.

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Circle Terminology in Mathematics Jitters Tutorial

Circle Terminology in Mathematics Jitters Tutorial

Circle Terminology in Mathematics Jitters Tutorial

Before today’s work the blog posting Circle Terminology in Mathematics Tutorial below would annoy because a “soon after page load” navigation to an iframe way below.

We’ve seen problems like that before, and it’s normally been due to …

  • [element].focus() call
  • [element].scrollIntoView() call
  • location.href=’#[idOfAnElement]’;

… but it was not immediately obvious examining code in and around the blog posting content where the usual causes above fitted in. But the end reason did fit in with the problem idea cause list above, but because in the PHP or HTML of the recipient web application associated with the HTML iframe navigated to, it had a textbox with ID equals s and because the TwentyTen themed WordPress blog you are currently reading IDs it’s search textbox s as well.

  1. a changed circular_text.html inhouse Circular Text HTML assistant
  2. a changed circular_text.php inhouse Circular Text PHP assistant

We decided that the PHP or HTML of the recipient web application associated with the HTML iframe navigated to should give way here, and ID it’s textbox to be canbechilds instead so that the lack of “jittery navigation” means you’re reading this calmly ahead of a reread of that tutorial below.


Previous relevant Circle Terminology in Mathematics Tutorial is shown below.

Circle Terminology in Mathematics Tutorial

Circle Terminology in Mathematics Tutorial

We’ve got another style of usage to make of “Circular Text” ideas today, presenting a “Circle Terminology in Mathematics” quiz, further to yesterday’s Circular Text Button Solar System Statistics Tutorial.

This time we are asking our circular_text.html “hosted in an iframe” tool to change, because we want to cater for another way to express aspects about the ‘atend’ element background look. You might (or you mightn’t) recall that so far we allow for the “innards” of the ‘atend’ element to contain …

  • inner text only
  • inner text and a relative or absolute image URL (which we were happy to discover yesterday could be an animated GIF)
  • relative or absolute image URL … and today we add onto that list …
  • no inner text but a data URI “svg+xml” protocol SVG data background content

… which we use in our “Circle Terminology in Mathematics” (or perhaps Circle Terminology in Geometry) quiz.

This new “proof of concept” circle_terminology.html HTML and Javascript quiz web application, you can also try below, incorporates that Javascript logic passed through to the iframe idea, as a way that the child iframe changed circular_text.html “Circular Text” helper tool performs the user interaction, and via parent.document style looking back at parent score and goes elements, controls the quiz scoring …


var egtextis=location.search.split('text=')[1] ? (location.search.split('text=')[1].split('&')[0]).replace(/\+/g, ' ') : '';
var qans=location.search.split('answer=')[1] ? decodeURIComponent(location.search.split('answer=')[1]).split('&')[0].replace(/\+/g,' ') : '';
var parid=location.search.split('id=')[1] ? decodeURIComponent(location.search.split('id=')[1]).split('&')[0].replace(/\+/g,' ') : '';

function qask() {
var qqans='';
if (qans != '') {
qqans=prompt('What is your answer? Cannot stand it anymore, and need you to tell me the answer, you should enter a question mark.', '');
if (qqans != null) {
if (qqans == '?') {
alert(qans.substring(0,1).toUpperCase() + qans.substring(1).toLowerCase());
qqans=null;
}
}
if (qqans == null) {
qqans='';
} else if (qqans.toLowerCase() == qans.toLowerCase()) {
if (parid != '') {
if (parent.document.getElementById(parid)) {
parent.document.getElementById(parid).src=parent.document.getElementById(parid).src.replace(egtextis, encodeURIComponent(qqans.substring(0,1).toUpperCase() + qqans.substring(1).toLowerCase())).replace(/\%22red\%22/g, '%22green%22').replace(/\%22blue\%22/g, '%22purple%22');
if (parent.document.getElementById('score') && parent.document.getElementById('goes')) {
parent.document.getElementById('score').innerHTML='' + eval(1 + eval('' + parent.document.getElementById('score').innerHTML));
parent.document.getElementById('goes').innerHTML='' + eval(1 + eval('' + parent.document.getElementById('goes').innerHTML));
} else {
alert('Well done!');
}
} else {
alert('Well done!');
}
} else {
alert('Well done!');
}
} else {
if (parid != '') {
if (parent.document.getElementById(parid)) {
if (parent.document.getElementById('goes')) {
parent.document.getElementById('goes').innerHTML='' + eval(1 + eval('' + parent.document.getElementById('goes').innerHTML));
} else {
alert('Bad luck.');
}
} else {
alert('Bad luck.');
}
} else {
alert('Bad luck.');
}
}
}
}

On the way into the iframe, question mark characters replace the answers, and when a correct answer happens they are replaced by the correct answer, along with some SVG element colour changes.


Previous relevant Circular Text Button Solar System Statistics Tutorial is shown below.

Circular Text Button Solar System Statistics Tutorial

Circular Text Button Solar System Statistics Tutorial

There were a couple of issues we wanted to address, today, to do towards extending the progress of yesterday’s Circular Text Button Solar System Tutorial “Solar System” web application …

  • the one we were sure we could make happen, scouring NASA further, regarding statistics and presenting that via displays interfacing to Google Charts Bar Charts functioning via a new dropdown, and its Javascript onchange event …

    var pandsnames=['Sun','Mercury','Venus','Earth','Mars','Jupiter','Saturn','Uranus','Neptune'];
    var pandsradis=[69634,244,605,637,339,6991,5823,1576,1530];

    var ds=[0,58000000,108000000,150000000,228000000,779000000,1400000000,2900000000,4500000000];
    // Thanks to http://hyperphysics.phy-astr.gsu.edu/hbase/Solar/soldata2.html
    var omax=[0,69800000,108900000,152100000,249100000,815700000,1503000000,3003000000,4546000000];
    var omin=[0,46000000,107500000,147100000,138200000,495100000,1348000000,2739000000,4456000000];
    var yedop=[0,88,225,365,687,4333,10759,30687,60190];
    var dedop=[0,1408,5832,24,25,10,11,17,16];

    var bc='https://www.rjmprogramming.com.au/PHP/BarChart/bar_chart.php?title=Sun&onclick=y&label=Planet&value=One&data=,%20[~Mercury~,23]%20,%20[~Venus~,45]';

    function changeit(osel) {
    var ij=0, ourbc='', dprefix='';
    if (osel.value == 't') {
    ourbc=bc.split('&data=')[0].replace('=Sun', '=' + encodeURIComponent('Distance to Sun in Millions of Kilometers')).replace('=One', '=' + encodeURIComponent('Distance to Sun (million kilometers)')) + '&data=';
    for (ij=1; ij<pandsnames.length; ij++) {
    ourbc+=dprefix + ',%20[~' + pandsnames[ij] + '~,' + eval(ds[ij] / 1000000) + ']';
    dprefix='%20';
    }
    document.getElementById('tdt').innerHTML='';
    document.getElementById('tdo').innerHTML='';
    document.getElementById('tdy').innerHTML='';
    document.getElementById('tdd').innerHTML='';
    document.getElementById('tdr').innerHTML='';
    document.getElementById('ssmall').innerHTML='Not to Scale Animated GIF and Distance to Sun ...';
    document.getElementById('dsmall').style.display='block';
    document.getElementById('dsmall').open=true;
    document.getElementById('td' + osel.value).innerHTML='<iframe name=stat style=width:800px;height:500px; src="' + ourbc + '" title="Distancce to Sun"></iframe>';
    window.open(ourbc, 'stat', 'top=50,left=50,width=800,height=600');
    } else if (osel.value == 'r') {
    ourbc=bc.split('&data=')[0].replace('=Sun', '=' + encodeURIComponent('Radius Relative to Sun (km)')).replace('=One', '=' + encodeURIComponent('Radius Planet,Radius Sun')) + '&data=';
    for (ij=1; ij<pandsnames.length; ij++) {
    ourbc+=dprefix + ',%20[~' + pandsnames[ij] + '~,' + eval(10 * pandsradis[ij]) + ',696340]';
    dprefix='%20';
    }
    document.getElementById('tdt').innerHTML='';
    document.getElementById('tdo').innerHTML='';
    document.getElementById('tdy').innerHTML='';
    document.getElementById('tdd').innerHTML='';
    document.getElementById('tdr').innerHTML='';
    document.getElementById('ssmall').innerHTML='Not to Scale Animated GIF and Radius Relative to Sun ...';
    document.getElementById('dsmall').style.display='block';
    document.getElementById('dsmall').open=true;
    document.getElementById('td' + osel.value).innerHTML='<iframe name=stat style=width:800px;height:500px; src="' + ourbc + '" title="Radius Relative to Sun"></iframe>';
    window.open(ourbc, 'stat', 'top=50,left=50,width=800,height=600');
    } else if (osel.value == 'o') {
    ourbc=bc.split('&data=')[0].replace('=Sun', '=' + encodeURIComponent('Orbit around the Sun (km)')).replace('=One', '=' + encodeURIComponent('Orbit Minimum Distance,Orbit Maximum Distance')) + '&data=';
    for (ij=1; ij<pandsnames.length; ij++) {
    ourbc+=dprefix + ',%20[~' + pandsnames[ij] + '~,' + eval(1 * omin[ij]) + ',' + eval(1 * omax[ij]) + ']';
    dprefix='%20';
    }
    document.getElementById('tdt').innerHTML='';
    document.getElementById('tdo').innerHTML='';
    document.getElementById('tdy').innerHTML='';
    document.getElementById('tdd').innerHTML='';
    document.getElementById('tdr').innerHTML='';
    document.getElementById('ssmall').innerHTML='Not to Scale Animated GIF and Orbit Around the Sun ...';
    document.getElementById('dsmall').style.display='block';
    document.getElementById('dsmall').open=true;
    document.getElementById('td' + osel.value).innerHTML='<iframe name=stat style=width:800px;height:500px; src="' + ourbc + '" title="Orbit Around the Sun"></iframe>';
    window.open(ourbc, 'stat', 'top=50,left=50,width=800,height=600');
    } else if (osel.value == 'y') {
    ourbc=bc.split('&data=')[0].replace('=Sun', '=' + encodeURIComponent('Planet Year Earth Days')).replace('=One', '=' + encodeURIComponent('Planet Year Earth Days')) + '&data=';
    for (ij=1; ij<pandsnames.length; ij++) {
    ourbc+=dprefix + ',%20[~' + pandsnames[ij] + '~,' + yedop[ij] + ']';
    dprefix='%20';
    }
    document.getElementById('tdt').innerHTML='';
    document.getElementById('tdo').innerHTML='';
    document.getElementById('tdy').innerHTML='';
    document.getElementById('tdd').innerHTML='';
    document.getElementById('tdr').innerHTML='';
    document.getElementById('ssmall').innerHTML='Not to Scale Animated GIF and Planet Year around Sun Earth Days ...';
    document.getElementById('dsmall').style.display='block';
    document.getElementById('dsmall').open=true;
    document.getElementById('td' + osel.value).innerHTML='<iframe name=stat style=width:800px;height:500px; src="' + ourbc + '" title="Planet Year around Sun Earth Days"></iframe>';
    window.open(ourbc, 'stat', 'top=50,left=50,width=800,height=600');
    } else if (osel.value == 'd') {
    ourbc=bc.split('&data=')[0].replace('=Sun', '=' + encodeURIComponent('Planet Day Earth Hours')).replace('=One', '=' + encodeURIComponent('Planet Year Earth Hours')) + '&data=';
    for (ij=1; ij<pandsnames.length; ij++) {
    ourbc+=dprefix + ',%20[~' + pandsnames[ij] + '~,' + dedop[ij] + ']';
    dprefix='%20';
    }
    document.getElementById('tdt').innerHTML='';
    document.getElementById('tdo').innerHTML='';
    document.getElementById('tdy').innerHTML='';
    document.getElementById('tdd').innerHTML='';
    document.getElementById('tdr').innerHTML='';
    document.getElementById('ssmall').innerHTML='Not to Scale Animated GIF and Planet Day Earth Hours ...';
    document.getElementById('dsmall').style.display='block';
    document.getElementById('dsmall').open=true;
    document.getElementById('td' + osel.value).innerHTML='<iframe name=stat style=width:800px;height:500px; src="' + ourbc + '" title="Planet Day Earth Hours"></iframe>';
    window.open(ourbc, 'stat', 'top=50,left=50,width=800,height=600');
    }
    }

    … logic and …
  • the one we were happily surprised was not needing underlying circular_text.html changes, was to have as an underlying background image, an animated GIF (but we did need to remember some very nuanced inhouse watermark animated GIF creation rules)

The day started wanting and wondering about what we often think is the extension thought to involving images in a piece of functionality, that of animation (and/or other visual media) ideas that can be supported. However, the trick here, with circular text and default watermark usage thoughts, was that we had to “middle” the inner text if it is vital, else the border radius applied to the circular text element will “curl” that watermark out of view. But we eventually used a …


#(150,150)

… in the “Tutorial Slideshow Title” textbox to plot our watermark at … you guessed it … 150px 150px (left top) within the animated GIF slide image we access using our inhouse Animated GIF Creator helper PHP web application.

Feel free to (re-)try the second draft solar_system_planets_and_sun.html Solar System web application, or try below.


Previous relevant Circular Text Button Solar System Tutorial is shown below.

Circular Text Button Solar System Tutorial

Circular Text Button Solar System Tutorial

A web application we wanted to try incorporating our latest “Circular Text Buttons” onto yesterday’s Circular Text Button Nuance Tutorial start is a …

Solar System Planets and Sun to Scale

… web application. That “to Scale” bit above will jar with the astronomers out there, that this will be very hard to achieve. True, and we give over to “learnings” rather than “aesthetics” and “display” keeping the “to Scale” going, but aspects to this project in its favour are …

  • planets are circular (when displayed in 2D) …
  • lots of planets have an associated emoji (because of zodiac signs, for instance) that we can (quite forlornly) display as the circular text …
  • Mercury fits

… and that last item above led us to involving “details/summary” reveal arrangements that start as closed except for Mercury’s one. Others like Venus and Earth and Mars also fit within a laptop screen, but we’ll grant you the others are “off the charts”, so to speak!

Regarding the getting of information here, we were not surprised that NASA turned out to be our primary source of great reliable information, so, thanks.

Getting a perspective on life can be got, perhaps, thinking about how small and fragile Earth is, even, around here, looking at some of our mountains around here, scary but puny by world standards, let alone the ones on Mars … amazing!

So, to see what we mean, feel free to try the first draft web application (helped out by the changed circular_text.html) you can also try below …


Previous relevant Circular Text Button Nuance Tutorial is shown below.

Circular Text Button Nuance Tutorial

Circular Text Button Nuance Tutorial

There is little doubt that an objective look at a project the day after an initial “proof of concept” phase can be worth it. It can be our …

Nuance Day

… but hopefully not a “Throw Out Day” when the realities of data meet the HTML and Javascript and CSS (and PHP or other serverside code) design you have. Yesterday’s Circular Text Button Tutorial‘s “Circular Text Buttons” (the concept, and its associated web application conduit) have been improved, we hope, by a series of nuanced changes …

  • as far as inner text goes, encase this in a “p” element so that we can now go

    if (atendih != '') { document.getElementById('atend').innerHTML='<br>' + '<p style=text-align:center;vertical-align:middle;>' + atendih + '</p>'; }

    … allowing for better control of inner text justification (thanks, useful nesting advice regarding text justification webpage) … and in the same line of thinking regarding that struck out kludge above …
  • we keep a textbox for entry purposes (because all this button stuff is optional, after all) but allow the user their own control over vertical positioning via the new placeholder advice …

    this text is in a circle &#x1f34d; &#x1f34c; (Optionally | separate words (++ is line feed) & image URL & onclick URL or Javascript)

    secondary kludge initiative to save the user the boredom of entering any <br> linefeeds themselves … heaven forebid!

  • and did you notice, above, the quietly mentioned last optional field idea that on top of …
    1. onclick URL (yesterday’s assumption) … today we code for …
    2. your own onclick Javascript as a choice to ponder

    … as per …

    if (atendiu != '') {
    if (atendiu.substring(0,2) == '//') {
    atendiu=document.URL.split('//')[0] + atendiu;
    } else if (atendiu.substring(0,1) == '/') {
    atendiu=document.URL.split('//')[0] + '//' + document.URL.split('//')[1].split('/')[0] + atendiu;
    } else if (atendiu.substring(0,4) == 'www.') {
    atendiu=document.URL.split('//')[0] + '//' + atendiu;
    }

    document.getElementById('atend').title = 'Click for ' + atendiu;
    document.getElementById('atend').style.cursor='pointer';
    document.getElementById('atend').setAttribute('data-url', atendiu);
    var valid = /^(ftp|http|https):\/\/[^ "]+$/.test(atendiu); // thanks to https://stackoverflow.com/questions/1410311/regular-expression-for-url-validation-in-javascript
    if (valid) {

    document.getElementById('atend').addEventListener('click', function(evt) { window.open(evt.target.getAttribute('data-url'), '_blank', 'top=50,left=50,width=600,height=600'); });
    } else {
    document.getElementById('atend').addEventListener('click', function(event) { eval(event.target.getAttribute('data-url')); });
    }

    }

    … an example of which you can try below …

  • just as we allowed the new details/summary reveal arrangement to start as not there for a button but there for everything else at the start, and as of yesterday for the button scenario we catered for the user toggling the visibility of the details/summary elements (by adjusting CSS margin-top of element atend), today we return the compliment for the Analogue Clock and Roulette Wheel and Periodic Table Quiz parts of the web application functionality
  • we add an “a” “-” link to start again with the default Circular Text, as default, webpage look

… in today’s changed Javascript circular_text.html‘s live run link for you to try this new so yesterday circular text button creating logic.


Previous relevant Circular Text Button Tutorial is shown below.

Circular Text Button Tutorial

Circular Text Button Tutorial

At the end of March we made functionality extensions to our Circular Text web application featuring in Chemistry Wonder Periodic Table Quiz Tutorial, but concerning today’s idea we wanted to explore, it comes more in line with the idea of …


web application tool

… involving the idea of incorporating circular text in the design and creation of a button.

Getting this going, we could imagine uses straight from today’s amended code ideas, but the original thought for all this stemmed from another integration idea that we’ll see what happens about into the near future.

We need to facilite additional optional pieces of information in addition to the already asked for …

  • font size (in px)
  • radius (in px)
  • arc (in degrees)
  • circular text … but, today, into that same “circular text” textbox (with the new placeholder advice) …

    this text is in a circle &#x1f34d; &#x1f34c; (Optionally | separate words and image URL and onclick URL)

    … allowing for new optional …

  • inner text (of the div element the circular text surrounds)
  • background image URL (background-repeat:no-repeat; and background-size:cover;)
  • onclick URL to navigate to

… to open up the possibility of showing a user constructed button with a look that can resemble a button and onclick logic that can help this button be useful to a user, in a dynamic way, as you can see with today’s animated GIF presentation, creating a button shown here or here or

Let’s see how the onload event logic changed below …


function onl() {
var factor=1.0;
var stt=0, stl=0;

var crad=location.search.split('radius=')[1] ? decodeURIComponent(location.search.split('radius=')[1].split('&')[0]) : '' + rad;
if (atendih != '' || atendim != '' || atendiu != '') {
//document.title='' + eval(eval(-0.5 * screen.width) + eval(crad / 2.0) - 30) + 'px';
//document.getElementById('mycontainer').style.marginLeft='' + eval(eval(-0.5 * screen.width) + eval(crad / 2.0) - 30) + 'px';
//document.title='' + eval(eval(-0.5 * window.innerWidth) + eval(crad / 2.0) - 30) + 'px';
var recta=document.getElementById('mycontainer').getBoundingClientRect();
if (1 == 1) {
//alert('' + recta.left);
document.getElementById('mycontainer').style.marginLeft='' + eval(eval(-0.5 * recta.width) + eval(crad * 1.0) - 30) + 'px';
} else {
document.getElementById('mycontainer').style.marginLeft='' + eval(eval(-0.5 * window.innerWidth) + eval(crad / 2.0) - 220) + 'px';
}
document.getElementById('mycontainer').style.marginTop='-40px';
if (atendih != '') { document.getElementById('atend').innerHTML='<br>' + atendih; }
if (atendim != '') {
//alert(atendim);
if (atendih.trim() != '') {
document.getElementById('atend').style.background="linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),URL('" + atendim + "')";
} else {
document.getElementById('atend').style.background="URL('" + atendim + "')";
}
document.getElementById('atend').style.backgroundRepeat="no-repeat";
document.getElementById('atend').style.backgroundSize="cover";
}
if (atendiu != '') {
document.getElementById('atend').title = 'Click for ' + atendiu;
document.getElementById('atend').onclick = function() { window.open(atendiu, '_blank', 'top=50,left=50,width=600,height=600'); };
}
setTimeout(detvis, 5000);
} else {
document.getElementById('mydetails').open=true;
}


var notr=location.search.split('notr=')[1] ? (' ' + decodeURIComponent(location.search.split('notr=')[1].split('&')[0])) : '';
var textis=location.search.split('text=')[1] ? decodeURIComponent(location.search.split('text=')[1].split('&')[0]) : '';
if (textis == rw) { if (notr == '') { isRoulette=true; } else { isThirtySeven=true; } preitc=oncr + " class=\"roulettered\""; }
deg=location.search.split('degrees=')[1] ? eval(decodeURIComponent(location.search.split('degrees=')[1].split('&')[0])) : deg;
fs=location.search.split('fontsize=')[1] ? decodeURIComponent(location.search.split('fontsize=')[1].split('&')[0]) : fs;
if (crad != ('' + rad)) {
if (crad.indexOf('.') != -1) {
deg=eval(crad.split('.')[1]);
rad=eval(crad.split('.')[0]);
} else if (rad.indexOf('.') != -1) {
deg=eval(rad.split('.')[1]);
rad=eval(rad.split('.')[0]);
} else {
rad=eval(crad);
}
}
document.getElementById('iself').value='' + fs;
//alert(1);
if (('' + rad) != '100' || ('' + deg) != '360') { radbit='radius=' + encodeURIComponent('' + rad + '.' + deg) + '&'; document.getElementById('irad').value=('' + rad).split('.')[0]; document.getElementById('ideg').value='' + deg; }
if (textis == '') {
//alert(11);
circularText("this text is in a circle &#x1f34d; &#x1f34c; (Optionally | separate words and image URL and onclick URL)", rad, deg);
} else {
//document.getElementById('inp').value=textis; //.replace(/\&\#/g,'&#');
//alert(textis);
//alert(111);
circularText(textis, rad, deg);
document.getElementById('inp').value=textis.replace(/\&\#/g,'&#');
}
var rect=document.getElementById('test').getBoundingClientRect();
var twenty=20, thirtyeight=38, thirtyeight=38, twentyeight=28, four=4;
//alert(1111);
if (isRoulette || isThirtySeven) {
//alert('here');
twenty=-15;
thirtyeight=-30;
twentyeight=0;
four=-14;
} else if (window.self !== window.top && (atendih != '' || atendim != '' || atendiu != '')) {
//alert(11111);
twenty=25;
} //else {
//alert(98);
//}

//alert('' + rect.left + ',' + rect.top + ' ... ' + rect.width + ',' + rect.height);
document.getElementById('atend').style.position='absolute';
document.getElementById('atend').style.left=eval(factor * eval(-rad + (eval('' + twenty)) + rect.left)) + 'px';
stl=eval(factor * eval(-rad + (eval('' + twenty)) + rect.left));
//document.getElementById('atend').style.top=eval(38 + rect.top) + 'px';
//document.getElementById('atend').style.top=eval(98 + rect.top) + 'px'; // 14.34 32.? 54.98
document.getElementById('atend').style.top=eval(factor * eval(eval('' + fs) * 2 + (eval('' + four)) + eval('' + rect.top))) + 'px';
stt=eval(factor * eval(eval('' + fs) * 2 + (eval('' + four)) + eval('' + rect.top)));

document.getElementById('atend').style.width=eval(2 * rad - (eval('' + thirtyeight))) + 'px';
document.getElementById('atend').style.height=eval(2 * rad - (eval('' + thirtyeight))) + 'px';
//document.getElementById('atend').innerHTML='X';
document.getElementById('atend').style.borderRadius=eval(2 * rad - twentyeight) + 'px';
//if (document.getElementById('atend').innerHTML != '') { document.getElementById('atend').style.backgroundColor='#c0d0f0'; } //'transparent';
if (document.getElementById('atend').innerHTML != '' && atendim == '') {
document.getElementById('atend').style.background='radial-gradient(circle,#c0d0f0,#c3d3f3)';
} else if (isThirtySeven) {
document.getElementById('atend').style.backgroundColor='rgba(165,265,0,0.3)';
document.getElementById('atend').innerHTML='<p id=pscore>Score: ' + score + '/' + goes + '</p>Pick Your <br>Periodic Table <br>Symbol<br><i><b><div contenteditable=true onblur=huhd(this.innerHTML); onchange=huhd(this.innerHTML); id=mynum>?</div></b></i>';
//alert(76);
} else if (isRoulette) {
document.getElementById('atend').style.backgroundColor='rgba(265,165,0,0.3)';
document.getElementById('atend').innerHTML='Score: ' + score + '/' + goes + '<br>Pick Your Number<br><i><b><div contenteditable=true onblur=huhd(this.innerHTML); onchange=huhd(this.innerHTML); id=mynum>?</div></b></i>';
var ccl=Math.floor(eval(eval(-rad + (eval('' + twenty)) + rect.left) + eval(eval(2 * rad - (eval('' + thirtyeight))) / 2)));
var cct=Math.floor(eval(eval(eval('' + fs) * 2 + (eval('' + four)) + eval('' + rect.top)) + eval(eval(2 * rad - (eval('' + thirtyeight))) / 2)));
lasta=document.getElementById('myballdivtwo');
animateonorbit('myballdivtwo', ccl, cct, 150, 6);
var toccl=eval(180 + ccl);
var tocct=eval(180 + cct);
lasta=document.getElementById('myballdiv');
//animateonline('myballdiv', ccl, cct, toccl, tocct, 6);

} //#c0d0f0'; } //'transparent';
//document.getElementById('atend').style.display='none';
atendih='';
atendiu='';
atendim='';

}

… in today’s changed Javascript circular_text.html‘s live run link for you to try this new circular text button creating logic.


Previous relevant Chemistry Wonder Periodic Table Quiz Tutorial is shown below.

Chemistry Wonder Periodic Table Quiz Tutorial

Chemistry Wonder Periodic Table Quiz Tutorial

We had occasion to revisit Circular Text or Emoji Periodic Table Quiz Tutorial and it set us to wondering if you can just feed a chemical equation or formula into the Google search engine and …

  • find out good chemistry based information … Spoiler Alert: yes
  • even be set right that an inputted formula is probably inaccurate and a “nearby” known compound equation or formula is such and such … Spoiler Alert: yes

And so we added “dead end” but “non interfering” Javascript code, such code often working off window.prompt user interactive entry functionality, to add this feature into the existant “Periodic Table Quiz” functionality, as per


function huhd(dv) {
var formula='', nonformula='', wds=[], prevanswer='';
var answer='',ans='',wasih='';
if (isThirtySeven) {
if (dv.trim().length <= 2 && dv.indexOf('/') == -1) {
answer=prompt('What is the name of the element in the Period Table with the symbol ' + dv.trim() + '? To just find out, but not score, enter a question mark. Append on numbers and symbology to name a compound we can look up for you as you please.', '');
if (answer == null) { answer='' }
goes++;
wds=answer.split(' ');
prevanswer=answer;
answer=answer.replace(wds[eval(-1 + wds.length)], dv.trim() + wds[eval(-1 + wds.length)]).replace(/NaCl$/g, 'NaCl()').replace(/KBr$/g, 'KBr()').replace(/CsF$/g, 'CsF()').replace(/CdS$/g, 'CdS()').replace(/Nacl$/g, 'Nacl()').replace(/Kbr$/g, 'Kbr()').replace(/Csf$/g, 'Csf()').replace(/Cds$/g, 'Cds()').replace(/NaCL$/g, 'NaCL()').replace(/KBR$/g, 'KBR()').replace(dv.trim() + wds[eval(-1 + wds.length)], wds[eval(-1 + wds.length)]);
//alert(answer);
if (answer.replace('?','').trim() != '' && answer.replace('(','').replace(')','').replace('0','').replace('1','').replace('2','').replace('3','').replace('4','').replace('5','').replace('6','').replace('7','').replace('8','').replace('9','') != answer) {
nonformula=answer.split('0')[0].split('1')[0].split('2')[0].split('3')[0].split('4')[0].split('5')[0].split('6')[0].split('7')[0].split('8')[0].split('9')[0].split('()')[0];
//alert('nonformula=' + nonformula + ' dv=' + dv.trim());
if (prevanswer != answer || 8 == 8) {
formula=dv.trim() + answer.split(' ')[eval(-1 + answer.split(' ').length)]; //.split('()')[0];
answer=answer.replace(answer.split(' ')[eval(-1 + answer.split(' ').length)], '');
formula=formula.split('()')[0];
} else {
formula=dv.trim() + answer.substring(nonformula.length).split('()')[0];
answer=nonformula.trim();
}
//alert('formula=' + formula + ' dv=' + dv.trim());
window.open('//www.google.com/search?q=' + encodeURIComponent(formula), '_blank', 'top=50,left=50,width=600,height=600');
}

if (answer.trim() == '?') {
goes--;
answer='';
ans=document.head.innerHTML.replace(/\"/g,"'").split("'" + dv.trim() + ":")[1].split("'")[0];
}
if (document.head.innerHTML.toLowerCase().replace(/\"/g,"'").indexOf("'" + dv.trim().toLowerCase() + ":" + (answer + ans).toLowerCase() + "'") != -1) {
if (answer.trim() != '') { score++; }
wasih=lastois.innerHTML;
lastois.innerHTML='<font size=1><a title="Click here for Google search" target=_blank style="color:white;text-decoration:none;cursor:pointer;" href="https://www.google.com/search?q=' + encodeURIComponent(answer + ans) + '">' + answer + ans + '</a></font><br>' + wasih;
}
document.getElementById('pscore').innerHTML='Score: ' + score + '/' + goes;
document.getElementById('p36').innerHTML='' + score + '/' + goes;
}
userpicked='';
} else {
if (dv.trim() == '') {
if (userpicked != '') {
document.getElementById('mynum').innerHTML=userpicked;
} else {
document.getElementById('mynum').innerHTML='?';
}
} else if (dv.toLowerCase() == 'red' || dv.toLowerCase() == 'green' || dv.toLowerCase() == 'black') {
userpicked=dv.toLowerCase();
} else if (dv.substring(0,1) >= '0' && dv.substring(0,1) <= '9') {
var huhi=eval('' + dv);
if (huhi >= 0 && huhi <= 36) {
userpicked=dv;
document.getElementById('mynum').innerHTML=userpicked;
} else {
if (userpicked != '') {
document.getElementById('mynum').innerHTML=userpicked;
} else {
document.getElementById('mynum').innerHTML='?';
}
}
} else {
if (userpicked != '') {
document.getElementById('mynum').innerHTML=userpicked;
} else {
document.getElementById('mynum').innerHTML='?';
}
}
}
}

… in today’s changed Javascript circular_text.html‘s Periodic Table Quiz live run link for you to try the Periodic Table Quiz (now featuring new improved “Chemistry Compound Formula Wonder” prompting) part of the functionality yourself at a link up the top of the webpage.


Previous relevant Circular Text or Emoji Periodic Table Quiz Tutorial is shown below.

Circular Text or Emoji Periodic Table Quiz Tutorial

Circular Text or Emoji Periodic Table Quiz Tutorial

Meanwhile, back at Circular Text ideas we were wondering if we could add more interest to a quiz by making the circular ends to a similar wheel as the roulette wheel (as discussed with Circular Text or Emoji Roulette Animation Tutorial) be clickable as the user’s way to learn about some Periodic Table symbols and correspondent names.

We are forever wondering about ways to hide answers from users, for quizzes and games. Well, at least for those users not venturing to any Webpage -> View Source ideas, that is. Today’s sort of clunky, yet satisfying, way is to hide the Periodic Table element names, along with their symbols, in a single dimension array. Then we use that, scouring the whole <head> </head> using the DOM document.head.innerHTML reference approach, in the way below (and we warn that if you do not want help with the game avert your gaze below 1.734523417cm down the webpage)


var pts=['H:Hydrogen','He:Helium','Li:Lithium','Be:Beryllium','B:Boron','C:Carbon','N:Nitrogen','O:Oxygen','F:Fluorine','Ne:Neon','Na:Sodium','Mg:Magnesium','Al:Aluminium','Si:Silicon','P:Phosphorus','S:Sulphur','Cl:Chlorine','Ar:Argon','K:Potassium','Ca:Calcium','Sc:Scandium','Ti:Titanium','V:Vanadium','Cr:Chromium','Mn:Manganese','Fe:Iron','Co:Cobalt','Ni:Nickel','Cu:Copper','Zn:Zinc','Ga:Gallium','Ge:Germanium','As:Arsenic','Se:Selenium','Br:Bromine','Kr:Krypton'];

function huhd(dv) {
var answer='',ans='',wasih='';
if (isThirtySeven) { // Periodic Table Quiz logic
if (dv.trim().length <= 2 && dv.indexOf('/') == -1) {
answer=prompt('What is the name of the element in the Period Table with the symbol ' + dv.trim() + '? To just find out, but not score, enter a question mark.', '');
if (answer == null) { answer='' }
goes++;
if (answer == '?') {
answer='';
ans=document.head.innerHTML.replace(/\"/g,"'").split("'" + dv.trim() + ":")[1].split("'")[0];
}
if (document.head.innerHTML.toLowerCase().replace(/\"/g,"'").indexOf("'" + dv.trim().toLowerCase() + ":" + (answer + ans).toLowerCase() + "'") != -1) {
if (answer != '') { score++; }
wasih=lastois.innerHTML;
lastois.innerHTML='<font size=1><a title="Click here for Google search" target=_blank style="color:white;text-decoration:none;cursor:pointer;" href="https://www.google.com/search?q=' + encodeURIComponent(answer + ans) + '">' + answer + ans + '</a></font><br>' + wasih;
}
document.getElementById('pscore').innerHTML='Score: ' + score + '/' + goes;
document.getElementById('p36').innerHTML='' + score + '/' + goes;
}
userpicked='';
}
// rest for Roulette logic
}

… and the other way this array is used is to populate the content of the wheel outer rim, starting with the Roulette Wheel content as a template, via …


function reworked(intis) { // RE: pts array Period Table symbol/name quiz
// 3<span>2</span>1<span>5</span>1<span>9</span>42<span>1</span>22<span>5</span>1<span>7</span>3<span>4</span>62<span>7</span>1<span>3</span>3<span>6</span>1<span>1</span>3<span>0</span>82<span>3</span>1<span>0</span>52<span>4</span>1<span>6</span>3<span>3</span>12<span>0</span>1<span>4</span>3<span>1</span>92<span>2</span>1<span>8</span>2<span>9</span>72<span>8</span>1<span>2</span>3<span>5</span>32<span>6</span>0
var okayis=false, outtis=intis + '<span>/0</span>', sofar=',', iso=-1;
var outtisa='3<span>2</span>;1<span>5</span>;1<span>9</span>;4;2<span>1</span>;2;2<span>5</span>;1<span>7</span>;3<span>4</span>;6;2<span>7</span>;1<span>3</span>;3<span>6</span>;1<span>1</span>;3<span>0</span>;8;2<span>3</span>;1<span>0</span>;5;2<span>4</span>;1<span>6</span>;3<span>3</span>;1;2<span>0</span>;1<span>4</span>;3<span>1</span>;9;2<span>2</span>;1<span>8</span>;2<span>9</span>;7;2<span>8</span>;1<span>2</span>;3<span>5</span>;3;2<span>6</span>'.split(';'); //;0<span>/0</span>';
for (var i=0; i<pts.length; i++) {
okayis=false;
while (!okayis) {
iso=Math.floor(Math.random() * pts.length);
if (sofar.indexOf(',' + iso + ',') == -1) { okayis=true; sofar+='' + iso + ','; }
}
if (pts[iso].split(':')[0].length == 1) {
outtis=outtis.replace(outtisa[i], pts[iso].split(':')[0]);
} else {
outtis=outtis.replace(outtisa[i], pts[iso].split(':')[0].substring(0,1) + '<span>' + pts[iso].split(':')[0].substring(1) + '</span>');
}
}
return outtis;
}

… also illustrating our sofar variable oft used technique of appending to a delimited single string that is “indexOf”ed against to determine if an action has previously been taken, and, in this case here, not do it more than once.

Today’s changed HTML and CSS circular_text.html‘s live run link for you to try the Periodic Table Quiz part of the functionality yourself at a link up the top of the webpage.


Previous relevant Circular Text or Emoji Roulette Animation Tutorial is shown below.

Circular Text or Emoji Roulette Animation Tutorial

Circular Text or Emoji Roulette Animation Tutorial

As we left off with the recent Circular Text or Emoji Roulette Game Tutorial we wanted to improve on the animation aspects to representing the roulette wheel ball, but still only involve …

… and it was this in orbit bit that daunted us most. That is, until we …

  • read the great advice of this link, thanks … and enjoyed the wonder of …
  • how dynamic and easy dynamic CSS styling can be simply by adding <style> </style> encased styling to the end of document.body.innerHTML … via …

    function animateonorbit(bid, ccl, cct, anrad, fhl) { // thanks to https://www.useragentman.com/blog/2013/03/03/animating-circular-paths-using-css3-transitions/
    var dba='<style> #' + bid + ' { display:block; top:' + cct + 'px; ';
    dba+=' left:' + ccl + 'px; position:absolute; -moz-border-radius: 12px; border-radius: 12px; ';
    dba+=' filter: alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; transform: rotate(45deg) translateX(' + anrad + 'px) rotate(-45deg); ';
    dba+=' animation:animateonorbit ' + fhl + 's linear infinite; -webkit-animation:animateonorbit ' + fhl + 's linear infinite; z-index:79; } ';
    dba+=' @keyframes animateonorbit { from { transform: rotate(0deg) translateX(' + anrad + 'px) rotate(0deg); } ';
    dba+=' to { transform: rotate(360deg) translateX(' + anrad + 'px) rotate(-360deg); } ';
    dba+=' @-webkit-keyframes animateonorbit { from { -webkit-transform: rotate(0deg) translateX(' + anrad + 'px) rotate(0deg); } ';
    dba+=' to { -webkit-transform: rotate(360deg) translateX(' + anrad + 'px) rotate(-360deg); } </style> ';
    document.body.innerHTML+=dba;
    lasto=document.getElementById(bid);
    document.getElementById(bid).style.display='block';
    }

Today’s changed HTML and CSS circular_text.html‘s live run link for you to try the Roulette Wheel (and its animated ball) part of the functionality yourself at a link up the top of the webpage.


Previous relevant Circular Text or Emoji Roulette Game Tutorial is shown below.

Circular Text or Emoji Roulette Game Tutorial

Circular Text or Emoji Roulette Game Tutorial

Extending the recent Circular Text or Emoji Onclick Tutorial circular text ideas, today we are starting out on a game that uses a Roulette Wheel as its basic web page component. To all those “graphically challenged” users, like me, we do not use any homegrown imagery of any sort, instead just use …

  • HTML basis of design …
  • CSS as …
    1. <head> </head> styling …

      <style>
      .roulettered { color:white; background:linear-gradient(to top,orange 92%,red 8%); }
      .rouletteblack { color:white; background:linear-gradient(to top,orange 92%,black 8%); }
      .roulettegreen { color:white; background:linear-gradient(to top,orange 92%,green 8%); }
      </style>
    2. inline HTML styling
  • Javascript DOM dynamic styling and animation (the roulette wheel is sent spinning via setTimeout Javascript timer logic)

… involving our original …

  • “circular text” as the numbers near the outer rim of the roulette wheel
  • background border-radius parts in the middle (‘atend’ element) as the ribbing bits that form the rest of the roulette wheel

… and, so far, the one ball emoji at the end of a user turn. This last bit is where we feel we shall work at more improvement.

Today’s changed HTML circular_text.html‘s live run link for you to try the Roulette Wheel part of the functionality yourself at a link up the top of the webpage. You can guess a number or red or black or green colours, and odds based scoring is applied.


Previous relevant Circular Text or Emoji Onclick Tutorial is shown below.

Circular Text or Emoji Onclick Tutorial

Circular Text or Emoji Onclick Tutorial

In this increasingly connected online world, it can be surprising when an image looking part of a webpage cannot be linked to. The unusual thing about emojis is their way to …

  • be part of the textual web armoury … yet …
  • look like an image

… and, as such, it would definitely not offend, maybe even “tickle pink” the user to have an emoji be linked to further information. In the case of the emojis featuring in yesterday’s Circular Text or Emojis Genericity Tutorial which are country flags (that are compound emojis) you can query the Google search engine with the contents of the Iemoji website webpages (such as Japan’s flag emoji one) with the right column data next to the “Decimal HTML Entity” left column. In fact, as we often urge our students, just copy this Decimal HTML Entity value straight up into the address bar, and your favourite search engine is likely to come up with a (in my case Google) search engine URL like …


https://www.google.com/search?client=firefox-b-ab&q=%26%23127471%3B+%26%23127477%3B

… getting you (emoji onclick event) links to some pretty pertinent information about Japan within seconds, let alone what you might find under the Images and/or Videos menu subsearches. Notice how integrated this is with the Google search engine webpages …

The Flag: Japan emoji is a sequence of the 🇯 Regional Indicator Symbol Letter J and 🇵 Regional Indicator Symbol Letter P emojis. These display as a single emoji on supported platforms.

… showing you how ISO 2-letter codes are linked to emoji country flag Decimal HTML Entity creation construction rules.

Today’s changed HTML circular_text.html‘s live run link for you to try yourself (or try the changed PHP circular_text.php‘s live run), then, features …

  • changed emoji linking, the one thing left to say about this being, that the “missing link” between text and link HTML elements can be that elements that start as text can be made to act like linked elements (later) via (definitely the first, and sometimes, but not today, the second) CSS styling (via inline HTML CSS style=””) …
    1. cursor:pointer;
    2. text-decoration:underline;

    … we make happen within the webpage’s Javascript (DOM) code

  • functionality to be able to increase or decease the circular text’s font size (that being the way to control an emoji size as well, that reminds you that emojis are text, just not that very small part of the text world with ascii codes less than 256)
  • a very subtle radial gradient background replaces the single colour background colour for the HTML ‘atend’ div element within the circular text as per

    if (document.getElementById('atend').innerHTML != '') { document.getElementById('atend').style.background='radial-gradient(circle,#c0d0f0,#c3d3f3)'; } //#c0d0f0'; } //'transparent';

Previous relevant Circular Text or Emojis Genericity Tutorial is shown below.

Circular Text or Emojis Genericity Tutorial

Circular Text or Emojis Genericity Tutorial

A major consideration in any “genericity” drive you have for your web applications is to allow for a large amount of user entered data, perhaps a surprising amount. If you offer a textbox to enter data, then a user may enter a hugely long, and perhaps valid, field. If we’d left it at the scenario of yesterday’s Circular Text or Emojis Analogue Clock Tutorial, though, we’d have been restricted to a textbox entry of about 800 characters for the rjmprogramming.com.au domain. In the first of the improvements below, then, we try to cater for this via …

  • for textbox entries that are long we now populate an HTML form method=POST action=circular_text.php where we intervene at appropriate places with the large data items … and today we also …
  • make sure compound emojis like the country flags work (where the great Iemoji website webpages such as Japan’s flag emoji one, become so useful) … and we test that out with a …
  • Google Chart Pie Chart content inside the circular text

… and an interesting thing happened with the “getting to work” of today’s textbox entry (for a radius value of 570) you can try …


                        &#127464;&#127475;                        &#127470;&#127475;       &#127482;&#127480;     &#127470;&#127465;     &#127463;&#127479;    &#127477;&#127472;    &#127475;&#127468;    &#127463;&#127465;    &#127479;&#127482;   &#127471;&#127477;   &#127474;&#127485;   &#127477;&#127469;  &#127483;&#127475;  &#127466;&#127481;  &#127465;&#127466;  &#127466;&#127468; &#127470;&#127479; &#127481;&#127479; &#127481;&#127469; &#127464;&#127465; &#127467;&#127479; &#127468;&#127463; &#127470;&#127481;<iframe frameborder=0 style=border-radius:600px;width:900px;height:600px;z-index:23;margin-left:87px;margin-top:270px; src=https://www.rjmprogramming.com.au/PHP/PieChart/pie_chart.php?title=%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0%c2%a0Country%20Populations&onclick=y&task=Country&desc=Populations&data=,%20[~https;China,1347000000,India,1241000000,United%20States,312000000,Indonesia,238000000,Brazil,197000000,Pakistan,177000000,Nigeria,162000000,Bangladesh,151000000,Russia,143000000,Japan,128000000,Mexico,115000000,Philippines,96000000,Vietnam,88000000,Ethiopia,87000000,Germany,81800000,Egypt,82600000,Iran,78000000,Turkey,74000000,Thailand,69500000,Congo,67800000,France,63300000,United%20Kingdom,62700000,Italy,60800000~,100]#bitsatend></iframe>

… where the use of %c2%a0 creates whitespace but isn’t cleared by your normal trim functions, which is how we managed to get our Pie Chart title centralized enough not to be cut off by the HTML iframe border-radius applied to it. Cute, huh?!

Here is today’s changed circular_text.html‘s live run link for you to try yourself.


Previous relevant Circular Text or Emojis Analogue Clock Tutorial is shown below.

Circular Text or Emojis Analogue Clock Tutorial

Circular Text or Emojis Analogue Clock Tutorial

Often a good way to proceed to challenge genericity issues with a web application you think has potential to be more than it appears is to make it be the missing piece to another web application and interface to it. This is the scenario, today, putting together yesterday’s …

This interfacing match is great, as it fills in a gap, but there are a couple of things to overcome, those being …

  1. allow for a circular text component consist of more than one character, and here we allow the user to put …

    1<span>2</span>

    … to show “12” for example
  2. allow for an element like the HTML iframe “child” element be the contents within a newly introduced HTML div element for today’s changed circular_text.html‘s live run placed into the … anyone, anyone? … yes, Franklin D. Roosevelt, that would be in the circle the circular text goes around, and we do that stylewise via (on the fly Javascript) code making use of the centrally justified circular text element (curiously causing rect.width and rect.height below to be zero) …


    var rect=document.getElementById('test').getBoundingClientRect();
    document.getElementById('atend').style.position='absolute';
    document.getElementById('atend').style.left=eval(-rad + 20 + rect.left) + 'px';
    document.getElementById('atend').style.top=eval(38 + rect.top) + 'px';
    document.getElementById('atend').style.width=eval(2 * rad - 38) + 'px';
    document.getElementById('atend').style.height=eval(2 * rad - 38) + 'px';
    document.getElementById('atend').style.borderRadius=eval(2 * rad - 28) + 'px';
    if (document.getElementById('atend').innerHTML != '') { document.getElementById('atend').style.backgroundColor='#c0d0f0'; } //'transparent';

    … and ahead of this our user entered data needed for the Analogue Clock has an HTML (child) iframe element part …


    1<span>2</span>1234567891<span>0</span>1<span>1</span><iframe scrolling=no frameborder=0 style='z-index:23;margin-left:127px;margin-top:130px;height:400px;' src=analogue_clock.htm#xbody></iframe>

    … that we figure, because it is HTML containing spaces in its non-innerHTML parts, is meant as content for that new ‘atend’ HTML div element located in the middle of the circular text, and created via the codeline reached in this scenario …


    function justinnertextish(intx, within) {
    var sone=1, tagis='', iit=0, less=false, ioffset=0;
    outx=intx;
    it=[];
    if (intx.indexOf('</') != -1) {
    outx="";
    for (iit=0; iit<intx.length; iit+=sone) {
    if (intx.substring(iit, eval(1 + iit)) == '<') {
    tagis=intx.substring(iit).substring(1).split('>')[0];
    less=false;
    if (tagis.indexOf(' ') != -1 || within) {
    less=true;
    document.getElementById('atend').innerHTML='<' + tagis + '>' + intx.substring(eval(iit + 2 + tagis.length)).split('>')[0] + '>';

    // etcetera etcetera etcetera

Got the time?


Previous relevant Circular Text or Emojis Primer Tutorial is shown below.

Circular Text or Emojis Primer Tutorial

Circular Text or Emojis Primer Tutorial

We’ve got a “proof of concept” tutorial for you today, because we got put onto an idea for something by How to Make Circular/Curved Text with JavaScript, thanks. We wanted to extend the logic of that …

  • ascii codes (of characters) less than 256, text handling … to, now, be able to handle …
  • emoji data (or that’s what we like to “nickname” it … sorry if this annoys, but it really concerns UTF-8 characters really

We resisted the Sushi Train Circuit Game Tutorial ideas, because it isn’t lunchtime, and opted to allow the user to enter their own text (including any emojis (available via Command-Control-Space menu here at Mac OS X) or via &#[CodePoint]; HTML Entity (decimal or hexidecimal (CodePoint)) entries (where we’d like you to put &amp; rather than just & if you are going to do this, and if you want to do this, but need tips on how you might approach this, please consult our previous Karaoke via YouTube API in Iframe Emoji Tutorial where we often start at good ol’ emojipedia).

Maybe there will be some sequels, but for the meantime you can examine the HTML and Javascript circular_text.html code (including more thank you links), that you can try for yourself at this live run link.

With that in mind, take a look at us creeping through the text characters you enter, and notice how an emoji will have two bytes in a row with ascii code greater than 255 …


var etxt=intxt.replace(/\&amp\;/g,'&').replace(/\;\&\#/g,',').split('&#'); // intxt is your text
var txt=[], zero=0; // changed elsewhere as well

var one=1;
for (kk=zero; kk<etxt[k].length; kk+=one) {
if (etxt[k].substring(kk, eval(1 + kk)).charCodeAt(0) > 255) { // emoji found
txt.push(String.fromCodePoint(eval('' + etxt[k].substring(kk).charCodeAt(0)),eval('' + etxt[k].substring(kk).substring(1).charCodeAt(0)) ));
one=2;
} else { // normal ascii text
txt.push(etxt[k].substring(kk, eval(1 + kk)));
one=1;
}
}
}
one=1;
zero=0;

You can also see this play out at WordPress 4.1.1’s Circular Text or Emojis Primer Tutorial.

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.


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.

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Diagonal Element Nesting Analogue Clock Tutorial

Diagonal Element Nesting Analogue Clock Tutorial

Diagonal Element Nesting Analogue Clock Tutorial

Those two diagonal lines produced in yesterday’s Diagonal Element Nesting Tutorial made us wonder …

What can you build with controlled rotation and involving two diagonal elements?

… and, of course, your Local Time Analogue Clock with it’s hour hand and minute hand is an example. And so we set forth creating that, featuring new Javascript


function andthen() {
var tds=document.getElementsByTagName('td');
ourtwo=1;
for (var itds=0; itds<tds.length; itds++) {
if (('' + tds[itds].id).indexOf('cell') == 0) {
if (eval('' + tds[itds].innerText.length) < 7) {
//alert(tds[0].innerHTML.split('rotate(')[1].split('deg')[0]);
var zx=(tds[0].innerHTML.replace(/sub/g,'sup').replace('rotate(' + tds[0].innerHTML.split('rotate(')[1].split('deg')[0],'rotate(' + eval(360 - ten)).replace('rotate(' + tds[0].innerHTML.split('rotate(')[1].split('deg')[0],'rotate(' + eval(360 - ten)).replace('rotate(' + tds[0].innerHTML.split('rotate(')[1].split('deg')[0],'rotate(' + eval(360 - ten)).replace('rotate(' + tds[0].innerHTML.split('rotate(')[1].split('deg')[0],'rotate(' + eval(360 - ten)));
ten=eval(-1 * ten);
ourtwo=itds;
tds[itds].innerHTML=tds[0].innerHTML.replace(' style="',' style="color:blue;margin-top:-256px;').replace(/0001/g,'0002').replace(/sub/g,'sup').replace('rotate(' + tds[0].innerHTML.split('rotate(')[1].split('deg')[0],'rotate(' + eval(ten)).replace(/\,\-20px/g,',32px');
document.getElementById(('' + tds[itds].id).replace('cell','ecll')).innerHTML='<textarea rows=17 cols=80 id=' + ('' + tds[itds].id).replace('cell','taecll') + ' onblur=tait(this); style=width=100%;>' + document.getElementById('cell' + ('0000' + curcellnum).slice(-4)).innerHTML.replace(' style="',' style="color:blue;margin-top:-256px;').replace(/0001/g,'0002').replace(/sub/g,'sup').replace('rotate(' + tds[0].innerHTML.split('rotate(')[1].split('deg')[0],'rotate(' + eval(ten)).replace(/\,\-20px/g,',32px') + '</textarea>';
} else {
tds[itds].innerHTML=tds[itds].innerHTML.replace(/background\-color\:\ pink\;/g, 'background-color: white;').replace(/background\-color\:pink\;/g, 'background-color:white;');
document.getElementById(('' + tds[itds].id).replace('cell','ecll')).innerHTML='<textarea rows=17 cols=80 id=' + ('' + tds[itds].id).replace('cell','taecll') + ' onblur=tait(this); style=width=100%;>' + document.getElementById('cell' + ('0000' + curcellnum).slice(-4)).innerHTML + '</textarea>';
}
}
}
var recto=document.getElementById('fibothone').getBoundingClientRect();
//document.getElementById('fibothtwo').style.position='absolute';
//document.getElementById('fibothtwo').style.left='' + recto.left + 'px';
//document.getElementById('fibothtwo').style.top='' + recto.top + 'px';
//document.getElementById('fibothtwo').style.width='' + recto.width + 'px';
//document.getElementById('fibothtwo').style.height='' + recto.height + 'px';

document.getElementById('ifbothone').srcdoc=maybeclock(tds[0].innerHTML.replace(' style="', ' style="margin-top:0px;margin-left:0px;'));
document.getElementById('ifbothtwo').srcdoc=tds[ourtwo].innerHTML;
recto=document.getElementById('ifbothone').getBoundingClientRect();
document.getElementById('ifbothtwo').style.position='absolute';
document.getElementById('ifbothtwo').style.left='' + recto.left + 'px';
document.getElementById('ifbothtwo').style.top='' + recto.top + 'px';
document.getElementById('ifbothtwo').style.width='' + recto.width + 'px';
document.getElementById('ifbothtwo').style.height='' + recto.height + 'px';
recto=document.getElementById('fibothone').getBoundingClientRect();
document.getElementById('fibothtwo').style.position='absolute';
document.getElementById('fibothtwo').style.left='' + recto.left + 'px';
document.getElementById('fibothtwo').style.top='' + recto.top + 'px';
document.getElementById('fibothtwo').style.width='' + recto.width + 'px';
document.getElementById('fibothtwo').style.height='' + recto.height + 'px';
document.getElementById('fiboththree').style.position='absolute';
document.getElementById('fiboththree').style.left='' + recto.left + 'px';
document.getElementById('fiboththree').style.top='' + recto.top + 'px';
document.getElementById('fiboththree').style.width='' + recto.width + 'px';
document.getElementById('fiboththree').style.height='' + recto.height + 'px';

}

function premaybeclock() {
if (glinh != '') {
//alert('ct=' + ct + ' and glinh=' + glinh);
maybeclock(glinh);
}
}

function minuteang() {
var tss=('' + new Date());
cconto.body.title=tss;
document.getElementById('fiboththree').title=tss;
var th=eval(tss.split(':')[0].split(' ')[eval(-1 + tss.split(':')[0].split(' ').length)] % 12);
var tm=eval(tss.split(':')[1]);
var ts=eval(tss.split(':')[2].split(' ')[0].split('.')[0]);
tm+=eval(ts / 60);
return '' + eval((90 + tm * 6) % 360);
}

function hourang() {
var tss=('' + new Date());
var th=eval(tss.split(':')[0].split(' ')[eval(-1 + tss.split(':')[0].split(' ').length)] % 12);
var tm=eval(tss.split(':')[1]);
var ts=eval(tss.split(':')[2].split(' ')[0].split('.')[0]);
th+=eval(tm / 60);
th+=eval(ts / (60 * 60));
return '' + eval((90 + th * 30) % 360);
}

function maybeclock(linh) {
var absbit='position:absolute;top:350px;left:300px;';
var rotv=linh.split('rotate(')[1].split('deg')[0];
var thisfs=linh.split('font-size:')[1].split('px')[0];
var huh='<br><br><br><br><br><br><br><br><br><br><br><br>';
document.getElementById('fibothone').srcdoc='' + linh.replace('>' + document.getElementById('chars').value + '</su', ' id=lastsu>' + document.getElementById('chars').value + '</su').replace('margin-top:','padding-top:').replace('margin-left:','padding-left:').replace('rotate(' + rotv,'rotate(' + hourang()).replace(' style="', ' style="' + ct + cl + absbit + 'transform-origin:50% 33%;') + '<style> sub:last-of-type { font-weight:bold; color: olive !important; } sup:last-of-type { font-weight:bold; color: olive !important; } </style>'; //.replace(/inline\-block\;/g, 'inline;');
var origlinh=linh;
if (glinh == '') {
glinh=linh.replace('margin-top:','padding-top:').replace('margin-left:','padding-left:');
setInterval(premaybeclock, 5000);
}
while (origlinh.indexOf('font-size:' + thisfs + 'px') != -1) {
origlinh=origlinh.replace('font-size:' + thisfs + 'px', 'font-size:' + eval(-3 + eval('' + thisfs)) + 'px');
}
document.getElementById('fibothtwo').srcdoc='' + origlinh.replace('>' + document.getElementById('chars').value + '</su', ' id=lastsu>' + document.getElementById('chars').value + '</su').replace('margin-top:','padding-top:').replace('margin-left:','padding-left:').replace('rotate(' + rotv,'rotate(' + minuteang()).replace(' style="', ' style="' + absbit + 'text-shadow:-0.5px 0.5px 0.5px #95ff2d;transform-origin:50% 33%;color:rgba(0,0,255,0.4);') + '<style> sub:last-of-type { font-weight:bold; color: pink !important; } sup:last-of-type { font-weight:bold; color: pink !important; } </style>'; // + "<style>.logo { width: 100vw; height: 100vh; position: relative; } .logo__svg { width: 300px; height: 300px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}</style><div class=\"logo\"><svg class=\"logo__svg\"><circle cx=\"50%\" cy=\"50%\" r=\"150\" style=\"fill:rgba(255,0,0,0.6);stroke:white;stroke-width:1;\"/></svg></div>"; //.replace(/inline\-block\;/g, 'inline;');
document.getElementById('fiboththree').srcdoc="<head><title>" + ('' + new Date()) + "</title><style> .logo { width: 100vw; height: 100vh; position: relative; } .logo__svg { width: 312px; height: 312px; position: absolute; top: 47%; left: 49%; transform: translate(-50%, -50%); } </style></head><body id=xbody><div class=\"logo\"><svg class=\"logo__svg\"><circle cx=\"50%\" cy=\"50%\" r=\"155\" style=\"fill:rgba(255,0,0,1);stroke:white;stroke-width:1;\"/></svg></div></body>"; //.replace(/inline\-block\;/g, 'inline;');
return linh;
}

And so, again, feel free to try out this the changed second draft Nested Diagonal Elements web application below.


Previous relevant Diagonal Element Nesting Tutorial is shown below.

Diagonal Element Nesting Tutorial

Diagonal Element Nesting Tutorial

A variation on yesterday’s Nesting Primer Tutorial, as well as being inspired by that work is today’s …

  1. diagonal element … via …
  2. nested …
    • display: inline;
    • display: inline-block;

    • sub topleft to bottomright diagonal componentry element look
    • sup bottomleft to topright diagonal componentry element look

    … we noticed working (ie. achieving nested “diagonality“) yesterday

… functionality. Yes, this might be thought of as “overkill” compared to …

  • hr element rotations … and/or …
  • SVG

… arguably easier means to achieve a “diagonal element” look. Nevertheless, the more ways to achieve an objective up your sleeve, the better, we reckon!

Again, feel free to try out this proof of concept Nested Diagonal Elements web application below …


Previous relevant Nesting Primer Tutorial is shown below.

Nesting Primer Tutorial

Nesting Primer Tutorial

The text (which can include emojis) …

  • display: inline;
  • display: inline-block;

… HTML elements are endlessly fascinating in our eyes, regarding the “nesting” of elements.

You can read all you like about this at a website like W3schools but we find endless surprises, so we decided to code for a web application with scope within a table cell “parent” element …

  • reinitialize (ie. append) span or p or font or sup or sub or font or h1 or h2 or h3 or h4 or div element to the end of table cell content
  • nest span or p or font or sup or sub or font or h1 or h2 or h3 or h4 or div element onto the end of the most outer table cell element’s content within the table cell content, or a clicked element flagged with a pink background

We find it interesting changing up the choice above and font-size and new element content textbox settings and seeing what happens. You see the resultant HTML innards below in a textarea element which changes to are reflected above (and in this way, you can pick an element type not listed above, if you like), as are changes to second and on table cell content’s on the top row.

Feel free to try out this proof of concept Nesting web application below …

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.

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Diagonal Element Nesting Tutorial

Diagonal Element Nesting Tutorial

Diagonal Element Nesting Tutorial

A variation on yesterday’s Nesting Primer Tutorial, as well as being inspired by that work is today’s …

  1. diagonal element … via …
  2. nested …
    • display: inline;
    • display: inline-block;

    • sub topleft to bottomright diagonal componentry element look
    • sup bottomleft to topright diagonal componentry element look

    … we noticed working (ie. achieving nested “diagonality“) yesterday

… functionality. Yes, this might be thought of as “overkill” compared to …

  • hr element rotations … and/or …
  • SVG

… arguably easier means to achieve a “diagonal element” look. Nevertheless, the more ways to achieve an objective up your sleeve, the better, we reckon!

Again, feel free to try out this proof of concept Nested Diagonal Elements web application below …


Previous relevant Nesting Primer Tutorial is shown below.

Nesting Primer Tutorial

Nesting Primer Tutorial

The text (which can include emojis) …

  • display: inline;
  • display: inline-block;

… HTML elements are endlessly fascinating in our eyes, regarding the “nesting” of elements.

You can read all you like about this at a website like W3schools but we find endless surprises, so we decided to code for a web application with scope within a table cell “parent” element …

  • reinitialize (ie. append) span or p or font or sup or sub or font or h1 or h2 or h3 or h4 or div element to the end of table cell content
  • nest span or p or font or sup or sub or font or h1 or h2 or h3 or h4 or div element onto the end of the most outer table cell element’s content within the table cell content, or a clicked element flagged with a pink background

We find it interesting changing up the choice above and font-size and new element content textbox settings and seeing what happens. You see the resultant HTML innards below in a textarea element which changes to are reflected above (and in this way, you can pick an element type not listed above, if you like), as are changes to second and on table cell content’s on the top row.

Feel free to try out this proof of concept Nesting web application below …

If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Nesting Primer Tutorial

Nesting Primer Tutorial

Nesting Primer Tutorial

The text (which can include emojis) …

  • display: inline;
  • display: inline-block;

… HTML elements are endlessly fascinating in our eyes, regarding the “nesting” of elements.

You can read all you like about this at a website like W3schools but we find endless surprises, so we decided to code for a web application with scope within a table cell “parent” element …

  • reinitialize (ie. append) span or p or font or sup or sub or font or h1 or h2 or h3 or h4 or div element to the end of table cell content
  • nest span or p or font or sup or sub or font or h1 or h2 or h3 or h4 or div element onto the end of the most outer table cell element’s content within the table cell content, or a clicked element flagged with a pink background

We find it interesting changing up the choice above and font-size and new element content textbox settings and seeing what happens. You see the resultant HTML innards below in a textarea element which changes to are reflected above (and in this way, you can pick an element type not listed above, if you like), as are changes to second and on table cell content’s on the top row.

Feel free to try out this proof of concept Nesting web application below …

If this was interesting you may be interested in this too.

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , | Leave a comment

Journal Emoji Tutorial

Journal Emoji Tutorial

Journal Emoji Tutorial

Today, it’s a mix of …

  • styling …
    <?php echo ”

    <style>
    * { border-radius: 8px; margin: 5 5 5 5; }

    button { color: blue; }
    input[type=\"submit\"] { color: blue; }

    hr { background-color: red; height: 1px; border: 0; }

    #ytimestamp {
    /* background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text y='80%'>&#128197;</text></svg>\"); */
    background-image: url(\"data:image/svg+xml;base64," . base64_encode("<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text y='80%'>&#128197;</text></svg>") . "\") !important;
    background-position: right;
    background-repeat: no-repeat;
    /* background-size: contain; */
    height: 30px;
    }


    #yname {
    /* background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text y='80%'>&#x1F4DB;</text></svg>\"); */
    background-image: url(\"data:image/svg+xml;base64," . base64_encode("<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text y='80%'>&#x1F4DB;</text></svg>") . "\") !important;
    background-position: right;
    background-repeat: no-repeat;
    /* background-size: contain; */
    /* height: 30px; */
    }

    #ydob {
    /* background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text y='80%'>&#x1F382;</text></svg>\"); */
    background-image: url(\"data:image/svg+xml;base64," . base64_encode("<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text y='80%'>&#x1F382;</text></svg>") . "\") !important;
    background-position: right;
    background-repeat: no-repeat;
    /* background-size: contain; */
    /* height: 30px; */
    }

    #ysecret {
    /* background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text y='80%'>&#x3299;&#xFE0F;</text></svg>\"); */
    background-image: url(\"data:image/svg+xml;base64," . base64_encode("<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text y='80%'>&#x3299;&#xFE0F;</text></svg>") . "\") !important;
    background-position: right;
    background-repeat: no-repeat;
    /* background-size: contain; */
    /* height: 30px; */
    }

    #posting {
    /* background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text y='80%'>&#x270D;&#x1F3FC;</text></svg>\"); */
    background-image: url(\"data:image/svg+xml;base64," . base64_encode("<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text y='80%'>&#x270D;&#x1F3FC;</text></svg>") . "\") !important;
    background-position: right top;
    background-repeat: no-repeat;
    }

    .tdleft {
    /* background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text x='20%' y='80%' fill='red' transform='rotate(45,200,200)'>Journal &#x1F4D3; goes here ?</text></svg>\"); */
    background-image: url(\"data:image/svg+xml;base64," . base64_encode("<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewport='0 0 100 100' style='font-family:Verdana;font-size:18px;'><text x='20%' y='80%' fill='red' transform='rotate(45,200,200)'>Journal &#x1F4D3; goes here ?</text></svg>") . "\") !important;
    background-position: center middle;
    background-repeat: repeat;
    background-size: contain;
    background-color:cyan;
    padding-right:5px;
    }

    .tdnone {
    background-color:cyan;
    padding-right:5px;
    }

    /* Thanks to https://stackoverflow.com/questions/10813581/can-i-replace-the-expand-icon-of-the-details-element */
    details > summary {
    list-style-type: '" . "\u{1F4D3}" . "';
    }

    details[open] > summary {
    list-style-type: '" . "\u{1F50F}" . "';
    }

    details.editable[open] > summary {
    list-style-type: '" . "\u{1F3E4}" . "';
    }

    details {
    border: 1px solid gray;
    border-radius: 0.2rem;
    padding: 0.5rem;
    }

    details[open] > summary {
    margin-bottom: 0.5rem;
    }
    </style>

    “; ?>
  • aesthetics
  • user experience
  • emojis

… today to try enhancing the work of yesterday’s Journal Hashtag Tutorial regarding our latest Journal web application.

We’ve said it many’s a time, emojis can help with …

  • Internationalization
  • colour and movement
  • graphical content (for those of us lacking in that department … cough, cough)
  • SVG+XML base64 interplay regarding background imagery

… in our changed journal.php PHP Journal web application you can try for yourself Journal web application, which, with content, may look something like …

https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser

… which you can also try way below.


Previous relevant Journal Hashtag Tutorial is shown below.

Journal Hashtag Tutorial

Journal Hashtag Tutorial

If you look at the data for the Journals created and maintained by our new inhouse web application talked about at yesterday’s Journal Associations Tutorial you can see …

  • the user entered text data is stored in a web server flat file outside of view of public internet users …
  • and the work of yesterday allowed for, within that user entered text data …
    Text words we can map as …
    • YouTube video
    • YouTube playlist
    • Spotify playlist
    • Email “a” “mailto:”
    • SMS “a” “sms:”
    • Link to an http: or https: protocol web browser address bar URL

    … and add to that with today’s work …

    • media data URI
    … to link
  • while today we allow those Text words to be coded for so that the logic can add functionality understanding hashtag suffixing as per …

    Journal text goes here where hashtags #qrcode and #play and #display and #listen and #embed and #show and #background are hashtag media effect options along with an understanding of data URI media entries

    … as a whole new layer of data enhancement, potentially augmenting those original Text words hugely

… via significantly changed …

<?php echo ”

function inline_linking(xname) {
var oklast=['A','E','I','M','Q','U','Y','c','g','k','o','s','w','0','4','8'];
var pword='', origxname=xname, thiss='', thiscp='', xsuffix='', durl='';
xname=(xname + ' ').replace(/\#qrcode\ /g,' QrCoDe ').replace(/\#qrcode/g,' QrCoDe').replace(/\#play\ /g,' PlAy ').replace(/\#display\ /g,' DiSpLaY ').replace(/\#listen\ /g,' LiStEn ').replace(/\#embed\ /g,' EmBeD ').replace(/\#show\ /g,' ShOw ').replace(/\#background\ /g,' BaCkGrOuNd ').replace(/\ $/g,'');
xname=(xname + ' ').replace(/\#qrcode/g,' QrCoDe').replace(/\#play/g,' PlAy').replace(/\#display/g,' DiSpLaY').replace(/\#listen/g,' LiStEn').replace(/\#embed/g,' EmBeD').replace(/\#show/g,' ShOw').replace(/\#background/g,' BaCkGrOuNd').replace(/\ $/g,'');
var htes=xname.split('&#');
for (ih=1; ih<htes.length; ih++) {
if (ih < htes.length) {
thiss='&#';
thiscp=\"xname=xname.replace('&#',String.fromCodePoint()); htes=xname.split('&#'); \";
thiscp=thiscp.replace(\"',\", (xname.substring(2 + xname.indexOf('&#')) + ' ').split('; ')[0] + \";',\");
thiscp=thiscp.replace(\"()\", '(' + (xname.substring(2 + xname.indexOf('&#')) + ' ').split('; ')[0].replace(/^x/g,'0x').replace(/\;\&\#x/g,',0x').replace(/\;\&\#/g,',') + \")\");
eval(thiscp); //alert(thiscp);
}
}
var xxname=xname;
var delim=' ', pdelim=' ';
while (xxname.indexOf(String.fromCharCode(10)) != -1) {
xxname=xxname.replace(String.fromCharCode(10), ' ');
}
while (xxname.indexOf('<br>') != -1) {
xxname=xxname.replace('<br>', ' ');
}
var thewords=xxname.split(' ');
thewords.push('');
thewords.push('');
for (var jw=0; jw<thewords.length; jw++) {
xsuffix='';
pword=thewords[jw].replace(/PlAy/g,'').replace(/DiSpLaY/g,'').replace(/LiStEn/g,'').replace(/EmBeD/g,'').replace(/ShOw/g,'').replace(/BaCkGrOuNd/g,'').replace(/QrCoDe/g,'');
if (pword != '') {
pdelim='';
durl='';
if (xname.indexOf(' ' + pword) != -1) { pdelim=' '; }
if (xname.indexOf(String.fromCharCode(10) + pword) != -1) { pdelim=String.fromCharCode(10); }
if (xname.indexOf('<br>' + pword) != -1) { pdelim='<br>'; }
delim='';
if (xname.indexOf(pdelim + pword + ' ') != -1) { delim=' '; }
if (xname.indexOf(pdelim + pword + String.fromCharCode(10)) != -1) { delim=String.fromCharCode(10); }
if (xname.indexOf(pdelim + pword + '<br>') != -1) { delim='<br>'; }
if (pword.indexOf('data:') == 0) {
durl='<details contenteditable=false style=\"display:inline-flex;justify-content: space-between;align-items:flex-end;\" open><summary title=' + pword + ' contenteditable=false></summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#' + pword + '\"></iframe></details>';

switch (thewords[eval(2 + jw)]) {

case 'QrCoDe': // inhouse qr code representation
xsuffix='<details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.rjmprogramming.com.au/recording_ideas.php#' + pword + '\"></iframe></details>';
break;

default:
break;
}

switch (thewords[eval(2 + jw)]) {

case 'QrCoDe': // inhouse qr code representation
xsuffix='<details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.youtube.com/watch?v=' + pword + '\"></iframe></details>';
break;

default:
break;
}

switch (thewords[eval(1 + jw)]) {
case 'PlAy': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#play</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'BaCkGrOuNd': //yt background
if (durl.indexOf('data:image') != -1) {
//durl=durl.replace('width:','opacity:0.0;width:').replace('<iframe ','<iframe onload=\"setInterval(function(event){ event.target.style.opacity=' + \"'' + (eval('0' + event.target.style.opacity) > 0.005 ? '0.0' : '1.0'); \" + ' }, 20000);\" ');
durl=durl.replace('width:','opacity:0.0;width:').replace('<iframe ','<iframe id=if' + ifnum + ' data-ifid=if' + ifnum + ' onload=\"' + \"setInterval(function(event){ document.getElementById('if\" + ifnum + \"').style.opacity='' + (eval('0' + document.getElementById('if\" + ifnum + \"').style.opacity) > 0.005 ? '0.0' : '1.0'); \" + ' }, 20000);\" ');
ifnum++;
//alert(durl);
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace(' style=\"',' style=\"background:url(' + pword + ');background-repeat:no-repeat;background-size:contain;').replace('></summary>',' style=\"opacity:0.5;color:lightgray;background:url(' + pword + ');background-repeat:repeat;background-size:contain;\">#background</summary>') + xsuffix + delim);
//xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace(' style=\"',' style=\"background:url(' + pword + ');background-repeat:no-repeat;background-size:contain;').replace(' style=\"background:url(' + pword + ');background-repeat:repeat;background-size:contain;\"></summary>','>#background</summary>') + xsuffix + delim);
} else {
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#background</summary>') + xsuffix + delim);
}
thewords[eval(1 + jw)]='';
break;

case 'QrCoDe': // inhouse qr code representation
//xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#qrcode</summary>') + xsuffix + delim);
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#qrcode</summary>').replace('#NOWAYJOSE' + pword,'#' + encodeURIComponent('https://www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#' + pword)) + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'ShOw': // inhouse details closed
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#show</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'EmBeD': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#embed</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'LiStEn': // inline inhouse
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#listen</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'DiSpLaY': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#display</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

default:
xname=xname.replace(pdelim + pword + delim,pdelim + durl + xsuffix + delim);
break;
}
} else if (pword.replace(/\@$/g,'').indexOf('@') > 0 && pword.indexOf('.') != -1 && eval('' + pword.split('@').length) >= 2) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Email to\" contenteditable=false target=_top href=\"mailto:' + pword + '?subject=&body=\">' + pword + '</a>' + delim);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 11 && oklast.indexOf(pword.slice(-1)) != -1) {
//alert('Pword=' + pword + ' pdelim=' + pdelim.replace(String.fromCharCode(10),'x')+ ' delim=' + delim.replace(String.fromCharCode(10),'x') + ' ' + xname);
//alert('35:' + thewords[eval(1 + jw)]);
switch (thewords[eval(2 + jw)]) {

case 'QrCoDe': // inhouse qr code representation
xsuffix='<details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.youtube.com/watch?v=' + pword + '\"></iframe></details>';
break;

default:
break;
}

switch (thewords[eval(1 + jw)]) {
case 'PlAy': // inhouse details open non-mobile playing non-muted
//xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '#play</a> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/' + pword + '?si=FbkG3MuvQtUnTEg5\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>' + xsuffix + delim);
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '</a><details contenteditable=false style=\"display:inline-block;\" open><summary title=' + pword + ' contenteditable=false>#play</summary><iframe contenteditable=false style=\"width:100%;height:800px;display:block;\" src=\"//www.rjmprogramming.com.au/HTMLCSS/karaoke_youtube_api.htm?youtubeid=' + pword + '&youtube_duration=12345&email=&email=&emoji=on&i0=0&j0=12345&c0=on&i1=&j1=&i2=&j2=&i3=&j3=&i4=&j4=&i5=&j5=&i6=&j6=&i7=&j7=&i8=&j8=&i9=&j9=&i10=&j10=&i11=&j11=&i12=&j12=&i13=&j13=&i14=&j14=&i15=&j15=&i16=&j16=&i17=&j17=&i18=&j18=&i19=&j19=&i20=&j20=&i21=&j21=&i22=&j22=&i23=&j23=&i24=&j24=&i25=&j25=&i26=&j26=&i27=&j27=&i28=&j28=&i29=&j29=\"></iframe></details>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'BaCkGrOuNd': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '#background</a> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/' + pword + '?si=FbkG3MuvQtUnTEg5\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'QrCoDe': // inhouse qr code representation
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.youtube.com/watch?v=' + pword + '\">' + pword + '</a><details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.youtube.com/watch?v=' + pword + '\"></iframe></details>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'ShOw': // inhouse details open non-mobile playing muted
//xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '#show</a> <iframe style=\"width:100%;height:800px;\" src=\"//www.rjmprogramming.com.au/HTMLCSS/karaoke_youtube_api.htm?youtubeid=' + pword + '&youtube_duration=12345&email=&email=&emoji=on&i0=0&j0=12345&c0=on&i1=&j1=&i2=&j2=&i3=&j3=&i4=&j4=&i5=&j5=&i6=&j6=&i7=&j7=&i8=&j8=&i9=&j9=&i10=&j10=&i11=&j11=&i12=&j12=&i13=&j13=&i14=&j14=&i15=&j15=&i16=&j16=&i17=&j17=&i18=&j18=&i19=&j19=&i20=&j20=&i21=&j21=&i22=&j22=&i23=&j23=&i24=&j24=&i25=&j25=&i26=&j26=&i27=&j27=&i28=&j28=&i29=&j29=\"></iframe>' + delim);
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '</a><details contenteditable=false style=\"display:inline-block;\" open><summary title=' + pword + ' contenteditable=false>#show</summary><iframe onload=\"var acontodd = (this.contentWindow || this.contentDocument); if (acontodd != null) { if (acontodd.document) { acontodd = acontodd.document; acontodd.title=' + \"'YouTube video mute control'\" + '; } } \" contenteditable=false title=\"YouTube video mute control\" style=\"width:100%;height:800px;display:block;\" src=\"//www.rjmprogramming.com.au/HTMLCSS/karaoke_youtube_api.htm?youtubeid=' + pword + '&youtube_duration=22234.0&email=&email=&emoji=on&i0=0&j0=12345&c0=on&i1=&j1=&i2=&j2=&i3=&j3=&i4=&j4=&i5=&j5=&i6=&j6=&i7=&j7=&i8=&j8=&i9=&j9=&i10=&j10=&i11=&j11=&i12=&j12=&i13=&j13=&i14=&j14=&i15=&j15=&i16=&j16=&i17=&j17=&i18=&j18=&i19=&j19=&i20=&j20=&i21=&j21=&i22=&j22=&i23=&j23=&i24=&j24=&i25=&j25=&i26=&j26=&i27=&j27=&i28=&j28=&i29=&j29=\"></iframe></details>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'EmBeD': // yt embed
//xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '#embed</a> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/' + pword + '?si=FbkG3MuvQtUnTEg5\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>' + xsuffix + delim);
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '</a><details contenteditable=false style=\"display:inline-flex;justify-content: space-between;align-items:flex-end;\" open><summary title=' + pword + ' contenteditable=false>#embed</summary><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/' + pword + '?si=FbkG3MuvQtUnTEg5\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></details>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'LiStEn': // inline inhouse
xname=xname.replace(pdelim + pword + delim,pdelim + '<span contenteditable=false><a target=\"_blank\" class=\"audioytplay\" title=\"?\" href=\"https://www.youtube.com/watch?v=' + pword + '\" rel=\"noopener\">' + pword + '#listen</a></span>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'DiSpLaY': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '#display</a> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/' + pword + '?si=FbkG3MuvQtUnTEg5\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

default:
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '</a>' + xsuffix + delim);
break;
}
//alert(xname);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 34) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube playlist\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=&index=1&list=' + pword + '\">' + pword + '</a>' + delim);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 22) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Spotify playlist\" contenteditable=false target=_blank href=\"//open.spotify.com/playlist/' + pword + '\">' + pword + '</a>' + delim).trim();
} else if (eval('' + pword.split(',')[0].length) > 4 && pword.replace(/\,/g,'').replace(/0/g,'').replace(/1/g,'').replace(/2/g,'').replace(/3/g,'').replace(/4/g,'').replace(/5/g,'').replace(/6/g,'').replace(/7/g,'').replace(/8/g,'').replace(/9/g,'') == '') {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"SMS to\" contenteditable=false target=_top href=\"sms:' + pword + '&body=\">' + pword + '</a>' + delim);
} else if (pword.toLowerCase().indexOf('http') == 0 && pword.indexOf(':') != -1 && pword.indexOf('//') != -1) {
durl='<details contenteditable=false style=\"display:inline-flex;justify-content: space-between;align-items:flex-end;\" open><summary title=' + pword + ' contenteditable=false></summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#' + pword + '\"></iframe></details>';

switch (thewords[eval(2 + jw)]) {

case 'QrCoDe': // inhouse qr code representation
xsuffix='<details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.rjmprogramming.com.au/recording_ideas.php#' + pword + '\"></iframe></details>';
break;

default:
break;
}

switch (thewords[eval(2 + jw)]) {

case 'QrCoDe': // inhouse qr code representation
xsuffix='<details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.youtube.com/watch?v=' + pword + '\"></iframe></details>';
break;

default:
break;
}

switch (thewords[eval(1 + jw)]) {
case 'PlAy': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#play</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'BaCkGrOuNd': //yt background
if (durl.indexOf('data:image') != -1) {
//durl=durl.replace('width:','opacity:0.0;width:').replace('<iframe ','<iframe onload=\"setInterval(function(event){ event.target.style.opacity=' + \"'' + (eval('0' + event.target.style.opacity) > 0.005 ? '0.0' : '1.0'); \" + ' }, 20000);\" ');
durl=durl.replace('width:','opacity:0.0;width:').replace('<iframe ','<iframe id=if' + ifnum + ' data-ifid=if' + ifnum + ' onload=\"' + \"setInterval(function(event){ document.getElementById('if\" + ifnum + \"').style.opacity='' + (eval('0' + document.getElementById('if\" + ifnum + \"').style.opacity) > 0.005 ? '0.0' : '1.0'); \" + ' }, 20000);\" ');
ifnum++;
//alert(durl);
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace(' style=\"',' style=\"background:url(' + pword + ');background-repeat:no-repeat;background-size:contain;').replace('></summary>',' style=\"opacity:0.5;color:lightgray;background:url(' + pword + ');background-repeat:repeat;background-size:contain;\">#background</summary>') + xsuffix + delim);
//xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace(' style=\"',' style=\"background:url(' + pword + ');background-repeat:no-repeat;background-size:contain;').replace(' style=\"background:url(' + pword + ');background-repeat:repeat;background-size:contain;\"></summary>','>#background</summary>') + xsuffix + delim);
} else {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#background</summary>') + xsuffix + delim);
}
thewords[eval(1 + jw)]='';
break;

case 'QrCoDe': // inhouse qr code representation
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#qrcode</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'ShOw': // inhouse details closed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#show</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'EmBeD': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#embed</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'LiStEn': // inline inhouse
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#listen</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'DiSpLaY': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#display</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

default:
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + delim);
break;
}
}
}

}
if (origxname != xname) { itchanged=true; }
setTimeout(function(){ acontod.getElementById('indiv').title='Journal text goes here where hashtags #qrcode and #play and #display and #listen and #embed and #show and #background are hashtag media effect options along with an understanding of data URI media entries'; }, 5000);
return xname.replace(/PlAy/g,'').replace(/DiSpLaY/g,'').replace(/LiStEn/g,'').replace(/EmBeD/g,'').replace(/ShOw/g,'').replace(/BaCkGrOuNd/g,'').replace(/QrCoDe/g,'');
}

“; ?>

… in our changed journal.php PHP Journal web application you can try for yourself Journal web application, which, with content, may look something like …

https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser

… and which you may want to compare the raw Text words below …

… as the basis for the construction of the Journal you can also try way below.


Previous relevant Journal Associations Tutorial is shown below.

Journal Associations Tutorial

Journal Associations Tutorial

Yesterday’s Journal Editing Tutorial had us interested in …


contenteditable=true

… usage, which begs the question …

Do you ever need to get interested in …

contenteditable=false

?

Yes, we’ve had interest a couple of times now. It happens, at least for us, with a contenteditable=true element, for some reason, for a part of that element’s content it is better to revert back to normal onclick ways clicking on that bit of the content. And we come across that today, as we add to the potential intelligence of our textual data, allowing programmed for logic which transforms particular hardcoded words into …

  • YouTube video pointing link
  • YouTube playlist pointing link
  • Spotify playlist pointing link
  • Email “a” “mailto:” link
  • SMS “a” “sms:” link
  • Link to an http: or https: protocol web browser address bar URL

… and for these created links it is better to apply contenteditable=false to them so that clicking them is not to say “focus on this” but rather “take me to this” as per how your usual “a” elements behave.

Also, today, emoji textual input works okay when posting, and sometimes when contenteditable=true editing (but our advice is to Post your emoji textual data entries). A lot of all this functionality appears in our new Javascript function …

<?php echo ”

function inline_linking(xname) {
var oklast=['A','E','I','M','Q','U','Y','c','g','k','o','s','w','0','4','8'];
var pword='', origxname=xname, thiss='', thiscp='';
var htes=xname.split('&#');
for (ih=1; ih<htes.length; ih++) {
if (ih < htes.length) {
thiss='&#';
thiscp=\"xname=xname.replace('&#',String.fromCodePoint()); htes=xname.split('&#'); \";
thiscp=thiscp.replace(\"',\", (xname.substring(2 + xname.indexOf('&#')) + ' ').split('; ')[0] + \";',\");
thiscp=thiscp.replace(\"()\", '(' + (xname.substring(2 + xname.indexOf('&#')) + ' ').split('; ')[0].replace(/^x/g,'0x').replace(/\;\&\#x/g,',0x').replace(/\;\&\#/g,',') + \")\");
eval(thiscp); //alert(thiscp);
}
}
var xxname=xname;
var delim=' ', pdelim=' ';
while (xxname.indexOf(String.fromCharCode(10)) != -1) {
xxname=xxname.replace(String.fromCharCode(10), ' ');
}
while (xxname.indexOf('<br>') != -1) {
xxname=xxname.replace('<br>', ' ');
}
var thewords=xxname.split(' ');
for (var jw=0; jw<thewords.length; jw++) {

pword=thewords[jw];
if (pword != '') {
pdelim='';
if (xname.indexOf(' ' + pword) != -1) { pdelim=' '; }
if (xname.indexOf(String.fromCharCode(10) + pword) != -1) { pdelim=String.fromCharCode(10); }
if (xname.indexOf('<br>' + pword) != -1) { pdelim='<br>'; }
delim='';
if (xname.indexOf(pdelim + pword + ' ') != -1) { delim=' '; }
if (xname.indexOf(pdelim + pword + String.fromCharCode(10)) != -1) { delim=String.fromCharCode(10); }
if (xname.indexOf(pdelim + pword + '<br>') != -1) { delim='<br>'; }
if (pword.replace(/\@$/g,'').indexOf('@') > 0 && pword.indexOf('.') != -1 && eval('' + pword.split('@').length) >= 2) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Email to\" contenteditable=false target=_top href=\"mailto:' + pword + '?subject=&body=\">' + pword + '</a>' + delim);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 11 && oklast.indexOf(pword.slice(-1)) != -1) {
//alert('Pword=' + pword + ' pdelim=' + pdelim.replace(String.fromCharCode(10),'x')+ ' delim=' + delim.replace(String.fromCharCode(10),'x') + ' ' + xname);
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '</a>' + delim);
//alert(xname);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 34) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube playlist\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=&index=1&list=' + pword + '\">' + pword + '</a>' + delim);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 22) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Spotify playlist\" contenteditable=false target=_blank href=\"//open.spotify.com/playlist/' + pword + '\">' + pword + '</a>' + delim).trim();
} else if (eval('' + pword.split(',')[0].length) > 4 && pword.replace(/\,/g,'').replace(/0/g,'').replace(/1/g,'').replace(/2/g,'').replace(/3/g,'').replace(/4/g,'').replace(/5/g,'').replace(/6/g,'').replace(/7/g,'').replace(/8/g,'').replace(/9/g,'') == '') {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"SMS to\" contenteditable=false target=_top href=\"sms:' + pword + '&body=\">' + pword + '</a>' + delim);
} else if (pword.toLowerCase().indexOf('http') == 0 && pword.indexOf(':') != -1 && pword.indexOf('//') != -1) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + delim);
}
}


}
if (origxname != xname) { itchanged=true; }
return xname;
}

“; ?>

… in our changed journal.php PHP Journal web application you can try for yourself Journal web application, which, with content, may look something like …

https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser

… and which you can also try below.


Previous relevant Journal Content Tutorial is shown below.

Journal Content Tutorial

Journal Content Tutorial

Further to yesterday’s Journal Privacy Tutorial we’re up to issues with “content” that involve …

  • format
  • display
  • styling
  • usability
  • navigation

… a lot of which do not suit yesterday’s content’s textarea format nearly as much as today’s overlaying nested div format. As you will know using textarea textual data there are really no easy ways towards any “smart” navigation functionality possibilities, but an HTML div with the content (and now navigational dropdowns and “breadcrumb” buttons) hosted by another div with display:flex (and thanks, here, to the advice from this great link) and absolute “overlaying” positioning

<?php echo ”

function wbt(taow,tao) {
//alert(tao.value);
if (acontod && tao) {
if (!divelem) {
document.getElementById('helpout').style.backgroundColor='yellow';
document.getElementById('dcont').style.backgroundColor='yellow';
divelem = acontod.getElementById('djc');
gtao=tao;
var recto = tao.getBoundingClientRect();
if (divelem) { // thanks to ideas off http://stackoverflow.com/questions/12266320/copy-div-content-to-textarea-or-text-with-the-same-font-family-style
divelem.style.display='flex';
//divelem.style.alignItems='flex-end';
divelem.style.overflowY='scroll';
//divelem.style.flexFlow='column nowrap';
divelem.style.flexDirection='column-reverse';
divelem.style.fontFamily = window.getComputedStyle(tao,null).fontFamily || tao.style.fontFamily || tao.currentStyle.getCurrentProperty('font-family');
divelem.style.fontSize = window.getComputedStyle(tao,null).fontSize || tao.style.fontSize || tao.currentStyle.getCurrentProperty('font-size');
divelem.style.border = window.getComputedStyle(tao,null).border || tao.style.border || tao.currentStyle.getCurrentProperty('border');
divelem.style.padding = window.getComputedStyle(tao,null).padding || tao.style.padding || tao.currentStyle.getCurrentProperty('padding');
divelem.style.margin = window.getComputedStyle(tao,null).margin || tao.style.margin || tao.currentStyle.getCurrentProperty('margin');
divelem.style.overflow = window.getComputedStyle(tao,null).overflow || tao.style.overflow || tao.currentStyle.getCurrentProperty('overflow');
divelem.style.position='absolute';
divelem.style.left='' + recto.left + 'px';
divelem.style.width='' + eval(0 + recto.width) + 'px';
divelem.style.height='' + recto.height + 'px';
divelem.style.top='' + eval(-12 + recto.top) + 'px';
//alert('' + recto.top + ' ' + recto.height + ' ' + ' ... ' + 'eval(-12 + recto.top + recto.height)=' + eval(-12 + recto.top + recto.height));
//divelem.style.bottom='' + eval(-12 + recto.top + recto.height) + 'px';
divelem.style.zIndex='999';
divelem.scrollTop=divelem.scrollHeight;
tao.style.color='transparent';
}
}
var taovalue=tao.value.replace(/\</g,'&lt;').replace(/\>/g,'&gt;');
while (taovalue.indexOf(String.fromCharCode(10)) != -1) {
taovalue=taovalue.replace(String.fromCharCode(10),'<br>');
}
acontod.getElementById('djc').innerHTML='<div id=indiv title=\"Journal\" style=\"text-shadow:-0.5px 0.5px 0.5px #ff0000;background: linear-gradient(to right, #e0eafc, #ffffff);margin-top: auto !important;\">' + massage(taovalue) + '</div>';
}
return '';
}

“; ?>

… allows the div to look almost the same as the textarea but with the smarts and we leave a sliver of bottom textarea showing underneath to allow for a bit of resizing logic as well, here, today, in our changed journal.php PHP Journal web application you can try for yourself Journal web application, which, with content, may look something like …

https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser


Previous relevant Journal Privacy Tutorial is shown below.

Journal Privacy Tutorial

Journal Privacy Tutorial

We’ve managed to almost keep up the brevity … regarding blog posting titles, that is given a character here or there?!

Drilling down on the changed word, to “Privacy”, further to yesterday’s Journal Primer Tutorial more loose privacy, what are we getting at?

  • Privacy is a subjective term

    … what goes as “private” for one user can be a completely different set of standards to another user …

  • take, on the clientside of the “privacy and security equation” of online considerations, it is really hard as a programmer to arrange “sensible levels” of security to a user using web browser web inspectors to their full functionality … but as programmers …
  • we can attempt to make it “beyond the patience of those users” regarding the “privacy and security equation” … and in the case of our Journal web application …
  • it interfaces on the clientside to a unique combination of …
    1. device
    2. web browser

    … with our Journal web application via window.localStorage means to construct those right hand button or dropdown Recalling HTML element “aids” … and those users could get to that information via most modern web browser web inspectors … given, movie style, they quickly sneak onto the computer of the user just having used the Journal web application, presumably before the sleep manager kicks in, and gets to the relevant web browser’s web inspector’s functionality and copies two encrypted strings onto … it is the “wonderful USB” scene … presumably with a progress bar showing as they are just about to be discovered … and go away to decrypt at their leisure … Pina Colada, anyone? … but …

  • we can annoy such activity, perhaps, by encrypting both the window.localStorage relevant record content and key … which we’re starting to do today

We could go a stage further, and just work it within PHP but it is pointless to go too far along these lines because once the Journal link becomes like …

https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser

… well, everybody knows everything by then (to which end, as of today, there is less address bar argument usage going on as a user creates their content, because we now POST it rather than GET it, perhaps making it that wee bit harder for our “USB thief”), and that is why we could share that link with you all. If we went too far regarding privacy and security the whole web application loses all friendliness!

Also regarding Recall thoughts, users who use Name and Date of Birth access to a Journal may also be asked for a Secret Number, as well, as of today, depending on where they are when they access the Journal web application.

What is another privacy thing we had going, even as of yesterday? Would you believe it if we say the Journal data exists on a web server in it’s own non encrypted form in a file, but barring using sftp or some other way to get to the RJM Programming web server in a Terminal session, or such like, the general public can not get to that file, and specify it in some web browser address bar URL, in that we’ve stored it outside that (for Apache web server, up the web server folder tree from public_html “Document Root” folder) public access place. Keen programmers could also encrypt this data within the file, or use a database perhaps, or some other level of privacy/security, but again, we are not going to that level of security with our changed journal.php PHP Journal web application you can try for yourself Journal web application.


Previous relevant Journal Primer Tutorial is shown below.

Journal Primer Tutorial

Journal Primer Tutorial

It’s a new project day …. yay!!!

It’s a candidate for shortest blog posting title hereabouts day …. yay!!!

And so, with the brevity, we must explain that PHP serverside language is needed here, because writing to the RJM Programming web server, into files, is required for this project. If you do not like brevity though, we can toggle the title for you here!?

Am sure our vagueness about any differences between a personal “journal” and a personal “diary” may grate on some … and all because you asked for it!?

Anyway, the concept is …

  1. Identification …
    • user enters their name
    • user enters their 8 digit date of birth ( eg. 20041231 ) … then to round off on the “identification section” if you will the web application assigns a …
    • 6 digit secret number
  2. Posting …
    • web application assigns a default Journal Entry timestamp … you can change along with a textarea means of entering that time snapshot’s …
    • journal entry content … so far just text and 5000 character limit on this first draft
    • user clicks/taps the “Post to Journal” button to display the latest Journal version to the top left above
  3. Recounting …
    • even just completing an Identification that will be remembered as a button or dropdown displayed to the right for the user refiring up the Journal web application indicates a name of relevance onto which a click/tap/selection brings about …
    • a validation of either the 8 digit date of birth or 6 digit secret number … allowing access and display to the relevant Journal at the top left of the web application … or if you know the Journal filename … for example …
    • https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser

Pretty straightforward in concept, but the security aspects to protect data privacy, add to the complication somewhat in the journal.php PHP Journal web application you can try yourself.

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.

Posted in eLearning, Event-Driven Programming, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Journal Hashtag Tutorial

Journal Hashtag Tutorial

Journal Hashtag Tutorial

If you look at the data for the Journals created and maintained by our new inhouse web application talked about at yesterday’s Journal Associations Tutorial you can see …

  • the user entered text data is stored in a web server flat file outside of view of public internet users …
  • and the work of yesterday allowed for, within that user entered text data …
    Text words we can map as …
    • YouTube video
    • YouTube playlist
    • Spotify playlist
    • Email “a” “mailto:”
    • SMS “a” “sms:”
    • Link to an http: or https: protocol web browser address bar URL

    … and add to that with today’s work …

    • media data URI
    … to link
  • while today we allow those Text words to be coded for so that the logic can add functionality understanding hashtag suffixing as per …

    Journal text goes here where hashtags #qrcode and #play and #display and #listen and #embed and #show and #background are hashtag media effect options along with an understanding of data URI media entries

    … as a whole new layer of data enhancement, potentially augmenting those original Text words hugely

… via significantly changed …

<?php echo ”

function inline_linking(xname) {
var oklast=['A','E','I','M','Q','U','Y','c','g','k','o','s','w','0','4','8'];
var pword='', origxname=xname, thiss='', thiscp='', xsuffix='', durl='';
xname=(xname + ' ').replace(/\#qrcode\ /g,' QrCoDe ').replace(/\#qrcode/g,' QrCoDe').replace(/\#play\ /g,' PlAy ').replace(/\#display\ /g,' DiSpLaY ').replace(/\#listen\ /g,' LiStEn ').replace(/\#embed\ /g,' EmBeD ').replace(/\#show\ /g,' ShOw ').replace(/\#background\ /g,' BaCkGrOuNd ').replace(/\ $/g,'');
xname=(xname + ' ').replace(/\#qrcode/g,' QrCoDe').replace(/\#play/g,' PlAy').replace(/\#display/g,' DiSpLaY').replace(/\#listen/g,' LiStEn').replace(/\#embed/g,' EmBeD').replace(/\#show/g,' ShOw').replace(/\#background/g,' BaCkGrOuNd').replace(/\ $/g,'');
var htes=xname.split('&#');
for (ih=1; ih<htes.length; ih++) {
if (ih < htes.length) {
thiss='&#';
thiscp=\"xname=xname.replace('&#',String.fromCodePoint()); htes=xname.split('&#'); \";
thiscp=thiscp.replace(\"',\", (xname.substring(2 + xname.indexOf('&#')) + ' ').split('; ')[0] + \";',\");
thiscp=thiscp.replace(\"()\", '(' + (xname.substring(2 + xname.indexOf('&#')) + ' ').split('; ')[0].replace(/^x/g,'0x').replace(/\;\&\#x/g,',0x').replace(/\;\&\#/g,',') + \")\");
eval(thiscp); //alert(thiscp);
}
}
var xxname=xname;
var delim=' ', pdelim=' ';
while (xxname.indexOf(String.fromCharCode(10)) != -1) {
xxname=xxname.replace(String.fromCharCode(10), ' ');
}
while (xxname.indexOf('<br>') != -1) {
xxname=xxname.replace('<br>', ' ');
}
var thewords=xxname.split(' ');
thewords.push('');
thewords.push('');
for (var jw=0; jw<thewords.length; jw++) {
xsuffix='';
pword=thewords[jw].replace(/PlAy/g,'').replace(/DiSpLaY/g,'').replace(/LiStEn/g,'').replace(/EmBeD/g,'').replace(/ShOw/g,'').replace(/BaCkGrOuNd/g,'').replace(/QrCoDe/g,'');
if (pword != '') {
pdelim='';
durl='';
if (xname.indexOf(' ' + pword) != -1) { pdelim=' '; }
if (xname.indexOf(String.fromCharCode(10) + pword) != -1) { pdelim=String.fromCharCode(10); }
if (xname.indexOf('<br>' + pword) != -1) { pdelim='<br>'; }
delim='';
if (xname.indexOf(pdelim + pword + ' ') != -1) { delim=' '; }
if (xname.indexOf(pdelim + pword + String.fromCharCode(10)) != -1) { delim=String.fromCharCode(10); }
if (xname.indexOf(pdelim + pword + '<br>') != -1) { delim='<br>'; }
if (pword.indexOf('data:') == 0) {
durl='<details contenteditable=false style=\"display:inline-flex;justify-content: space-between;align-items:flex-end;\" open><summary title=' + pword + ' contenteditable=false></summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#' + pword + '\"></iframe></details>';

switch (thewords[eval(2 + jw)]) {

case 'QrCoDe': // inhouse qr code representation
xsuffix='<details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.rjmprogramming.com.au/recording_ideas.php#' + pword + '\"></iframe></details>';
break;

default:
break;
}

switch (thewords[eval(2 + jw)]) {

case 'QrCoDe': // inhouse qr code representation
xsuffix='<details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.youtube.com/watch?v=' + pword + '\"></iframe></details>';
break;

default:
break;
}

switch (thewords[eval(1 + jw)]) {
case 'PlAy': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#play</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'BaCkGrOuNd': //yt background
if (durl.indexOf('data:image') != -1) {
//durl=durl.replace('width:','opacity:0.0;width:').replace('<iframe ','<iframe onload=\"setInterval(function(event){ event.target.style.opacity=' + \"'' + (eval('0' + event.target.style.opacity) > 0.005 ? '0.0' : '1.0'); \" + ' }, 20000);\" ');
durl=durl.replace('width:','opacity:0.0;width:').replace('<iframe ','<iframe id=if' + ifnum + ' data-ifid=if' + ifnum + ' onload=\"' + \"setInterval(function(event){ document.getElementById('if\" + ifnum + \"').style.opacity='' + (eval('0' + document.getElementById('if\" + ifnum + \"').style.opacity) > 0.005 ? '0.0' : '1.0'); \" + ' }, 20000);\" ');
ifnum++;
//alert(durl);
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace(' style=\"',' style=\"background:url(' + pword + ');background-repeat:no-repeat;background-size:contain;').replace('></summary>',' style=\"opacity:0.5;color:lightgray;background:url(' + pword + ');background-repeat:repeat;background-size:contain;\">#background</summary>') + xsuffix + delim);
//xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace(' style=\"',' style=\"background:url(' + pword + ');background-repeat:no-repeat;background-size:contain;').replace(' style=\"background:url(' + pword + ');background-repeat:repeat;background-size:contain;\"></summary>','>#background</summary>') + xsuffix + delim);
} else {
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#background</summary>') + xsuffix + delim);
}
thewords[eval(1 + jw)]='';
break;

case 'QrCoDe': // inhouse qr code representation
//xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#qrcode</summary>') + xsuffix + delim);
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#qrcode</summary>').replace('#NOWAYJOSE' + pword,'#' + encodeURIComponent('https://www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#' + pword)) + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'ShOw': // inhouse details closed
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#show</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'EmBeD': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#embed</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'LiStEn': // inline inhouse
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#listen</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'DiSpLaY': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace('></summary>','>#display</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

default:
xname=xname.replace(pdelim + pword + delim,pdelim + durl + xsuffix + delim);
break;
}
} else if (pword.replace(/\@$/g,'').indexOf('@') > 0 && pword.indexOf('.') != -1 && eval('' + pword.split('@').length) >= 2) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Email to\" contenteditable=false target=_top href=\"mailto:' + pword + '?subject=&body=\">' + pword + '</a>' + delim);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 11 && oklast.indexOf(pword.slice(-1)) != -1) {
//alert('Pword=' + pword + ' pdelim=' + pdelim.replace(String.fromCharCode(10),'x')+ ' delim=' + delim.replace(String.fromCharCode(10),'x') + ' ' + xname);
//alert('35:' + thewords[eval(1 + jw)]);
switch (thewords[eval(2 + jw)]) {

case 'QrCoDe': // inhouse qr code representation
xsuffix='<details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.youtube.com/watch?v=' + pword + '\"></iframe></details>';
break;

default:
break;
}

switch (thewords[eval(1 + jw)]) {
case 'PlAy': // inhouse details open non-mobile playing non-muted
//xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '#play</a> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/' + pword + '?si=FbkG3MuvQtUnTEg5\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>' + xsuffix + delim);
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '</a><details contenteditable=false style=\"display:inline-block;\" open><summary title=' + pword + ' contenteditable=false>#play</summary><iframe contenteditable=false style=\"width:100%;height:800px;display:block;\" src=\"//www.rjmprogramming.com.au/HTMLCSS/karaoke_youtube_api.htm?youtubeid=' + pword + '&youtube_duration=12345&email=&email=&emoji=on&i0=0&j0=12345&c0=on&i1=&j1=&i2=&j2=&i3=&j3=&i4=&j4=&i5=&j5=&i6=&j6=&i7=&j7=&i8=&j8=&i9=&j9=&i10=&j10=&i11=&j11=&i12=&j12=&i13=&j13=&i14=&j14=&i15=&j15=&i16=&j16=&i17=&j17=&i18=&j18=&i19=&j19=&i20=&j20=&i21=&j21=&i22=&j22=&i23=&j23=&i24=&j24=&i25=&j25=&i26=&j26=&i27=&j27=&i28=&j28=&i29=&j29=\"></iframe></details>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'BaCkGrOuNd': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '#background</a> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/' + pword + '?si=FbkG3MuvQtUnTEg5\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'QrCoDe': // inhouse qr code representation
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.youtube.com/watch?v=' + pword + '\">' + pword + '</a><details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.youtube.com/watch?v=' + pword + '\"></iframe></details>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'ShOw': // inhouse details open non-mobile playing muted
//xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '#show</a> <iframe style=\"width:100%;height:800px;\" src=\"//www.rjmprogramming.com.au/HTMLCSS/karaoke_youtube_api.htm?youtubeid=' + pword + '&youtube_duration=12345&email=&email=&emoji=on&i0=0&j0=12345&c0=on&i1=&j1=&i2=&j2=&i3=&j3=&i4=&j4=&i5=&j5=&i6=&j6=&i7=&j7=&i8=&j8=&i9=&j9=&i10=&j10=&i11=&j11=&i12=&j12=&i13=&j13=&i14=&j14=&i15=&j15=&i16=&j16=&i17=&j17=&i18=&j18=&i19=&j19=&i20=&j20=&i21=&j21=&i22=&j22=&i23=&j23=&i24=&j24=&i25=&j25=&i26=&j26=&i27=&j27=&i28=&j28=&i29=&j29=\"></iframe>' + delim);
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '</a><details contenteditable=false style=\"display:inline-block;\" open><summary title=' + pword + ' contenteditable=false>#show</summary><iframe onload=\"var acontodd = (this.contentWindow || this.contentDocument); if (acontodd != null) { if (acontodd.document) { acontodd = acontodd.document; acontodd.title=' + \"'YouTube video mute control'\" + '; } } \" contenteditable=false title=\"YouTube video mute control\" style=\"width:100%;height:800px;display:block;\" src=\"//www.rjmprogramming.com.au/HTMLCSS/karaoke_youtube_api.htm?youtubeid=' + pword + '&youtube_duration=22234.0&email=&email=&emoji=on&i0=0&j0=12345&c0=on&i1=&j1=&i2=&j2=&i3=&j3=&i4=&j4=&i5=&j5=&i6=&j6=&i7=&j7=&i8=&j8=&i9=&j9=&i10=&j10=&i11=&j11=&i12=&j12=&i13=&j13=&i14=&j14=&i15=&j15=&i16=&j16=&i17=&j17=&i18=&j18=&i19=&j19=&i20=&j20=&i21=&j21=&i22=&j22=&i23=&j23=&i24=&j24=&i25=&j25=&i26=&j26=&i27=&j27=&i28=&j28=&i29=&j29=\"></iframe></details>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'EmBeD': // yt embed
//xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '#embed</a> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/' + pword + '?si=FbkG3MuvQtUnTEg5\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>' + xsuffix + delim);
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '</a><details contenteditable=false style=\"display:inline-flex;justify-content: space-between;align-items:flex-end;\" open><summary title=' + pword + ' contenteditable=false>#embed</summary><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/' + pword + '?si=FbkG3MuvQtUnTEg5\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></details>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'LiStEn': // inline inhouse
xname=xname.replace(pdelim + pword + delim,pdelim + '<span contenteditable=false><a target=\"_blank\" class=\"audioytplay\" title=\"?\" href=\"https://www.youtube.com/watch?v=' + pword + '\" rel=\"noopener\">' + pword + '#listen</a></span>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'DiSpLaY': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '#display</a> <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/' + pword + '?si=FbkG3MuvQtUnTEg5\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>' + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

default:
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '</a>' + xsuffix + delim);
break;
}
//alert(xname);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 34) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube playlist\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=&index=1&list=' + pword + '\">' + pword + '</a>' + delim);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 22) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Spotify playlist\" contenteditable=false target=_blank href=\"//open.spotify.com/playlist/' + pword + '\">' + pword + '</a>' + delim).trim();
} else if (eval('' + pword.split(',')[0].length) > 4 && pword.replace(/\,/g,'').replace(/0/g,'').replace(/1/g,'').replace(/2/g,'').replace(/3/g,'').replace(/4/g,'').replace(/5/g,'').replace(/6/g,'').replace(/7/g,'').replace(/8/g,'').replace(/9/g,'') == '') {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"SMS to\" contenteditable=false target=_top href=\"sms:' + pword + '&body=\">' + pword + '</a>' + delim);
} else if (pword.toLowerCase().indexOf('http') == 0 && pword.indexOf(':') != -1 && pword.indexOf('//') != -1) {
durl='<details contenteditable=false style=\"display:inline-flex;justify-content: space-between;align-items:flex-end;\" open><summary title=' + pword + ' contenteditable=false></summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#' + pword + '\"></iframe></details>';

switch (thewords[eval(2 + jw)]) {

case 'QrCoDe': // inhouse qr code representation
xsuffix='<details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.rjmprogramming.com.au/recording_ideas.php#' + pword + '\"></iframe></details>';
break;

default:
break;
}

switch (thewords[eval(2 + jw)]) {

case 'QrCoDe': // inhouse qr code representation
xsuffix='<details contenteditable=false style=\"display:inline-block;\"><summary title=' + pword + ' contenteditable=false>#qrcode</summary><iframe contenteditable=false style=\"width:100%;height:550px;display:block;\" src=\"//www.rjmprogramming.com.au/recording_ideas.php?noinitialwo=y#https://www.youtube.com/watch?v=' + pword + '\"></iframe></details>';
break;

default:
break;
}

switch (thewords[eval(1 + jw)]) {
case 'PlAy': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#play</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'BaCkGrOuNd': //yt background
if (durl.indexOf('data:image') != -1) {
//durl=durl.replace('width:','opacity:0.0;width:').replace('<iframe ','<iframe onload=\"setInterval(function(event){ event.target.style.opacity=' + \"'' + (eval('0' + event.target.style.opacity) > 0.005 ? '0.0' : '1.0'); \" + ' }, 20000);\" ');
durl=durl.replace('width:','opacity:0.0;width:').replace('<iframe ','<iframe id=if' + ifnum + ' data-ifid=if' + ifnum + ' onload=\"' + \"setInterval(function(event){ document.getElementById('if\" + ifnum + \"').style.opacity='' + (eval('0' + document.getElementById('if\" + ifnum + \"').style.opacity) > 0.005 ? '0.0' : '1.0'); \" + ' }, 20000);\" ');
ifnum++;
//alert(durl);
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace(' style=\"',' style=\"background:url(' + pword + ');background-repeat:no-repeat;background-size:contain;').replace('></summary>',' style=\"opacity:0.5;color:lightgray;background:url(' + pword + ');background-repeat:repeat;background-size:contain;\">#background</summary>') + xsuffix + delim);
//xname=xname.replace(pdelim + pword + delim,pdelim + durl.replace(' style=\"',' style=\"background:url(' + pword + ');background-repeat:no-repeat;background-size:contain;').replace(' style=\"background:url(' + pword + ');background-repeat:repeat;background-size:contain;\"></summary>','>#background</summary>') + xsuffix + delim);
} else {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#background</summary>') + xsuffix + delim);
}
thewords[eval(1 + jw)]='';
break;

case 'QrCoDe': // inhouse qr code representation
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#qrcode</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'ShOw': // inhouse details closed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#show</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'EmBeD': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#embed</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'LiStEn': // inline inhouse
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#listen</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

case 'DiSpLaY': // yt embed
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + durl.replace('></summary>','>#display</summary>') + xsuffix + delim);
thewords[eval(1 + jw)]='';
break;

default:
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + delim);
break;
}
}
}

}
if (origxname != xname) { itchanged=true; }
setTimeout(function(){ acontod.getElementById('indiv').title='Journal text goes here where hashtags #qrcode and #play and #display and #listen and #embed and #show and #background are hashtag media effect options along with an understanding of data URI media entries'; }, 5000);
return xname.replace(/PlAy/g,'').replace(/DiSpLaY/g,'').replace(/LiStEn/g,'').replace(/EmBeD/g,'').replace(/ShOw/g,'').replace(/BaCkGrOuNd/g,'').replace(/QrCoDe/g,'');
}

“; ?>

… in our changed journal.php PHP Journal web application you can try for yourself Journal web application, which, with content, may look something like …

https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser

… and which you may want to compare the raw Text words below …

… as the basis for the construction of the Journal you can also try way below.


Previous relevant Journal Associations Tutorial is shown below.

Journal Associations Tutorial

Journal Associations Tutorial

Yesterday’s Journal Editing Tutorial had us interested in …


contenteditable=true

… usage, which begs the question …

Do you ever need to get interested in …

contenteditable=false

?

Yes, we’ve had interest a couple of times now. It happens, at least for us, with a contenteditable=true element, for some reason, for a part of that element’s content it is better to revert back to normal onclick ways clicking on that bit of the content. And we come across that today, as we add to the potential intelligence of our textual data, allowing programmed for logic which transforms particular hardcoded words into …

  • YouTube video pointing link
  • YouTube playlist pointing link
  • Spotify playlist pointing link
  • Email “a” “mailto:” link
  • SMS “a” “sms:” link
  • Link to an http: or https: protocol web browser address bar URL

… and for these created links it is better to apply contenteditable=false to them so that clicking them is not to say “focus on this” but rather “take me to this” as per how your usual “a” elements behave.

Also, today, emoji textual input works okay when posting, and sometimes when contenteditable=true editing (but our advice is to Post your emoji textual data entries). A lot of all this functionality appears in our new Javascript function …

<?php echo ”

function inline_linking(xname) {
var oklast=['A','E','I','M','Q','U','Y','c','g','k','o','s','w','0','4','8'];
var pword='', origxname=xname, thiss='', thiscp='';
var htes=xname.split('&#');
for (ih=1; ih<htes.length; ih++) {
if (ih < htes.length) {
thiss='&#';
thiscp=\"xname=xname.replace('&#',String.fromCodePoint()); htes=xname.split('&#'); \";
thiscp=thiscp.replace(\"',\", (xname.substring(2 + xname.indexOf('&#')) + ' ').split('; ')[0] + \";',\");
thiscp=thiscp.replace(\"()\", '(' + (xname.substring(2 + xname.indexOf('&#')) + ' ').split('; ')[0].replace(/^x/g,'0x').replace(/\;\&\#x/g,',0x').replace(/\;\&\#/g,',') + \")\");
eval(thiscp); //alert(thiscp);
}
}
var xxname=xname;
var delim=' ', pdelim=' ';
while (xxname.indexOf(String.fromCharCode(10)) != -1) {
xxname=xxname.replace(String.fromCharCode(10), ' ');
}
while (xxname.indexOf('<br>') != -1) {
xxname=xxname.replace('<br>', ' ');
}
var thewords=xxname.split(' ');
for (var jw=0; jw<thewords.length; jw++) {

pword=thewords[jw];
if (pword != '') {
pdelim='';
if (xname.indexOf(' ' + pword) != -1) { pdelim=' '; }
if (xname.indexOf(String.fromCharCode(10) + pword) != -1) { pdelim=String.fromCharCode(10); }
if (xname.indexOf('<br>' + pword) != -1) { pdelim='<br>'; }
delim='';
if (xname.indexOf(pdelim + pword + ' ') != -1) { delim=' '; }
if (xname.indexOf(pdelim + pword + String.fromCharCode(10)) != -1) { delim=String.fromCharCode(10); }
if (xname.indexOf(pdelim + pword + '<br>') != -1) { delim='<br>'; }
if (pword.replace(/\@$/g,'').indexOf('@') > 0 && pword.indexOf('.') != -1 && eval('' + pword.split('@').length) >= 2) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Email to\" contenteditable=false target=_top href=\"mailto:' + pword + '?subject=&body=\">' + pword + '</a>' + delim);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 11 && oklast.indexOf(pword.slice(-1)) != -1) {
//alert('Pword=' + pword + ' pdelim=' + pdelim.replace(String.fromCharCode(10),'x')+ ' delim=' + delim.replace(String.fromCharCode(10),'x') + ' ' + xname);
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube video\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=' + pword + '\">' + pword + '</a>' + delim);
//alert(xname);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 34) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"YouTube playlist\" contenteditable=false target=_blank href=\"//www.youtube.com/watch?v=&index=1&list=' + pword + '\">' + pword + '</a>' + delim);
} else if (pword == encodeURIComponent(pword) && eval('' + pword.trim().length) == 22) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Spotify playlist\" contenteditable=false target=_blank href=\"//open.spotify.com/playlist/' + pword + '\">' + pword + '</a>' + delim).trim();
} else if (eval('' + pword.split(',')[0].length) > 4 && pword.replace(/\,/g,'').replace(/0/g,'').replace(/1/g,'').replace(/2/g,'').replace(/3/g,'').replace(/4/g,'').replace(/5/g,'').replace(/6/g,'').replace(/7/g,'').replace(/8/g,'').replace(/9/g,'') == '') {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"SMS to\" contenteditable=false target=_top href=\"sms:' + pword + '&body=\">' + pword + '</a>' + delim);
} else if (pword.toLowerCase().indexOf('http') == 0 && pword.indexOf(':') != -1 && pword.indexOf('//') != -1) {
xname=xname.replace(pdelim + pword + delim,pdelim + '<a title=\"Link to\" contenteditable=false target=_blank href=\"' + pword + '\">' + pword + '</a>' + delim);
}
}


}
if (origxname != xname) { itchanged=true; }
return xname;
}

“; ?>

… in our changed journal.php PHP Journal web application you can try for yourself Journal web application, which, with content, may look something like …

https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser

… and which you can also try below.


Previous relevant Journal Content Tutorial is shown below.

Journal Content Tutorial

Journal Content Tutorial

Further to yesterday’s Journal Privacy Tutorial we’re up to issues with “content” that involve …

  • format
  • display
  • styling
  • usability
  • navigation

… a lot of which do not suit yesterday’s content’s textarea format nearly as much as today’s overlaying nested div format. As you will know using textarea textual data there are really no easy ways towards any “smart” navigation functionality possibilities, but an HTML div with the content (and now navigational dropdowns and “breadcrumb” buttons) hosted by another div with display:flex (and thanks, here, to the advice from this great link) and absolute “overlaying” positioning

<?php echo ”

function wbt(taow,tao) {
//alert(tao.value);
if (acontod && tao) {
if (!divelem) {
document.getElementById('helpout').style.backgroundColor='yellow';
document.getElementById('dcont').style.backgroundColor='yellow';
divelem = acontod.getElementById('djc');
gtao=tao;
var recto = tao.getBoundingClientRect();
if (divelem) { // thanks to ideas off http://stackoverflow.com/questions/12266320/copy-div-content-to-textarea-or-text-with-the-same-font-family-style
divelem.style.display='flex';
//divelem.style.alignItems='flex-end';
divelem.style.overflowY='scroll';
//divelem.style.flexFlow='column nowrap';
divelem.style.flexDirection='column-reverse';
divelem.style.fontFamily = window.getComputedStyle(tao,null).fontFamily || tao.style.fontFamily || tao.currentStyle.getCurrentProperty('font-family');
divelem.style.fontSize = window.getComputedStyle(tao,null).fontSize || tao.style.fontSize || tao.currentStyle.getCurrentProperty('font-size');
divelem.style.border = window.getComputedStyle(tao,null).border || tao.style.border || tao.currentStyle.getCurrentProperty('border');
divelem.style.padding = window.getComputedStyle(tao,null).padding || tao.style.padding || tao.currentStyle.getCurrentProperty('padding');
divelem.style.margin = window.getComputedStyle(tao,null).margin || tao.style.margin || tao.currentStyle.getCurrentProperty('margin');
divelem.style.overflow = window.getComputedStyle(tao,null).overflow || tao.style.overflow || tao.currentStyle.getCurrentProperty('overflow');
divelem.style.position='absolute';
divelem.style.left='' + recto.left + 'px';
divelem.style.width='' + eval(0 + recto.width) + 'px';
divelem.style.height='' + recto.height + 'px';
divelem.style.top='' + eval(-12 + recto.top) + 'px';
//alert('' + recto.top + ' ' + recto.height + ' ' + ' ... ' + 'eval(-12 + recto.top + recto.height)=' + eval(-12 + recto.top + recto.height));
//divelem.style.bottom='' + eval(-12 + recto.top + recto.height) + 'px';
divelem.style.zIndex='999';
divelem.scrollTop=divelem.scrollHeight;
tao.style.color='transparent';
}
}
var taovalue=tao.value.replace(/\</g,'&lt;').replace(/\>/g,'&gt;');
while (taovalue.indexOf(String.fromCharCode(10)) != -1) {
taovalue=taovalue.replace(String.fromCharCode(10),'<br>');
}
acontod.getElementById('djc').innerHTML='<div id=indiv title=\"Journal\" style=\"text-shadow:-0.5px 0.5px 0.5px #ff0000;background: linear-gradient(to right, #e0eafc, #ffffff);margin-top: auto !important;\">' + massage(taovalue) + '</div>';
}
return '';
}

“; ?>

… allows the div to look almost the same as the textarea but with the smarts and we leave a sliver of bottom textarea showing underneath to allow for a bit of resizing logic as well, here, today, in our changed journal.php PHP Journal web application you can try for yourself Journal web application, which, with content, may look something like …

https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser


Previous relevant Journal Privacy Tutorial is shown below.

Journal Privacy Tutorial

Journal Privacy Tutorial

We’ve managed to almost keep up the brevity … regarding blog posting titles, that is given a character here or there?!

Drilling down on the changed word, to “Privacy”, further to yesterday’s Journal Primer Tutorial more loose privacy, what are we getting at?

  • Privacy is a subjective term

    … what goes as “private” for one user can be a completely different set of standards to another user …

  • take, on the clientside of the “privacy and security equation” of online considerations, it is really hard as a programmer to arrange “sensible levels” of security to a user using web browser web inspectors to their full functionality … but as programmers …
  • we can attempt to make it “beyond the patience of those users” regarding the “privacy and security equation” … and in the case of our Journal web application …
  • it interfaces on the clientside to a unique combination of …
    1. device
    2. web browser

    … with our Journal web application via window.localStorage means to construct those right hand button or dropdown Recalling HTML element “aids” … and those users could get to that information via most modern web browser web inspectors … given, movie style, they quickly sneak onto the computer of the user just having used the Journal web application, presumably before the sleep manager kicks in, and gets to the relevant web browser’s web inspector’s functionality and copies two encrypted strings onto … it is the “wonderful USB” scene … presumably with a progress bar showing as they are just about to be discovered … and go away to decrypt at their leisure … Pina Colada, anyone? … but …

  • we can annoy such activity, perhaps, by encrypting both the window.localStorage relevant record content and key … which we’re starting to do today

We could go a stage further, and just work it within PHP but it is pointless to go too far along these lines because once the Journal link becomes like …

https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser

… well, everybody knows everything by then (to which end, as of today, there is less address bar argument usage going on as a user creates their content, because we now POST it rather than GET it, perhaps making it that wee bit harder for our “USB thief”), and that is why we could share that link with you all. If we went too far regarding privacy and security the whole web application loses all friendliness!

Also regarding Recall thoughts, users who use Name and Date of Birth access to a Journal may also be asked for a Secret Number, as well, as of today, depending on where they are when they access the Journal web application.

What is another privacy thing we had going, even as of yesterday? Would you believe it if we say the Journal data exists on a web server in it’s own non encrypted form in a file, but barring using sftp or some other way to get to the RJM Programming web server in a Terminal session, or such like, the general public can not get to that file, and specify it in some web browser address bar URL, in that we’ve stored it outside that (for Apache web server, up the web server folder tree from public_html “Document Root” folder) public access place. Keen programmers could also encrypt this data within the file, or use a database perhaps, or some other level of privacy/security, but again, we are not going to that level of security with our changed journal.php PHP Journal web application you can try for yourself Journal web application.


Previous relevant Journal Primer Tutorial is shown below.

Journal Primer Tutorial

Journal Primer Tutorial

It’s a new project day …. yay!!!

It’s a candidate for shortest blog posting title hereabouts day …. yay!!!

And so, with the brevity, we must explain that PHP serverside language is needed here, because writing to the RJM Programming web server, into files, is required for this project. If you do not like brevity though, we can toggle the title for you here!?

Am sure our vagueness about any differences between a personal “journal” and a personal “diary” may grate on some … and all because you asked for it!?

Anyway, the concept is …

  1. Identification …
    • user enters their name
    • user enters their 8 digit date of birth ( eg. 20041231 ) … then to round off on the “identification section” if you will the web application assigns a …
    • 6 digit secret number
  2. Posting …
    • web application assigns a default Journal Entry timestamp … you can change along with a textarea means of entering that time snapshot’s …
    • journal entry content … so far just text and 5000 character limit on this first draft
    • user clicks/taps the “Post to Journal” button to display the latest Journal version to the top left above
  3. Recounting …
    • even just completing an Identification that will be remembered as a button or dropdown displayed to the right for the user refiring up the Journal web application indicates a name of relevance onto which a click/tap/selection brings about …
    • a validation of either the 8 digit date of birth or 6 digit secret number … allowing access and display to the relevant Journal at the top left of the web application … or if you know the Journal filename … for example …
    • https://www.rjmprogramming.com.au/PHP/journal.php?fjname=Robert_Metcalfe-19590829-161454# which can be Bookmarked or be added to Favourites in your web browser

Pretty straightforward in concept, but the security aspects to protect data privacy, add to the complication somewhat in the journal.php PHP Journal web application you can try yourself.

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.

Posted in eLearning, Event-Driven Programming, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment