Only Four Hours

My Journey Towards Living the 4-Hour Workweek


Stay On Top Of Affiliate Marketing News 04.10.09

I recently added AffBuzz to my bookmarks and my RSS feed.

AffBuzz is an aggregator that lists posts from numerous affiliate marketing websites together.

There is way too much information online about affiliate marketing and it’s easy to get overwhelmed or to waste hours every week trying to keep up to date.

By regularly visiting AffBuzz, or by viewing it’s RSS feed you’ll be able to keep on top of the news efficiently. You’ll probably not need to view anything more.

Popularity: 4% [?]

How To Store Your WordPress Password 04.10.09

I’ve noticed that the current version of Wordpress insists that I enter my FTP password every time I use the WP interface to install a theme, plugin or make an upgrade.

This never used to be the case and as I use the most ridiculously complex passwords it’s been a bit of a headache.

Thankfully you can hard-wire your FTP details into the wp-config.php file by pasting the code below …

define("FTP_HOST", "domain.tld");
define("FTP_USER", "username");
define("FTP_PASS", "password");

This may save you a little frustration and time.

Popularity: 3% [?]