August 31, 2007
BMI Index
What’s yours? I’m a 26… need to loose about 5-7 lbs. Link.
Good Halo 3 multiplayer demo…recorded in front a live audience. Link.
I use FastMail.FM for email (have for years). Generally, I am pretty pleased with their performance… but (yes, the “but”
it seems to go down RIGHT WHEN I NEED IT MOST:
fastmail.fm - An error has occurred
UGH! At least the link to their disclaimer works:
FastMail.FM is provided to you “as is.” FastMail.FM uses its best efforts [...]
Generate PDF’s for invoices you make on the fly. Easy, fast, and makes nice looking invoices for free. Link.
This is nuts… seriously, I don’t know how this plane didn’t slam into the ground. Link.
This is what to put in your htaccess file to turn on mod_rewrite, fixing WordPress’ /index.php problem when using “pretty” permalinks:
Options +FollowSymlinksOptions -Indexes
# BEGIN WordPress<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule># END WordPress
It’s what’s in MY file. It may not work for everyone but it works for me on several hosts, [...]