Using Excel’s AND function
This function takes multiple arguments and all the arguments must return TRUE for the function to return TRUE. You will most likely find this function combined with another function, as…
productivity through technology
This function takes multiple arguments and all the arguments must return TRUE for the function to return TRUE. You will most likely find this function combined with another function, as…
Considering the fact that URLs are most often lengthy, you might find yourself in a situation where you want to “wrap” them over more than one line. Up until recently,…
Previous step: Capturing full source details for your PAT The source information captured in the previous step must now be added as sources in Word on the References menu tab.…
Writing code in any language requires a set of common skills: commands, variables, arrays, loops, and logic. These skills can be taught without a computer. Once these skills have been…
Many years ago, when I was still a schoolboy, I opted to take “Computer Science” as an optional extra subject. I failed and dropped out halfway through the first year.…
It is possible to add a little bit of visual appeal to your Google Forms. Aside from the options to modify the colour scheme and the font face, you can…
The <wbr> tag in HTML is used to create a Word Break Opportunity. It offers a very fine level of control over where long “words” can break. I came across this tag…
The modern browser is very forgiving of HTML errors, but only up to a point. It is critical that you code your HTML accurately at all times and remember that…
When you need horizontal spacing in a paragraph other than a single space using the space bar, you should use Tab Stops (or just “tabs”). Tabs are set per paragraph…
The Freeze Panes command makes it easier to work in spreadsheets when scrolling both vertically and horizontally by allowing the user to specify heading row(s) and/or heading column(s) that should…