Tag Archives: programming

The Three P Three Modes Drag and Drop Tutorial

Today we extend the “Calling Card” functionality of yesterday, with “Calling Card” functionality you can, optionally, create and control via drag and drop functionality, at least for non-mobile platforms. You can drag parts of the Profile Report you want onto … Continue reading

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , | 4 Comments

The Three P Three Modes Calling Card Tutorial

Today, we extend the Email functionality of yesterday, with a “Calling Card” functionality idea. Yesterday’s work personalized the application in the sense that you could “share” your profile with others, but each time you had to either dig up an … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , | 16 Comments

The Three P Three Modes Sharing Tutorial

Do you remember yesterday’s (The Three P Three Modes Primer Tutorial) Rudimentary Profile Report featuring The Three Ps and The Three (PHP) Modes of Use? Well, we thought we could improve that application by offering the user a sharing functionality … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , | 4 Comments

The Three P Three Modes Primer Tutorial

Today we show three PHP modes of use with a Rudimentary Profile Report application, showing our usual (modes of use (ideas of)) … Surfing the Web – with a URL typed into web browser address bar and interactively piecing together … Continue reading

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

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

Javascript Debugging via Firefox Inspector Primer Tutorial

We like to work with the Firefox web browser generally, and in that environment, we tend to like the Firebug addon to examine HTML and Javascript and CSS issues. However, when it comes to debugging Javascript at a detailed level, … Continue reading

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

GitHub Source Control Primer Tutorial

Source Control does not just apply to software. Any concept that you can apply the terms “draft” and “revision” to, could have source control applied to it. Our source control software we talk about today is generally associated with software, … Continue reading

Posted in eLearning, Software, Tutorials, Xcode | Tagged , , , , , , , , | 2 Comments