Monthly Archives: July 2011

What to do when your bored

Here is a list of what to do when your bored. (Yes I am well aware of the grammatical catastrophe that is this sentence, but I am not good with grammar myself so I won’t judge. I think it should … Continue reading

Posted in Personal | 2 Comments

How to speak Asian

The other day at the post office, an Asian man was at the counter talking to to an employee. His english was not good, but he sounded like he really needed some help. The employee was very polite and courteous, … Continue reading

Posted in Personal | Leave a comment

How to show errors in php

ini_set(‘display_errors’,'on’); error_reporting(E_ALL); Just future reference in case you need to show errors in php when it is not enabled in php.ini. Otherwise you’ll get the uninformative “Server Error” page.

Posted in Technology | Leave a comment

US Passport Status Check

Here is a great example of terrible of programming. The US Passport Status Check website http://travel.state.gov/passport/status/status_2567.html Get this. The “Last Name” field is case sensitive. Yes. Case. Fkin. Sensitive. I know that .NET is pretty outdated and all, but how … Continue reading

Posted in Technology | Leave a comment