kdmurray.blog

The crossroads of life and tech

Mac Tip: Showing All File Extensions

Finder Preferences in OS XOK, for many of you out there, this is probably so basic you didn’t even need to search for it.  That said, I figured I’d post it anyway (partly because I’ve been so lax about blogging recently).

If you’ve ever wanted to have OS X show file extensions for all files, all the time, it’s a very simple process.

  1. Click on any finder (or the desktop)
  2. Select Preferences from the Finder menu
  3. Click on the Advanced button
  4. Check off the Show all file extensions box
  5. Close the Finder Preferences window

Voila! All is revealed.  Wasn’t that easy?  It probably took you longer to read this than to actually make the change. :)

FREE Software :: CrossOver Free Today Only!

If you’re a fan of being able to run Windows applications on your Mac, listen up! CodeWeavers Windows-to-Mac application CrossOver is being offered for FREE today only.

If you’re interested in the offer, visit the CodeWeavers website to sign up.

If you want to read more about the background of this story, check out Michael Rose’s post on TUAW.

The long and the short of it: You have George W. Bush to thank (sorta) for your opportunity to buy free software.

BlackBerry 8330 “Curve”

I recently had occasion to switch phones and retire my Palm Treo 700wx.  The phone of choice for the replacement is the BlackBerry 8330 “Curve”.

The Curve is a great light handset.  I found the BlackBerry menus easy to navigate and simple to operate.  The pre-loaded software worked correctly right out of the box without any unnecessary configuration.

Downloading applications for the phone was equally painless.  Several different applications virtually installed themselves by way of Java .jad files, making the addition of new capabilities very straightforward.

Two other features that I found with the Curve which were completely foreign to me coming from the Treo.  The first is the light sensor.  It automatically adjusts the brightness based on the ambient lighting in the room.  The second is the holster.  The magnets that keep the holster closed are also picked up by a sensor on the BlackBerry.  When it’s in the holster, it puts itself to sleep thereby foregoing that nasty situation of rolling on your phone and calling your friends at two in the morning.

I will say however that one of the usability issues I’ve had with the phone is that there are just too many options, and the settings menus (particularly for ringers) are not very intuitive, and lack good settings for defaults.

The One Week PageRank Experiment

I’ve decided to start a little experiment.  Over the next 7 days, I’m going to try to get a new wordpress blog on a new domain from a PageRank of 0, to at least a PageRank of 1.  If I can get this done, I’ll renew the domain.  If not, I’ll probably let it lapse.

It’s a pretty simple proposition really, I’ll put together what I know about SEO with regular posts to the site.  Hopefully between now and next Friday night I’ll be able to get the site on Google‘s radar.

What are my chances?  No idea, but you can check out the post explaining the Google – WordPress experiment on the new site at kickjoey.com.

Explaining the Google – WordPress Experiment

Here’s the relaunch of KickJoey!

I’m relaunching with a bit of a project in mind: get this site from a PageRank 0 to a PageRank 1 in 7 days.  Impossible? Probably, but I’ll try it anyway.

Why PageRank? Because I’d like to start doing reviews here that I can collect on. Yes, paid blogging. I didn’t really want to to advertorial posts on kdmurray.net, but it’s something I’ve wanted to try out.

What next? Well, time to find some content to do reviews on over the next 7 days, and try to get some links pointed here from some other websites.

Let’s see if we can get this site on Google’s radar in only 7 days.

Digital Photography Show Silenced By TPN

The long-time running Digital Photography Show on The Podcast Network is no more.  The show’s hosts have been locked out of their website without a chance to post their final show or farewells.

After notifying TPN that they intended to leave the network, the show’s hosts Scott & Michael were locked out of the website and TPN refused to post their final show because it didn’t meet “quality standards”.  I find it hard to believe that a show’s quality would suddenly tank on the very last episode.

It’s sad to see such behaviour from TPN’s CEO Cameron Reilly. Things like this don’t make other shows want to help promote TPN’s content, and certainly don’t win many friends in the podcasting community at large.

Scott tells us why you’ll never hear the farewell episode of the Digital Photography Show on his blog, and subscribe there to keep current on the next incarnation of the DPS.

Good luck guys!

Disable Anonymous Edits in MediaWiki

It didn’t take me forever to find this, but I felt it was simple enough that it bore re-posting.  If you’ve ever wanted to disable anonymous editing of articles in a mediawiki-based wiki (the ones that look & feel like wikipedia…) there’s a simple one-line fix:

In your LocalSettings.php file, add this to the bottom: #Disable Anonymous Editing $wgGroupPermissions['*']['edit'] = false;

It should be noted that this fix is for MediaWiki 1.5 and later. If you want some ideas on additional things that you can do with MediaWiki security, check out the MediaWiki Manual.