Archive for May 24th, 2009

F1 update before the race starts

So the BBC got some scoop – F1 budget cap solution in sight

Twitter Weekly Updates

  • RT @mattcutts: Jetpack is a Mozilla idea for writing browser extensions using only HTML. Neat idea: http://bit.ly/pxzFF #
  • Really don’t like remote training sessions where people think I don’t know how to use a computer #
  • think its time to head home and cook something, feel dreadful after last nights run on white wine #
  • RT @mashable Second Judge in Pirate Bay Trial Removed for Bias http://bit.ly/GWK00 (via @tweetmeme) #
  • @EveilEve where? in reply to EveilEve #

How to increase the max upload size in php using .htaccess

So if you are like me using Mosso and cant edit the php.ini file then if you want to increase the default upload size you need to edit your .htaccess file and add the following (adjust as needed):

php_value post_max_size 16M
php_value upload_max_filesize 16M
php_value max_execution_time 600