The following examples show how to use an Excel formula to select the smallest date from a table. This may be useful where you have a table with duplicate information,…
Problem In an Excel document, you're unable to insert a new row. The 'Insert' option is greyed out. Solution This issue generally happens for two reasons - the document is…
The following steps show how to format a table in a Word document so that the table does not split across multiple-pages (when it can fit in one page). For…
Problem When clicking on a link to download a file in Google Chrome - the download does not start. No prompts appear on the page, screen or in the address…
Problem When downloading FileZilla using Google Chrome, the download is flagged as a virus - and the download is prevented. Failed - Virus detected Solution FileZilla is bundled with other…
The following steps show how to bulk unlike tweets on Twitter. The process involves running a custom script in the browser debug console. It may work in other browsers, but…
When you select the 'Remember Me' option on the WordPress login page, a cookie is stored on your computer that contains information that allows you to automatically log in when…
As a WordPress plugin developer, ensuring the security of your plugin is crucial. One way to do this is to understand and implement data sanitization in your plugin. Data sanitization…
Prepared statements are a useful tool to protect against SQL injection attacks in software development - such as WordPress plugins and themes. By using placeholders in the query string and…