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 )

PHP Abstract Class Primer Tutorial

PHP can be written with a functional approach or an Object Oriented (OOPS) approach, and today, we show some OOP approach ideas such as … an abstract class “via abstract class [className] { }“ another polymorphic (syntax) idea “via public … Continue reading

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

PHP Polymorphic Thoughts Primer Tutorial

We have mentioned the word “polymorphic” at this blog … and we weren’t sneezing m’lord … and you may wonder with the avid PHP fan base here why we don’t talk about “polymorphism” regarding PHP? Or maybe not … but … Continue reading

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

HTML Canvas Pros and Cons Report Primer Tutorial

Yesterday’s HTML Canvas Pros and Cons Game Primer Tutorial as shown below, had lots of scope for improvement, but feel that it is a good idea, so let’s set out on that task. A Pros and Cons report, by the … Continue reading

Posted in Ajax, eLearning, Games, OOP, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , | 17 Comments

HTML Canvas Pros and Cons Game Primer Tutorial

The HTML Canvas element is great for many types of games especially where you draw your own graphics based on interaction from the user. Today you may consider our Pros and Cons “game” to be more of a “decision making … Continue reading

Posted in Ajax, eLearning, Games, OOP, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , | 10 Comments

Visual Studio C# NUnitTest Primer Tutorial

The acronym SDLC (Software Development Life Cycle) describes a lot of what the environment for a programmer consists of, but there are so many variations within the workplace of where the role of the “programmer” starts and stops. One of … Continue reading

Posted in eLearning, OOP, Software, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 9 Comments

C++ Xcode OOP Friend Overload Tutorial

10 Continue reading

Posted in Colour Matching, eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , , | 21 Comments

PHP and MySql Three Ways Tutorial

A Yahoo Answers question here, thanks, reminded me of the fact that there are many more than one set of software components you can use to get similar results when using that dynamic Fred and Ginger team of PHP and … Continue reading

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

Objective-C Player and Game OOP Primer Tutorial

There is change in the wind. And they call the wind Mariah. Do you see how those butterflies in Brazil have been flapping faster? Let me explain. With Apple iOS 8 there could be big changes to programming arrangements, and … Continue reading

Posted in eLearning, Games, OOP, Tutorials, Xcode | Tagged , , , , , , , , , | 40 Comments