Tag Archives: constant

Window Object Method Override Return Values Tutorial
โœ‚๐Ÿƒ๐Ÿพโ€โ™€๏ธ๐Ÿƒ๐Ÿผโ€โ™‚๏ธ
๐Ÿ“–

It is somewhat true that Javascript does not care about the type of variable your non-array variable is, in the sense that โ€ฆ strings โ€ฆ and โ€ฆ (any of the forms of) integers or real numbers โ€ฆ can be โ€œhousedโ€ โ€ฆ Continue reading โ†’

Posted in eLearning, Event-Driven Programming, Not Categorised, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Window Object Method Override Textbox Tutorial
โœ‚๐Ÿƒ๐Ÿพโ€โ™€๏ธ๐Ÿƒ๐Ÿผโ€โ™‚๏ธ
๐Ÿ“–

Yesterdayโ€™s Window Object Method Override Primer Tutorialโ€˜s web application needed interactive entry to work. There are many interactive entry methodologies available to web applications, but perhaps yesterdayโ€™s choice of โ€ฆ prompt Javascript popup window โ€ฆ approach is not ideal, it โ€ฆ Continue reading โ†’

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

Window Object Method Override Primer Tutorial
โœ‚๐Ÿƒ๐Ÿพโ€โ™€๏ธ๐Ÿƒ๐Ÿผโ€โ™‚๏ธ
๐Ÿ“–

Yesterdayโ€™s Colour Wheel Prompt Override Tutorial prompted us (chortle, chortle) to piece together a more generic look at โ€ฆ window object methods โ€ฆ and โ€ฆ override โ€ฆ ideas โ€ฆ merged into a โ€ฆ โ€œproof of conceptโ€ web application โ€ฆ that โ€ฆ Continue reading โ†’

Posted in eLearning, Event-Driven Programming, OOP, 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