Monthly Archives: December 2022

PHP/HTML/Javascript Sudoku Game Collaboration Notifications Tutorial

Say the word “collaboration”, as with yesterday’s HTML/Javascript Sudoku Game Collaboration Tutorial start, and we think, as far as communication conduits go we’d like to start using … notifications … <?php echo ” function ifcheck() { if (eval(” + thenums.length) … Continue reading

Posted in eLearning, Event-Driven Programming, Games, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

HTML/Javascript Sudoku Game Collaboration Tutorial

Onto yesterday’s HTML/Javascript Sudoku Personalized Game Tutorial‘s progress with our Sudoku game is today’s collaboration and sharing phase, offering … email SMS … conduits to involving outside parties into your Sudoku “party”, via an invitation to the relevant emailee or … Continue reading

Posted in eLearning, Event-Driven Programming, Games, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

HTML/Javascript Sudoku Personalized Game Tutorial

Yesterday’s HTML/Javascript Sudoku Game Primer Tutorial gave us a “first draft” look at the Sudoku game which featured … an inflexible “Easy” and “Hard” mode of use, using a set pattern of revealed squares … var easyarr=’,3,4,7,10,12,14,15,19,20,27,28,29,30,32,34,39,41,44,45,49,51,52,55,57,59,61,67,68,70,71,74,75,76,80,’; var hardarr=’,1,5,8,9,13,19,21,28,33,36,37,39,43,49,52,54,61,62,63,67,69,70,72,80,’; … … Continue reading

Posted in eLearning, Event-Driven Programming, Games, Tutorials | Tagged , , , , , , , , , , , , , , , , | Leave a comment

HTML/Javascript Sudoku Game Primer Tutorial

Today we’ve got an inhouse version of a well known mathematical (but you don’t have to be a mathematician to play) game called Sudoku which you regularly find in the puzzles section of the newspaper, like the KenKen game of … Continue reading

Posted in eLearning, Event-Driven Programming, Games, Tutorials | Tagged , , , , , , , , , , , , | Leave a comment

Country Quizzes Wikipedia Image Integration Tutorial

We wanted to offer some optional Wikipedia Image lookup functionality as an alternative to the optional existent YouTube Video lookup functionality in the … Country Capital Quiz country_capital_quiz.php (with this live run link), featuring these changes Country Currency Quiz country_currency_quiz.php … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Textbox Div Contenteditable Primer Tutorial

We have an idea for use for the following componentry … div contenteditable=true … only hosting … input type=text value=” placeholder=[Some Instructive Blurb] readonly … initially like … <div onblur=docss(this.innerText); data-style=’border: 1px solid blue;’ id=mydiv contenteditable=true onclick=”if (this,innerText.length == 0) … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

CSS Gradient Creations Conic Tutorial

Yesterday’s CSS Conic Gradient Primer Tutorial set us to thinking about integrating these Conic Gradients into our “Gradient Central” web application where you can create your own gradients which we last talked about with CSS Gradient Creations Mobile Width Tutorial. … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

CSS Conic Gradient Primer Tutorial

We’re quite fond of cones … you might get soft serve ice cream in them, as long as they’re turned up the right way … but we also like … the cones placed pointy side up as in the CSS … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment