Since I realize I never blogged about it, and in case there are 2 people who read my blog who never see me on twitter, I joined WebDevStudios last September. This job effectively pulled me out of freelancing full time, and I am putting all my working focus on my time with them. It’s been Read More…
Category: Creativity
Load newer version of jQuery until WordPress Core has that version
jQuery version 1.9 was released today, and I wondered how one could use that version on my site until it was released properly with WordPress. I found out that the $wp_scripts variable holds the script version of registered scripts. Thus, I was able to concoct the following function for the wp_enqueue_scripts hook. Change the prefix Read More…
Alfred.app Custom Searches for WordPress and Web Development
These are the custom Alfred.app searches that I have that help me with my web development, whether it be WordPress or in general. Feel free to use and add your own in the comments area or via twitter. Just send them to @tw2113 and I can retweet for you. Click the links to automatically add Read More…
Enable SoundCloud oEmbed on your WordPress site
Due to being in a mood involving musician promotion, I’m typing up this quicky tutorial about adding SoundCloud oEmbed support to your site. Simply add this code snippet it to your theme’s functions.php, a basic quick plugin that you type up as you read this post, or a “Must-Use” plugin. Once that is added, you Read More…
The plugin idea garden
So, last year, I posted A request for WordPress plugin ideas and it got picked up on WPCandy. This resulted in a flood of unanticipated feedback and ideas, and I have to admit, I haven’t touched a single one of them. There always seems to be other things needing done or bills to pay and Read More…
Please Use Me, I’m awesome for WordPress
I have an idea for a post series that I want to write, featuring WordPress functions/classes/hooks/APIs that are not necessarily well known about features, but are actually pretty awesome. However, my list at the moment is still pretty small(and listed below). My intent with each post is going to be to talk about the featured Read More…