Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
- 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
- Shower Song Radio Play Better Integration 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: DOM
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
Multiple addEventListener Logics for HTML Elements Ondblclick Tutorial
In yesterday’s Multiple addEventListener Logics for HTML Elements Primer Tutorial‘s “function ael_more” you may have noticed the codeline … document.getElementById(iois.id.replace(‘i’,’td’)).addEventListener(“click”, window[“ev” + fnum + ”]); … we use to set up the [element].addEventListener means by which we add “onclick” event … Continue reading
Posted in Animation, eLearning, Event-Driven Programming, Tutorials
Tagged addeventlistener, animation, background colour, cell, createElement, document.createElement, DOM, element, eval, event, function, HTML, Javascript, logic, method, onclick, ondblclick, programming, tutorial, window
Leave a comment
Multiple addEventListener Logics for HTML Elements Primer Tutorial
The dynamic creation of event logic associated with webpage HTML elements is a powerful tool for making your webpages dynamic. In the case of the great [element].addEventListener means by which you can make this happen, there is a great feature … Continue reading
Posted in Animation, eLearning, Event-Driven Programming, Tutorials
Tagged addeventlistener, animation, background colour, cell, createElement, document.createElement, DOM, element, eval, event, function, HTML, Javascript, logic, method, onclick, programming, tutorial
Leave a comment
Window Object Method Override Return Values Tutorial
It is somewhat true that Javascript does not care about the type of variable your non-array variable is, in the sense that … strings … and … (any of the forms of) integers or real numbers … can be “housed” … Continue reading
Posted in eLearning, Event-Driven Programming, Not Categorised, Tutorials
Tagged constant, DOM, eval, HTML, input, interactive entry, Javascript, method, object, Object Oriented Programming, OOP, override, programming, prompt, proof of concept, return, return value, textbox, tutorial, window, window object, window object method
Leave a comment
Window Object Method Override Textbox Tutorial
Yesterday’s Window Object Method Override Primer Tutorial‘s web application needed interactive entry to work. There are many interactive entry methodologies available to web applications, but perhaps yesterday’s choice of … prompt Javascript popup window … approach is not ideal, it … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged constant, DOM, HTML, input, interactive entry, Javascript, method, object, Object Oriented Programming, OOP, override, programming, prompt, proof of concept, textbox, tutorial, window, window object, window object method
Leave a comment
Window Object Method Override Primer Tutorial
Yesterday’s Colour Wheel Prompt Override Tutorial prompted us (chortle, chortle) to piece together a more generic look at … window object methods … and … override … ideas … merged into a … “proof of concept” web application … that … Continue reading
Posted in eLearning, Event-Driven Programming, OOP, Tutorials
Tagged constant, DOM, HTML, Javascript, method, object, Object Oriented Programming, OOP, override, programming, prompt, proof of concept, tutorial, window, window object, window object method
Leave a comment

