Tag Archives: object

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

HTML/Javascript Object Primer Tutorial

There are three HTML elements that embed other HTML or images or media. They are … iframe object embed … and today we are going to show how similar the first two are when you are working with embedded data … Continue reading

Posted in eLearning, 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

Java Player Class Primer Tutorial

An important part of the OOP design phase, here, today, using Java, is your imagination of which classes should exist, and then what their interaction should be. Sometimes you want to work on one class to completion and hope it … Continue reading

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

Javascript Text Node Object via DOM Tutorial

A lot of the things people like about the Web are to do with JavaScript and client-side activities. You can arrange for many interesting things to happen for your web clients without changing pages all that often, which used to … Continue reading

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