Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
- Regional Text Google Chart Text Configurations Tutorial
- Regional Text Google Chart Data via Country Code Tutorial
- Regional Text Google Chart Iframe via Country Code Tutorial
- Regional Text Google Chart Map Charts via Country Code Tutorial
- Regional Text Google Chart Geo Charts via Country Code Tutorial
- Regional Text Google Chart Geo Charts on AlmaLinux Tutorial
- WordPress Link URL Remapping Tutorial
- Textarea Content Masking Pattern Genericization 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
Monthly Archives: December 2013
PHP/Javascript/HTML Google Chart Diff Column Chart Tutorial
Here is a tutorial that introduces you to Google Graphs API, or Google Chart Tools, and its Column Chart functionality as outlined in previous PHP/Javascript/HTML Google Chart Column Chart Tutorial (as shown below) is developed further here with the concept … Continue reading
Posted in eLearning, Tutorials
Tagged column chart, Google, Google chart, HTML, Javascript, PHP, programming, tutorial
Comments Off on PHP/Javascript/HTML Google Chart Diff Column Chart Tutorial
Ajax Auto-completion FollowUp Tutorial
Ajax techniques make your web pages very dynamic and useful, and there will be fewer changes of webpage required when using Ajax, because information derived from a data source (maybe a feed, maybe a database read, maybe a local source … Continue reading
Posted in Ajax, eLearning, Tutorials
Tagged Ajax, CSS, Google Maps, Google Translate, HTML, Javascript, programming, tutorial, XML
Leave a comment
Ajax Auto-completion Primer Tutorial
Ajax techniques make your web pages very dynamic and useful, and there will be fewer changes of webpage required when using Ajax, because information derived from a data source (maybe a feed, maybe a database read, maybe a local source … Continue reading
Posted in Ajax, eLearning, Tutorials
Tagged Ajax, HTML, Javascript, programming, tutorial, XML, XMLHttpRequest
Leave a comment
HTML/Javascript Canvas Maths Division Tutorial
Here is a tutorial showing some client-side basics in HTML and Javascript that can test some mathematical division questions. The inspiration for this came from some homework of a student. This HTML/Javascript solution uses an HTML canvas element, which you … Continue reading
Posted in eLearning, Tutorials
Tagged canvas, division, HTML, Javascript, mathematics, programming, tutorial
1 Comment
HTML/Javascript Canvas Bezier Curve Tutorial
The Canvas HTML element tag can be used as the container to draw graphics on the fly usually via the use of Javascript functions for rendering and event management. In today’s tutorial we touch on the functionality to draw Bezier … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged Bezier curves, HTML, Javascript, programming, tutorial
Leave a comment
Xcode Objective-C Mutable Dictionary Primer Tutorial
Have you heard of Objective-C? It is a great object-oriented programming language that builds that object orientation on top of a C programming base. Sounds good (even better than good), and Objective-C is the language of iOS Mobile Apps, so … Continue reading
Posted in eLearning, OOP, Tutorials, Xcode
Tagged array, associative array, C++, dictionary, Mutable Array, Objective C, OOP, programming, tutorial, Xcode
Leave a comment
Chat Primer Tutorial
The idea of Chat goes back to 1974 with Talkomatic … surprising how long it has been around. Chat is online text messaging in a realtime environment. As with all things communication, chat protocols (Chatiquette) have developed and terms like … Continue reading
PHP Debug via Firefox and FirePHP Primer Tutorial
Today’s tutorial builds on Javascript Debug via Firefox and Firebug Primer Tutorial as shown below, by showing you the joys of PHP Debugging (not always easy) using a great open source Firefox (browser) tool called FirePHP. FirePHP asks that you … Continue reading