Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
- Microsoft Defender Virus Protection Tutorial
- Animated GIF Creator File Dropping Tutorial
- Online Interest Followups Tutorial
- Javascript Fetch API Primer Tutorial
- Asynchronous Clientside Ideas Tutorial
- Shower Song Form Double Takes Tutorial
- Shower Song Sharing Tutorial
- Shower Song Media Insertions Tutorial
Categories
- Ajax
- Android
- Animation
- Anything You Like
- Code::Blocks
- Coding
- Colour Matching
- Data Integration
- Database
- Delphi
- Eclipse
- eLearning
- ESL
- Event-Driven Programming
- Games
- GIMP
- GUI
- Hardware
- Installers
- iOS
- Land Surveying
- Moodle
- Music Poll
- NetBeans
- Networking
- News
- Not Categorised
- OOP
- Operating System
- Photography
- Projects
- Signage Poll
- Software
- SpectroPhotometer
- Tiki Wiki
- Trips
- Tutorials
- Uncategorized
- Visual Studio
- Xcode
Meta
Tags
Ajax animation background button canvas command line CSS Did you know DOM dropdown email emoji event form game Google Google chart hashtag HTML IFRAME image iOS Javascript MAMP map media mobile navigation onclick overlay PHP popup programming select share sharing SMS SVG table text textarea tutorial url video web browserYour Background Image
OnTopList
Tag Archives: programming
CSS Row Gap Primer Tutorial
Yes, an HTML div element innerHTML content can be organized like an HTML table in a “grid” like way via CSS like … <style> div.grid-container { display: grid; row-gap: 50px; } </style> … thanks to https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_row-gap here, too! And yes, … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged CSS, div, getBoundingClientRect, grid, HTML, programming, responsive, responsive design, row-gap, style, styling, table, tutorial, window.innerHeight
Leave a comment
Fullscreen API Primer Tutorial
Today’s new API to explore, for us, relates to the Fullscreen API. The name says it all, except that we’ll reiterate … The Fullscreen API adds methods to present a specific Element (and its descendants) in fullscreen mode, and to … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged clock, enter, full, fullscreen, fullscreen api, HTML, Javascript, keyboard, network clock, onresize, programming, screen, SVG, toggle, tutorial
Leave a comment
SVG Network Clock Minimize Tutorial
Today’s blog posting’s underlying SVG Network Clock web application (we last talked about with Colour Wheel Size and Spoke Colour Tutorial’>Colour Wheel Size and Spoke Colour Tutorial) shares a couple of commonalities with yesterday’s MAMP Timekeeping Web Application Visibility Tutorial, … Continue reading
Posted in eLearning, Event-Driven Programming, GUI, Tutorials
Tagged API, clock, date, datetime, documentElement, DOM, external Javascript, focus, GUI, HTML, information, Javascript, minimize, Page Visibility API, PHP, programming, SVG, tab, time, tutorial, web browser
Leave a comment
Clipboard API Image Tutorial
Yes, yesterday’s Clipboard API Primer Tutorial‘s Clipboard API usages just involved … text based data … and today we turn our attention to … image based data … to extend the functionality and interest of our changed clipboard_api_test.htm proof of … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged clipboard, clipboard api, copy, cursor, HTML, image, Javascript, paste, programming, text, textarea, tutorial, webpage
Leave a comment
Clipboard API Primer Tutorial
Here’s another day of testing a Javascript API today, which has that “desktop feel”, that being the Clipboard API … The Clipboard API provides the ability to respond to clipboard commands (cut, copy, and paste) as well as to asynchronously … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged clipboard, clipboard api, copy, cursor, HTML, Javascript, paste, programming, text, textarea, tutorial
Leave a comment
Sanitizer API Primer Tutorial
Today we’re roadtesting the Sanitizer API … The HTML Sanitizer API allow developers to take untrusted strings of HTML and Document or DocumentFragment objects, and sanitize them for safe insertion into a document’s DOM. … as another validation idea for … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged API, DOM, HTML, IFRAME, Javascript, programming, proof of concept, sanitizer, sanitizer api, tutorial, validation
Leave a comment


MAMP Timekeeping Web Application Visibility Tutorial
Today we’re on the road again, roadtesting the Page Visibility API in relation to the Quarter Hour Timer web application of MAMP Timekeeping Web Application Desktop Application Tutorial. It’s a great improvement on “window.focus()” ideas that are so flaky by … Continue reading →