PHP: Find a file within a given path
If you need to locate a file somewhere within a given path this code snipped will do it for you. Please note that it only works on files systems that can h
Read more about PHP: Find a file within a given pathIf you need to locate a file somewhere within a given path this code snipped will do it for you. Please note that it only works on files systems that can h
Read more about PHP: Find a file within a given pathI utilize the transit system in the Seattle area pretty heavily to get around, most commonly the busses. Every morning I walk to the 545 route which takes
Read more about Amphibious buses arriving in SeattleI upgraded to Mountain Lion a few days ago and I have to say that I have had several major disappointments. Overall it is great. Still pretty, faster than
Read more about Turn email ( SMTP ) back on in OS X Mountain LionYou may be noticing some changes around the site. I am consolidating almost my entire site into a single WordPress install. There are going to be some bump
Read more about Sorry for the bumpsIf you have been following my blog you know that during the month of October I setup a daily blogging challenge with Jaffe. The goal was to write a new art
Read more about Month of blogging challenge in reviewHave you ever wanted to customize what toolbar buttons are shown on your TinyMCE wp_editor() instance? I was digging around the WordPress core and found a
Read more about WordPress: Customizing the toolbar on your wp_editor()If you have a post type where you want to allow the user to utilize the built in content box, but you do not want the user to be able to save images there
Read more about WordPress: Remove image from content on post saveThe 2012 summer has been a beautiful one on Puget Sound. Warm sunny weather, a nice breeze, and fairly calm clear waters. Every sailors dream, or your wors
Read more about Outboard motors suck!You have probably seen the yellow and red notices on the top of the wp-admin area, either when updating a page, catching an error on a form, or a plugin po
Read more about WordPress: How to display admin noticesQuite often I run into instances where I need to change the display name of a top level menu item in the WordPress wp-admin backend. Sometimes this is to c
Read more about WordPress: How to easily change the name of any top level menu in wp-adminGrant Landram and I had the pleasure of representing freshmuse this weekend by attending the 2012 Vancouver, BC WordCamp as speakers. Grant and I bookended
Read more about Recap of 2012 WordCamp Vancouver ( WCYVR )WP_Query is a magical object in WordPress. WP_Query allows you to quickly and easily build a query for any type of object in the database, however that pow
Read more about WordPress: How to view the SQL query generated by WP_Query