We all know that when we’re add a script or style to WordPress, we should use wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer ) and wp_enqueue_style( $handle, $src, $deps, $ver, $media ) as in:
Debug WordPress with Sublime Text 2 and XDebug
Relocating my WordPress plugins to GitHub
I’m, slowly .. literally, git svn is sooo slow , copying my plugins to GitHub. I’m using my svn2git.sh bash script to do the job.
I’ll use the GitHub repositories during development, and publish my plugins in the WordPress Plugin Directory
CloudFlare API and WordPress
CloudFlare protects and accelerates any website online. Once your website is a part of the CloudFlare community, its web traffic is routed through our intelligent global network. We automatically optimize the delivery of your web pages so your visitors get the fastest page load times and best performance. We also block threats and limit abusive bots and crawlers from wasting your bandwidth and server resources.
www.cloudflare.com
You’ll find the CloudFlare API at https://www.cloudflare.com/docs/client-api.html
MemCachier backend for the WP Object Cache

I have a test site at AppFog running WordPress. Being the geek I am, I had to test MemCachier (you’ll find it in AppFog Add-Ons)
MemCachier manages and scales clusters of memcache servers so you can focus on your app. Memcache is commonly used to speed up page load time and increase scalability by allowing you to cache expensive database queries and view renders.