By Sean Klein

  1. Vibram: Day 861

    It’s really hard to believe it has been 2 years 4 months and 8 days since I started running with the Vibram shoes.  When I first got them I thought they were some of the weirdest shoes I had ever seen.  I’ll be the first to admit I got them as sort of a joke.…

  2. Fancy New Theme

    Today I got a little crazy and installed a new theme on my site.  This new theme is called “FavePersonal”.  This theme is being developed by the awesome designers at Crowd Favorite.  It is a really cool theme, with many cool features that I can’t describe right now, but will be able to soon. If…

  3. To Those Advocating a Government Shutdown

    To those who are advocating a government shutdown, I emplore you to remember the thousands of workers who will will essentially lose their jobs during the shutdown. If you can’t find the heart to worry about those thousands of workers, think about the friends and family members who might lose their jobs. Think hard, I…

  4. Remove the Admin Bar

    For those of us who do not like the new admin bar in WordPress 3.1, here is a quick 1 line (2 with a comment) fix for removing it: // Remove the admin bar from displaying…everywhere add_filter(‘show_admin_bar’, ‘__return_false’);

  5. WordPress Autosave

    Recently I was having an issue with the WordPress autosave running on my posts in a custom post type.  I am running a lot of scripts in the “save_post” action and couldn’t find a good way to exclude autosaves from running this code. Note that I looked at the info being passed to the functions…

  6. Code to Widget Updated to 1.1.1

    After some discussions with coworkers and a plugin user, I realized the plugin needed a little more documentation on the template directory.  I have added some absolute paths to the plugin settings screen for easier reference. I also added a button to test and make sure that the directory is usable for the plugin.  It…

  7. Code To Widget Plugin Released

    I’m very happy to announce the release of the Code To Widget WordPress plugin.  The plugin reads files in a directory and automatically creates widgets to be placed in sidebars.  It gives developers/designers the ability to create widgets without having to write the widget code every time. This plugin was initially written out of frustration.…

  8. We bought a house, check it out [post]

    Well, it has been a crazy 8 days. Last Saturday, January 9th, we officially started our house search.  Today, January 17th, we signed a contract to build a house. Our initial plan was to purchase a house that was preowned.  We started the search by searching online a house listings just to see what we…

  9. Merry Christmas and Happy New Year

    Another year is coming to a close.  As I reflect on another year gone by on this Christmas day, I am reminded of another good year.  The measure of a good year most of the time eludes me, but I am thankful that I didn’t lose anyone that I knew this year.  Maybe that is…

  10. Blackouts are Crippling Sports

    After much thought on this subject over the years, I still don’t understand the need for Blackouts of Television coverage of sporting events. As I was working tonight I thought it would be nice to use the MLB.com At Bat app for the iPhone to watch the Rockies take on the Dodgers at Coors Field…

  11. 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…

  12. 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…

  13. 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…

  14. 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…

  15. WordPress PHP Upload Information

    WordPress has a very distinct way of doing things when it comes to file uploads.  There is the restriction that PHP puts into place with file uploads (ie upload_max_filesize and post_max_size), and restrictions that WP puts in via values in the database. With the PHP values, if you need to upload large files you will…

  16. Things I’ve Learned

    Today I decided that I am going to write up a things I’ve learned section to my blog.  It probably won’t be much, and most likely no one will read it, but I need a place that I can write down these things so I can find them in the future.  Leaving it up to…

  17. Website Launch

    I’m proud to announce the launch of my first personal web development in many years.  Green Job Outsourcing Brokers was launched on Sunday (5/10). I was contacted by Elizabeth Heid the CEO of Green Job Outsourcing Brokers to create a website where she could display jobs from her clients.  Elizabeth runs an outsourcing company where…

  18. Patrick Witt Leaving Nebraska, My thoughts

    Throughout the past few days I have been reading stories about Patrick Witt, a Nebraska Cornhusker Quarterback, asking to be released from his scholarship.  Many stories have come out about this, but one caught my attention. I read a story today that said he wanted a guarantee that he would be the starter for the Huskers by…

  19. First Post

    This is my first post.  I’m not much of a blogging guy, as most people who know me know that I really don’t have all that much to say that makes sense.  But I’m giving it a shot anyway.  I figured that since I have been working in the blogging industry for nearly a year…