July, 2009

  1. Vibram: Treadmill Day 1

    I finally got my first chance to run on the treadmill with the new Vibram’s tonight.  I went for 25 minutes on the treadmill and ran/walked for 2 miles.  For my first time on the treadmill I am very happy with the results. I usually run with a 3 minutes running/3 minutes walking pace for…

  2. Vibram: Day 1

    I got my new Vibram Five Fingers KSO shoes today.  As soon as I got home I put them on.  It was a very interesting feeling when I put them on.  I have had many many pairs of tennis shoes throughout the years, but these are by far the most interesting.  According to the Vibram…

  3. TIL: Adding Admin Menu Pages

    When using functions like add_submenu_page etc, make sure that you add them at the admin_menu action. If you try to add them any place other than that you will get “Insufficient Privileges” errors when trying to go to the page. NOTE: If you are in WP 2.8 WordPress allows you to run those functions at…

  4. WordPress Media Gallery

    For the WordPress Media Gallery to work properly on a server, PHP Safe Mode must be turned off.  From what I am told when PHP Safe mode is on, PHP runs as a different user than apache and this causes folder creation/modification problems.  So for the uploader to work it must be turned off. Also…