Akismet and Conditional CAPTCHA make the perfect combination in avoiding spam comments on a Wordpress site.
Month: January 2012
Autoscaling with custom metrics
One of the appeals of cloud computing is the idea of using what you need when you need. One of the ways that Amazon provides for this is through autoscaling. In essence, this allows you to vary the number of (related) running instances according to some metric that is being tracked. In this article, we… Continue reading Autoscaling with custom metrics
WordPress – SSL login page without SSL admin
In WordPress (v3.3), FORCE_SSL_LOGIN will transmit login credentials over SSL, however, the login page itself may be accessed over HTTP (as opposed to HTTPS). If the login page is accessed via HTTP, the user has no (easy) way of verifying that the page is legitimate and that the credentials will in fact be sent over… Continue reading WordPress – SSL login page without SSL admin