Profile
Achievement
theriddlebrothers's Recent Snippets
- All /
« Prev 1 Next »
IE will redirect the entire page, and disable any ajax calls within an iframe application. This fixes those issues.
0
717
posted 13 years ago by theriddlebrothers
If a MySQL DB for WordPress is encoded as latin1, these steps will prevent utf8 encoding issues.
0
859
posted 13 years ago by theriddlebrothers
If you run a query to delete old posts manually from MySQL in a WordPress database, the old tags will remain and appear in your tag cloud/listing. This allows you to identify those unused tags, and then delete them with an additional query.
0
667
posted 13 years ago by theriddlebrothers
Add an Apache virtual host via command line. Run as ./create mysite.domain.com
0
616
posted 13 years ago by theriddlebrothers