Category Archives: OOP

Object-oriented programming (OOP) is a programming paradigm that represents concepts as “objects” that have data fields (attributes that describe the object) and associated procedures known as methods. ( Wikipedia )

Star Proteins versus Superbugs Game OOP Tutorial

If you look up “javascript class” in Google … don’t know about you? … but we got from this link the quote below … Functions can be used to somewhat simulate classes, but in general JavaScript is a class-less language. … Continue reading

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

Spliced Audio/Video/Image Overlay Tutorial

Today we’ve written a second draft of an HTML and Javascript web application that splices up to nine bits of audio or video or image input together, building on the previous Splicing Audio Primer Tutorial as shown below, here, and … Continue reading

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

Splicing Audio Primer Tutorial

Today we’ve written a first draft of an HTML and Javascript web application that splices up to nine bits of audio input together that can take either of the forms … audio file … and less user friendly is … … Continue reading

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

Javascript Associative Array Quiz Tutorial

We consolidate yesterday’s Javascript Associative Array Primer Tutorial with today’s HTML and Javascript web application where we use Javascript objects as a way to have associative array thoughts permeate your client side web application logic. Today we … add a … Continue reading

Posted in eLearning, OOP, Tutorials | Tagged , , , , , , , , , , , , | 6 Comments

Javascript Associative Array Primer Tutorial

Today’s HTML and Javascript web application uses Javascript objects as a way to have associative array thoughts permeate your client side web application logic. The idea of an associative array has a lot of appeal, in the same way we … Continue reading

Posted in eLearning, OOP, Tutorials | Tagged , , , , , , , , , , | 9 Comments

Xcode C++ Web Applications Primer Tutorial

C++ is a very useful desktop programming language and we like the Xcode IDE on a MacBook Pro to look after C++ projects. These days a simple desktop C++ program project is found under “Command Line Tools”, and that sort … Continue reading

Posted in eLearning, OOP, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , | 5 Comments

PHP Namespace Primer Tutorial

The concept of a namespace exists in several computer languages, but of those, today we start on a discussion of its encapsulation role with PHP. A great source of information for information about PHP namespaces is this great link from … Continue reading

Posted in eLearning, OOP, Tutorials | Tagged , , , , , , , | 3 Comments

PHP Object Interface Primer Tutorial

Today we are going to show a PHP example of object “interface”, and we like the excerpt from the useful link below, which discusses the same “database” interface idea as we are going to tackle today … The point is … Continue reading

Posted in Database, eLearning, OOP, Tutorials | Tagged , , , , , , , , , , , , , , , , | 36 Comments