iPearson.net Blogs

Number of permit to carry / conceal and carry permit holders in Minnesota

Monday, 6 May, 2013

I found this chart interesting…  

Auto upload a screen shot to sharepoint

Tuesday, 22 January, 2013

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

Getting rid of Windows end of line characters in Linux

Thursday, 17 January, 2013

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

Rooting ASUS Transformer Infinity with Jellybean without unlocking the bootloader

Sunday, 16 December, 2012

[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 [...]

Programming terms you have never heard of

Monday, 10 September, 2012
Programming bug

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 [...]

Support Gary Johnson in 2012

Friday, 31 August, 2012

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…

I am not voting for either of them

Thursday, 30 August, 2012

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 [...]

I am not voting for either of them

Thursday, 30 August, 2012

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…

Corrupt nominations process at RNC 2012

Wednesday, 29 August, 2012

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 [...]

Scrolling to bottom of an Android scrollable view

Sunday, 1 July, 2012
Scroll

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:

What is a singleton on Java/Android?

Friday, 29 June, 2012
thereCanOnlyBeOne

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 …

I am getting going on this Blog now

Thursday, 28 June, 2012

TJ was over tonight, and showed me how to put up pages and posts!

This Life is not my life,

Thursday, 28 June, 2012

This life is not my real life, but it is my school to prepare me for my real life.

The role of automation in business

Monday, 18 June, 2012

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

Returning MD5 instead of SHA1 from JDK 1.7 Keytool

Tuesday, 5 June, 2012

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 [...]

Generating random passwords

Friday, 25 May, 2012

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…

Resizing animated GIFs

Wednesday, 23 May, 2012

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…

Using Git with Eclipse

Wednesday, 23 May, 2012

If you use git source control and program in Eclipse, this little tip will make your life amazing (How to install and setup eGit).

Changing the default @author in Eclipse (IBM RAD) comments

Tuesday, 15 May, 2012

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…

Life lives up to the title

Friday, 11 May, 2012

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…