Patch for WLM (MSN) 2009

Remove ads, nudge shaking/delays, and more from the newest MSN (well, technically Windows Live Messenger), with A-Patch. I also like to use MsgPlus for additional features.

Reinforcement

… after tonight, the fact that I can’t dance has been reinforced.

Disable WordPress Autosave

WordPress has a feature where revisions are kept of each post. I found this annoying and found a page that describes that to disable this feature, add define(‘WP_POST_REVISIONS’, false); to your wp-config.php file.

EDIT: Found a query to delete all page revisions from the database:

DELETE a,b,c
FROM wp_posts a
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)
WHERE a.post_type = ‘revision’

Better Gmail 2 and Google Redesigned

Better Gmail 2 | Google Redesigned

These two extensions work together in harmony to enhance Gmail. Lots of useful features presented by Better Gmail 2, and eye-candy provided by Google Redesigned.

Disable Autorun.inf

Credit: http://nick.brown.free.fr/blog/2007/10/memory-stick-worms

Read more

  • Page 2 of 2
  • <
  • 1
  • 2