There are a couple things you can try if the author avatar isn't displaying. Check the first parameter. WordPress deprecated get_the_author_id() a while ago, so…
jQuery disable right click context menu
You can find a quick one-liner on how to disable the browser context menu anywhere, but I just wanted to make sure you know about…
SiteKickr adds Markup Validation portlet
Keep your HTML in check with the new Markup Validation portlet.
jQuery combine all lists into one list
This little trick comes in handy if your site runs on a CMS. The editors within CMS's have a tendency to create multiple lists to…
Simple jQuery Tabbed Content
Goal: Produce a simple, small script which gracefully degrades without JavaScript. Note: The HTML below is pulled from a Zope Page Template (with embedded Python),…
Perl – Can’t locate module
If you've had the pleasure of finding a perl script that takes care of your needs without needing to write it yourself – kudos to…
WordPress – List Authors plugin – exclude admins
If you've had the need to list all authors/contributors on your WordPress site in a sidebar widget, you may have come across the simple, yet…
Twitter portlet now available
You can now track your Twitter stats in your dashboard, in real-time!
OAuth 1.0 troubleshooting
It's my personal opinion that OAuth 2.0 came about primarily to address the mental anguish of developers who have struggled with OAuth 1.0. The majority…
IE 9 crashing – css hover
So, after many hours assuming that Internet Explorer 9 was crashing due to a piece of JavaScript in one of our sites, we were astonished…