Disable Post Revisions
Nov 27If you have run a WordPress blog for any length of time, you should know how large the SQL database can get. This is largely due to the “Post Revisions”, which get auto-saved. If you edit a post a few times, a huge list of revisions gets saved to the database. You can see these at the bottom of the post editing page. This post has easy methods to disable and delete the post revisions,...
XSS and web form security
Nov 13There are many instances when user input is needed. But allowing just any code to be passed can cause severe problems and lead to even the most annoying 10 year old script kiddie writing “PWND” all over website! There a are some simple steps which you can take to prevent most of these. This article will go over some of the fundamental XSS attacks and how to stop them. As of 2007,...
Google. A Power Users Guide
Nov 04Google’s search engine is used everyday by many people. But a high percentage of those people use it ineffectively! The geeks at Google have included some great search operators to make the immense task of searching every site in their cache a little easier. In this tutorial I hope to teach some quick techniques to make searching Google a breeze. Put the most powerful software ever made to...