How to save $19.11 at work.
If you drink coffee at work, and sometimes resort to the vending machine coffee. (Yikes) Yes, sometimes you have to do it.
Step 1. Buy some instant coffee.
Step 2. Don’t buy coffee out of the vending machine.
Instant coffee makes 105 cups of coffee.
if 105 cups were bought out of the vending machine:
105 x 25 cents [...]
Interesting McDonalds Toy (PIC)
Step 1 – Insert object into bottom.
Step 2 – Twist arm.
Step 3 – Fun vibrating pleasure.
Removing large directories in Linux
Ever try to delete the contents of a large directory in nix type operating system? If you have many files you will get an error like “list to long” or something like that. This happens to some of my directories I use to cache pages, sometimes I want to clear them out manually.
So now what?
The [...]
Blocking based on a specific IP with htaccess
Do you have a certain IP address or a (handful) that is always causing you problems on your site? Redirect them with this easy few lines of code in your .htaccess file. Replace the xx’s with the IP numbers.
RewriteEngine On
RewriteBase /
RewriteCond %{REMOTE_ADDR} ^xx\.xx\.xx\.xx$ [OR]
RewriteCond %{REMOTE_ADDR} ^xx\.xx\.xx\.xx$
RewriteRule .* http://en.wikipedia.org/wiki/404_error [R,L]
Jeep JT Truck
Very cool Jeep JT concept. The JeepJT is still just a concept vehicle. The JT combines a Jeep and a truck into a great utility vehicle.
Read more »The Office Sound Clips
What a great site.
www.whatsthescuttlebutt.com
This site has an insane amount of great sound clips from the TV Show “The Office”. You can search by episode, character, even by text, and length of clip. This is a great collection. I’m sure you could find a great ring tone in there too. (I did)
SQL Quality Control
Make sure you check all your code before you go to print!
Read more »Pure Joy
Here is my dog Julie. I just wonder what she is thinking about…. “I am flying”, “Look how fast I’m running now!”.
click the picture for larger view.
Read more »
Share your thoughts..