Monthly Archives: July 2011

Upgrading PHP on redhat 5

 I updated the php ona redhat box today. This upgrade now seems to fix a bug in PHP that wouldn’t allow values of > 1.5 Gig on file uploads I have the settings now set to allow up to … Continue reading

Posted in Uncategorized | Leave a comment

Using Handler postDelayed to queue a task for later execution

I figured out how to get my android app to auto post after a certain amount of idle time.   Trick was to create a handler in the activity that is running.   Then make a “Runnable” function that will … Continue reading

Posted in Uncategorized | Leave a comment