Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
- Text to Speech macOS Say Large Data Tutorial
- YouTube Style SubRip Subtitles External Javascript Tutorial
- YouTube Style SubRip Subtitles Button Tutorial
- YouTube Style SubRip Subtitles Overlay Tutorial
- YouTube Style SubRip Subtitles Onkeydown Tutorial
- YouTube Style SubRip Subtitles Peer to Peer Tutorial
- Video Commentary YouTube Style SubRip Subtitles Collaboration Preparation Tutorial
- Video Commentary YouTube Style SubRip Subtitles URL 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 div DOM dropdown email emoji event form game games Google Google chart HTML IFRAME image iOS iPad Javascript MAMP map mobile navigation onclick overlay PHP programming select share sharing SMS SVG table textarea tutorial url video web browser webpageYour Background Image
OnTopList
Tag Archives: variable
Javascript Multiline User Definable Replace RegExp Multiline Tutorial
The user definable Javascript “replace” code textbox of yesterday’s Javascript User Definable Replace RegExp Multiline Tutorial was not user friendly for ideas beyond that “replace” clause, but we see that the user may be wanting to learn about Javascript as … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged contenteditable, designMode, div, DOM, eval, execCommand, HTML, interaction, Javascript, line feed, multiline, paragraph, programming, proof of concept, regex, regexp, regular expression, replace, selection, string, textarea, textbox, trim, tutorial, user, user interaction, variable
Leave a comment
Javascript User Definable Replace RegExp Multiline Tutorial
Almost a year on, we revisit the Javascript Replace RegExp Multiline ExecCommand Tutorial, because, after all, if you are an interpretive substitutional kind of thinker you will know Javascript’s replace is the bee’s knees. Yesterday’s AppML Acronyms Hierarchy Tutorial‘s coding … Continue reading
Posted in eLearning, Tutorials
Tagged contenteditable, designMode, div, execCommand, HTML, interaction, Javascript, line feed, multiline, paragraph, programming, proof of concept, regex, regexp, regular expression, replace, selection, string, textarea, textbox, trim, tutorial, user, user interaction, variable
Leave a comment
CSS Countdown Table Tutorial
What the user is lacking working the web application of yesterday’s CSS Countdown Emoji Tutorial is a … means by which to spread horizontally … to supplement the pre-existant … means by which to spread vertically With pre-existant div elements … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged attr, attribute, cell, counter, CSS, data attributes, details, emoji, height, horizontal, HTML, image, image URL, Javascript, programming, reveal, row, summary, table, tutorial, url, var, variable, width, XML
Leave a comment
CSS Countdown Emoji Tutorial
A synopsis of the CSS highlights of the web application of yesterday’s CSS Countdown Reveal Tutorial are, so far … counter-increment counter-reset var (as in content: var(–tooltip-string);) … and today’s addition is … attr (as in content: attr(data-cnt);) … that … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged attr, attribute, counter, CSS, data attributes, details, emoji, height, HTML, image, image URL, Javascript, programming, reveal, summary, tutorial, url, var, variable, width, XML
Leave a comment
CSS Countdown Reveal Tutorial
To improve on yesterday’s CSS Countdown Primer Tutorial we thought it would be good to give the user a chance to see as much above the fold as possible, and then “reveal” the larger images via details/summary element combinations. We … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged counter, CSS, details, height, HTML, image, image URL, Javascript, programming, reveal, summary, tutorial, url, var, variable, width
Leave a comment
CSS Countdown Primer Tutorial
It’s not normally a talent you associate with CSS, the ability to do any maths, but you can count (or increment/decrement) with it, with styling like … <style> #myspan { counter-reset: the-final-countdown var(–tooltip-string); line-height: 2; } div::before { counter-increment: the-final-countdown … Continue reading
Posted in eLearning, Tutorials
Tagged counter, CSS, HTML, image URL, Javascript, programming, tutorial, url, var, variable
Leave a comment
Javascript Replace RegExp Multiline ExecCommand Tutorial
The star HTML element of the recent Javascript Replace RegExp Multiline Primer Tutorial was the … textarea … and a regular reader will know how we here like to associate textarea thinking with … div contenteditable=true … thinking, representing alternative … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged contenteditable, designMode, div, execCommand, HTML, Javascript, line feed, multiline, paragraph, programming, proof of concept, regex, regexp, regular expression, replace, selection, string, textarea, trim, tutorial, variable
Leave a comment
Javascript Replace RegExp Multiline Primer Tutorial
Lately we have had a couple of web application projects using HTML textarea elements extensively. When you involve this particular HTML element type ascii code 10 (line feed) comes into play, and we, as programmers, may need to contend with … Continue reading
Posted in eLearning, Tutorials
Tagged HTML, Javascript, line feed, multiline, paragraph, programming, regex, regexp, regular expression, replace, string, trim, tutorial, variable
Leave a comment