Archives by Month

Support this Site!

You may have noticed that there's very little third-party advertising on this site. I'd like to keep it that way. Here's how you can help:

  • Buy my books. They're available at great prices on Amazon.com.
  • Check out my training videos on Lynda.com. It's a great source for "all you can eat" training.
  • Donate a few dollars. It'll help cover my hosting costs and give you a chance to tell me what you want to see covered here.
  • Comment on blog posts. You can help get a discussion going that can benefit others, making the site more valuable for everyone.
August 29th, 2006

iBook/PowerBook Battery Recall

Information from Apple’s Web site.

Apple has determined that certain lithium-ion batteries containing cells manufactured by Sony Corporation of Japan pose a safety risk that may result in overheating under rare circumstances.

The affected batteries were sold worldwide from October 2003 through August 2006 for use with the following notebook computers: 12-inch iBook G4,

Continue reading iBook/PowerBook Battery Recall

August 28th, 2006

Mac OS X Book Excerpt Online

Informit.com puts another chapter on its site.

I just stopped by the Informit.com Web site to check their listings for my work. (They list all of my in print books for Peachpit Press, as well as articles I’ve written for them and excerpts from my books.) I found that they’d put another excerpt from

Continue reading Mac OS X Book Excerpt Online

August 28th, 2006

Blogroll Links

I tweak some settings to support more blog links without using up too much sidebar space.

This site doesn’t include a lot of links to blogs. One of the reasons for that is that I’m extremely particular about the sites I link to. I don’t link indiscriminately. I only link to sites I think

Continue reading Blogroll Links

August 23rd, 2006

Listing Recent WordPress Posts

Two ways to get the job done. One of the features I included in my personal WordPress-based site (www.aneclecticmind.com) is a listing of the 20 most recent posts. You can find this list in the sidebar of the Home page. I created this list with the following code in the sidebar.php template file:
  • Creating a Time-Lapse Calculator with Excel
  • Safari 5.0.1 Now Available
  • How to Hide Farmville (and other Annoying Games) from Your Facebook News Feed
  • Welcome to Maria’s Guides!
  • iTunes 9.2 Now Available
  • Five Retweet Abuses
  • Mac OS 10.6.4 Now Available
  • Safari 5.0 Now Available
  • Twitter Essential Training Now Online
  • How to Sync Your Firefox Bookmarks to Your iPad
  • Numbers for iPad Mini Review
  • How to Search Your Mac’s Configuration Files
  • Photoshop CS3 and Mac OS 10.6.3 Potential Problems
  • AirPort Base Station Update 2010-001 Now Available
  • iTunes 9.1 Now Available
  • iPhoto 8.1.2 Update Now Available
  • iMovie Update 8.0.6 Now Available
  • Mac OS X 10.6.3 Now Available
  • Safari 4.0.5 Now Available
  • Digital Camera Raw Compatibility Update 3.1 Now Available
  • The type parameter tells WordPress to show individual posts. The limit parameter tells WordPress how many posts to display. You can set this number to anything you like. I wanted to include this same feature on wickenburg-az.com, a site I maintain with information about the town I live in, Wickenburg, AZ. Unfortunately, that site makes full use of the Event Calendar plugin to display a list of upcoming events in the sidebar. Although the plugin is configured so events to not display on the Home page, it's impossible to prevent recent event titles from being included when using the wp_get_archives tag -- there's no exclude parameter. And since clicking one of those titles would display a very boring two-line description of the event, I didn't want those titles included in the list of recent posts. What's the solution? Well, I already had the Customizable Post Listings plugin installed on wickenburg-az.com. This plugin offers flexible ways to list posts in the sidebar. All I had to do was figure out the parameters to include all categories except the one set aside for Event Calendar. I fiddled around with it a bit and came up with this:
    Fatal error: Call to undefined function c2c_get_recent_posts() in /home2/aneclect/public_html/mariasguides/wp-content/plugins/exec-php/includes/runtime.php(42) : eval()'d code on line 17