The following might look like an opinionated article, please give your opinions as well. I am actually just publishing this to validate my… (more…)
Read more »
In 1920, “The Elements of Style” by William Strunk Jr. was published, which set guidelines for English language style that have lasted the… (more…)
Read more »
To detect if the caps lock is on, use the getModifierState() method for the KeyboardEvent object: const capslockIsOn = event.getModifierState(modifier); The getModifierState() (...)... (more…)
Read more »
One of the famous problems of the Javascript enabled web is that people
can use Javascript to tamper with the behavior of cut and paste (which
is most commonly copy and paste). Even when people have relatively good
intentions, Javascript can mess this up ... (more…)
Read more »