Posts

Showing posts from January, 2021

VIDEO PLAYER WITH SCANNING FOR YT VIDEO TITLES

See screen ▶ Pause Next time / time See help Small Mid Big NOTE:  For PC open this page in FireFox . For ipad put this page and open it inside Koder editor app .  play     scan TOP   CURRENT   BOTTOM TABLE OF VIDEOS list20 VIDEO PLAYER WITH SCANNING FOR YT VIDEO TITLES - 01/2021 https://phanhung20.blogspot.com/2021/01/video-player-with-scanning-for-yt-video_24.html RESTORE CLEAR ADD TO TABLE This is a textarea https://youtu.be/aPJcfRn60kA https://youtu.be/I56hm_8bwv8 https://youtu.be/V8TjNCPbxXA https://youtu.be/wn5aMaJ6Dek https://youtu.be/xkiweYyCTj4 https://youtu.be/0SW3Gz-3Kt0 https://youtu.be/5g8X4mx9UXc https://youtu.be/vpjHi9cPQ80 https://youtu.be/hIQWlVcU2EM https://youtu.be/PeDJbvDqSHQ https://youtu.be/A_KTHno5fz4 https://youtu.be/NA69bxY8KpY https://youtu.be/ilfTap1ok1Y https://youtu.be/iTE0IfCvq4E https://youtu.

JS YOUTUBE VIDEO PLAYER WITH PROGRESS BAR FOR IPAD

The screen of ipad is smaller than the PC's one. So I need to make all control buttons and texts bigger. It seems to me that Safari browser can't play youtube videos embedded in iframe if the html file is saved in Document app. But if html file is in internet then every browser can work well with it. However Koder code editor can do it very well. If you like to use this page, first you should install Koder app in your ipad. Then copy html source code from here. Create the html file in Koder. Open this file using in the Koder's local browser. Just tap (or mouse click) on the title of a video to watch it . All videos will be played automatically in order one after another. See screen ▶ Pause Next time / time See help Small Mid Big NOTE:  For PC open this page in FireFox . For ipad put this page and open it inside Koder editor app .

GET 20 FLICKR PHOTOS WITHOUT USING API KEY AND COLORED JSON TREE VIEWER

Colored json tree viewer makes reading and studying json document (from flickr, youtube, unsplash ... sites) much esier. In this blog, you may not see any of the photos appearing. You still can get JSON from flickr.com. Click the COPY button to copy the code to the clipboard. Open the Koder code editor app on your ipad, create a new file, paste the code into it. Running on ipad (inside Koder app) will show you all photos and the colored json tree. Get 20 flickr photos (no need of api key) with JSON colored tree viewer Example for Search term: europe, asia, france, germany, italy, rome city, brazil, china, jiangsu, japan, thailand, indonesia, flowers, cats ... Search term: search By using of jsonSt = JSON.stringify(data,null,2) After using of myTree() function you have colored JSON tree: To get bigger image (with=1024px or height=1024px) just find the key "m". Copy it's value. In this value (i

SEARCH FOR UNSPLASH PHOTOS ON IPAD

Image
Javascript is used NEW SEARCH How many photos: 30 60 150 300 1800   SEARCH First click NEW SEARCH (0 % is seen). Loading:  0  % FIRST LAST <!DOCTYPE html> <html> <meta charset= uft-8 > <head> <script src= "http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" ></script> <style> img { max-height : 620px ; width : auto ; } body , select { font-size : 14pt ; } button { font-size : 16pt ; } #imgDiv { border : 1px solid gray ; } </style> </head> <body> <button id= "but" onclick= "newSearch()" > NEW SEARCH </button> <input type= "text" id= "search" style= "font-size:14pt" > <b> How many photos: </b> <select id= "combo" > <option value= "1" > 30 </option> <option value= "2" > 60 </

SEARCH FOR FLICKR PHOTOS ON IPAD

Image
If you want to learn web programming on ipad (using javascript) then you need to have a html editor app. As for me, I have installed Koder code editor app to my ipad. 1- If you want to use thousands of beautiful photos from flickr.com then you need to subscribe to it. Then you need to obtain flickr api key. You can googling to know how to do those tasks. 2- Using your ipad, open App Store app. Search for Koder code editor. Install this app to your ipad. 3- Open Koder app, create a folder named for example MY-HTML-JS. 4- Open this folder, create 2 files: index-search.html and copyarea.js. Now both files are empty. You do not need to save folders or files, Koder save everything you type in automatically. When using ipad, it is very difficult to use a finger to select a long text for copying it. By creating file copyaea.js you can make the selecting content of a textarea easier (just tap once on the button COPY). 5- Open this page (http://phanhung20.blogspot.com/2021/), tap the