As many of you know, Apple or AT&T does not like Google Voice. Some say Apple didn’t want to approve the app while others say it is the fault
of AT&T. Granted, a Google Voice app would of been very good to have, but it is not necessary. You can access Google Voice on your iPhone
through [...]

When I was in college, I once bought a textbook that cost me $130. That hurt. The real pain, though, came when I tried to lug the thing around in my book bag. The final pain probably came when I got my grade report for the class. I bring up the college story to explain [...]

Previously I posted on how to update twitter from the command line. Now I am going to build upon that and show you how to do it with twitter and facebook. To make it easier we are going to make a shell script.

#!/bin/sh
user=”Your twitter username”
pass=”Your twitter password”
curl=”/usr/bin/curl”
$curl –basic –user “$user:$pass” –data-ascii \
“status=`echo $@ [...]

Twitter fun

Twitter has become very popular recently and some people seem to want to be able to tweet all day long. If you are at work it is kind of hard to go to twitter or open your favorite twitter program and not get in trouble. So today we are going to look at a way [...]

I recently got an iPhone and was very unhappy to discover I couldn’t use one of my own mp3s as a ringtone. I thought this was very strange until I discovered Apple wants you to pay again for the right to make a ringtone. So you pay $.99 for the song on itunes, then they [...]

We have been hearing about the benefits of hydrogen full cells for many years now. Well finally a car manufacturer is going to start releasing them. Honda is the first to start with their FXC Clarity. It is a four seater that is they claim is three times more fuel efficient then a gas powered [...]

« Previous Entries