More self-tutoring: the tutor mentions a shortcut to refresh the page in a browser. Ctrl+F5 is meant to refresh the page in the browser. As I understand, the reload is from the server rather than from the cache. Source: www.getfilecloud.com …

Home computer use: shortcut key combinations: refreshing the page in the browser, Windows Read more »

Tagged with: ,

Self-tutoring about home computer use: the tutor shares a keyboard shortcut to the search bar. Ctrl+L is meant to return the cursor to the search bar. Source: w3schools.com lifehacker.com Jack of Oracle Tutoring by Jack and Diane, Campbell River, BC.

Tagged with: , ,

The tutor discusses what he noticed while experimenting with jQuery css() and JavaScript style. JavaScript has a style function that allows you to access style attributes of an element. For example, to get an element’s color: var e1_color=document.getElementById(“e1”).style.color; However, as …

Web design: jQuery css() and JavaScript style: boundary testing Read more »