tech
Wordpress Periodic Table

WordPress: Remove Unwanted Scripts and Stylesheets

I love developing in Wordpress and a large part of that has to do with the various plugins out there. However, I don’t really need the plugins to load on every page – Nextgen Galleries I am talking about you! I present you with the following code to remove unwanted scripts and stylesheets from loading on every page or only have them load on specific sections/pages.
tech

WordPress: Custom Thumbnails

When you are customizing a Wordpress theme, you will want to create your own custom thumbnail sizes for featured images and blog posts. The following snippets will add custom thumbnail support to your theme as well as remove Wordpress’ default thumbnails.
tech
Embedding Responsive Video Youtube

Responsive Video Embed

You develop a responsive website but the responsiveness breaks because you are embedding a video from Youtube, Vimeo, etc. Your beautiful site now looks like someone’s ugly stepchild, but we can fix that with some simple Javascript and CSS.