Tag Archives: OOP

Javascript Object Oriented Programming Constructor Primer Tutorial

An important aspect to any Object Oriented Programming (or OOP) discussion would have to include an early introduction to the concept of the (object) Constructor … In class-based object-oriented programming, a constructor is a special type of subroutine called to … Continue reading

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

HTML5 Web Audio Mudcube Piano Integration Chord Composing Tutorial

Yesterday’s HTML5 Web Audio Piano Keyboard Tutorial had us integrating keyboard functionality for non-mobile users of our piano playing web application, and today, building on the previous HTML5 Web Audio Mudcube Piano Integration Composing Tutorial, we involve those similar keyboard … Continue reading

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

HTML5 Web Audio Piano Keyboard Tutorial

We’re revisiting our piano playing via … CaseyRule … versus … Web Audio … web application to, for our non-mobile platform users, introduce a keyboard set of ways to play chords on the fly based on the chromatic scale idea … Continue reading

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

ComboBox Sort Tutorial

All around the Internet, where there is tabular data presented, users instinctively look to that table’s header row and the column header cells (often “th” elements) to find ways to sort the data of the associated column’s rows, or in … Continue reading

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

ComboBox Wikipedia Tutorial

Yesterday’s ComboBox Form Tutorial progress combined with today’s involvement of … Wikipedia … thanks … via … Inhouse PHP … and can open up our ComboBox Form Table web application to the idea that the user can decide the table … Continue reading

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

ComboBox Form Tutorial

Yesterday’s ComboBox Primer Tutorial got us working with new ComboBox div/select elements, but that was just a display mechanism, and not a “collection of data” mechanism. We could code for dynamic select “onchange” event and div “onblur” event logics, which … Continue reading

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

ComboBox Primer Tutorial

Do you remember a blog posting a couple of days ago called Favourites Poll Email Moderation Contenteditable Tutorial featuring … contenteditable global attribute magic ? Well, that started me rethinking on a very long-running personal desire with our web application … Continue reading

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

Five Hundred Card Game Flow Tutorial

Sometimes web applications need that “modal” quality that the Javascript popup boxes, specifically our use of the window.alert([information]) Javascript popup window for the Five Hundred Card Game. The reason is that given the Javascript client side’s lack of a true … Continue reading

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