WordPress Multi-Site: Get Featured Image from Another Blog by Curtiss - January 27, 2011

Yesterday, David Bisset posted a tweet asking the following question:

Is there a function similar to get_the_post_thumbnail for multi-site (to grab a featured image from a post of a particular blog id)?

At the time, it seemed that the best way to do so was to use the Sitewide Tags plugin for WordPress, which, I believe, does offer some functionality similar to this (I haven’t used the plugin, yet, so I can’t say for sure).

Continue Reading »

My First Official WordPress Plugin by Curtiss - January 23, 2011

A few days ago, I was very happy to officially release a plugin for WordPress into the WP repository. The experience was an interesting one, but the documentation on the process was, for the most part, extremely helpful.

I began by registering my plugin with WordPress on Jan. 11, 2011. Almost a week later, I received approval to add my plugin to the repository. I then checked out the empty SVN repository using TortoiseSVN for Windows, created the appropriate subversion directories, added my previous versions to the “tags” directory and added my current version to the “trunk” directory. I validated my readme file through the WordPress plugin readme validator and then committed my changes to the repository.

Continue Reading »

What’s New With WordPress 3.1? by Curtiss - January 18, 2011

WordPressWordPress 3.1 will most likely be released in the next few weeks, and it brings with it a few major changes. If you’re a regular WordPress user, you might not immediately notice many of the updates; but if you are a WordPress Multi Site user, or you are a plugin developer, the changes will most likely seem somewhat revolutionary.

The major change for WordPress Multi Site is the isolation of the Network Administration area. The Super Admin menu is going away, and being replaced with an entirely new admin dashboard for Super Admin users. Developers that initially made their plugins compatible with WordPress MU or WordPress Multi Site will need to make some minor modifications in order to make their plugins compatible with WordPress 3.1.

Continue Reading »

Virgin Mobile Unlimited Data – Not So Unlimited Anymore by Curtiss - January 13, 2011

As you probably know by now if you read HTMLCenter or CenterNetworks on a semi-regular basis, I am a happy user of the Virgin Mobile MiFi 2200 with their $40/month unlimited Broadband2Go plan. It’s been a fantastic resource over the last 5 or 6 months; enough so that I even cancelled my satellite Internet service in favor of it. Unfortunately, that may be coming to an end very soon.

Continue Reading »

Pausing JavaScript Timers by Curtiss - January 11, 2011

All over the Web, you’ll find tutorials explaining how to use the setTimeout() method in JavaScript to set up a timer and using clearTimeout() to cancel that timer. Unfortunately, it’s a little more difficult to find information about pausing and resuming those timers.

You could, of course, cancel the timer and start it all over again; which is probably fine if you’re using timers of short durations. However, if you’ve got a 30 second timer or something, you probably don’t want it to start all over again if someone pauses it at the 29-second mark.

There is a way to pause and resume those timers, though. In order to do so, you need to set a variable to capture the timestamp when the timer begins. Then, when you pause the timer, you need to figure out how much time has passed between the start of the timer and now. Once you resume the timer, you’ll simply pass the amount of time that was left to the new timer.

Continue Reading »

Displaying Related Posts in WordPress by Curtiss - January 8, 2011

There are quite a few plug-ins that are capable of displaying lists of posts that are related to the one currently being viewed in WordPress. However, sometimes they might not offer quite enough customization, or they may just be too much overhead for the features they provide.

If you are interested in displaying related posts without a plug-in, you can start with the code shown below; then customize it however you see fit. 

Continue Reading »

Create a Real Résumé From Your LinkedIn Profile by Curtiss - January 4, 2011

For quite a while, LinkedIn users have had the option to print their profiles or convert them to PDF, allowing them to create quick and dirty résumés from their LinkedIn information. Unfortunately, that feature has never really been customizable, and really outputs an ugly document. Unfortunately, the only other option was to maintain two separate work histories; one on LinkedIn and another in a static document.

However, the folks over at LinkedIn Labs now offer a much better solution. With the LinkedIn Résumé Builder, you can use the information in your LinkedIn profile to build a professional-looking résumé.

Continue Reading »

The Polaroid PoGo Printer by Curtiss - January 1, 2011

For Christmas, intrigued by the concept of it, we decided to buy a Polaroid PoGo Printer for the family to use. We hadn’t really heard of it before, nor did we really know exactly what it did, but it was on sale on Black Friday and many of the members of our family are fanatical about printing out photos, so we decided to give it a shot.

I have to admit, it’s not really what we expected, but it is a neat little niche product.

Continue Reading »

WordPress Releases Critical 3.0.4 Upgrade Patch by Allen - December 29, 2010

Blogging software WordPress has posted an update to their software that they are calling a “critical” update. WordPress founder Matt Mullenweg posted about the update this afternoon and suggests you download and install the patch as soon as possible.

You can see the full changeset that is part of the 3.0.4 WordPress patch on the WordPress Trac.

If you run WordPress on your own server, you can use the auto-update to download and install the 3.0.4 version with the patch or you can download the software from wordpress.org.

Continue Reading »

DirecTV Increasing Prices by Curtiss - December 27, 2010

Effective Feb. 10, 2011, DirecTV will be increasing the prices of all of its packages (with the exception of the Total Choice Mobile package, which will apparently experience a price reduction). The price increases appear to be minor (they seem to be about $2-3 per package), but they are increases, nonetheless. You can view the new pricing information on DirecTV’s website (PDF).

Continue Reading »