One of the best reason’s why I like online books is becuase they can do the reading for me! It is pretty simple, click on the audio button and the media player pops up. I love technology.
Entries from September 2007
September 13, 2007
WordPress.org
I am trying to install/setup wordpress.org and so far it has been really easy. I am very surprised. If you have a layout already made all you need to do is cut and paste it into the text boxes. It is almost as easy as myspace. :( I hate myspace though.
You can see what I [...]
September 10, 2007
Game Rundown: To Buy or Not to Buy?
In this each mini review I will tell you whether you should buy or not. I have chosen the best three games that are worth buying. If you are low on cash this review is great for you. If you do not like reading, scroll down to the bottom and look at the recap. Before [...]
September 9, 2007
Block/Redirect IE6 users
This script may not be for everyone but it is pretty cool.
<?php
$ua = $_SERVER['HTTP_USER_AGENT'];
if (strpos($ua,’MSIE’) != false && strpos($ua,’Opera’) === false)
{
if (strpos($ua,’Windows NT 5.2′) != false)
{
if(strpos($ua,’.NET CLR’) === false) return;
}
if (substr($ua,strpos($ua,’MSIE’)+5,1) < 7)
{
header(‘Location: http://redirect.com’);
}
}
?>
That little snippet of PHP coding will redirect all IE6 users to a different page. This is perfect for [...]
September 8, 2007
Harry Potter Mania!
Some people really love Harry Potter but I think this may have gone too far. Some person pimped out his/her Mini Cooper in the classic Harry Potter purple with some HP decals.
Does anyone know what Siva means? Does it relate to Harry Potter?
September 6, 2007
Beautiful Red Light
These would look better with a little photo-shopping and without the stupid date.
September 6, 2007
ARRG!
Here come the long awaited pictures!
I saw these two “bums” in Seattle when leaving from dinner. I wasn’t sure if they were truly poor but with a sign that clever I had to give them a dollar. I gave them a dollar so I could take their picture.
Sorry about the annoying date in the corner. [...]
September 5, 2007
It is Zune Time
Instead of talking about the new iPods I have decided to talk about the Zune and it’s feature, something most people will not do.
One feature that I like about the Zune is the Zune Pass. Zune Pass is a subscription service that lets your download unlimited songs off of the Zune Marketplace. The [...]