The following guide shows how to install a WordPress IIS test environment on your computer. There are many guides that do this the hard way - installing IIS, PHP, mySQL,…
Problem When using a WordPress plugin you receive an error message which reads: The plugin generated 4191 characters of unexpected output during activation. If you notice “headers already sent” messages,…
Problem When using a WordPress plugin you receive an error message which reads: The plugin generated 4191 characters of unexpected output during activation. If you notice “headers already sent” messages,…
Problem When running a Crystal Report you receive the following error message: Prompting failed with the following error messages: ''. Error source: Error code: 0x80070057 You may also see another…
The following code will automatically delete Gravity Form entries after submission. This may be helpful for test or demo forms, or forms that do not need to retain the entry…
The steps below show how to do a find and replace on the WordPress posts table using phpMyAdmin. REMEMBER: backup your database before making any changes. You can do this…
I recently needed to re-do my image thumbnails inside all WordPress posts. I decided to use phpMyAdmin to run a SQL query to list all posts with thumbnails, then individually…
The following example shows how to use a regular expression (a regex) to search for information in an SQL database. The regular expression used looks for images which end with…
In access 2013 you can use a 'line' object to draw horizontal or vertical lines. Typically you would draw a horizontal line through the 'detail' section to create a margin…