Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
- Pandoc on AlmaLinux Conversion Guises Tutorial
- Pandoc on AlmaLinux Conversions Primer Tutorial
- Word to HTML to CSV Delimitation Primer Tutorial
- WordPress Blog Comments URL Right Click Popup Check Tutorial
- USB Based Tethering of MacBook Air to iPhone Tutorial
- Bluetooth Based Tethering of iPad to iPhone Tutorial
- YouTube Video API Event Playlist Generations Tutorial
- WebGL Google Chrome Configuration Issue 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: HTML5
HTML Data Intelligence More Like XML Primer Tutorial
Today we wanted to start you thinking on the subject of “data with intelligence”. Maybe you think of HTML as representing “data with intelligence” because it brings you, via the Internet so much great information. That is true, but generally … Continue reading
Posted in Database, eLearning, Tutorials
Tagged attributes, data intelligence, DOM, getAttribute, HTML, HTML Global Attributes, HTML5, Javascript, JSON, programming, tutorial, XML
Leave a comment
CSS Before and After Content Primer Tutorial
The “#element:before { content: ‘Some starting content’; }” and “#element:after { content: ‘Some optional ending content’; }” CSS syntax (to populate the innerHTML “content” of HTML element id=’element’) is fascinating to me, because it feels like breaking the rules somehow. … Continue reading
Posted in eLearning, Tutorials
Tagged CSS, HTML, HTML5, Javascript, programming, tutorial
5 Comments
Dynamic Javascript and CSS Primer Tutorial
The Head tag of an HTML webpage can be thought of as containing … Javascript scripting (though other types may work too) CSS (Cascading Style Sheets) … as well as optional meta tags and title tag … and am sure … Continue reading
Posted in eLearning, Tutorials
Tagged CSS, CSS3, HTML, HTML5, IFRAME, Javascript, programming, tutorial
11 Comments
Dynamic Javascript Primer Tutorial
Javascript is the HTML scripting language … it’s official in HTML5 where the “type=’text/javascript’” in <script type=’text/javascript’> … </script> is no longer needed. Without Javascript web pages would be pretty mundane, but the use of Javascript DOM and various Javascript … Continue reading
Posted in eLearning, Tutorials
Tagged DOM, HTML, HTML5, Javascript, programming, tutorial
11 Comments
HTML Form Events Primer Tutorial
The study of events, in regard to web applications, is an important part of the study of front-end client functionality, so let’s again (after yesterday’s HTML Table Events for Colspan and Rowspan Tutorial as shown below) talk about the client … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged client, CSS, event, event-driven, events, form, form validation, HTML, HTML5, interactive, Javascript, mouse, programming, tutorial
15 Comments
HTML Canvas Memories Game Drag and Drop Tutorial
The Canvas HTML element tag combines with some drag and drop event Javascript logic today with our revised Memories Card Game we first developed some time back with HTML/Javascript Canvas Memories Card Game Primer Tutorial as shown below. In the … Continue reading
Posted in eLearning, Event-Driven Programming, Games, GUI, Tutorials
Tagged canvas, CSS, drag and drop, event, event-driven, HTML, HTML5, Javascript, programming, tutorial
4 Comments