kdmurray.blog

The crossroads of life and tech

Mac Lab Rat #5 – Global Geek Podcast

I realize that this post is quite late, but it has been difficult to get enough time to find an Internet connection to post this week’s notes.  Here’s all the details for the MLR segment on Global Geek #60.

Our first application this week is from “Fluffalope Factory” software called Miyu.  This program allows you to quickly and easily add text to a movie file.  THis can be very useful for home movies, or in subtitling a video in another language.  The simple interface allows you to select the section of video you want the text added to, and simply type it in.  The realtime preview shows precisely where the words will line up in relation to the frame, so it’s easy to make adjustments in timing and wording on the fly.

There does seem to be some issue with file types.  I tried to run through some files using MPG videos that I had gotten from friends, one worked and the other didn’t.  When I ran through a QuickTime trailer I got off the Internet, it worked without a hitch.  Miyu is a free application.

http://www.fluffalopefactory.com/miyu/

Second on the docket this week is another desktop updating application called Desktoptopia.  This application is another automated desktop changer like DeskLickr that I covered a couple of weeks back.

Instead of taking images from Flickr, it can read from any RSS-based photostream including flickr, iPhoto “photocasts” and others

The interface offers options to change the desktop at a set intervals, and will allow you to select from one or more of the RSS feeds that you’ve entered into the system.

Desktoptopia is not a free application, and does cost about $20 USD.  But it works well, integrates directly with the System Preferences panel and is very quick and responsive.  The initial trial of Desktoptopia is a 10-day trial and will give you a good idea whether or not you want to spend the money for this nice aesthetic touch.

http://www.desktoptopia.com/

Third up this week is a Mac-specific browser based on the Mozilla “gecko” platform called Camino.  Camino started life back in 2001 as the “Chimera” project, a mozilla based browser targetted at the OS X platform.  This was the first “browser only” project to breakaway from the old Netscape suite.  just under a year later, a project to fulfill the same need for all platforms.  That project was called Firefox.

Camino is like Firefox’s little brother.  it does most of the same things, some of them more quickly, but it’s always been a step or two behind.

It does do a few things more quickly, page render times have been documented on several websites as being 10-15% faster.  This isn’t a huge difference in most cases, but it is a “feature”.

Many firefox extensions have similar counterparts for Camino, but because of the different codebase, the extensions typically aren’t interchangeable.

If you want a Mac-specific browser, and Safari just doesn’t “do it” for ya, check out Camino.  As for me, I’m sticking with Firefox.

http://www.caminobrowser.org/

Website Redirect with mod_rewrite

Warning: This post is going to get a bit technical…

This afternoon, I was checking out my Google Analytics statistics and realized that I was still getting quite a bit of traffic to the old blog at krell.cellsandbytes.net. I was wishing that these people would be kind enough to click on my new links on the new blog… but alas this was not the case.

So I set about trying to figure out how to make all of my old blog pages redirect to the ones on the new site. For your convenience, I’ve documented the steps involved in case you need to do this too!

  1. Make sure that the permalink structure on the two blogs matches (otherwise things get messy)
  2. Make sure you have access to edit the .htaccess file in your website’s directory
  3. Add the following code to the .htaccess file (most likely at the top): RewriteCond %{query_string} ^(.*)$ RewriteRule ^(.*)$ http://kdmurray.net/$1?%1 [R=301,L]My .htaccess file in my WordPress installation now looks like this: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule . /index.php [L]RewriteCond %{query_string} ^(.*)$ RewriteRule ^(.*)$ http://kdmurray.net/$1?%1 [R=301,L] </IfModule> # END WordPress I had to comment out the line #RewriteRule . /index.php [L] to make the vanity URLs function correctly.
  4. Test your website

I was able to make this work for static pages (/index.php) as well as the vanity URLs (/2007/06/15/flickr-vs-photoblog/) and everything seems to be working swimmingly. This will successfully re-route all the traffic from links, or bookmarks to my old site, and ensure people land on the right page on the new site.

Credit: Thanks to jdMorgan a moderator at webmasterworld.com for the original rules & regex.

WordPress Plugin: Admin Links Widget

I’ve just launched the first version of a new WordPress widget, the Admin Links Widget.

This very simple widget does as the name suggests. It provides links to administrative functions from the sidebar of your WordPress installation. The catch is, only administrators will be able to see the links so the general public won’t have their view cluttered up with links they can’t use.

Give it a try!

  1. Download the Plugin
  2. Unzip into your WordPress plugins folder
  3. Activate the plugin
  4. Add the widget to your site!

If you have any suggestions or feedback, please feel free to post below.

NinjaWords – Quick definitions

Zutter Bug tipped me off today to one of the greatest additions to the Web 2.0 space… a new free dictionary service called Ninja Words. Launched in November 2006 by Phil Crosby, it’s an Ajax-based dictionary site which pulls all of it’s information from Wiktionary and the Princeton WordNet.

It is (for the moment at least) lightning fast and has been able to find all of the words and phrases I’ve thrown at it so far, including:

The tool will also correct spelling (I forgot the second “m” in grammarian), as well as distinguish between common and proper nouns (note the two spellings of Enterprise).

This tool also comes with the ability to have a Windows Tray application, though the link to the OS X widget is broken. Hoorah!

Mac Lab Rat #4 – Global Geek Podcast

This week’s edition of the GGP is up and available, and with it the latest update from the GGP Mac Lab.

First up this week is a quick review of AutoResizer from Optunis. This is a great little image utility which provides an easy method of batch-resizing or re-formatting images. Simply point the tool at a file, or folder and it will process the file(s) into the selected output format. Some of the supported file types include JPEG, PNG and Adobe PSD. It works fairly quickly too. I was able to process a folder of 96 PSD files on my MacBook in about 45 seconds. AutoResizer will resize images to a fixed size, or scale to a preset vertical or horizontal value. It also provides a faciltiy for converting the files to a new format (PSD to JPEG for example).

Download this free application from the Optunis website.

Second on the block is a new Mac take on a UNIX classic. It’s Aquamacs. Acquamacs is an OS X compliant version of the ever popular Emacs text editing program from the UNIX and Linux platforms. Aquamacs sports the regular set of text-editing features that you’d expect from any good OS X tool, including full use of the OS X keyboard shortcuts for operations like copying, pasting etc. However it also supports many of the original Emacs key combinations as well which will make seasoned Emacs veterans very happy. Aquamacs also supports syntax highlighting for 24 different language variants right out of the box. These include PHP, HTML and AppleScript as well as some more obscure formats like matlab and Lisp. One criticism that I had of Aquamacs is already making its way into regular rotation on my Macbook, pushing TextEdit further and further to the outside.

Download Aquamacs from the project website.

Finally this week a maintenance application called OnyX.  It provides a quick one-stop centre for performing some of the tuning and maintenance tasks that we often neglect, as well as a spot to set preferences for some of the more hard-to-find settings in OS X.

Among the tweakable parameters are things like:

  • The image format for screen captures
  • The number of items in the “recent items” list
  • Enabling the “Developer Mode” of Dashboard
  • Highlighting the screen corners which have actions like turn on the screen saver
  • Enabling the “Debug” menu in several applications

In Maintenance Tasks, OnyX can restore many of the settings and options to their defaults, as well as perform system optimization.  OnyX also provides direct call-outs to many of the UNIX utilities present in OS X.  I really couldn’t find any negatives about OnyX, it’s a utility program that does what it says it will, and does it with a bit of style.

You can download OnyX from Titanium’s website.

That’s the end of this week’s review.  If you’d like more tech news from the past week, as well as links to other downloads, sites and services, check out the Global Geek Podcast.

Jing – Screencasting your world

A few weeks ago on the GGP, Dave and Tim did a review of a project called Jing which is a image and video screen capture and screencasting tool for both Mac and Windows.

A couple of days ago I was asked to create a tutorial at work for a new project we’re working on instead of having to continually do training sessions for my team.  I’ve given Jing a shot, and the early results are extremely encouraging!

I’ve been able to capture video segments (with audio!) of the training material, and will be able to produce it into a full length e-learning “howto” so that the team has something to work with when I go on holidays.

The tool produces .SWF files by default, but there are several video conversion apps out there which will manipulate your SWF’s into a more universally recognized format.

Check out the Jing project, and give it a try for yourself.

Mac Lab Rat #3 – Global Geek Podcast

Another week has come, and with it episode #58 of the Global Geek Podcast was released this morning. Here’s a recap of this week’s Mac Lab Rat segment.

First up this week is another fix for the somewhat troublesome 10.4.10 update for OS X. Users of MacBooks, MacBook Pros and Mac Minis may be experiencing some problems with their AirPort Express network adapters. The problems range from unstable connections, to in some cases, kernel panics.

I was definitely having problems with my WiFi connection which I’d unfairly attributed to my DD-WRT patched Linksys Router. Since the update has gone in, all my network issues have automagically disappeared.

This is starting to bring back memories of some past Windows Service Pack releases…

Link to the patch on Apple.com

Second on the block this week is a Flickr-based desktop changer called DeskLickr. Aaron Wallis‘ the application provides a way to “flickrize” your desktop by allowing you to select from your photos, or anyone elses and pull up images from a set, an entire photoset, or from a “tag” search.

One thing I did notice, is that it doesn’t do any scaling of the images and just chopped off the extremities of the photo. This has the unfortunate consequence of chopping off the extremities of people in the pictures as well. That said, it works very well for images of scenery or scaled backgrounds.

http://desklickr.isnot.tv/

The final download for this week is a couple of Applescripts from Apple itself which allows you to convert text to AIFF files. These scripts are quick and easy to use. One script can be used to arbitrarily convert any text string. This is good for short clips, or words. The other will convert the text in the top-most TextEdit window to audio. This is great for converting eBooks or readme files to an audio format. The next time you just need to get some text converted to an audio file, use one of these scripts and then convert it to MP3 using iTunes!

http://www.apple.com/applescript/macosx/text2audio.html

If you haven’t done so already, head over to the Global Geek Podcast website and give this week’s show a listen. Better yet use these links to subscribe to the podcast with iTunes, or your preferred PodCatcher [rss].

Visual Studio ‘Rosario’ — CTP

I just read on Jeff Beehler’s blog that Microsoft has released a CTP (Community Technology Preview) of the next version of Visual studio… and I don’t mean VS 2008 “Orcas”.

Virtual PC images of the new VS install were made available from the Microsoft Downloads website on August 3rd.  I’ve included a direct link to the download page.

A bit of idle speculation…?  Microsoft may have features in store for Rosario that were originally been slated for Orcas, but were bumped due to the changes in the Windows Vista feature set… WinFS anyone?

I haven’t had a chance to read over the whitepaper yet, but It seems strange to me that they would be so far along with Rosario when Orcas is still several months away from RTM.

Have a look through Jeff’s post for more details on what precisely we can expect from VS ‘Rosario’.

BC Launches Technology Recycling

Beginning August 1st, 2007 the Province of BC has started a technology recylcing program.  Titled the “E-Waste Stewardship Program” it will allow BC residents to take their old electronics including:

This marks a great step forward in helping to curb the amount of tech-trash entering BC landfills.  For more informatio on the initiative, visit electronicsrecycling.ca.