{"id":69537,"date":"2025-08-20T03:01:00","date_gmt":"2025-08-19T17:01:00","guid":{"rendered":"https:\/\/www.rjmprogramming.com.au\/ITblog\/?p=69537"},"modified":"2025-08-19T19:10:58","modified_gmt":"2025-08-19T09:10:58","slug":"tabular-single-row-youtube-api-radio-play-textbox-tutorial","status":"publish","type":"post","link":"https:\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-youtube-api-radio-play-textbox-tutorial\/","title":{"rendered":"Tabular Single Row YouTube API Radio Play Textbox Tutorial"},"content":{"rendered":"<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Tabular Single Row YouTube API Radio Play Textbox Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media_user_playlist_member.jpg\" title=\"Tabular Single Row YouTube API Radio Play Textbox Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">Tabular Single Row YouTube API Radio Play Textbox Tutorial<\/p><\/div>\n<p>Apart from yesterday&#8217;s <a title='Tabular Single Row YouTube API Radio Play Textboxes Tutorial' href='#tsrytapirpt'>Tabular Single Row YouTube API Radio Play Tutorial<\/a>&#8216;s mainly HTML input <sup>type=<\/sup>checkbox means by which the user could control their YouTube video &#8220;Radio play&#8221; modes of use, there was one more aspect to user control we wanted to offer, that being to &#8230;<\/p>\n<p><code><br \/>\nallow user to change a \"Radio playlist\" member in real time by changing the textboxes to the right of the individual checkboxes, primarily to enter in their own YouTube 11 character video identifier<br \/>\n<\/code><\/p>\n<p> &#8230; and have the software detect this event programmatically and update various aspects of that &#8220;Radio play&#8221; scenario.<\/p>\n<p>This means, now, we can publish a more complete Javascript interventional <font color=blue>snippet of code<\/font> of relevance to yesterday&#8217;s and today&#8217;s work below &#8230;<\/p>\n<p><code><br \/>\n      function playingvideo() {<font color=blue><br \/>\n          var mytos='', onethous=1000;<br \/>\n          sparedur=-1;<br \/>\n          beenbefore=true;<br \/>\n          if (('' + parent.document.URL + 's').replace(\/\\#https\/g,'') != ('' + parent.document.URL + 's')) {<br \/>\n              \/\/setTimeout(playingvideo, onethous);<br \/>\n              var xvcen='';<br \/>\n              if (eval('' + duration) &lt;= 0) {<br \/>\n              try {<br \/>\n                duration='' + event.target.getDuration();<br \/>\n                parent.document.getElementById('myh1').innerHTML='' + event.target.getVideoData().title;<br \/>\n                setTimeout(function(){<br \/>\n                parent.document.getElementById('youtube_duration').value='' + parent.document.getElementById('j' + ivid).value; \/\/ duration<br \/>\n                }, 2000);<br \/>\n                onethous=2500;<br \/>\n                if (parent.document.getElementById('mytopspan')) { \/\/ && navigator.userAgent.match(\/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile\/i)) {<br \/>\n                  mytos=parent.document.getElementById('mytopspan').innerHTML;<br \/>\n                  if (parent.document.getElementById('mytopspan').innerHTML.indexOf(' unmute ') == -1) {<br \/>\n                    if (('' + top.document.URL).indexOf('isradio=') != -1 && ('' + top.document.URL).indexOf('audioyoutube=') != -1 && nextvidi == 1) {<br \/>\n                      parent.document.getElementById('mytopspan').innerHTML='&lt;font color=red&gt;Please unmute within 30 seconds ... &lt;\/font&gt;' + mytos;<br \/>\n                      setTimeout(function(){<br \/>\n                        parent.document.getElementById('mytopspan').innerHTML=parent.document.getElementById('mytopspan').innerHTML.replace(' within 30 seconds ', ' as you require ').replace(' color=\"red\"', ' color=\"blue\"');<br \/>\n                      }, 30000);<br \/>\n                    } else {<br \/>\n                      parent.document.getElementById('mytopspan').innerHTML='&lt;font color=blue&gt;Please unmute as required ... &lt;\/font&gt;' + mytos;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              } catch(xfghgf) {<br \/>\n                duration='' + player.getDuration();<br \/>\n                setTimeout(function(){<br \/>\n                parent.document.getElementById('myh1').innerHTML='' + player.getVideoData().title;<br \/>\n                parent.document.getElementById('youtube_duration').value='' + '' + parent.document.getElementById('j' + ivid).value; \/\/ duration;<br \/>\n                }, 2000);<br \/>\n                onethous=2500;<br \/>\n                if (parent.document.getElementById('mytopspan')) { \/\/ && navigator.userAgent.match(\/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile\/i)) {<br \/>\n                  mytos=parent.document.getElementById('mytopspan').innerHTML;<br \/>\n                  if (parent.document.getElementById('mytopspan').innerHTML.indexOf(' unmute ') == -1) {<br \/>\n                    if (('' + top.document.URL).indexOf('isradio=') != -1 && ('' + top.document.URL).indexOf('audioyoutube=') != -1 && nextvidi == 1) {<br \/>\n                      parent.document.getElementById('mytopspan').innerHTML='&lt;font color=red&gt;Please unmute within 30 seconds ... &lt;\/font&gt;' + mytos;<br \/>\n                      setTimeout(function(){<br \/>\n                        parent.document.getElementById('mytopspan').innerHTML=parent.document.getElementById('mytopspan').innerHTML.replace(' within 30 seconds ', ' as you require ').replace(' color=\"red\"', ' color=\"blue\"');<br \/>\n                      }, 30000);<br \/>\n                    } else {<br \/>\n                      parent.document.getElementById('mytopspan').innerHTML='&lt;font color=blue&gt;Please unmute as required ... &lt;\/font&gt;' + mytos;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n              }<br \/>\n              try {<br \/>\n                xvcen='' + event.target.getCurrentTime();<br \/>\n              } catch(xfghgf) {<br \/>\n                xvcen='' + player.getCurrentTime();<br \/>\n              }<br \/>\n              var aswellas=0;<br \/>\n              if (parent.document.getElementById('c' + ivid)) {<br \/>\n               if (!parent.document.getElementById('c' + ivid).checked) {<br \/>\n                 aswellas=eval(1 + eval('' + duration));<br \/>\n               }<br \/>\n              }<br \/>\n              var ipo=0;<br \/>\n              var xxcen=eval(aswellas + eval('' + xvcen));<br \/>\n              if (eval(1 + xxcen) &gt;= eval('' + duration)) {<br \/>\n                 \/\/alert('here RE ' + duration + ' stduration=' + stduration);<br \/>\n                 if (nextvidi &gt;= 0) {<br \/>\n              if (parent.document.getElementById('c' + nextvidi)) {<br \/>\n               if (!parent.document.getElementById('c' + nextvidi).checked) {<br \/>\n                     ipo=0;<br \/>\n                     while (parent.document.getElementById('xx' + ipo)) {<br \/>\n                       parent.document.getElementById('xx' + ipo).style.backgroundColor='pink';<br \/>\n                       ipo++;<br \/>\n                     }<br \/>\n                while (!parent.document.getElementById('c' + nextvidi).checked) {<br \/>\n                  if (parent.document.getElementById('shufflechk')) {<br \/>\n                  if (!parent.document.getElementById('shufflechk').checked) {<br \/>\n                  nextvidi++;<br \/>\n                  if (eval('' + viddurs.length) &lt;= nextvidi) {<br \/>\n                  if (parent.document.getElementById('loopchk')) {<br \/>\n                  if (!parent.document.getElementById('loopchk').checked) {<br \/>\n                  nextvidi--;<br \/>\n                  player.stopVideo();<br \/>\n                  } else {<br \/>\n                     nextvidi=0;<br \/>\n                  }<br \/>\n                  } else {<br \/>\n                     nextvidi=0;<br \/>\n                  }<br \/>\n                  }<br \/>\n                  } else {<br \/>\n                  nextvidi=Math.floor(Math.random() * eval('' + viddurs.length));<br \/>\n                  }<br \/>\n                  } else {<br \/>\n                  nextvidi++;<br \/>\n                  if (eval('' + viddurs.length) &lt;= nextvidi) {<br \/>\n                  if (parent.document.getElementById('loopchk')) {<br \/>\n                  if (!parent.document.getElementById('loopchk').checked) {<br \/>\n                  nextvidi--;<br \/>\n                  player.stopVideo();<br \/>\n                  } else {<br \/>\n                     nextvidi=0;<br \/>\n                  }<br \/>\n                  } else {<br \/>\n                     nextvidi=0;<br \/>\n                  }<br \/>\n                  }<br \/>\n                  }<br \/>\n                }<br \/>\n               }<br \/>\n              }<br \/>\n                   if (eval('' + viddurs.length) &lt;= nextvidi) {<br \/>\n                     nextvidi=0;<br \/>\n                     ipo=0;<br \/>\n                     while (parent.document.getElementById('xx' + ipo)) {<br \/>\n                       parent.document.getElementById('xx' + ipo).style.backgroundColor='pink';<br \/>\n                       ipo++;<br \/>\n                     }<br \/>\n                     if (parent.document.getElementById('xx' + nextvidi)) {<br \/>\n                       parent.document.getElementById('xx' + nextvidi).style.backgroundColor='lightgreen';<br \/>\n                     }<br \/>\n                   } else if (parent.document.getElementById('xx' + nextvidi)) {<br \/>\n                     if (parent.document.getElementById('shufflechk')) {<br \/>\n                     if (parent.document.getElementById('shufflechk').checked) {<br \/>\n                     ipo=0;<br \/>\n                     while (parent.document.getElementById('xx' + ipo)) {<br \/>\n                       parent.document.getElementById('xx' + ipo).style.backgroundColor='pink';<br \/>\n                       ipo++;<br \/>\n                     }<br \/>\n                     }<br \/>\n                     }<br \/>\n                     parent.document.getElementById('xx' + nextvidi).style.backgroundColor='lightgreen';<br \/>\n                   }<br \/>\n                   duration=-1;<br \/>\n                   wasno=('' + nextvidi);<br \/>\n                   wasdur=('' + viddurs[nextvidi]);<br \/>\n                   wasvid='' + vidarrv[nextvidi];<br \/>\n                   wasstart=('' + vidstarts[nextvidi]);<br \/>\n                   wasdos=viddos[nextvidi];<br \/>\n                   newdos=viddos[nextvidi];<br \/>\n                   newno=('' + nextvidi);<br \/>\n                   newdur=('' + viddurs[nextvidi]);<br \/>\n                   newvid='' + vidarrv[nextvidi];<br \/>\n                   newstart=('' + vidstarts[nextvidi]);<br \/>\n                   wastitle='';<br \/>\n                   newtitle='';<br \/>\n                   if (parent.document.getElementById('i' + nextvidi)) {<br \/>\n                   \/\/alert(1);<br \/>\n                       if (eval('' + ('' + parent.document.getElementById('i' + nextvidi).value).length) &gt;= 11 && parent.document.getElementById('i' + nextvidi).value.indexOf('' + vidarrv[nextvidi]) == -1) {<br \/>\n                         beenbefore=false;<br \/>\n                   \/\/alert(11);<br \/>\n                         if (parent.document.getElementById('i' + nextvidi).value.indexOf('|') != -1) {<br \/>\n                           newstart=parent.document.getElementById('i' + nextvidi).value.split('|')[0];<br \/>\n                           vidstarts[nextvidi]='' + newstart;<br \/>\n                           newvid=parent.document.getElementById('i' + nextvidi).value.split('|')[1].split('#')[0];<br \/>\n                           vidarrv[nextvidi]='' + newvid;<br \/>\n                         } else {<br \/>\n                           newstart='0';<br \/>\n                           vidstarts[nextvidi]='' + newstart;<br \/>\n                           newvid=parent.document.getElementById('i' + nextvidi).value.split('#')[0];<br \/>\n                           vidarrv[nextvidi]='' + newvid;<br \/>\n                         }<br \/>\n                         if (parent.document.getElementById('c' + nextvidi)) {<br \/>\n                         if (parent.document.getElementById('c' + nextvidi).checked) {<br \/>\n                           newdos=true;<br \/>\n                           viddos[nextvidi]=true;<br \/>\n                         } else {<br \/>\n                           newdos=false;<br \/>\n                           viddos[nextvidi]=false;<br \/>\n                         }<br \/>\n                         }<br \/>\n                       }<br \/>\n                   }<br \/>\n                   if (top.document.getElementById('divtitles')) {<br \/>\n            if (top.document.getElementById('divtitles').innerHTML.indexOf('|' + vidarrv[nextvidi] + '') == -1) {<br \/>\n                   \/\/alert(111);<br \/>\n                   beenbefore=false;<br \/>\n            }<br \/>\n                   }<br \/>\n                   \/\/alert('1111 ' + viddurs[nextvidi] + ' beenbefore=' + beenbefore);<br \/>\n                   \/\/if (('' + viddurs[nextvidi]) == '' || eval('0' + viddurs[nextvidi]) &lt;= 0 || !beenbefore) {<br \/>\n                   \/\/alert('changed');<br \/>\n                   \/\/} else {<br \/>\n                   \/\/alert('not changed');<br \/>\n                   \/\/}<br \/>\n                   if (('' + viddurs[nextvidi]) == '' || eval('0' + viddurs[nextvidi]) &lt;= 0 || !beenbefore) {<br \/>\n                   if (top.document.getElementById('divtitles')) {<br \/>\n            if (top.document.getElementById('divtitles').innerHTML.indexOf('|' + viddurs[nextvidi] + '') != -1) {<br \/>\n              if (top.document.getElementById('divtitles').innerHTML.indexOf('|' + viddurs[nextvidi] + '#') != -1) {<br \/>\n                wastitle=top.document.getElementById('divtitles').innerHTML.split('|' + viddurs[nextvidi] + '#')[1].split('&lt;\/')[0];<br \/>\n                newtitle=wastitle;<br \/>\n              }<br \/>\n            }<br \/>\n                   }<br \/>\n                   player.loadVideoById(vidarrv[nextvidi], eval('' + vidstarts[nextvidi]), \"large\");<br \/>\n              try {<br \/>\n                ivid=nextvidi;<br \/>\n                sparedur='' + event.target.getDuration();<br \/>\n                \/\/alert('3:' + sparedur);<br \/>\n                viddurs[ivid]='' + sparedur;<br \/>\n                newdur='' + viddurs[ivid];<br \/>\n                setTimeout(function(){<br \/>\n                parent.document.getElementById('myh1').innerHTML='' + event.target.getVideoData().title;<br \/>\n                newtitle='' + event.target.getVideoData().title;<br \/>\n                if (!beenbefore) {<br \/>\n                   top.document.getElementById('divtitles').innerHTML+='&lt;span&gt;' + newstart + '|' + newvid + '#' + newtitle.replace(\/\\&amp\\;\/g,'and').replace(\/\\ \\&\\ \/g,' and ') + '&lt;\/span&gt;';<br \/>\n                   parent.fixdoc('' + ivid, '' + ('' + newdos).replace('false','off').replace('true','on') + '#' + newstart + '|' + newvid + '#' + newdur + '#' + newtitle);<br \/>\n                } else if (newstart != wasstart || newvid != wasvid || newtitle != wastitle) {<br \/>\n                   top.document.getElementById('divtitles').innerHTML=top.document.getElementById('divtitles').innerHTML.replace(wasvid, 'cannotenda2');<br \/>\n                   top.document.getElementById('divtitles').innerHTML+='&lt;span&gt;' + newstart + '|' + newvid + '#' + newtitle.replace(\/\\&amp\\;\/g,'and').replace(\/\\ \\&\\ \/g,' and ') + '&lt;\/span&gt;';<br \/>\n                   parent.fixdoc('' + ivid, '' + ('' + newdos).replace('false','off').replace('true','on') + '#' + newstart + '|' + newvid + '#' + newdur + '#' + newtitle);<br \/>\n                }<br \/>\n                parent.document.getElementById('youtube_duration').value='' + parent.document.getElementById('j' + ivid).value; \/\/ duration<br \/>\n                }, 2000);<br \/>\n                onethous=2500;<br \/>\n                if (parent.document.getElementById('mytopspan')) { \/\/ && navigator.userAgent.match(\/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile\/i)) {<br \/>\n                  mytos=parent.document.getElementById('mytopspan').innerHTML;<br \/>\n                  if (parent.document.getElementById('mytopspan').innerHTML.indexOf(' unmute ') == -1) {<br \/>\n                    if (('' + top.document.URL).indexOf('isradio=') != -1 && ('' + top.document.URL).indexOf('audioyoutube=') != -1 && nextvidi == 1) {<br \/>\n                      parent.document.getElementById('mytopspan').innerHTML='&lt;font color=red&gt;Please unmute within 30 seconds ... &lt;\/font&gt;' + mytos;<br \/>\n                      setTimeout(function(){<br \/>\n                        parent.document.getElementById('mytopspan').innerHTML=parent.document.getElementById('mytopspan').innerHTML.replace(' within 30 seconds ', ' as you require ').replace(' color=\"red\"', ' color=\"blue\"');<br \/>\n                      }, 30000);<br \/>\n                    } else {<br \/>\n                      parent.document.getElementById('mytopspan').innerHTML='&lt;font color=blue&gt;Please unmute as required ... &lt;\/font&gt;' + mytos;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              } catch(xfghgf) {<br \/>\n                ivid=nextvidi;<br \/>\n                setTimeout(function(){<br \/>\n                sparedur='' + player.getDuration();<br \/>\n                viddurs[ivid]='' + sparedur; \/\/duration;<br \/>\n                newdur='' + viddurs[ivid]<br \/>\n                parent.document.getElementById('youtube_duration').value='' + '' + parent.document.getElementById('j' + ivid).value; \/\/ duration;<br \/>\n                parent.document.getElementById('myh1').innerHTML='' + player.getVideoData().title;<br \/>\n                newtitle='' + parent.document.getElementById('myh1').innerHTML;<br \/>\n                \/\/alert('4:' + sparedur + ' newtitle=' + newtitle + ' beenbefore=' + beenbefore);<br \/>\n                if (!beenbefore) {<br \/>\n                   top.document.getElementById('divtitles').innerHTML+='&lt;span&gt;' + newstart + '|' + newvid + '#' + newtitle.replace(\/\\&amp\\;\/g,'and').replace(\/\\ \\&\\ \/g,' and ') + '&lt;\/span&gt;';<br \/>\n                   parent.fixdoc('' + ivid, '' + ('' + newdos).replace('false','off').replace('true','on') + '#' + newstart + '|' + newvid + '#' + newdur + '#' + newtitle);<br \/>\n                } else if (newstart != wasstart || newvid != wasvid || newtitle != wastitle) {<br \/>\n                   top.document.getElementById('divtitles').innerHTML=top.document.getElementById('divtitles').innerHTML.replace(wasvid, 'cannotenda2');<br \/>\n                   top.document.getElementById('divtitles').innerHTML+='&lt;span&gt;' + newstart + '|' + newvid + '#' + newtitle.replace(\/\\&amp\\;\/g,'and').replace(\/\\ \\&\\ \/g,' and ') + '&lt;\/span&gt;';<br \/>\n                   parent.fixdoc('' + ivid, '' + ('' + newdos).replace('false','off').replace('true','on') + '#' + newstart + '|' + newvid + '#' + newdur + '#' + newtitle);<br \/>\n                }<br \/>\n                }, 2000);<br \/>\n                onethous=2500;<br \/>\n                if (parent.document.getElementById('mytopspan')) { \/\/ && navigator.userAgent.match(\/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile\/i)) {<br \/>\n                  mytos=parent.document.getElementById('mytopspan').innerHTML;<br \/>\n                  if (parent.document.getElementById('mytopspan').innerHTML.indexOf(' unmute ') == -1) {<br \/>\n                    if (('' + top.document.URL).indexOf('isradio=') != -1 && ('' + top.document.URL).indexOf('audioyoutube=') != -1 && nextvidi == 1) {<br \/>\n                      parent.document.getElementById('mytopspan').innerHTML='&lt;font color=red&gt;Please unmute within 30 seconds ... &lt;\/font&gt;' + mytos;<br \/>\n                      setTimeout(function(){<br \/>\n                        parent.document.getElementById('mytopspan').innerHTML=parent.document.getElementById('mytopspan').innerHTML.replace(' within 30 seconds ', ' as you require ').replace(' color=\"red\"', ' color=\"blue\"');<br \/>\n                      }, 30000);<br \/>\n                    } else {<br \/>\n                      parent.document.getElementById('mytopspan').innerHTML='&lt;font color=blue&gt;Please unmute as required ... &lt;\/font&gt;' + mytos;<br \/>\n                    }<br \/>\n                  }<br \/>\n                }<br \/>\n              }<br \/>\n                   } else {<br \/>\n                   player.loadVideoById(vidarrv[nextvidi], eval('' + vidstarts[nextvidi]), eval(eval('' + viddurs[nextvidi]) - eval('' + vidstarts[nextvidi])));<br \/>\n                   }<br \/>\n                   ivid=nextvidi;<br \/>\n                   <br \/>\n                  if (parent.document.getElementById('shufflechk')) {<br \/>\n                  if (!parent.document.getElementById('shufflechk').checked) {<br \/>\n                  nextvidi++;<br \/>\n                  if (eval('' + viddurs.length) &lt;= nextvidi) {<br \/>\n                     nextvidi=0;<br \/>\n                  }<br \/>\n                  } else {<br \/>\n                  nextvidi=Math.floor(Math.random() * eval('' + viddurs.length));<br \/>\n                  }<br \/>\n                  } else {<br \/>\n                  nextvidi++;<br \/>\n                  if (eval('' + viddurs.length) &lt;= nextvidi) {<br \/>\n                     nextvidi=0;<br \/>\n                  }<br \/>\n                  }<br \/>\n<br \/>\n                 }<br \/>\n              }<br \/>\n              setTimeout(playingvideo, onethous);<br \/>\n              return '';<br \/>\n          }<\/font><br \/>\n          inplaying=true;<br \/>\n          \/\/ rest of function playingvideo() as before ...<br \/>\n      \/\/ end of function playingvideo()<br \/>\n      }<br \/>\n<\/code><\/p>\n<p> &#8230; in &#8230;<\/p>\n<ul>\n<li><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/karaoke_youtube_api.html-------------------------------------------------------------------------GETME\" rel=\"noopener\">the changed<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/karaoke_youtube_api.html-------------------------------------------------------------------------GETME\" rel=\"noopener\">karaoke_youtube_api.htm<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/karaoke_youtube_api.htm\" rel=\"noopener\">inhouse YouTube video interfacer<\/a> &#8230; calling &#8230;<\/li>\n<li><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/stop_start_youtube.html-----------------------------------------------------GETME\" rel=\"noopener\">the modified<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/stop_start_youtube.html-----------------------------------------------------GETME\" rel=\"noopener\">stop_start_youtube.html<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/stop_start_youtube.html\" rel=\"noopener\">YouTube API caller &#8230; supervised by the top level &#8230;<\/li>\n<li><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html-------GETME\" rel=\"noopener\">changed<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html-------GETME\" rel=\"noopener\">swipe_media.html<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\">Tabular Single Row Media Gallery<\/a><\/li>\n<\/ul>\n<p><!--p>You can also see this play out at WordPress 4.1.1's <a target=\"_blank\" href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-youtube-api-radio-play-textbox-tutorial\/' rel=\"noopener\">Tabular Single Row YouTube API Radio Play Textbox Tutorial<\/a>.<\/p-->\n<hr>\n<p id='tsrytapirpt'>Previous relevant <a target=\"_blank\" title='Tabular Single Row YouTube API Radio Play Tutorial' href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-youtube-api-radio-play-tutorial\/' rel=\"noopener\">Tabular Single Row YouTube API Radio Play Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Tabular Single Row YouTube API Radio Play Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media_yt_radioplay.jpg\" title=\"Tabular Single Row YouTube API Radio Play Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">Tabular Single Row YouTube API Radio Play Tutorial<\/p><\/div>\n<p>Today, we&#8217;re back to the Tabular Single Row Media Gallery ideas regarding the web application of the recent <a title='Tabular Single Row Textarea Sharing Tutorial' href='#tsrtst'>Tabular Single Row Textarea Sharing Tutorial<\/a> and we&#8217;re involving more <a target=\"_blank\" title='Button Innards Primer Tutorial' href='https:\/\/www.rjmprogramming.com.au\/ITblog\/button-innards-primer-tutorial\/' rel=\"noopener\">&#8220;button innards&#8221;<\/a> thinking, with respect to adding onto the pre-existing &#8230;<\/p>\n<ul>\n<li>radio play with <a target=\"_blank\" title=\"YouTube\" href='https:\/\/youtube.com' rel=\"noopener\">YouTube<\/a> audio stream only non-mobile platform incarnation &#8230; involving textarea usage &#8230; with, today, after getting the <a target=\"_blank\" title='YouTube API for Iframe embedded videos' href='https:\/\/developers.google.com\/youtube\/iframe_api_reference' rel=\"noopener\">YouTube API<\/a> inhouse web application, better attuned to &#8230;<\/li>\n<li>radio play with YouTube audio stream only mobile platform incarnation &#8230; and &#8230;<\/li>\n<li>radio play with YouTube video play on non-mobile platform incarnation &#8230; and &#8230;<\/li>\n<li>radio play with YouTube video play on mobile platform incarnation<\/li>\n<\/ul>\n<p> &#8230; additional functionalities allowing for &#8230;<\/p>\n<ul>\n<li>looping (though the total list) &#8230; default for &#8220;radio play&#8221; &#8230;<\/li>\n<li>shuffling &#8230; non-default &#8230;<\/li>\n<li>individual YouTube video checkbox user control can end a song before it&#8217;s finish<\/li>\n<li>recognition of individual YouTube video checkbox user control as above (can mean an individual song can be looped or deliberately ignored)<\/li>\n<li>saving the playlist for user recall on the same web browser<\/li>\n<\/ul>\n<p> &#8230; functionalities within those three new incarnations.   We could organize the first to use the YouTube API in that &#8220;vertical in the one table cell, with checkboxes&#8221; way, too, but see the textareas of different interest in an ongoing sense.   We&#8217;ll see whether we offer that YouTube API approach in a future release?!<\/p>\n<p>Codewise, this involved &#8230;<\/p>\n<ul>\n<li><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/karaoke_youtube_api.html------------------------------------------------------------------------GETME\" rel=\"noopener\">the changed<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/karaoke_youtube_api.html------------------------------------------------------------------------GETME\" rel=\"noopener\">karaoke_youtube_api.htm<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/karaoke_youtube_api.htm\" rel=\"noopener\">inhouse YouTube video interfacer<\/a> &#8230; calling &#8230;<\/li>\n<li><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/stop_start_youtube.html----------------------------------------------------GETME\" rel=\"noopener\">the modified<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/stop_start_youtube.html----------------------------------------------------GETME\" rel=\"noopener\">stop_start_youtube.html<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/stop_start_youtube.html\" rel=\"noopener\">YouTube API caller &#8230; supervised by the top level &#8230;<\/li>\n<li><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html------GETME\" rel=\"noopener\">changed<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html------GETME\" rel=\"noopener\">swipe_media.html<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\">Tabular Single Row Media Gallery<\/a><\/li>\n<\/ul>\n<p><!--p>You can also see this play out at WordPress 4.1.1's <a target=\"_blank\" href='\/\/www.rjmprogramming.com.au\/ITblog\/new-tabular-single-row-textarea-sharing-tutorial\/' rel=\"noopener\">New Tabular Single Row Textarea Sharing Tutorial<\/a>.<\/p-->\n<hr>\n<p id='tsrtst'>Previous relevant <a target=\"_blank\" title='Tabular Single Row Textarea Sharing Tutorial' href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-textarea-sharing-tutorial\/' rel=\"noopener\">Tabular Single Row Textarea Sharing Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Tabular Single Row Textarea Sharing Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media_textareaunderscore.jpg\" title=\"Tabular Single Textarea Sharing Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">Tabular Single Row Textarea Sharing Tutorial<\/p><\/div>\n<p>Yesterday&#8217;s <a title='Tabular Single Row Radio Play Tutorial' href='#tsrrpt'>Tabular Single Row Radio Play Tutorial<\/a>&#8216;s web application has two interesting features &#8230;<\/p>\n<ul>\n<li>lots of use of textarea element <i>placeholder<\/i> attribute for explaining more complex data entry scenarios &#8230; and as of today &#8230;<\/li>\n<li>a button element with the potential that it&#8217;s &#8220;innards&#8221; (ie. it&#8217;s innerHTML) is filled by a dropdown (ie. select element)<\/li>\n<\/ul>\n<p> &#8230; it being our first time trying any HTML button element &#8220;innards&#8221; that were not always straight text.  Is this the &#8220;comboBox&#8221; style of arrangement we used to see with desktop application GUIs and have long wished to simulate the usefulness of, online?!<\/p>\n<p>Well, we&#8217;re not quite sure, but we think we&#8217;re going to look into it more into the future.  So, what are we storing in this dropdown?  We&#8217;re offering the user the chance &#8230; <font color=blue>over to you code<\/font> &#8230;<\/p>\n<p><code><br \/>\n              document.getElementById('inp' + potlist[jwq] + '_' + document.getElementById(potlist[jwq]).target).title+='<font color=blue>Entries starting with _ can describe ... <\/font>' + String.fromCharCode(10) + String.fromCharCode(10);<br \/>\n              document.getElementById('inp' + potlist[jwq] + '_' + document.getElementById(potlist[jwq]).target).title+='<font color=blue> Comma separated audio stream only list of your own recallable YouTube IDs playlist<\/font>' + String.fromCharCode(10);<br \/>\n              document.getElementById('inp' + potlist[jwq] + '_' + document.getElementById(potlist[jwq]).target).title+='<font color=blue> Semicolon separated video list of your own recallable YouTube IDs playlist<\/font>' + String.fromCharCode(10);<br \/>\n              document.getElementById('inp' + potlist[jwq] + '_' + document.getElementById(potlist[jwq]).target).title+='<font color=blue> One of these inhouse playlist names above which start with tube<\/font>' + perusedlist + String.fromCharCode(10);<br \/>\n              document.getElementById('inp' + potlist[jwq] + '_' + document.getElementById(potlist[jwq]).target).title+='<font color=blue> YouTube Playlist 34 character identifier<\/font>' + String.fromCharCode(10);<br \/>\n              document.getElementById('inp' + potlist[jwq] + '_' + document.getElementById(potlist[jwq]).target).title+='<font color=blue> Spotify Playlist 22 character identifier<\/font>' + String.fromCharCode(10);<br \/>\n              document.getElementById('inp' + potlist[jwq] + '_' + document.getElementById(potlist[jwq]).target).title+='<font color=blue> Sundry _email _sms _saverecall _http:\/\/youtube.com#example<\/font>' + String.fromCharCode(10);<br \/>\n              document.getElementById('inp' + potlist[jwq] + '_' + document.getElementById(potlist[jwq]).target).ondblclick=function(event){ alert(event.target.title); };<br \/>\n<\/code><\/p>\n<p> &#8230; culminating in this new Javascript function &#8230;<\/p>\n<p><code><br \/>\n function underscoresystem(inans, inota) {<br \/>\n    var anchor=null, subjh='?subject=Hello';<br \/>\n    var outans=inans;<br \/>\n    var ytpllen=34; \/\/eval('' + ('PLNtJQ2eJVoAMFocY7LOANvPH3cLyUonin').length);<br \/>\n    var onevlen=11;<br \/>\n    var sppllen=22;<br \/>\n    var inhouse='';<br \/>\n    var rperson='';<br \/>\n    var mperson='';<br \/>\n    var tperson='';<br \/>\n    var jnota=inota;<br \/>\n    if (outans.trim() != '') {<br \/>\n      if (outans.toLowerCase().indexOf('mailto') == 0 || outans.toLowerCase().indexOf('email') == 0 || outans.toLowerCase().indexOf('sms') == 0 || outans.toLowerCase().indexOf('http') == 0 || outans.toLowerCase().indexOf('\/\/') == 0 || outans.toLowerCase().indexOf('www.') == 0 || outans.toLowerCase().indexOf('save') == 0 || outans.toLowerCase().indexOf('recall') == 0) {<br \/>\n        outans='_' + inans;<br \/>\n      }<br \/>\n      if (outans.replace(\/^tube\/g,'_').substring(0,1) == '_') {<br \/>\n           subjh='?subject=' + encodeURIComponent('' + document.title + ' regarding ' + document.URL);<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n    }<br \/>\n           }<br \/>\n         if (('' + top.document.URL).indexOf('\/swipe_media.htm') != -1) {<br \/>\n           subjh='?subject=' + encodeURIComponent('' + document.title + ' regarding ' + document.URL);<br \/>\n           if (('' + top.document.URL).indexOf('youtube=') != -1) {<br \/>\n             if (('' + top.document.URL).indexOf('audioyoutube=') != -1 && ('' + top.document.URL).indexOf('isradio=') != -1) {<br \/>\n               tperson='tuberadioapl_';<br \/>\n             } else if (('' + top.document.URL).indexOf('youtube=') != -1 && ('' + top.document.URL).indexOf('isradio=') != -1) {<br \/>\n               tperson='tuberadiovpl_';<br \/>\n             } else if (('' + top.document.URL).indexOf('audioyoutube=') != -1 && ('' + top.document.URL).indexOf('isradio=') == -1) {<br \/>\n               tperson='tubeapl_';<br \/>\n             } else {<br \/>\n               tperson='tubevpl_';<br \/>\n             }<br \/>\n           }<br \/>\n         } else if ((outans + '    ').substring(0,4) == '____') {<br \/>\n           tperson='tuberadioapl_';<br \/>\n           outans=outans.replace(\/^\\_\\_\\_\\_\/g,'_');<br \/>\n         } else if ((outans + '    ').substring(0,3) == '___') {<br \/>\n           tperson='tuberadiovpl_';<br \/>\n           outans=outans.replace(\/^\\_\\_\\_\/g,'_');<br \/>\n         } else if ((outans + '    ').substring(0,2) == '__') {<br \/>\n           tperson='tubeapl_';<br \/>\n           outans=outans.replace(\/^\\_\\_\/g,'_');<br \/>\n         }<br \/>\n         if (outans.indexOf('_recall') == 0 || outans.indexOf('_save') == 0) {<br \/>\n             newlsval=tperson + ( ('' + Math.floor(Math.random() * 19897654)) +  ('' + Math.floor(Math.random() * 19897654)) +  ('' + Math.floor(Math.random() * 19897654)) + '000000000000000000000000000').substring(0,27);<br \/>\n             if (perusedlist == '') { perusedlist=' ( and we found )'; }<br \/>\n             perusedlist=perusedlist.replace(' )', ' ' + newlsval + ' )');<br \/>\n             lastbize(newlsval, document.URL);<br \/>\n             window.localStorage.setItem(newlsval, encodeURIComponent(document.URL));<br \/>\n             jnota.title+=' ... for future recall reenter in web browser similar textarea playlist name ' + newlsval;<br \/>\n               outans='';<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n    }<br \/>\n               jnota.value='';<br \/>\n           }<br \/>\n               if (document.getElementById('recallable')) {<br \/>\n                 document.getElementById('recallable').innerHTML=newlsval;<br \/>\n                 document.getElementById('recallable').style.visibility='visible';<br \/>\n                 lastrecall=maybeselize(document.URL,lastrecall,newlsval);<br \/>\n               }<br \/>\n             newlsval='';<br \/>\n                <br \/>\n         } else if (outans.toLowerCase().indexOf('_mailto') == 0 || outans.toLowerCase().indexOf('_email') == 0) {<br \/>\n                anchor = document.createElement('a');<br \/>\n                if (outans.toLowerCase().replace('_email','_mailto').indexOf('mailto:') != -1 && (outans.toLowerCase().trim() + '?').replace('_email','_mailto').indexOf('mailto:?') == -1) {<br \/>\n                anchor.href = 'mailto:' + (outans.toLowerCase().trim() + '?').replace('_email','_mailto').split('mailto:')[1].split('?')[0] + subjh + '&body=' + encodeURIComponent(document.URL);<br \/>\n                } else {<br \/>\n                anchor.href = 'mailto:' + subjh + '&body=' + encodeURIComponent(document.URL);<br \/>\n                }<br \/>\n                anchor.style.display='none';<br \/>\n                document.body.appendChild(anchor);<br \/>\n                anchor.innerHTML='Email';<br \/>\n                anchor.target='_top';<br \/>\n                anchor.click();<br \/>\n               outans='';<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n    }<br \/>\n               jnota.value='';<br \/>\n       }<br \/>\n                <br \/>\n         } else if (outans.toLowerCase().indexOf('_sms') == 0) {<br \/>\n                subjh='';<br \/>\n                anchor = document.createElement('a');<br \/>\n                if (outans.toLowerCase().indexOf('sms:') != -1 && (outans.toLowerCase().trim().replace('&','?') + '?').indexOf('sms:?') == -1) {<br \/>\n                anchor.href = 'sms:' + (outans.toLowerCase().trim().replace('&','?') + '?').split('sms:')[1].split('?')[0] + subjh + '&body=' + encodeURIComponent(document.URL);<br \/>\n                } else {<br \/>\n                anchor.href = 'sms:' + subjh + '&body=' + encodeURIComponent(document.URL);<br \/>\n                }<br \/>\n                anchor.style.display='none';<br \/>\n                document.body.appendChild(anchor);<br \/>\n                anchor.innerHTML='SMS';<br \/>\n                anchor.target='_top';<br \/>\n                anchor.click();<br \/>\n               outans='';<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n    }<br \/>\n               jnota.value='';<br \/>\n            }<br \/>\n             <br \/> <br \/>\n         } else if (outans.toLowerCase().indexOf('_http') == 0) {<br \/>\n               window.open(outans.substring(5).replace(\/^s\/g,'').replace(\/^\\:\/g,''), '_blank', 'top=50,left=50,width=500,height=500');<br \/>\n               outans='';<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n    }<br \/>\n               jnota.value='';<br \/>\n        }<br \/>\n            <br \/> <br \/>\n         } else if (outans.toLowerCase().indexOf('_\/\/') == 0) {<br \/>\n               window.open(outans.substring(1), '_blank', 'top=50,left=50,width=500,height=500');<br \/>\n               outans='';<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n    }<br \/>\n               jnota.value='';<br \/>\n         }<br \/>\n           <br \/> <br \/>\n         } else if (outans.toLowerCase().indexOf('_www') == 0) {<br \/>\n               window.open('\/\/' + outans.substring(1), '_blank', 'top=50,left=50,width=500,height=500');<br \/>\n               outans='';<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n    }<br \/>\n               jnota.value='';<br \/>\n        }<br \/>\n              <br \/>\n         } else if (outans.indexOf(',') != -1) {  \/\/ tuberadioapl_<br \/>\n           if (eval(eval('' + outans.replace(\/\\,\/g,'').replace(\/\\;\/g,'').length) % 11) == 1) {<br \/>\n             if (tperson == '') { tperson='tubeapl_';  }<br \/>\n             newlsval=tperson + ( ('' + Math.floor(Math.random() * 19897654)) +  ('' + Math.floor(Math.random() * 19897654)) +  ('' + Math.floor(Math.random() * 19897654)) + '000000000000000000000000000').substring(0,27);<br \/>\n             if (perusedlist == '') { perusedlist=' ( and we found )'; }<br \/>\n             perusedlist=perusedlist.replace(' )', ' ' + newlsval + ' )');<br \/>\n             lastbize(newlsval, outans.substring(1).replace(\/\\;\/g,','));<br \/>\n             window.localStorage.setItem(newlsval, encodeURIComponent(outans.substring(1).replace(\/\\;\/g,',')));<br \/>\n           if (inota) {<br \/>\n             jnota.title+=' ... for future recall reenter in this web browser similar textarea playlist name ' + newlsval;<br \/>\n             }<br \/>\n             return underscoresystem(newlsval, inota);<br \/>\n           } else if (eval(eval('' + outans.replace(\/\\;\/g,'').replace(\/\\,\/g,'').length) % 11) == 0) {<br \/>\n             if (tperson == '') { tperson='tuberapl_';  }<br \/>\n             newlsval=tperson + ( ('' + Math.floor(Math.random() * 19897654)) +  ('' + Math.floor(Math.random() * 19897654)) +  ('' + Math.floor(Math.random() * 19897654)) + '000000000000000000000000000').substring(0,27);<br \/>\n             if (perusedlist == '') { perusedlist=' ( and we found )'; }<br \/>\n             perusedlist=perusedlist.replace(' )', ' ' + newlsval + ' )');<br \/>\n             lastbize(newlsval, outans.substring(0).replace(\/\\;\/g,','));<br \/>\n             window.localStorage.setItem(newlsval, encodeURIComponent(outans.substring(0).replace(\/\\;\/g,',')));<br \/>\n           if (inota) {<br \/>\n             jnota.title+=' ... for future recall reenter in web browser similar textarea playlist name ' + newlsval;<br \/>\n             }<br \/>\n             return underscoresystem(newlsval, inota);<br \/>\n           }<br \/>\n         } else if (outans.indexOf(';') != -1) {  \/\/ tuberadiovpl_<br \/>\n           if (eval(eval('' + outans.replace(\/\\;\/g,'').replace(\/\\,\/g,'').length) % 11) == 1) {<br \/>\n             if (tperson == '') { tperson='tubevpl_';  }<br \/>\n             newlsval=tperson + ( ('' + Math.floor(Math.random() * 19897654)) +  ('' + Math.floor(Math.random() * 19897654)) +  ('' + Math.floor(Math.random() * 19897654)) + '000000000000000000000000000').substring(0,27);<br \/>\n             if (perusedlist == '') { perusedlist=' ( and we found )'; }<br \/>\n             perusedlist=perusedlist.replace(' )', ' ' + newlsval + ' )');<br \/>\n             window.localStorage.setItem(newlsval, encodeURIComponent(outans.substring(1).replace(\/\\;\/g,',')));<br \/>\n             lastbize(newlsval, outans.substring(1).replace(\/\\;\/g,','));<br \/>\n                        if (inota) {<br \/>\n             jnota.title+=' ... for future recall reenter in web browser similar textarea playlist name ' + newlsval;<br \/>\n             }<br \/>\n             return underscoresystem(newlsval, inota);<br \/>\n           } else if (eval(eval('' + outans.replace(\/\\;\/g,'').replace(\/\\,\/g,'').length) % 11) == 0) {<br \/>\n             if (tperson == '') { tperson='tubevpl_';  }<br \/>\n             newlsval=tperson + ( ('' + Math.floor(Math.random() * 19897654)) +  ('' + Math.floor(Math.random() * 19897654)) +  ('' + Math.floor(Math.random() * 19897654)) + '000000000000000000000000000').substring(0,27);<br \/>\n             if (perusedlist == '') { perusedlist=' ( and we found )'; }<br \/>\n             perusedlist=perusedlist.replace(' )', ' ' + newlsval + ' )');<br \/>\n             window.localStorage.setItem(newlsval, encodeURIComponent(outans.substring(0).replace(\/\\;\/g,',')));<br \/>\n             lastbize(newlsval, outans.substring(0).replace(\/\\;\/g,','));<br \/>\n           if (inota) {<br \/>\n             jnota.title+=' ... for future recall reenter in web browser similar textarea playlist name ' + newlsval;<br \/>\n             }<br \/>\n             return underscoresystem(newlsval, inota);<br \/>\n           }<br \/>\n         } else {<br \/>\n           switch ('' + eval('' + outans.length)) {<br \/>\n             case '23':<br \/>\n               outans=outans.replace(\/^\\_\/g,'');<br \/>\n             case '22':<br \/>\n               window.open('\/\/open.spotify.com\/playlist\/' + outans,'_blank'); \/\/,'top=0,left=0,width=\" + screen.width + \",height=\" + screen.height);<br \/>\n               outans='';<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n    }<br \/>\n               jnota.value='';<br \/>\n       }<br \/>\n               break;<br \/>\n                  <br \/> <br \/>\n             case '35':<br \/>\n               outans=outans.replace(\/^\\_\/g,'');<br \/>\n             case '34':<br \/>\n               window.open('\/\/www.youtube.com\/playlist?list=' + outans,'_blank'); \/\/,'top=0,left=0,width=\" + screen.width + \",height=\" + screen.height);<br \/>\n               outans='';<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n    }<br \/>\n               jnota.value='';<br \/>\n        }<br \/>\n               break;<br \/>\n                    <br \/> <br \/>\n             case '12':<br \/>\n               outans=outans.replace(\/^\\_\/g,'');<br \/>\n             case '11':<br \/>\n               if (('' + top.document.URL).indexOf('youtube=') != -1) {<br \/>\n                 top.location.href=top.document.URL.split('youtube=')[0] + 'youtube=' + outans;<br \/>\n                 outans='';<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n    }<br \/>\n               jnota.value='';<br \/>\n        }<br \/>\n               } else {<br \/>\n                 underscorewo=window.open(\"\/\/www.rjmprogramming.com.au\/HTMLCSS\/karaoke_youtube_api.htm?youtubeid=\" + outans + \"&justaJUNKudio=&youtube_duration=22234.0&email=&emoji=on&c0=off&i0=0&j0=22234&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=\",\"_blank\",\"top=10,left=10,width=800,height=800\");<br \/>\n                 outans='';<br \/>\n           if (inota) {<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n               jnota.value='';<br \/>\n    }<br \/>\n    }<br \/>\n               }<br \/>\n               break;<br \/>\n                <br \/> <br \/>\n             default:<br \/>\n               if (outans.toLowerCase().indexOf('_tube') == 0) { outans=outans.replace(\/^\\_\/g,'');  }<br \/>\n               if (outans.toLowerCase().indexOf('tuberadiovpl_') == 0) {<br \/>\n               inhouse=('' + window.localStorage.getItem(outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               newlsval='';<br \/>\n               } else if (outans.toLowerCase().indexOf('tuberadioapl_') == 0) {<br \/>\n               inhouse=('' + window.localStorage.getItem(outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               newlsval='';<br \/>\n               } else if (outans.toLowerCase().indexOf('tuberadiopl_') == 0) {<br \/>\n               inhouse=('' + window.localStorage.getItem(outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               newlsval='';<br \/>\n               } else if (outans.toLowerCase().indexOf('tubeapl_') == 0) {<br \/>\n               inhouse=('' + window.localStorage.getItem(outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               newlsval='';<br \/>\n               } else if (outans.toLowerCase().indexOf('tubevpl_') == 0) {<br \/>\n               inhouse=('' + window.localStorage.getItem(outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               newlsval='';<br \/>\n               } else if (outans.toLowerCase().indexOf('tubepl_') == 0) {<br \/>\n               inhouse=('' + window.localStorage.getItem(outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               newlsval='';<br \/>\n               } else if (eval('' + outans.length) == 28) {<br \/>\n               inhouse=('' + window.localStorage.getItem('tubepl_' + outans.replace(\/^\\_\/g,''))).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               if (inhouse == '') {<br \/>\n               inhouse=('' + window.localStorage.getItem('tubevpl_' + outans.replace(\/^\\_\/g,''))).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               }<br \/>\n               if (inhouse == '') {<br \/>\n               mperson='audio'<br \/>\n               inhouse=('' + window.localStorage.getItem('tubeapl_' + outans.replace(\/^\\_\/g,''))).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               }<br \/>\n               if (inhouse == '') {<br \/>\n               mperson='isradio=y&audio'<br \/>\n               inhouse=('' + window.localStorage.getItem('tuberadioapl_' + outans.replace(\/^\\_\/g,''))).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               }<br \/>\n               if (inhouse == '') {<br \/>\n               mperson='isradio=y&'<br \/>\n               inhouse=('' + window.localStorage.getItem('tuberadiovpl_' + outans.replace(\/^\\_\/g,''))).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               }<br \/>\n               } else if (eval('' + outans.length) == 27) {<br \/>\n               inhouse=('' + window.localStorage.getItem('tubepl_' + outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               if (inhouse == '') {<br \/>\n               inhouse=('' + window.localStorage.getItem('tubevpl_' + outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               }<br \/>\n               if (inhouse == '') {<br \/>\n               mperson='audio'<br \/>\n               inhouse=('' + window.localStorage.getItem('tubeapl_' + outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               }<br \/>\n               if (inhouse == '') {<br \/>\n               inhouse=('' + window.localStorage.getItem('tuberadioapl_' + outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               }<br \/>\n               if (inhouse == '') {<br \/>\n               mperson='isradio=y&'<br \/>\n               inhouse=('' + window.localStorage.getItem('tuberadiovpl_' + outans)).replace(\/^undefined\/g,'').replace(\/^null\/g,'');<br \/>\n               }<br \/>\n               }<br \/>\n               if (inhouse.trim() != '') {<br \/>\n                if (decodeURIComponent(inhouse).toLowerCase().indexOf('rjmprogramming.com.au') != -1) {<br \/>\n                 if (!inota) { return decodeURIComponent(inhouse) + '#' + outans;  }<br \/>\n                 underscorewo=window.open(inhouse + '#' + outans,\"_blank\",\"top=0,left=0,width=\" + screen.width + \",height=\" + screen.height);<br \/>\n                 outans='';<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n               jnota.value='';<br \/>\n    }<br \/>\n                } else {<br \/>\n                 if (!inota) { return \"\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html?\" + mperson + \"youtube=\" + encodeURIComponent(decodeURIComponent(inhouse)) + \"#\" + outans;  }<br \/>\n                 underscorewo=window.open(\"\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html?\" + mperson + \"youtube=\" + encodeURIComponent(decodeURIComponent(inhouse)) + \"#\" + outans,\"_blank\",\"top=0,left=0,width=\" + screen.width + \",height=\" + screen.height);<br \/>\n                 outans='';<br \/>\n    if (document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target)) {<br \/>\n      jnota=document.getElementById('inp' + inota.id + '_' + document.getElementById(inota.id).target);<br \/>\n               jnota.value='';<br \/>\n    }<br \/>\n                }<br \/>\n               }<br \/>\n               break;<br \/>\n           }<br \/>\n         }<br \/>\n      }<br \/>\n    }<br \/>\n    return outans;<br \/>\n }<br \/>\n<\/code><\/p>\n<p>Yes, the <i>placeholder<\/i> was struggling with what we wanted to offer as functionality, so we&#8217;re putting more into the textarea <i>title<\/i> attribute.  These options allow users to create their own recallable playlists or access existant YouTube or Spotify ones to keep the music rolling in <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html-----GETME\" rel=\"noopener\">changed<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html-----GETME\" rel=\"noopener\">swipe_media.html<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\">Tabular Single Row Media Gallery<\/a> helped out by <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/ytaudioonly.js---------------GETME\" rel=\"noopener\">ytaudioonly.js<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/ytaudioonly.js---------------GETME\" rel=\"noopener\">external Javascript helper<\/a>.<\/p>\n<p><!--p>You can also see this play out at WordPress 4.1.1's <a target=\"_blank\" href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-textarea-sharing-tutorial\/' rel=\"noopener\">Tabular Single Row Textarea Sharing Tutorial<\/a>.<\/p-->\n<hr>\n<p id='tsrrpt'>Previous relevant <a target=\"_blank\" title='Tabular Single Row Radio Play Tutorial' href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-radio-play-tutorial\/' rel=\"noopener\">Tabular Single Row Radio Play Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Tabular Single Row Radio Play Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media_radio.jpg\" title=\"Tabular Single Row Radio Play Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">Tabular Single Row Radio Play Tutorial<\/p><\/div>\n<p>We do not expect many readers to have thought yesterday&#8217;s <a target=\"_blank\" href=\"https:\/\/www.rjmprogramming.com.au\/ITblog\/youtube-audio-only-mobile-looping-tutorial\" rel=\"noopener\">YouTube Audio Only Mobile Looping Tutorial<\/a> that little bit different.  It was <strong>long<\/strong> in the making, and difficult (at least for us), but a <i>brief<\/i> tutorial.  Too brief for interested parties, and we intended it as a seminal discussion, but it&#8217;s meaning got subsumed, if you will, with the goings on of the blog posting thread last talked about with the day before&#8217;s <a title='Tabular Single Row Image Gallery Linking Tutorial' href='#tsriglt'>Tabular Single Row Image Gallery Linking Tutorial<\/a>.<\/p>\n<p>You see, the YouTube audio stream only <i>inhouse looping<\/i> control is an essential thing we needed to tie down for today&#8217;s progress in this blog posting thread, that being the first incarnation of &#8230;<\/p>\n<blockquote><p>\nRadio Play\n<\/p><\/blockquote>\n<p> &#8230; sequenced modes of play we&#8217;re offering today, as a start, for &#8230;<\/p>\n<ul>\n<li>non-mobile users<\/li>\n<li>using audio stream only button option clicks<\/li>\n<\/ul>\n<p>So what was (most) &#8230;<\/p>\n<blockquote><p>\ndifficult (at least for us)\n<\/p><\/blockquote>\n<p> &#8230; about getting this first Radio Play idea happening?  In a word &#8230;<\/p>\n<blockquote><p>\nFocus\n<\/p><\/blockquote>\n<p>You find yourself wanting to do lots of &#8230;<\/p>\n<p><code><br \/>\n[element].click();<br \/>\n<\/code><\/p>\n<p> &#8230; and &#8230;<\/p>\n<p><code><br \/>\n[element].blur();<br \/>\n<\/code><\/p>\n<p> &#8230; types of work, which work best with <i>focus<\/i> <font size=1>(and boy, did we need to &#8220;focus&#8221;?!)<\/font>  We&#8217;ve minimised this where we could, but what we highly recommend users of this functionality doing is &#8230;<\/p>\n<ul>\n<li>be presented with the solo web browser full screen (initial) window with the radio emoji<\/li>\n<li>click desired first song link when the song link emojis appear &#8230; then &#8230;<\/li>\n<li>it&#8217;s best to make this window small and away from other web browser windows but not overlapping for the best chance of &#8230;<\/li>\n<li>songs play in sequence and loop back through the list<\/li>\n<\/ul>\n<p> &#8230; within <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html----GETME\" rel=\"noopener\">changed<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html----GETME\" rel=\"noopener\">swipe_media.html<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\">Tabular Single Row Media Gallery<\/a> helped out by <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/ytaudioonly.js--------------GETME\" rel=\"noopener\">ytaudioonly.js<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/ytaudioonly.js--------------GETME\" rel=\"noopener\">external Javascript helper<\/a>.<\/p>\n<p><!--p>You can also see this play out at WordPress 4.1.1's <a target=\"_blank\" href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-radio-play-tutorial\/' rel=\"noopener\">Tabular Single Row Radio Play Tutorial<\/a>.<\/p-->\n<hr>\n<p id='tsriglt'>Previous relevant <a target=\"_blank\" title='Tabular Single Row Image Gallery Linking Tutorial' href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-image-gallery-linking-tutorial\/' rel=\"noopener\">Tabular Single Row Image Gallery Linking Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Tabular Single Row Image Gallery Linking Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media_wp_linking.gif\" title=\"Tabular Single Row Image Gallery Linking Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">Tabular Single Row Image Gallery Linking Tutorial<\/p><\/div>\n<p>After yesterday&#8217;s <a title='Tabular Single Row YouTube Audio or Video Buttons Tutorial' href='#tsrytavbt'>Tabular Single Row YouTube Audio or Video Buttons Tutorial<\/a> work mainly regarding audio and video media, today we return to those &#8230;<\/p>\n<ul>\n<li>background WordPress Blog random tutorial images &#8230; and link them via a modified 404.php creator&#8217;s &#8230;<br \/>\n&lt;?php<br \/>\n<code><br \/>\n       if (strpos(('?' . $_SERVER['QUERY_STRING']), '?rand=') !== false) {<br \/>\n          $huht=@file_get_contents('<font color=black>ht<\/font>tp:\/\/www.rjmprogramming.com.au\/HTMLCSS\/select_palette.php?putrandom=' . urlencode('?rand=' . $_GET['rand'] . '.' . $pnumis . $ptitle));<br \/>\n       }<br \/>\n<\/code><br \/>\n?&gt;<br \/>\n &#8230; calling on &#8230;<\/li>\n<li><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/select_palette.php---------GETME\" rel=\"noopener\">a modified<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/select_palette.php---------GETME\" rel=\"noopener\">select_palette.php<\/a> helper &#8230;<br \/>\n&lt;?php<br \/>\n<code><br \/>\nif (isset($_GET['putrandom'])) {<br \/>\n     $contis=str_replace('  ','++',str_replace('+','  ',urldecode($_GET['putrandom']))) . \"\\n\";<br \/>\n     $xcurgmt=gmdate(\"Ymd\");<br \/>\n     if (!file_exists($_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'media_gallery_swipe_' . $xcurgmt . '.htm')) {<br \/>\n        foreach (glob($_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'media_gallery_swipe_' . '*.htm') as $dfilename) {<br \/>\n          unlink($dfilename);<br \/>\n        }<br \/>\n        file_put_contents($_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'media_gallery_swipe_' . $xcurgmt . '.htm', $contis);<br \/>\n     } else {<br \/>\n        file_put_contents($_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'media_gallery_swipe_' . $xcurgmt . '.htm', file_get_contents($_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'media_gallery_swipe_' . $xcurgmt . '.htm') . $contis);<br \/>\n     }<br \/>\n     exit;<br \/>\n} else if (isset($_GET['getrandom'])) {<br \/>\n     $xcurgmt=gmdate(\"Ymd\");<br \/>\n     $imode=0;<br \/>\n     $contis=\"\";<br \/>\n     $idp=\"\";<br \/>\n     $jdp=\"\";<br \/>\n     $pfix=\"\";<br \/>\n     $sfix=\"\";<br \/>\n     if (file_exists($_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'media_gallery_swipe_' . $xcurgmt . '.htm')) {<br \/>\n       $contis=file_get_contents($_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'media_gallery_swipe_' . $xcurgmt . '.htm');<br \/>\n       if (strlen($_GET['getrandom']) &gt; 0) {<br \/>\n          $relstuffs=explode(str_replace('  ','++',str_replace('+','  ',strtolower(urldecode($_GET['getrandom'])))) . '.', $contis);<br \/>\n          if (sizeof($relstuffs) &gt; 1) {<br \/>\n            $isub=0;<br \/>\n            $jdp=str_replace('rand=','',str_replace('  ','++',str_replace('+','  ',strtolower(urldecode($_GET['getrandom'])))));<br \/>\n            $imode=1;<br \/>\n            while (substr(substr($relstuffs[-1 + sizeof($relstuffs)],$isub),0,1) &gt;= '0' &&  substr(substr($relstuffs[-1 + sizeof($relstuffs)],$isub),0,1) &lt;= '9') {<br \/>\n              if ($imode == 0) {<br \/>\n              $jdp.=substr(substr($relstuffs[-1 + sizeof($relstuffs)],$isub),0,1);<br \/>\n              } else {<br \/>\n              $idp.=substr(substr($relstuffs[-1 + sizeof($relstuffs)],$isub),0,1);<br \/>\n              }<br \/>\n              $isub++;<br \/>\n              if (substr(substr($relstuffs[-1 + sizeof($relstuffs)],$isub),0,1) == '.') {<br \/>\n              $imode=1;<br \/>\n              $isub++;<br \/>\n              }<br \/>\n            }<br \/>\n            if (isset($_GET['via'])) {<br \/>\n              $pfix=\" if (parent.document.getElementById('\" . $_GET['via'] . \"')) { parent.document.getElementById('\" . $_GET['via'] . \"').style.width='100%;'; parent.document.getElementById('\" . $_GET['via'] . \"').innerHTML+='&lt;iframe style=width:100%;height:800px; src=!!!&gt;&lt;\/iframe&gt;'; } else { \";<br \/>\n              $sfix=\" } \";<br \/>\n            }<br \/>\n            if (strtolower(urldecode($_GET['getrandom'])) != urldecode($_GET['getrandom'])) { \/\/ Cut to the Chase<br \/>\n              echo \"&lt;html&gt;&lt;body onload=\\\"\" . str_replace('!!!','\/slideshow.html?title=' . explode(\" (\", explode(\"\\n\", explode('=' . $jdp . '.' . $idp, $contis)[1])[0])[0],$pfix) . \" parent.window.open('\/slideshow.html?title=\" . explode(\" (\", explode(\"\\n\", explode('=' . $jdp . '.' . $idp, $contis)[1])[0])[0] . \" \" . $sfix . \" ','_blank','top=200,left=200,width=600,height=600');\\\"&gt;&lt;\/body&gt;&lt;\/html&gt;\";<br \/>\n              exit;<br \/>\n            } else {  \/\/ WordPress Blog Posting<br \/>\n              echo \"&lt;html&gt;&lt;body onload=\\\"\" . str_replace('!!!','\/ITblog\/?p=' . $idp . '#content',$pfix) . \" parent.window.open('\/ITblog\/?p=\" . $idp . \"#content','_blank','top=200,left=200,width=600,height=600'); \" . $sfix . \" \\\"&gt;&lt;\/body&gt;&lt;\/html&gt;\";<br \/>\n              exit;<br \/>\n            }<br \/>\n          }<br \/>\n       }<br \/>\n     }<br \/>\n     echo \"&lt;html&gt;&lt;body&gt;&lt;pre&gt;\" . $contis . '&lt;\/pre&gt;&lt;\/body&gt;&lt;\/html&gt;';<br \/>\n     exit;<br \/>\n}<br \/>\n<\/code><br \/>\n?&gt;<br \/>\n &#8230; called at the parent window by &#8230;<\/li>\n<li><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html---GETME\" rel=\"noopener\">changed<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html---GETME\" rel=\"noopener\">swipe_media.html<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\">Tabular Single Row Media Gallery<\/a> &#8230;<br \/>\n<code><br \/>\n  function checkmeout(evt, iscuttothechase) {<br \/>\n    if (evt.target.outerHTML.split('&gt;')[0].indexOf('url(') != -1) {<br \/>\n      if (evt.target.outerHTML.split('&gt;')[0].split('url(')[1].split(')')[0].indexOf('?rand=') != -1) {<br \/>\n       if (iscuttothechase) {<br \/>\n        document.getElementById('sparepal').src='\/HTMLCSS\/select_palette.php?getrandom=' + encodeURIComponent('RAND=' + evt.target.outerHTML.split('&gt;')[0].split('url(')[1].split(')')[0].split('?rand=')[1].split(\"'\")[0].split('\"')[0].split(')')[0].split('&quot')[0]); \/\/  + ('&viJUNKa=' + evt.target.id).replace('td','div')<br \/>\n       } else {<br \/>\n        document.getElementById('sparepal').src='\/HTMLCSS\/select_palette.php?getrandom=' + encodeURIComponent('rand=' + evt.target.outerHTML.split('&gt;')[0].split('url(')[1].split(')')[0].split('?rand=')[1].split(\"'\")[0].split('\"')[0].split(')')[0].split('&quot')[0]); \/\/  + ('&viJUNKa=' + evt.target.id).replace('td','div')<br \/>\n       }<br \/>\n      }<br \/>\n    }<br \/>\n  }<br \/>\n<\/code>\n<\/li>\n<\/ul>\n<p> &#8230; web application, now accepting &#8230;<\/p>\n<ol>\n<li>click on one of these WordPress Blog random tutorial images to open window to relevant WordPress Blog posting &#8230; or &#8230;<\/li>\n<li>right click on one of these WordPress Blog random tutorial images to open window to relevant Cut to the Chase web application or presentation media regarding that blog posting above<\/li>\n<\/ol>\n<p><!--p>You can also see this play out at WordPress 4.1.1's <a target=\"_blank\" href='\/\/www.rjmprogramming.com.au\/ITblog\/new-tabular-single-row-youtube-audio-or-video-buttons-tutorial\/' rel=\"noopener\">New Tabular Single Row YouTube Audio or Video Buttons Tutorial<\/a> ...<\/p>\n\n\n\n\n\n<hr>\n\n\n\n\n\n<p id='tsrytavbt'>Previous relevant <a target=\"_blank\" title='Tabular Single Row YouTube Audio or Video Buttons Tutorial' href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-youtube-audio-or-video-buttons-tutorial\/' rel=\"noopener\">Tabular Single Row YouTube Audio or Video Buttons Tutorial<\/a> is shown below.<\/p>\n\n\n\n[caption id=\"\" align=\"alignnone\" width=\"220\" caption=\"Tabular Single Row YouTube Audio or Video Buttons Tutorial\"]<a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Tabular Single Row YouTube Audio or Video Buttons Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media_button.png\" title=\"Tabular Single Row YouTube Audio or Video Buttons Tutorial\"  style=\"float:left;\"  \/><\/a>[\/caption]\n \n\n\n<p>From <a title='Tabular Single Row YouTube Audio or Video Gallery Tutorial' href='#tsrytavgt'>Tabular Single Row YouTube Audio or Video Gallery Tutorial<\/a> we had ...<\/p>\n\n\n \n\n\n<blockquote>\n\n\n<ul>\n\n\n<li>yesterday's <a title='Tabular Single Row Image Gallery Primer Tutorial' href='#tsrigpt'>Tabular Single Row Image Gallery Primer Tutorial<\/a> Image Gallery ideas with ...<\/li>\n\n\n\n\n<li>our \"Brady Bunch\" YouTube iframe arrangement peer to peer suite (eg. <a target=\"_blank\" title='The Wrecking Crew' href='https:\/\/www.rjmprogramming.com.au\/HTMLCSS\/the_wrecking_crew.html' rel=\"noopener\">The Wrecking Crew<\/a>)<\/li>\n\n\n<\/ul>\n\n\n<\/blockquote>\n\n\n\n\n\n<p> ... and this could be good having a reciprocal arrangement, and today we've started down that road <font size=1>(though, around here, it worries us a little that we keep going on roads heading down?!)<\/font><\/p>\n\n\n\n\n\n<p>It's the background-size:contain helping out, again, here, with some room down the bottom of the webpage screen to add 3x2 = 6 buttons for ...<\/p>\n\n\n\n<button id=bdisco onclick=\"window.open('\/HTMLCSS\/swipe_media.html?clickthis=bdiscoa','_blank','top=10,left=10,width=800,height=800');\" data-click=\"dodisco('');\" style='background-color:yellow;'>Disco<sup>A+V<\/sup><\/button>&nbsp;<button onclick=\"window.open('\/HTMLCSS\/swipe_media.html?clickthis=bdisco','_blank','top=10,left=10,width=800,height=800');\" id=bdiscoa data-click=\"dodisco('audio');\" style='background-color:yellow;'>Disco<sub>A-V<\/sub><\/button>&nbsp;<button onclick=\"window.open('\/HTMLCSS\/swipe_media.html?clickthis=bwc','_blank','top=10,left=10,width=800,height=800');\" id=bwc data-click=\"dowc('');\" style='background-color:yellow;'>The Wrecking Crew<sup>A+V<\/sup><\/button>&nbsp;<button onclick=\"window.open('\/HTMLCSS\/swipe_media.html?clickthis=bwca','_blank','top=10,left=10,width=800,height=800');\" id=bwca data-click=\"dowc('audio');\" style='background-color:yellow;'>The Wrecking Crew<sub>A-V<\/sub><\/button>&nbsp;<button onclick=\"window.open('\/HTMLCSS\/swipe_media.html?clickthis=byr','_blank','top=10,left=10,width=800,height=800');\" id=byr data-click=\"doyr('');\" style='background-color:yellow;'>Yacht Rock<sup>A+V<\/sup><\/button>&nbsp;<button onclick=\"window.open('\/HTMLCSS\/swipe_media.html?clickthis=byra','_blank','top=10,left=10,width=800,height=800');\" id=byra data-click=\"doyr('audio');\" style='background-color:yellow;'>Yacht Rock<sub>A-V<\/sub><\/button>&nbsp;\n\n\n\n<p> ... reciprocal connections in <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html--GETME\" rel=\"noopener\">\"third draft\"<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html--GETME\" rel=\"noopener\">swipe_media.html<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\">Tabular Single Row Image Gallery<\/a> web application.<\/p>\n\n\n\n<!--p>You can also see this play out at WordPress 4.1.1's <a target=\"_blank\" href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-youtube-audio-or-video-button-tutorial\/' rel=\"noopener\">Tabular Single Row YouTube Audio or Video Button Tutorial<\/a>.<\/p-->\n<hr>\n<p id='tsrytavgt'>Previous relevant <a target=\"_blank\" title='Tabular Single Row YouTube Audio or Video Gallery Tutorial' href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-youtube-audio-or-video-gallery-tutorial\/' rel=\"noopener\">Tabular Single Row YouTube Audio or Video Gallery Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/yacht_rock.html\" rel=\"noopener\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Tabular Single Row YouTube Audio or Video Gallery Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media_audiovideo.gif\" title=\"Tabular Single Row YouTube Audio or Video Gallery Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">Tabular Single Row YouTube Audio or Video Gallery Tutorial<\/p><\/div>\n<p>Today we&#8217;ve connected &#8230;<\/p>\n<ul>\n<li>yesterday&#8217;s <a title='Tabular Single Row Image Gallery Primer Tutorial' href='#tsrigpt'>Tabular Single Row Image Gallery Primer Tutorial<\/a> Image Gallery ideas with &#8230;<\/li>\n<li>our &#8220;Brady Bunch&#8221; YouTube iframe arrangement peer to peer suite (eg. <a target=\"_blank\" title='The Wrecking Crew' href='https:\/\/www.rjmprogramming.com.au\/HTMLCSS\/the_wrecking_crew.html' rel=\"noopener\">The Wrecking Crew<\/a>)<\/li>\n<\/ul>\n<p> &#8230; which now have three new functionality options &#8230;<\/p>\n<ul>\n<li>&lt;&#8211;&gt; &#8230; link to align the (previously) &#8220;Brady Bunch&#8221; YouTube iframes into a single row in the same web browser tab<\/li>\n<li>&lt;&#8211;&gt;<sup>A+V<\/sup> &#8230; call of yesterday&#8217;s Media Gallery web application playing our &#8220;inhouse&#8221; YouTube iframe video playing web application in a new web browser tab<\/li>\n<li>&lt;&#8211;&gt;<sub>A-V<\/sub> &#8230; link to our &#8220;inhouse&#8221; audio stream only YouTube iframe playing functionality in a new web browser tab<\/li>\n<\/ul>\n<p> &#8230; involving changes to &#8230;<\/p>\n<ul>\n<li><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/youtube_brady_bunch.js--------GETME\" rel=\"noopener\">our changed<\/a> &#8230;<br \/>\n<code><br \/>\nvar ytlist='';<br \/>\n<br \/>\nif (('' + document.URL + ('' + location.hash)).indexOf('onerow=') != -1) {<br \/>\n  setTimeout(function(){<br \/>\n    var inis='';<br \/>\n    var iwis=document.getElementById('vplayer1').getBoundingClientRect().width;<br \/>\n    var ifsare=document.getElementsByTagName('iframe');<br \/>\n    for (var jtt=0; jtt&lt;ifsare.length; jtt++) {<br \/>\n      \/\/alert(ifsare[jtt].src);<br \/>\n      if (ifsare[jtt].src.indexOf('\/embed\/') != -1) {<br \/>\n        if (ytlist == '') {<br \/>\n          ytlist='' + ifsare[jtt].src.split('\/embed\/')[1].substring(0,11);<br \/>\n        } else {<br \/>\n          ytlist+=',' + ifsare[jtt].src.split('\/embed\/')[1].substring(0,11);<br \/>\n        }<br \/>\n      }<br \/>\n      ifsare[jtt].style.width='' + iwis + 'px';<br \/>\n    }<br \/>\n    var toho=document.getElementsByTagName('table')[0];<br \/>\n    var tih=toho.innerHTML;<br \/>\n    var newtih=tih;<br \/>\n    \/\/alert(tih);<br \/>\n    var thingos=tih.split('&lt;tr');<br \/>\n    for (var itt=3; itt&gt;=1; itt--) {<br \/>\n      if (itt == 1) {<br \/>\n        inis='&lt;tr' + thingos[itt].split('&lt;\/tr&gt;')[0] + '&lt;\/tr&gt;';<br \/>\n        newtih=newtih.replace(inis, inis.replace('&lt;\/tr&gt;','&lt;!--\/tr--&gt;'));<br \/>\n      } else if (itt == 3) {<br \/>\n        inis='&lt;tr' + thingos[itt].split('&lt;\/tr&gt;')[0] + '&lt;\/tr&gt;';<br \/>\n        newtih=newtih.replace(inis, inis.replace('&lt;tr&gt;','&lt;!--tr--&gt;'));<br \/>\n      } else {<br \/>\n        inis='&lt;tr' + thingos[itt].split('&lt;\/tr&gt;')[0] + '&lt;\/tr&gt;';<br \/>\n        newtih=newtih.replace(inis, inis.replace('&lt;tr&gt;','&lt;!--tr--&gt;').replace('&lt;\/tr&gt;','&lt;!--\/tr--&gt;'));<br \/>\n      }<br \/>\n    }<br \/>\n    toho.innerHTML=newtih;<br \/>\n    toho.style.width='1000%';<br \/>\n  }, 4000);<br \/>\n}<br \/>\n<br \/>\nsetTimeout(function(){<br \/>\n   var antwo='';<br \/>\n   if (ytlist == '') {<br \/>\n    var ifsare=document.getElementsByTagName('iframe');<br \/>\n    for (var jtt=0; jtt&lt;ifsare.length; jtt++) {<br \/>\n      \/\/alert(ifsare[jtt].src);<br \/>\n      if (ifsare[jtt].src.indexOf('\/embed\/') != -1) {<br \/>\n        if (ytlist == '') {<br \/>\n          ytlist='' + ifsare[jtt].src.split('\/embed\/')[1].substring(0,11);<br \/>\n        } else {<br \/>\n          ytlist+=',' + ifsare[jtt].src.split('\/embed\/')[1].substring(0,11);<br \/>\n        }<br \/>\n      }<br \/>\n    }<br \/>\n   }<br \/>\n   if (ytlist != '') {<br \/>\n     antwo+='&nbsp;&lt;a title=\"Audio and video plays of YouTube videos\" target=_blank href=\"\/HTMLCSS\/swipe_media.html?youtube=' + encodeURIComponent(ytlist) + '\"&gt;&lt;--&gt;&lt;sup&gt;A+V&lt;\/sup&gt;&lt;\/a&gt;';<br \/>\n     antwo+='&nbsp;&lt;a title=\"Audio only plays of YouTube videos\" target=_blank href=\"\/HTMLCSS\/swipe_media.html?audioyoutube=' + encodeURIComponent(ytlist) + '\"&gt;&lt;--&gt;&lt;sub&gt;A-V&lt;\/sub&gt;&lt;\/a&gt;';<br \/>\n   }<br \/>\n   if (document.URL.indexOf('?') != -1) {<br \/>\n    document.getElementById('wshuffle').innerHTML+='&nbsp;&lt;a title=\"Present in one table row\" target=_self href=\"' + document.URL.replace('?', '?onerow=' + Math.floor(Math.random() * 1989786)) + '\"&gt;&lt;--&gt;&lt;\/a&gt;' + antwo + '&nbsp;';<br \/>\n   } else {<br \/>\n    document.getElementById('wshuffle').innerHTML+='&nbsp;&lt;a title=\"Present in one table row\" target=_self href=\"' + document.URL + '?onerow=' + Math.floor(Math.random() * 1989786) + '\"&gt;&lt;--&gt;&lt;\/a&gt;' + antwo + '&nbsp;';<br \/>\n   }<br \/>\n}, 9000);<br \/>\n<\/code><br \/>\n &#8230; <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/youtube_brady_bunch.js--------GETME\" rel=\"noopener\">youtube_brady_bunch.js<\/a> being used in our inhouse <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/disco_version.html\" rel=\"noopener\">Disco<\/a> web application &#8220;peer to peer suite&#8221; web application &#8220;grandparent&#8221; level example &#8230;<\/li>\n<li><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html-GETME\" rel=\"noopener\">&#8220;second draft&#8221;<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html-GETME\" rel=\"noopener\">swipe_media.html<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\">Tabular Single Row Image Gallery<\/a> web application<\/li>\n<\/ul>\n<p><!--p>You can also see this play out at WordPress 4.1.1's <a target=\"_blank\" href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-youtube-audio-or-video-gallery-tutorial\/' rel=\"noopener\">Tabular Single Row YouTube Audio or Video Gallery Tutorial<\/a>.<\/p-->\n<hr>\n<p id='tsrigpt'>Previous relevant <a target=\"_blank\" title='Tabular Single Row Image Gallery Primer Tutorial' href='\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-image-gallery-primer-tutorial\/' rel=\"noopener\">Tabular Single Row Image Gallery Primer Tutorial<\/a> is shown below.<\/p>\n<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\"><img decoding=\"async\" style=\"border: 15px solid pink;\" alt=\"Tabular Single Row Image Gallery Primer Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.gif\" title=\"Tabular Single Row Image Gallery Primer Tutorial\"  style=\"float:left;\"  \/><\/a><p class=\"wp-caption-text\">Tabular Single Row Image Gallery Primer Tutorial<\/p><\/div>\n<p>&#8220;Tabular Single Row Image Gallery&#8221; &#8230;<\/p>\n<blockquote><p>\nSmabular Single Row Image Gallery\n<\/p><\/blockquote>\n<p> &#8230; we&#8217;re sure is the reaction of some readers out there, to today&#8217;s &#8220;starting draft&#8221; for an idea we had.  Today&#8217;s part of the jigsaw we want to explore may be &#8220;ho hum&#8221; and &#8220;so non-mobile&#8221;, but we&#8217;re hoping the thread appeals to more modern ideas as we go along.<\/p>\n<p>So much for the apologies, and so let&#8217;s now look at the basis to this start &#8230;<\/p>\n<ul>\n<li>media (so far just image) &#8230;<\/li>\n<li>gallery &#8230; presented in &#8230;<\/li>\n<li>table &#8230; HTML element &#8230; in &#8230;<\/li>\n<li>single <i>tr<\/i> row<\/li>\n<li>deliberately overflowing to the right of the screen view of the webpage &#8230; and so &#8230;<\/li>\n<li>scrollable (ie. window scrollable) to &#8230; those right hand parts &#8230;<\/li>\n<li>only &#8220;media loaded&#8221; &#8230;<\/li>\n<li>as &#8220;scrolled to&#8221; <font size=1>or &#8220;stumbled upon&#8221;<\/font><\/li>\n<\/ul>\n<p>So far the <i>window scrollable<\/i> detection goes (thanks to <a target=\"_blank\" title='Useful link, thanks' href='https:\/\/stackoverflow.com\/questions\/10605197\/detect-if-user-is-scrolling' rel=\"noopener\">this useful link<\/a>) &#8230;<\/p>\n<p><code><br \/>\n  window.onscroll = function (e) {<br \/>\n     \/\/ called when the window is scrolled.<br \/>\n     vspos4=document.body.scrollTop;<br \/>\n     vspos3=document.body.scrollLeft;<br \/>\n     var vstdn=Math.ceil(eval('' + vspos3) \/ eval('' + amin));<br \/>\n     if (curtdn != vstdn) {<br \/>\n       checkthen(vstdn);<br \/>\n     }<br \/>\n  }<br \/>\n<\/code><\/p>\n<p> &#8230; and the CSS produced <font color=blue>&#8220;wording (ie. non-media) content&#8221;<\/font> is produced down the bottom left of &#8220;inhouse WordPress Blog image cell background&#8221; ( possible because of background-size:contain ) we think is interesting &#8230;<\/p>\n<p><code><br \/>\n&lt;style&gt;<br \/>\n  td {<br \/>\n    border: 1px dotted green;<br \/>\n  }<br \/>\n  <br \/>\n  <font color=blue>.inhouse {<br \/>\n    vertical-align: bottom;<br \/>\n    padding-bottom: 20px;<br \/>\n  }<br \/>\n  <br \/>\n  .inhouse::after {<br \/>\n    content: 'Media Gallery \\a RJM Programming \\a August, 2025 \\a Thanks to Lorem Picsum at https:\/\/picsum.photos\/ \\a ' attr(alt);<br \/>\n    white-space: pre-wrap;<br \/>\n  }<\/font><br \/>\n&lt;\/style&gt;<br \/>\n<\/code><\/p>\n<p> &#8230; in a <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html_GETME\" rel=\"noopener\">&#8220;first draft&#8221;<\/a> <a target=\"_blank\" href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/swipe_media.html\" rel=\"noopener\">Tabular Single Row Image Gallery<\/a> web application for your perusal.  Thanks to <a target=\"_blank\" title='Lorem Picsum' href='https:\/\/picsum.photos\/' rel=\"noopener\">Lorem Picsum<\/a> regarding, as so often happens for us, when we&#8217;d like beautiful random images to be involved with web applications!<\/p>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d69433' onclick='var dv=document.getElementById(\"d69433\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/gallery\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d69433' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d69438' onclick='var dv=document.getElementById(\"d69438\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/youtube\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d69438' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d69448' onclick='var dv=document.getElementById(\"d69448\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/button\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d69448' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d69461' onclick='var dv=document.getElementById(\"d69461\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/php\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d69461' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d69470' onclick='var dv=document.getElementById(\"d69470\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/focus\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d69470' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d69481' onclick='var dv=document.getElementById(\"d69481\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/dropdown\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d69481' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d69506' onclick='var dv=document.getElementById(\"d69506\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/api\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d69506' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n<hr>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d69537' onclick='var dv=document.getElementById(\"d69537\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"https:\/\/www.rjmprogramming.com.au\/ITblog\/tag\/textbox\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d69537' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Apart from yesterday&#8217;s Tabular Single Row YouTube API Radio Play Tutorial&#8216;s mainly HTML input type=checkbox means by which the user could control their YouTube video &#8220;Radio play&#8221; modes of use, there was one more aspect to user control we wanted &hellip; <a href=\"https:\/\/www.rjmprogramming.com.au\/ITblog\/tabular-single-row-youtube-api-radio-play-textbox-tutorial\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,14,37],"tags":[88,113,5268,174,1580,202,257,281,367,1683,3037,448,475,587,590,2348,1643,2415,2205,3870,3982,760,822,2076,3440,914,932,2362,1988,997,1597,5271,1075,1917,1107,1895,5269,4438,5270,2056,1238,3312,1644,1675,3906,1319,5267,1418,1583,5266,1493,2017],"class_list":["post-69537","post","type-post","status-publish","format-standard","hentry","category-elearning","category-event-driven-programming","category-tutorials","tag-api","tag-audio","tag-brady-bunch","tag-button","tag-cell","tag-checkbox","tag-content","tag-css","tag-dropdown","tag-dynamic","tag-fixed","tag-focus","tag-gallery","tag-iframe","tag-image","tag-image-gallery","tag-justification","tag-localstorage","tag-loop","tag-looping","tag-lorem-picsum","tag-media","tag-music-2","tag-order","tag-peer","tag-peer-to-peer","tag-php","tag-play","tag-position","tag-programming","tag-radio","tag-real-time","tag-row","tag-scroll","tag-scrolling","tag-sequence","tag-sequenced","tag-shuffle","tag-shuffling","tag-suite","tag-table","tag-tabular","tag-text-justification","tag-textbox","tag-tr","tag-tutorial","tag-vide","tag-webpage","tag-window","tag-window-scroll","tag-youtube","tag-youtube-api"],"_links":{"self":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/69537"}],"collection":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/comments?post=69537"}],"version-history":[{"count":5,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/69537\/revisions"}],"predecessor-version":[{"id":69544,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/69537\/revisions\/69544"}],"wp:attachment":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/media?parent=69537"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/categories?post=69537"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/tags?post=69537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}