
I found this chart interesting…
At work we have a sharepoint wiki site that we use to document common problems and solutions. We use to do it in word docs but those are hard to search. One problem with the wiki is that it’s hard … Continue reading →
Ever run into the error: “bad interpreter: No such file or directory”? The problem is you have CRLF end of line characters… The solution, run this command on the file in Linux… sed -i ‘s/\r//’ filename
[Update] While these are great instructions for rooting any Asus Transformer Infinity, I would encourage you to look at other tablets instead. Asus has had massive quality control issues with their Transformer line. One of the worst issues is the random screen cracks that can occur when docked. See this search for the latest of thousands of [...]

The title above may be a lie. It just depends on your context or situation. You may have heard these terms (especially if you read Jeff Atwood’s recent post or Dodgy Coder’s 2011 post). Note that there may be very practical uses for some of these in real life. Others simply describe situations that should never [...]
Gary Johnson, Libertarian candidate for president needs your help. He is seeking to raise $1 million for a national ad campaign. The hope is that this ad campaign will give him a big enough boost in the polls to get included in the presidential debates…

If you want my vote, earn it. Show respect for individual freedom in the nominating process as well as in governing or you will lose my vote. Mitt Romney has failed in both. Neither major party embraces freedom and i refuse to give allegiance to a group that constantly uses a “crisis” to sway my [...]

If you want my vote, earn it. Show respect for individual freedom in the nominating process as well as in governing or you will lose my vote. Mitt Romney has failed in both. Neither major party embraces freedom and i refuse to give allegiance to a grou…
As was expected, the Republican “big tent” party decided to railroad any effort to show opposition in their convention. The party that once stood against slavery now cannot even have the courage to acknowledge dissent and differing opinions in their ranks. Specifically, watch the last few seconds where the chair refuses to even announce that [...]

Today I found the need to automatically scroll to the bottom of an Android scrollable view through Java. In case you need to do the same, here is how:

A singleton is simple a class that can be instantiated, but only one instance can exist at a given time in the Java Virtual Machine (Or in Dalvik if you are using Android). Why is this useful? In the context of Android, you are the only one running on …
TJ was over tonight, and showed me how to put up pages and posts!
This life is not my real life, but it is my school to prepare me for my real life.
Tim Ferris once said: “Never automate something that can be eliminated, and never delegate something that can be automated or streamlined. Otherwise, you waste someone else’s time instead of your own, which now wastes your hard-earned cash. How’s that for incentive to be effective and efficient?” -Tim Ferris, The Four Hour Workweek This is wise [...]
AVSHost – Android and Web Development
If you are working with Android development, you know that you will need a debug MD5 key in order to request a Google Maps API Key. Most tutorials say to go to C:\users\username\.Android\ and type: keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android Unfortunately, as of Java 7, the keytool format has changed [...]
If you find yourself in the need to generate a random password on occasion, please check out this site: http://www.pctools.com/guides/password/ It is a great tool if you are setting up an account for a user that may or may not change their password at…
Warning: Flashing gifs are annoying and will scare your customers away. However, some applications of animated pictures “can” be useful. Use sparingly! There are many sites offering free animated gifs (pictures). They often come in one size…
If you use git source control and program in Eclipse, this little tip will make your life amazing (How to install and setup eGit).
Something that has annoyed me in the past is when I generate a new class, Eclipse puts the @author tag in the comments with my machine username. It ends up looking like this: /* * @author ID123 */ Which is really not that helpful in some contexts. In t…
My blog is called An Everyday Adventure, right? Well, the last week has been a roller coaster ride. Maybe not a roller coaster because there are all the downs too. Reaching a summit might be a better description. Terry and I have been climbing a mounta…