// I'm in #WordPress mode these days (building a site for a client), so here's another handy plugin: Debug Bar gives you helpful information for #debugging like PHP error/notices, the full list of database queries and more. I needed the database part as you can see in the screenshot. Get it here: http://bit.ly/Z7YAWe
Related
// WP Security Scan is a set of tools for adding some basic #security on your #WordPress installation. It includes: - A series of tests like if you have the latest version, if you're not telling the world your version of WordPress, .htaccess protection, etc (see screenshot) - Information on your PHP/MySQL…
If you are in a situation that you need to show different content to your visitors depending on their location, an easy way to do it is with #PHP using MaxMind's IP database. MaxMind is offering commercial database of locations for IP addresses, but they also have a free product…
In the old days of the internet, it was quite accepted that on each site/forum/whatever you encountered and wanted to participate in a discussion, you had to make a new account. Nowdays, both due to privacy concerns as well as getting used to be automatically logged in, we have ended…