Problem By default, Windows 7 uses the "Windows Picture and Fax Viewer" application for opening images and "File Explorer" for opening ZIP files. Neither are particularly good at what they…
The following steps show how to bulk remove tweets and retweets on Twitter. The process involves running a custom script in the browser debug console. It may work in other…
The following steps show how to bulk remove users you are following on Twitter. The process involves running a custom script in the browser debug console. It may work in…
How to BULK remove Twitter followers If you have a large number of Twitter followers to remove you can speed up this process using Google Chrome addon and some JavaScript.…
The file that stores the auto-complete list can be found in the user profile using this path: %USERPROFILE%\AppData\Local\Microsoft\Outlook\RoamCache This will translate to something like C:\Users\UserName\AppData\Local\Microsoft\Outlook\RoamCache
The following code can be used to automatically redirect users after they've reset their password. This code will automatically redirect them to the home page. function itsg_after_password_reset_redirect() { wp_redirect( home_url()…
Every new install of WordPress comes with a number of themes. But often people install their own theme and wonder if these default themes can be safely removed. The short answer…
Problem When attempting to search for items in the Windows 10 start menu - no results are shown. This happens whether you're searching for files, programs or Windows 10 features.…
When WordPress is installing updates - whether that be plugin updates or WordPress updates - the site is temporarily put in maintenance mode, stopping users from loading the website. Instead…