short

Trim Characters using PHP

August 13, 2012

I had previously written about how you can easily trim your text using a build in WordPress function called wp_trim_words() but sometimes you actually want to trim your text to…

muchwp

Run a Shortcode Anywhere in WordPress

July 7, 2011

WordPress shortcodes are macro codes that allow you to perform certain actions within the post content. By default they only display on single post pages within the post content. The…

Ajax and WordPress

Using Ajax with WordPress

August 2, 2010

A little while back, I updated Magazine Basic and added the Ajax save function. When I uploaded it to WordPress to await approval, I received some feedback on how I…

Speed Up jQuery

6 Tips to Speed Up jQuery

July 13, 2010

As it stands, jQuery is an amazingly efficient JavaScript framework, but there are a few things that you can do when creating your code that will end up slowing it…