Like creating sockets in Unix 'C', creating Visual Studio Code Start Debugging configurations are much the same; you have to do loads of reading to pick the options you want then you spend your entire career cutting and pasting it into every project you… more »
Category: "Javascript"
Found a page with no formatting and no jQuery loaded into it so had to go old skool and write some pure Javascript! This gets a list of img tags and then loops through them setting the style. I had tried to use forEach, each, filter and others to create… more »
The Internet Movie Database is the best resource on the Internet for information about Films and Television. For the most part, their web site is great but some of the pictures in the cast list are a bit small and difficult to see.
Most of the time the… more »
I have a log in form that requires a user name and password. The form won't remember my passwords because the submission form has autocomplete switched off. Here is an example of a similar form:
<form method="POST" name="loginform"… more »