Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
- Image Found Javascript Animation Tutorial
- Windows and macOS Hanging Useful Keyboard Shortcuts Tutorial
- Local Operating System Menu macOS System Sounds Tutorial
- Image Not Found Crontab Curl Issue Tutorial
- Landing Page Byline Emojis Tutorial
- Upgrade to iOS Diskspace Issue Tutorial
- Image Not Found Onerror Event Workaround Tutorial
- HTML/Javascript Cockpit of Web Applications Feeling Lucky 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 games Google Google chart hashtag HTML IFRAME image iOS Javascript MAMP map mobile navigation onclick overlay PHP programming select share sharing SMS SVG table text textarea tutorial url video web browser webpageYour Background Image
OnTopList
Tag Archives: emoji
Landing Page Byline Emojis Tutorial
Here at RJM Programming we have the byline … Software Need Not Be Hard! … appearing on our changed index.php Landing Page. Today, we’ve decided to animate this byline by allowing it to receive varying amounts of emoji input to … Continue reading →
Posted in Animation, eLearning, Tutorials
|
Tagged array, byline, DOM, emoji, emojipedia, Javascript, landing page, PHP, programming, setInterval, String.fromCodePoint, substitution, tutorial
|
Leave a comment
Diagonal Element Rubber Banding Mobile Tutorial
Yesterday’s Diagonal Element Rubber Banding Tutorial saw “Rubber Banding” introduced, better for non-mobile, but today … we shore up mobile “Rubber Banding” via ontouchmove introduced … document.body.ontouchmove=function(e){ var rectis=document.body.getBoundingClientRect(); if (e.touches[0].clientX) { ourDrawLine(eval(rectis.left + e.touches[0].clientX), eval(rectis.top + e.touches[0].clientY)); } else … Continue reading →
Posted in eLearning, Event-Driven Programming, iOS, Tutorials
|
Tagged aesthetics, click, CSS, DOM, emoji, emoji flag, emoji menu, entity, event, favicon, form, HTML, html entity, icon, innerHTML, input, interactive input, iOS, Javascript, mobile, mouseout, navigation, onclick, onload, onmousemove, onmouseout, onsubmit, PHP, programming, share, sharing, submit, SVG, tab, tab icon, textarea, textbox, textbox type, tutorial, type, user, user input, value, web browser
|
Leave a comment
Diagonal Element Rubber Banding Tutorial
Some days before yesterday’s Diagonal Element Square Nesting Tutorial we compared this current “nesting” diagonal element logic to … Yes, this might be thought of as “overkill” compared to … hr element rotations … and/or … SVG … and, today, … Continue reading →
Posted in eLearning, Event-Driven Programming, Tutorials
|
Tagged aesthetics, click, CSS, DOM, emoji, emoji flag, emoji menu, entity, event, favicon, form, HTML, html entity, icon, innerHTML, input, interactive input, Javascript, mouseout, navigation, onclick, onload, onmousemove, onmouseout, onsubmit, PHP, programming, submit, SVG, tab, tab icon, textarea, textbox, textbox type, tutorial, type, user, user input, value, web browser
|
Leave a comment
Journal Emoji Tutorial
Today, it’s a mix of … styling … <?php echo ” <style> * { border-radius: 8px; margin: 5 5 5 5; } button { color: blue; } input[type=\”submit\”] { color: blue; } hr { background-color: red; height: 1px; border: 0; … Continue reading →
Posted in eLearning, Event-Driven Programming, Operating System, Tutorials
|
Tagged absolute, association, base64, bredcrumb, button, content, contenteditable, CSS, data uri, div, dropdown, edit, editing, email, embed, emoji, encrypt, encryption, file, file_get_contents, file_put_contents, first draft, flat file, flex, hardcode, hardcoded, hashtag, hashtagging, IFRAME, ink, journal, key, link, localStorage, mailto, media, navigation, nested, onblur, overlay, PHP, position, primer, privacy, programming, proof of concept, scroll, scrolling, security, serverside, SMS, Spotify, style, styling, SVG, svg+xml, text, textarea, tutoriial, update, url, web browser address bar, web inspector, web server, window.localStorage, word, YouTube
|
Leave a comment
Journal Hashtag Tutorial
If you look at the data for the Journals created and maintained by our new inhouse web application talked about at yesterday’s Journal Associations Tutorial you can see … the user entered text data is stored in a web server … Continue reading →
Posted in eLearning, Event-Driven Programming, Operating System, Tutorials
|
Tagged absolute, association, bredcrumb, button, content, contenteditable, CSS, data uri, div, dropdown, edit, editing, email, embed, emoji, encrypt, encryption, file, file_get_contents, file_put_contents, first draft, flat file, flex, hardcode, hardcoded, hashtag, hashtagging, IFRAME, ink, journal, key, link, localStorage, mailto, media, navigation, nested, onblur, overlay, PHP, position, primer, privacy, programming, proof of concept, scroll, scrolling, security, serverside, SMS, Spotify, style, styling, text, textarea, tutoriial, update, url, web browser address bar, web inspector, web server, window.localStorage, word, YouTube
|
Leave a comment
Journal Associations Tutorial
Yesterday’s Journal Editing Tutorial had us interested in … contenteditable=true … usage, which begs the question … Do you ever need to get interested in … contenteditable=false ? Yes, we’ve had interest a couple of times now. It happens, at … Continue reading →
Posted in eLearning, Event-Driven Programming, Operating System, Tutorials
|
Tagged absolute, association, bredcrumb, button, content, contenteditable, CSS, div, dropdown, edit, editing, email, emoji, encrypt, encryption, file, file_get_contents, file_put_contents, first draft, flat file, flex, hardcode, hardcoded, ink, journal, key, link, localStorage, mailto, navigation, nested, onblur, overlay, PHP, position, primer, privacy, programming, proof of concept, scroll, scrolling, security, serverside, SMS, Spotify, style, styling, text, textarea, tutoriial, update, url, web browser address bar, web inspector, web server, window.localStorage, word, YouTube
|
Leave a comment
SVG Emoji Favicon HTML Entities Tutorial
Yesterday’s SVG Emoji Favicon Textarea Tutorial … textarea SVG … adding onto … numerical codepoint definition means to an Emoji definition in terms of web browser tab icon creation capabilities … shone a light, a “lightbulb moment” for us, in … Continue reading →
Posted in eLearning, Event-Driven Programming, Operating System, Tutorials
|
Tagged emoji, emoji flag, emoji menu, entity, favicon, form, HTML, html entity, icon, innerHTML, input, interactive input, Javascript, navigation, onload, onsubmit, PHP, programming, submit, SVG, tab, tab icon, textarea, textbox, textbox type, tutorial, type, user, user input, value, web browser
|
Leave a comment
SVG Emoji Favicon Textarea Tutorial
You can surmise that if a blog posting title contains the word textarea then it is likely to be about user input, further to the SVG Emoji Favicon and Title Uniquify Tutorial back in May, 2025. Basically, we only offered … Continue reading →
Posted in eLearning, Event-Driven Programming, Operating System, Tutorials
|
Tagged emoji, favicon, form, HTML, icon, innerHTML, input, interactive input, Javascript, navigation, onload, onsubmit, PHP, programming, submit, SVG, tab, tab icon, textarea, tutorial, user, user input, value, web browser
|
Leave a comment

