Tag Archives: object

Web Bluetooth API Primer Tutorial

We’ve spent a day researching Web Bluetooth API and have had a roller coaster ride that we are going to leave for a while now. Mid-morning getting to make the macOS Google Chrome web browser accept Web Bluetooth API navigator.bluetooth … Continue reading

Posted in eLearning, Hardware, Networking, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Javascript getComputedStyle and getPropertyValue Method Iframe Ajax Srcdoc Tutorial

Of those Window Object Method calls of yesterday’s Window Object Method Override Return Values Tutorial one, especially, got us intrigued, that being the two part … const getComputedStyle = (one,two) => { lasto=window.getComputedStyle(one); console.log(lasto.getPropertyValue(two)); }; … conjoined use of the … Continue reading

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

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 Date Difference Background SVG Image Tutorial

More progress onto that of yesterday’s PHP Date Difference Current Time Tutorial is to … add background image (based on SVG (mainly “text” element(s)) XML) showing … date’s day of week time’s analogue clock (in the form of an emoji) … Continue reading

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

PHP Date Difference Current Time Tutorial

Today’s progress onto the start of yesterday’s PHP Date Difference Primer Tutorial is to allow the user … pick a Timezone name (or hour offset from GMT) from left hand dropdown(s) allow for a new option (off the hardcoded “Time” … Continue reading

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

PHP Date Difference Primer Tutorial

When you think of Timezones, do you think of datetime differences? Okay, well some people must … surely? Anyway, we do. We wonder, thinking about other people in the wooooorrrrllllddd, what time is it for them? Even, what day is … Continue reading

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