Tag Archives: class

Star Proteins versus Superbugs Game CSS Tutorial

The main themes of today’s changes to our current Javascript DOM “Star Proteins versus Superbugs Game” project today revolves around … Javascript DOM dynamic HTML element className property changes linking in to the use of … CSS3 Linear Gradients … … Continue reading

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

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

Power and Lead Windows Primer Tutorial

My computer class the other day was quite interesting regarding a theme of “power and lead”, with Windows. If you are a regular at this blog, you may have gleaned that we are great fans of “the lead” … no, … Continue reading

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

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 Error Handling Tutorial

Do namespaces deserve the status of “onion shell”? We think yes … and we think so because their usage affects Error Handling code arrangements in PHP, so we need to talk more about namespaces, continuing on from yesterday’s PHP Namespace … Continue reading

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

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

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