Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
-
Earth Scanner Longitude Emoji Clock Map Tutorial
-
External Javascript YouTube Audio of Video Snippet Tutorial
-
External Javascript YouTube Audio of Video Numericals Tutorial
-
External Javascript YouTube Audio of Video Fallback Tutorial
-
External Javascript YouTube Audio of Video Looping Tutorial
-
External Javascript YouTube Audio of Video Emoji Tutorial
-
External Javascript YouTube Audio of Video Mobile Helper Tutorial
-
External Javascript YouTube Audio of Video Helper Tutorial
-
Earth Scanner Longitude Emoji Clock Map 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: decode
Javascript and PHP Multiple Encoding and Decoding Tutorial 
Around here, we are very fond of dropdown (select element) โmultipleโ (attribute) selection mode. That is a mode whereby you can select multiple options (helped out by using ctrl and command keyboard keys). Unfortunately, order matters quite often, as with โฆ Continue reading
Posted in Ajax, eLearning, Event-Driven Programming, Tutorials
Tagged Ajax, atob, base64, base64_decode, base64_encode, btoa, client, decode, decodeURI, decodeURIComponent, dropdown, encode, encodeURI, encodeURIComponent, event, FormData, Javascript, multiple, onchange, option, order, peer, PHP, programming, select, server, tutorial, urldecode, urlencode
Leave a comment
Javascript and PHP Encoding and Decoding Primer Tutorial 
The recent HTML form navigation work gobsmacked us mildly as we reconnected with the fact that a character like โ~โ is not changed (ie. encoded) by Javascriptโs โencodeURIComponentโ encoding function. And then we figured that โ~โ can get you back โฆ Continue reading
Posted in eLearning, Tutorials
Tagged atob, base64, base64_decode, base64_encode, btoa, client, decode, decodeURI, decodeURIComponent, encode, encodeURI, encodeURIComponent, Javascript, PHP, programming, server, tutorial, urldecode, urlencode
Leave a comment
Ajax FormData Javascript JSON Parse and Stringify Primer Tutorial 
For the most part, adding onto yesterdayโs PHP JSON Decode and Encode Primer Tutorial with todayโs clientside โAjax FormData Javascript JSON Parse and Stringifyโ thinking we could have started afresh with an HTML codebase, except for one thing in the โฆ Continue reading
Posted in Ajax, eLearning, Event-Driven Programming, Tutorials
Tagged Ajax, cell, decode, encode, form, FormData, innerText, Javascript, JSON, json_decode, json_encode, object, object notation, PHP, programming, row, table, tutorial
Leave a comment
PHP JSON Decode and Encode Primer Tutorial 
PHP and Javascript can form a potent mix of serverside and clientside interplay for web applications. As a conduit between the two, datawise, and an industry standard, is the JSON protocol โฆ JSON: JavaScript Object Notation. JSON is a syntax โฆ Continue reading
Posted in eLearning, Tutorials
Tagged cell, decode, encode, innerText, Javascript, JSON, json_decode, json_encode, object, object notation, PHP, programming, row, table, tutorial
Leave a comment