The following shows how to use Windows 10 to search with multiple terms. For example - looking for either JPG or PNG files. In File Explorer enter your search terms…
In WordPress, the WPDB class is available for interacting with the database, for example reading or writing data. The PREPARE method is almost always used along with the WPDB. PREPARE…
The examples below show how to use wildcards in your CSS selectors. To use a selector you need to take advantage of the attribute selector, for example div[attribute='property']. The attribute…
Below you'll find two ways to search an SQL table column for a case insensitive string. Both examples use the % wildcard to give you records that contain the string,…
The following guide will demonstrate how to create a new report using Microsoft System Center Configuration Manager R2. In this example we will be creating a report which will list…
Problem When doing Search Engine Optimisation tests you discover that your web pages are duplicated in the Google index. One record is correct and the other includes '?tmpl=component&type=raw' The '?tmpl=component&type=raw'…
Batch files are plain text files with the extension .bat. They are executable, and contain commands. They are DOS based, and as such, will open up a command prompt screen…