Tag Archives: OOP

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 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

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

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