Enqueue Scripts Only When Needed | The WP Crowd
WordPress developers often enqueue scripts or styles for their themes or plugins. When creating a widget or shortcode, they aren't needed unless on the page
Vertical tabs with jQuery UI for instant content swapping in WordPress
The motivation behind this article is this Twitter conversation. Looking to have some links at the left which when clicked load the corresponding content on the right side w/o loading the full page? H…
Use wp_localize_script, It Is Awesome
One of the challenges you will run into, when developing for WordPress, is finding a way to make your data (which is accessed via PHP) available to your scripts. For example, you might have a popup...
How to Remove Unused CSS JS Files in WordPress
When trying to optimize your site for speed, you really want to remove unused CSS JS files in WordPr...
Create Equal Heights for Text Columns in a Row | WP Beaches
To create equal heights for text columns in a row depending on data entered can be a CSS challenge, ...
Creating a Embeddable Content Plugin for WordPress