Morten recorded audio from the panel Your browser does not support the audio tag. The mp3 can be downloaded at https://ben.lobaugh.net/blog/49291/notes-from-the-expert-panel-at-2013-wordcamp-victoria/2013-wordcamp-victoria-expert-panel-qa I will post the video as soon as I receive it WordPress at scale http://scalingwp.wordpress.com/ http://wordpress.org/extend/plugins/hyperdb/ Look at nginx for speed Memcache is a great caching solution Assigning users to all sites in a
Develop for Windows Phone 8 with Cordova ( PhoneGap )
Do you develop websites and want to develop phone apps? Do you develop phone apps and are looking for an easy way to make them cross platform? Cordova ( formerly PhoneGap ) is a cross platform app that lets you reuse your HTML, CSS, and Javascript skills to create applications. With the recent release of
WordPress: How to find the post type of the current page in wp-admin
Finding the post type of a current page in the WordPress wp-admin area can be a pain in the butt, particularly if you need to check from the edit page. After a while of pounding my head on the keyboard I finally stumbled across the correct WordPress hook. If you are attempting to do this
Kicking off the new year of WordCamps at WordCamp Victoria 2013
2012 was a great year for WordPress WordCamps, and 2013 is looking to be another spectacular year! I have the pleasure of kicking off a new season of WordCamps at WordCamp Victoria on January 12th. I will be sitting on an expert panel with none other than the greats Joey Kudish, Morten Rand-Hendriksen, and
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 handle the Linux style architecture. This means that the code will likely not work on a Windows Server. I created this snippet specifically to