Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
- Landing Page Web Inspector iPhone CSS Styling Tutorial
- Window Object Screen Member Variables Overlay Tutorial
- Window Object Screen Member Variables Tutorial
- Animated GIF versus PDF Presentation Considerations Tutorial
- Messages iOS App Photo Attachment Options Tutorial
- CSS Web Application External Javascript Programmatical Updates Tutorial
- CSS Web Application External Javascript Peer to Peer Tutorial
- CSS Web Application Highlighted Text 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
July 2025 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 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
XML to HTML PHP Three Ways Translation Tutorial
One of the great things about PHP programming is the proliferation of solutions which are out there in the Open Source world for various problems you want to solve. With yesterday’s XML to HTML PHP Simplexml Translation Tutorial as shown … Continue reading
Posted in Database, eLearning, Tutorials
Tagged attributes, conversion, data attributes, data intelligence, DOM, DOMDocument, eval, Expat, getAttribute, HTML, HTML Global Attributes, HTML5, Javascript, JSON, open source, PHP, programming, simplexml, translation, tutorial, XML
21 Comments
XML to HTML PHP Simplexml Translation Tutorial
Yesterday’s HTML Data Intelligence More Like XML Primer Tutorial as shown below, talked about the HTML5 Global Attributes under the umbrella of HTML data-* Attribute usage. You might remember from that … Along the way doing this we want to … Continue reading
Posted in Database, eLearning, Tutorials
Tagged attributes, conversion, data intelligence, DOM, eval, getAttribute, HTML, HTML Global Attributes, HTML5, Javascript, JSON, PHP, programming, simplexml, translation, tutorial, XML
1 Comment
XML to HTML Data Intelligence Translation Tutorial
Yesterday, with HTML Data Intelligence More Like XML Primer Tutorial as shown below, we talked about the HTML5 Global Attributes under the umbrella of HTML data-* Attribute usage. You’d be right in guessing that now we want to try some … Continue reading
Posted in Database, eLearning, Tutorials
Tagged attributes, conversion, data intelligence, DOM, getAttribute, HTML, HTML Global Attributes, HTML5, Javascript, JSON, programming, translation, tutorial, XML
4 Comments
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