Fixing YouTube embeds in WordPress

Posted by & filed under Code.

In some wordpress themes, youtube embeds just show up as a black screen. As discussed here, the solution is adding a transparency setting to the iframe’s src. However, the solution in that thread only works if the src is right next to the frameborder. Updated code below if you are running into this problem New… Read more »

Getting Started with Varnish Edge Side Includes and WordPress

Posted by & filed under Code.

There are a lot of cases on blogs where once you write the post, the cache for that page doesn’t really have to be updated all that often.  Comments can be powered by Disqus so you don’t need to bust the cache every time someone comments. If you make a change to a post, it’s… Read more »

gpowered.net is now timbroder.com

Posted by & filed under Code.

Hi all, some of you may have noticed this site is no longer on the gpowered.net domain.  I’ve been wanting to move onto wordpress for a while now and also do some additional writing beyond code stuffs which would be outside of the scope of gpowered.  I also unfortunately (or fortunately because I love my… Read more »

SyntaxHighlighter Evolved

Posted by & filed under Code.

I’m currently in the process of migrating gpowerd.net over to this domain and onto wordpress. SyntaxHighlighter has been upgraded quite a bit since I last wrote about it.  I came across a great plugin to handle the code highlighting for me on wordpress.  I love the plugin, didn’t have to go into the wordpress template…. Read more »

WordPress Plugin: Displaying your Google Reader RSS subscriptions

Posted by & filed under Code.

I’ve been meaning to write this code for a while, and I really wanted to take a stab at writing a wordpress plugin so here it goes. The following takes in Google user credentials, and allows the user to display what RSS feeds they subscribe to on their wordpress blog Example: The RSS that I… Read more »