Tag Archives: tab

Open in Background Windows on iOS Primer Tutorial

Our recent New Windows on iOS Primer Tutorial honed in on … iOS web browser (HTML “a”) link “hold down” menu’s … “Open in New Window” suboption … and today we wanted to visit another of those suboptions called … … Continue reading

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

Google Chrome on iOS Web Browser Debug Tutorial

Debugging (Javascript issues that cannot be simulated on non-mobile and cannot be resolved via alert popups with) mobile iOS web applications is possible …

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

Window Open Focus Stays on Parent Form Tutorial

Adding to yesterday’s Window Open Focus Stays on Parent Primer Tutorial‘s … parent “focus” over window.open child window … today we add … form method=GET action=[here’sLookingAtYouKid] navigation to allow for all window.open argument arrangements … var awois=null; var awoisc=”; var … Continue reading

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

Window Open Focus Stays on Parent Primer Tutorial

Regulars will have heard us talk about the window.open (sometimes popup) window opening method in Javascript, a lot. Regulars will have heard us talk about the input type=text focus, a lot. Regulars will have heard us talk about window focus, … Continue reading

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

Webpage Position Return Content Caching Issues Tutorial

Am sure, regarding yesterday’s Webpage Horizontal Position Return Content Hover Tutorial, a bulk of users are like me and would use the web application presented there on their web browser with caching allowed. After all, caching speeds up response. But … Continue reading

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

Webpage Horizontal Position Return Content Hover Tutorial

At this blog we tend to rave on about “onions of the 4th dimension” but today we want to let you in on a little secret … ready? … There are some days of programming where even the second dimension … Continue reading

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

Webpage Vertical Position Return Content Hover Tutorial

Adding to yesterday’s Webpage Vertical Position Return Content Tutorial, today we allow for a speeding up of proceedings via … addition of onmouseover (ie. hover) event logic for non-mobile platforms addition of ontouchstart event logic for mobile platforms … that … Continue reading

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

Webpage Vertical Position Return Content Tutorial

The improvement, today, onto yesterday’s Webpage Vertical Position Return Tutorial is, nominally, to allow the user to specify what their table cell wording should be, as a comma separated string entered via a Javascript prompt window and accessed via a … Continue reading

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