Software

Fun with oEmbed and Twitter

This tweet is being displayed using oEmbed between WordPress and Twitter. This capability was added a few minutes ago after I pasted Otto’s code snippet into my theme’s functions.php file: So can an oEmbed’ed tweet also embed the Youtube video?youtube.com/watch?v=UfcNoM… — Jan Dembowski (@jan_dembowski) December 21, 2011 That’s pretty remarkable. I’ve embedded a tweet that [...]

Customizing the Elemin theme

NOTE: No parent theme files were harmed, modified, or otherwise abused in the making of this blog post. Sometimes I do learn things! I was able to customize the layout of my blog using a child theme, some CSS, and some additions to my child theme’s functions.php file. The Elemin theme from Themify is a [...]

Still a sucker for WordPress beta

I took the plunge and once again used SVN to switch from running WordPress 3.1.3 to 3.2 beta. The betas are usually solid and I test my nightly backups on a different server from time to time. Unless something really drastic happens to the WordPress repo, I’ll be fine with the beta. The new fullscreen [...]

Using IPv6

When IPv6 day came around, I installed Squid3 and a IPv6 tunnel setup on my in-house Linux server. I used the instructions from Ubuntu’s Wiki and made some minor configuration changes to Squid3 and that was it. You need to use version 3; version 2 of Squid lacks the right support. The tunnel broker I [...]

Nikon GP-1

Sometimes you just like to know where you were when you took the photo. Luckily there are many options available for a DSLR and I went with the default Nikon solution. Last week on a whim I ordered a Nikon GP-1 for my camera. This GPS receiver plugs into my D300s and when it has [...]

Trying Firefox 4 beta again

Recently I gave Firefox 4 beta 4 a try but ended up removing it. As a beta it was not bad but I had some minor problems with Adobe Flash and the benefits were not enough to get me to keep it. Firefox 4 beta 7 is another story. On a whim I installed it [...]

It’s the goofy user avatars that threw me off

My participation in the WordPress support forums was never overly ambitious. I would generally aim for questions that I could either respond to quickly or I had the time for. But for the last few months I have been refraining from picking up threads. Mostly because the questions fall under these categories: Something broke please [...]

dd-wrt to the rescue (again)!

My Netgear WNR834B v2 has been showing it’s age and giving me grief lately. After a few hours of network usage, my Netgear would suddenly start rebooting itself and keep doing that every few minutes. The only thing that would bring it back to life would be to pull the plug, wait a few seconds, [...]

Easy Twitter Button for WordPress

Twitter announced their own Tweet Button and have provided a page for creating a button on your web site. You enter some info and you get the HTML code to add. Extending WordPress has always been easy. You can add what you want via a plugin, or you can put the functionality into your theme’s [...]