<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>gBradhopkins.com</title>
<link>http://www.gbradhopkins.com/</link>
<description></description>
<language>en-US</language>
<copyright>Copyright 2013</copyright>
<lastBuildDate>Mon, 06 Feb 2012 08:49:53 -0500</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.2</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>Toggle Between Tabs in Safari</title>
<description><![CDATA[<p>Need a quick way to toggle between tabs in Safari using keyboard shortcuts? </p>

<p>I'm a big fan of keyboard shortcuts - anything that keeps my hands on the keyboard makes me happy, and more efficient - so when a friend asked if there was a way to toggle between open tabs I thought, "Why didn't I think of that?"</p>]]>
<![CDATA[<p>I often have between 5 and 10 browser tabs open at a time and switching between them using using the touchpad is decidedly inefficient.</p>

<p>As it turns out, of course there is.</p>

<p><strong>Toggle Forward</strong></p>

<p><img src="http://www.gbradhopkins.com/article_images/2012/02_06/keyboard_forward_sm.jpg" alt="Keyboard command for toggling forward - command-shift-]" /></p>

<p>Command - Shift - ]</p>

<p><strong>Toggle Backward</strong></p>

<p><img src="http://www.gbradhopkins.com/article_images/2012/02_06/keyboard_backward_sm.jpg" alt="Keyboard command for toggling forward - command-shift-]" /></p>

<p>Command - Shift - ]</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2012/02/toggle_between_tabs_in_safari.html</link>
<guid>http://www.gbradhopkins.com/archives/2012/02/toggle_between_tabs_in_safari.html</guid>
<category>Mac Tutorials</category>
<pubDate>Mon, 06 Feb 2012 08:49:53 -0500</pubDate>
</item>
<item>
<title>Fuller, Full-Screen For Web Video</title>
<description><![CDATA[<p>Occasionally I'll watch Sunday night NFL games on the <a href="http://NBCSports.com">NBCSports.com</a> website.  The NBCSports.com video player allows you to watch video full-screen.  The problem is that even when watching full-screen, you've got wasted space to allow for the different camera angles that they offer.</p>

<p><a href="http://www.gbradhopkins.com/archives/screensnaps/NFL---NBC.html" onclick="window.open('http://www.gbradhopkins.com/archives/screensnaps/NFL---NBC.html','popup','width=800,height=514,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">NFL on NBC Video Player Window - Full-screen</a></p>

<p>Here's two ways to increase the size of full-screen video using a built-in MacOS X shortcut.</p>]]>
<![CDATA[<p><strong>Use your Scroll Wheel</strong><br />
If you have a mouse with a scroll wheel, hold in the control key and scroll toward the front of the mouse (as if you were scrolling up a page) to Zoom.  To scroll out, simply hold the control key and scroll toward the back of the mouse (as if you were scrolling down a page).</p>

<p><strong>No Scroll Wheel? No Problem</strong><br />
You can also use a keyboard command to achieve the same effect.</p>

<p>To Zoom-In on your screen use the following key combination: <br />
<strong>Option Command =</strong> (equal or plus sign).<br />
<img src="http://www.gbradhopkins.com/archives/screensnaps/Zoom-In.jpg" alt="Zoom-In"/></p>

<p>To Zoom-Out use the following key combination: <br />
<strong>Option Command -</strong> (dash or minus).<br />
<img src="http://www.gbradhopkins.com/archives/screensnaps/Zoom-Out.jpg" alt="Keyboard Layout"/></p>

<p>NOTE - You cannot use the + or - on the numeric keypad to zoom in or out.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2008/12/fuller_fullscreen_for_web_vide_1.html</link>
<guid>http://www.gbradhopkins.com/archives/2008/12/fuller_fullscreen_for_web_vide_1.html</guid>
<category>Internet Tutorials</category>
<pubDate>Sun, 14 Dec 2008 21:16:52 -0500</pubDate>
</item>
<item>
<title>Recovering Individual Files from Plesk Backup</title>
<description><![CDATA[<p>If you host your website on a server that runs Plesk as the Control Panel, and you actually make back-ups of your server, then at some point you are probably going to want to access the files located on the Plesk generated back-up.</p>

<p>With some free software, it's easier than you think.</p>]]>
<![CDATA[<p>If you are a Mac user, then you are no doubt familiar with Stuffit Expander from Smith Micro.  This expander software was generally installed on every Mac for as long as I can remember. I don't believe it is still part of the standard install but, no worries, it's a free download (you just have to provide them with your email address).</p>

<p><strong>First</strong> - <a href="http://my.smithmicro.com/mac/stuffit/expander.html">download and install the Stuffit Expander software</a>.</p>

<p><strong>Second</strong> - Navigate to your local copy of your Plesk Backup file.</p>

<p><strong>Third</strong> - Right click on the Plesk Backup File and select Open With…  You will now need to navigate to the Stuffit Expander application that you installed in step 1 (you can find it in your Applications folder). </p>

<p>That's all there is to it.  Stuffit Expander should now begin decompressing the Plesk Backup file.  You will need to then decompress the individual files that contain your web files.  On mine the files that comprised my website were found in the '<em>domainname.com.httpdocs</em>' folder.</p>

<p><strong>Not a Mac user?</strong><br />
You're in luck!  Stuffit Expander is also available as a <a href="http://my.smithmicro.com/win/stuffit/index.html">free download for Windows</a>.  There is one caveat for Window's users - you also need to install Microsoft .Net Framework (<a href="http://my.smithmicro.com/get.net/">Redirect from Smith Micro to the Microsoft .Net Framework download page</a>).</p>

<p><strong>Viewing Databases</strong><br />
As more and more sites are database driven you may also find that you need to view the database that holds your site together.  This is easy also.  Simply open the database file - mine was called directory.mysql - with a text editor (I used <a href="http://www.barebones.com/products/textwrangler/">TextWrangler</a>).  You can then browse or search the database file line by line to extract the data you need.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2008/12/recovering_individual_files_fr.html</link>
<guid>http://www.gbradhopkins.com/archives/2008/12/recovering_individual_files_fr.html</guid>
<category>Internet Tutorials</category>
<pubDate>Tue, 09 Dec 2008 23:29:45 -0500</pubDate>
</item>
<item>
<title>MacOS 10.5 Install - Crash, Burn, Recovery</title>
<description><![CDATA[<p>Yesterday I wrote an article about my <a title="First Impressions of MacOS 10.5 Leopard" href="http://www.gbradhopkins.com/archives/2007/10/macos_105_leopa.html">first impressions of MacOS 10.5 'Leopard'</a>. Today, I have a slightly different perspective as for the first time ever, I've had a failure when installing a version of MacOS X. <br />In this article I'll provide a way for you to (hopefully) recover the files that are on your system in the event that the same thing happens to you.&nbsp;</p>]]>
<![CDATA[<p>The installation that I had trouble with was on an iMac G5 (I mentioned that I was having problems with the install in yesterday's article). Fortunately, this is the least used computer in the house and serves only as a place to browse the web, keep our Quicken data and my wife uses it to check email and sync her Palm. (Why does it always seem that bad things happen to her computer?) </p><p>Of course, I brazenly installed the new OS without doing any kind of backup (BIG MISTAKE) - if I'd have done a backup I wouldn't be writing this article right now.</p><p><strong>The Install Process</strong>&nbsp;</p><p>The install process that I chose was a standard Upgrade (at one point I also chose to Archive and Install). The install begins as normal with an estimated completion time of 2 hours 30 minutes.&nbsp; After a couple of hours I return to the computer to find the display is black so I hit the keyboard to wake it and then a big exclamation mark is displayed indicating that the install failed.&nbsp; The first time that this happened, I thought &quot;No big deal, let's try it again.&quot; After the third time I decided it was time to see if I could recover the files on the Mac.</p><p><strong>The Recovery Process</strong></p><p>I was unable to restart the Mac from the Hard Drive in 10.4 (it was not an option in the Startup Disk menu included with the Installation Disc). I started to panic here. I've lost my wife's files before. It's not a pretty site. I calmed myself and decided to try to start the computer in Firewire disk mode (Tutorial - <a title="Using Firewire Disk Mode" href="http://www.gbradhopkins.com/archives/2004/10/using_firewire.html">Using Firewire Disk Mode on Your Mac)</a>. It worked! I then connected a firewire cable from the unresponsive iMac to my PowerBook and viola, the seemingly dead drive (with all of my wife's files no longer locked inside) sprang to life.</p><p>Next, I had to find my wife's User Folder - they were found in a folder called 'Previous Systems,' in a directory with the date and time of my first install attempt.&nbsp; <a title="View Window" target="_blank" href="http://www.gbradhopkins.com/archives/upload/2007/10/directories.jpg">View the window and path.</a><br /></p><p>Once I found her User Folder, I simply started copying all of her files - Desktop, Documents, Pictures, Library (Mail and Widgets) over to the hard drive on my PowerBook (we'll see if I can actually use the Library files once I get the new OS installed on the iMac - I hope so).<br /></p><p><strong>Final Thoughts&nbsp;</strong></p><p>I believe the above process worked because I started with a standard upgrade as the install (as opposed to an archive and install). I'm not sure how successful this recovery process would have been had I performed a different install initially. The moral of the story is that you should always back up prior to doing an install of a new OS. I have one more installation to do tomorrow on a work computer and we'll see if I take my own advice.</p><p>If only Time Machine could actually take me forward in time so that I could have done a backup prior to installing&nbsp;  the new OS.<br /></p><p>&nbsp;</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2007/10/macos_105_install_crash_burn_r.html</link>
<guid>http://www.gbradhopkins.com/archives/2007/10/macos_105_install_crash_burn_r.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sun, 28 Oct 2007 06:28:30 -0500</pubDate>
</item>
<item>
<title>MacOS 10.5 &apos;Leopard&apos; First Impressions</title>
<description><![CDATA[<p><img width="140" vspace="10" hspace="10" height="140" border="0" align="right" src="http://www.gbradhopkins.com/archives/upload/2007/10/leopard.jpg" />I received my copy of MacOS 10.5 'Leopard' yesterday via FedEx and promptly installed it on 3 of 5 computers that I have at home and in the office (a PowerBook G4, iMac (Intel) and a PowerMac Dual Processor G5).&nbsp; I also began an install on an iMac G5 which failed on the first installation attempt (and is currently in the process of installing - 2nd attempt). I thought I'd share my impressions of the new OS X (one - because I want to get in the habit of writing more and two - because I was hoping to get some feedback from other users).</p><p>To begin, I must admit that I am an unabashed fan of Apple products, and have been since working on my high school newspaper way back in 1992 - 1993. I've used MacOS X since day 1 (all the way back to the first release of the beta version of MacOS X) and feel that I have some insight into the evolution of an OS that is now in its sixth iteration. Below I've listed my first impressions of what I feel is 'The Good', 'The Bad' and 'The Ugly' of MacOS X Leopard.<br /></p>]]>
<![CDATA[<p><strong>The Good (In no particular order)</strong></p><p><strong>Screen Sharing:</strong> In our office we have been using a piece of software from <a target="_blank" title="Devon Technologies" href="http://www.devon-technologies.com/">Devon Technologies</a> called <a target="_blank" title="Desktop Transporter" href="http://www.devon-technologies.com/products/desktoptransporter/index.html">Desktop Transporter</a> to share screens for the purpose of training and some general use and maintenance. Now that MacOS 10.5 has screen sharing built-in, that is one piece of software that I can dump from my system, although I can't get the $30 back that I spent on it. Screen Sharing in 10.5 works as I'd expect it to - although I'd like for the ability to copy items directly to the clipboard without having to use the 'Get Clipboard' and 'Send Clipboard' buttons.</p><p><strong>Quick Look:</strong> This is one of those shortcuts that after using it a couple times you wonder how you ever lived without it. I love the fact that you can arrow up and down through a series of files after activating Quick Look. I'll never have to hit apple - I to check the size of a folder again.</p><p><strong>Spotlight:</strong> The refinements to Spotlight are great. Applications now top the list - making Spotlight a better application launcher than it was before - slight delays in the returning of results made Spotlight an imperfect application launcher.&nbsp; Also (I read this in David Pogue's NY Times Column) Spotlight can be used as a simple calculator. Try it. Hit the apple key and the space bar to launch Spotlight and type in 2+2.&nbsp; The result is right there at the top of the list. Looking for the definition of a word? It's right there also. Just type in the word and you get the part of speech as well as the beginning of the definition. Click on it and the dictionary is launched. Genius.</p><p>Other potentially 'Good' items that I haven't had time to try: <strong>Time Machine</strong>. I feel like this is going to be great. <strong>Back to my Mac</strong>. I have a .mac account and am really excited about trying this.&nbsp; <strong>Mail</strong>. The new notes and to do items seem like a good idea. <strong>Spaces.</strong>&nbsp; I have to use this in my work environment to get a feel for whether or not this is going to be the huge time saver / convenience that I think it will.&nbsp; I love expose and this seems like <em>Expose</em> on Steroids.<br /></p><p>So far, in limited use, those are the improvements that have really caught my attention. I'm sure that as time passes the list will grow.</p><p><strong>The Bad</strong></p><p><strong>Stacks:</strong> I'm just not falling in love with Stacks.&nbsp; I guess I'm just used to clicking on a folder in the Doc and having it open. I wish there was an option to turn stacks off so that the folder simply opened in the Finder. Having to hold in the apple key while clicking on a stack is an acceptable solution - I just wish I could make it automatic.</p><p><strong>Cover Flow for the Finder:</strong> I must admit, I'm not a huge fan of Cover Flow in iTunes. I feel like it takes up a lot of space and this is magnified in the Finder since I typically don't use Finder windows that take up the entire screen. A better combination for me is to use the column view with Quick Look. The only use of Cover Flow that I feel works is on the iPhone. There is something about using your finger to flip through your music that just feels right.</p><p><strong>The Dock:</strong> I don't like the look of the new Dock. I feel like it takes up more room when items are magnified and there is too much drop shadow going on behind the apps in the dock. It's like when I first got Photoshop and could apply a drop shadow to anything I wanted - I went drop shadow crazy and put it on everything. Too Much. I also don't really love how the name of each program is displayed over every app. Unnecessary. If it's worthy of being in the Dock then I should be able to identify it by sight.&nbsp; I can see where this would be a big help to a beginner or switcher - but I'd like to turn it off.</p><p><strong>The Ugly (purely aesthetic): </strong>When you interact with the OS every day you tend to get used to how it looks. Leopard deviates from what I'm used to and so this section may need to be appended at some point as I get used to what I'm seeing on screen but below are my gut reactions as to what I feel are aesthetic issues in MacOS 10.5.</p><p><strong>Translucent Menu Bar:</strong> I don't like it. From a usability standpoint having a translucent menu bar  seems to devalue the importance of the menu bar. Once a menu item is clicked on it obviously becomes more apparent but I feel like new users are going to undervalue the importance of the menu bar. Maybe it's just me?</p><p><strong>New Folders:</strong> I don't love them. The fact that I notice them at all means that something is off.</p><p><strong>Mail:</strong> I don't like the overall dark look of mail.&nbsp; The buttons don't work for me - actually I didn't like them in the previous version of mail either.</p><p><strong>Translucent Menu's:</strong> I can take these or leave them. I don't like the idea of being able to almost see through the menu but I don't hate it. The same goes for the rounded corners on the menus. I don't love them but I'm sure I'll learn to ignore them (at the very least).</p>So, that's it. The good, the bad and the ugly in MacOS 10.5, Leopard. I've had the new OS installed for less than 24 hours and those are my first impressions. Let me know what you think about the new OS. Comment below!<br />]]></description>
<link>http://www.gbradhopkins.com/archives/2007/10/macos_105_leopard_first_impres.html</link>
<guid>http://www.gbradhopkins.com/archives/2007/10/macos_105_leopard_first_impres.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sat, 27 Oct 2007 14:32:04 -0500</pubDate>
</item>
<item>
<title>Plugin Adds Support for Motorola V365 in iSync</title>
<description><![CDATA[<p>The great thing about the internet is that if you have a problem, you can usually find a solution to that problem.&nbsp; The problem I had was that my wife got a new Motorola V365 cell phone and we needed to transfer all of her contacts to the new phone and I thought iSync (via Bluetooth) would be the easiest way to do it. WRONG!<br /><br />iSync would not recognize the V365 (actually, it did recognize it - it just wouldn't support it).</p><div style="text-align: center"><img width="455" height="146" border="0" title="V365 Not Supported by iSync" alt="V365 Not Supported by iSync" src="http://www.gbradhopkins.com/archives/upload/2007/07/Picture%201.png" /></div><p>&nbsp;</p><p> Fortunately, a search provided a fast and easy solution to my problem.<br /></p>]]>
<![CDATA[<p>My search lead me to <a title="v365 iSync Plugin" href="http://thefixer.org/v365.html">thefixer.org/</a> and their v365 Plugin for iSync.</p><p>Installation of the plugin was a breeze. Simply download the plugin (<a title="Download the V365 Plugin for iSync" href="http://thefixer.org/v365.html">download here</a>), drag the MotV365.phoneplugin to ~/Library/PhonePlugins (I actually had to create that directory) and then add the device through iSync. NOTE: The PhonePlugins directory should be created in the main Library on your Hard Drive, not the user Library that is found under your username (see image below). If the plugin does not work, verify that you have created the PhonePlugins directory in the correct location.</p><p><a href="http://www.gbradhopkins.com/archives/upload/2007/07/Picture%203.png"><div style="text-align: center"><img width="300" height="167" border="0" alt="Picture%203.png" title="Picture%203.png" src="http://www.gbradhopkins.com/archives/upload/2007/07/Picture%203-thumb.png" /></div></a></p><p>The actual image that iSync displays for the phone is not accurate (see below) but iSync will now allow you to sync all of your contacts and calendars.</p><p>&nbsp;</p><div style="text-align: center"><img width="455" height="146" border="0" title="Add v365 to Device List" alt="Add v365 to Device List" src="http://www.gbradhopkins.com/archives/upload/2007/07/Picture%202.png" /></div><p>&nbsp;</p><p>That's all there is to it. You are now ready to start syncing!&nbsp;</p><p>&nbsp;</p><div align="left" style="text-align: center">&nbsp;</div>&nbsp;<p>&nbsp;</p><p>&nbsp;</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2007/07/plugin_adds_support_for_motoro.html</link>
<guid>http://www.gbradhopkins.com/archives/2007/07/plugin_adds_support_for_motoro.html</guid>
<category>Mac Tutorials</category>
<pubDate>Mon, 09 Jul 2007 00:02:43 -0500</pubDate>
</item>
<item>
<title>Rip DVDs for iPod Video</title>
<description><![CDATA[<p>In this Mac Tutorial, I'm going to show you how you can rip a DVD for playback on a new <a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=technologyfor-20&amp;creative=9325&amp;path=http://www.amazon.com/gp/product/B000A3WS20?v=glance%26n=172282%26n=507846%26s=electronics%26v=glance">iPod (5th Generation - Video)</a><img src="http://www.assoc-amazon.com/e/ir?t=technologyfor-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />. To complete this we will need the "GPL'd multiplatform, multithreaded DVD to MPEG-4 ripper/converter," <a href="http://handbrake.m0k.org/">HandBrake (version 0.7)</a>. <img align="right" alt="handbrake-icon.gif" src="http://www.gbradhopkins.com/archives/upload/2005/11/handbrake-icon.gif" width="148" height="143" /></p>]]>
<![CDATA[<p><em>The instructions that I'm providing allow you to use the ripped video files on your iPod. If you would simply like to rip a DVD for playback on a laptop or only in iTunes itself, use the default settings set by HandBrake.</em><br />
<strong><br />
Ripping Content for iPod Video</strong></p>

<p>First, insert the DVD that you would like to rip for use on the iPod. In this example I am ripping <a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=technologyfor-20&amp;creative=9325&amp;path=http://www.amazon.com/gp/product/B000A9QKRI?v=glance%26n=130%26n=507846%26s=dvd%26v=glance">Arrested Development Season 2, Disc 3 DVD</a><img src="http://www.assoc-amazon.com/e/ir?t=technologyfor-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.</p>

<p>Upon insertion of the disc, the Apple DVD player will launch and we'll subsequently quit that. Next, we'll open HandBrake and click on Open DVD from the file menu. We will then select the Detected Volume and click Open. HandBrake will then scan the various chapters of the disc (see images below). </p>

<p><a href="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Select_Volume.html" onclick="window.open('http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Select_Volume.html','popup','width=803,height=585,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img class="imageborder"  src="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Select_Volume-thumb.gif" width="128" height="93" alt="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Select_Volume-thumb.gif" /></a> <a href="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Scanning.html" onclick="window.open('http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Scanning.html','popup','width=450,height=226,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img class="imageborder" src="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Scanning-thumb.gif" width="128" height="64" alt="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Scanning-thumb.gif" /></a></p>

<p>We will now have to select the Title that contains the video that we want to rip. On the Arrested Development disc, I would rip the first six chapters in the Title Menu. On a full length movie we would have to look at the Duration to find the video that we want to rip (see images below).  [<em>On a full length movie we will know that the video is the correct video to rip because it will have the longest duration. </em>]</p>

<p><a href="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Title_Select.html" onclick="window.open('http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Title_Select.html','popup','width=803,height=585,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img class="imageborder" src="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Title_Select-thumb.gif" width="128" height="93" alt="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Title_Select-thumb.gif" /></a> <a href="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Duration.html" onclick="window.open('http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Duration.html','popup','width=803,height=585,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img class="imageborder" src="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Duration-thumb.gif" width="128" height="93" alt="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Duration-thumb.gif" /></a></p>

<p>Next, we'll adjust the video settings to rip the video in the format that is required for the iPod. There are primarily three settings that will need to be adjusted. (1) Average bitrate, (2) 2-Pass Encoding and (3) Picture settings. Set Average bitrate to 400, select the check box for 2-Pass Encoding and in the Picture settings adjust the size of the image down to 320 x 176 (see images below).</p>

<p><a href="http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_settings.html" onclick="window.open('http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_settings.html','popup','width=803,height=585,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img class="imageborder" src="http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_settings-thumb.gif" width="300" height="218" alt="http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_settings-thumb.gif" /></a></p>

<p><a href="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Picture.html" onclick="window.open('http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Picture.html','popup','width=966,height=585,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img class="imageborder" src="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Picture-thumb.gif" width="300" height="181" alt="http://www.gbradhopkins.com/archives/upload/2005/11/HandBrake_Picture-thumb.gif" /></a></p>

<p>Finally, adjust the Destination settings. Here we will change the File (name) and the location that the file will be saved to by typing in a name (make sure to add or keep the .mp4 file extension) and selecting browse to select the destination (see images below).</p>

<p><a href="http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_destination.html" onclick="window.open('http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_destination.html','popup','width=803,height=585,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img class="imageborder" src="http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_destination-thumb.gif" width="300" height="218" alt="http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_destination-thumb.gif" /></a></p>

<p>Now, hit Rip and HandBrake will begin ripping the video (see image below). Each 22 minute episode of Arrested Development took roughly 30 minutes to rip. </p>

<p><a href="http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_encoding.html" onclick="window.open('http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_encoding.html','popup','width=803,height=585,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img class="imageborder" src="http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_encoding-thumb.gif" width="300" height="218" alt="http://www.gbradhopkins.com/archives/upload/2005/11/Handbrake_encoding-thumb.gif" /></a></p>

<p>Once the file has been ripped, drag it into iTunes (version 6 or higher), connect your <a href="http://technorati.com/tag/iPod" rel="tag">iPod</a> and do a sync. The file should now be available for viewing on your iPod.</p>

<p><strong>Setting up the Queue in HandBrake</strong></p>

<p>If you are going to be ripping multiple chapters of a DVD then you will want to set up the queue. Setting up the queue is simple as long as you remember that you have to adjust the settings for each Title (Chapter) of the DVD that you want to rip.</p>

<p>In a nutshell, adjust the settings for the first Title that you want to add to the queue according to the steps above, and then click on Add to queue. Now, make the adjustments for the next Title that you want to rip and click Add to queue and continue for all Titles that you want to rip. <strong>NOTE - Picture settings and File name MUST be changed for each Title that you want to add to the queue.</strong></p>

<p>Once you have added all of the Titles to the queue click Rip and HandBrake will begin Ripping the video.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/11/rip_dvds_for_ipod_video.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/11/rip_dvds_for_ipod_video.html</guid>
<category>Mac Tutorials</category>
<pubDate>Mon, 07 Nov 2005 22:47:07 -0500</pubDate>
</item>
<item>
<title>Apple DVD Player 4.6 Available</title>
<description><![CDATA[<p>Among the software updates that were included in MacOS 10.4 (Tiger) was an update to the DVD Player (version 4.5) that is included with the OS. This was a welcome update, as the DVD Player was seriously lacking in some respects. </p>

<p>Today, Apple released the 4.6 version of the DVD player.</p>]]>
<![CDATA[<p>New features in the 4.5 update include…</p>

<p>Equalizer: Control the DVD audio with a powerful equalizer, including 10 individual sliders and 4 presets.<br />
Enhanced Bookmarks: Bookmark favorite moments of a DVD for quick access later on.<br />
DVD Navigator: View real-time information about the DVD being played in an onscreen overlay.<br />
DVD Video Clips: Designate a section of a DVD for quick access later.<br />
DVD Video Color Controls: Play your DVDs in the highest quality even in different lighting conditions with on-the-fly video color correction.<br />
DVD Video Zoom: Magnify the video image to reduce or eliminate the letterbox bars that appear on some DVDs while maintaining high video quality.<br />
Dock Icon: Play DVDs live on the Dock when the DVD window is minimized (requires Quartz Extreme).<br />
High Definition: Play DVD Studio Pro 4 authored high-definition video from HD DVD discs and hard drives.DVD Player 4.6 delivers added support for DVD Studio Pro 4 authored HD DVDs. It is recommended for all users of DVD Player.</p>

<p>The 4.6 version, which is now available via the Software Update, includes:</p>

<p>Additional support for playing DSP 4 authored HD DVD folders from DVD discs and hard drives.<br />
Additional support of discs with both SD and DSP 4 authored HD content.<br />
Improved Global Player settings.<br />
Improved usage for last play and disc info dialogs.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/05/apple_dvd_player_46_available.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/05/apple_dvd_player_46_available.html</guid>
<category>Mac Tutorials</category>
<pubDate>Thu, 19 May 2005 08:09:59 -0500</pubDate>
</item>
<item>
<title>Increase Widget Security</title>
<description><![CDATA[<p>With the addition of Widgets to MacOS 10.4 "Tiger" a potential security problem has arisen. This tutorial, provided by CJ Correnti of C2 Media Group will help increase the security of Widgets.</p>

<p>One simple solution, is obviously to turn off "Open Safe Files" in Safari, but that does make life a bit more difficult, so, for those who want to have their cake and eat it too (at least on this issue) I found it blindingly easy to add what I think should be closer to the default behavior - and it's not dependent on Safari.</p>]]>
<![CDATA[<p>1. Run "Folder Actions Setup" (in the Applications/Applescript folder).<br />
2. (if it's not already on) Turn on "Enable Folder Actions".<br />
3. Click the (+) button below the folder column to add a folder.<br />
4. Select ~/Library/Widgets in the dialog that pops up for folder selection.<br />
5. Then another dialog asks what action to take and presents a list of pre-made scripts.<br />
6. Select the "add - new item alert.scpt". (click OK).<br />
7. Close up the folder actions application - you're done.</p>

<p>After this, whenever anything gets put in that folder, the system will alert you that something has been placed in your widgets directory and ask if you want to see it. If you weren't expecting this, say if you visited the zaptastic site and got "drive-by-downloaded" you'll at least get tipped to the situation and can either examine the contents of the widget (if you're a geek like me) or trash it without having to dig through anything. You could also go another step and have Applescript check the contents for certain keys within the widget (say looking for preferences that allow full system access) but I think this will suffice for most people until Apple addresses the problem head on.</p>

<p>It's also not a bad idea to put a watch on some critical system wide folders this way as well, such as /Library/StartupItems and /System/Library/StartupItems to deal with some of the possibilities you mention as problems of applications asking for admin passwords during installs. Obviously this can be taken farther, but it's a simple start that at least gives people the chance to see what's going on, and requires very little tech savvy . Also, I am aware of at least a couple other "packaged" applescripts folks have released to do essentially the same thing, but at least with this method I know Apple wrote the script and I did the setup.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/05/increase_widget_security.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/05/increase_widget_security.html</guid>
<category>Mac Tutorials</category>
<pubDate>Fri, 13 May 2005 15:14:51 -0500</pubDate>
</item>
<item>
<title>iTunes 4.8 Upgrade Reveals the Future of iPod and Video</title>
<description><![CDATA[<p>Apple quietly released a point (4.8) update to iTunes yesterday (5/9/05). <img src="http://www.gbradhopkins.com/images/mac/iTunes4/icon.gif" alt="" width="149" height="137" align="right" border="0">This update has been viewed as relatively minor, especially for Windows users, by those who have downloaded it so far. </p>
		<p>I also viewed this update as minor, until I went to purchase the Dave Matthews Band album that was released today. With a little bit of creative thinking, and dot connecting, you can almost see the future of not only the iPod, but also the way we carry video with us.</p>]]>
<![CDATA[<p>The new Dave Matthews Band album features a few extras that are firsts for the iTunes Music Store, namely Video Downloads and Digital Booklets.</p>
		<p>If you are running iTunes 4.7 and you attempt to purchase this album (or any other with these exclusive extras) you will be prompted to download the 4.8 version of the iTunes music store. Apparently, this is not a required download, but is recommended. </p>
		<p>The first thing you will notice about these new files are the icons located to <img class="imageborder" src="http://www.gbradhopkins.com/images/mac/iTunes4/4_8_Update/video_books.gif" alt="" width="201" height="34" align="right" border="0">the right of the track names (see image right).  </p>
		<p>The downloadable Stand Up video features a behind-the-scenes look at the creative process behind the making of the album with the members of the band talking about each song and how it came about. The digital booklet features liner notes and album artwork, something many users have been clamoring for, and opens in the Preview application when clicked on. </p>
		<p>Video can be viewed in one of three ways in iTunes 4.8. You can view it in the small Now Playing preview window, which was previously reserved for album cover art, you can click on the Now Playing preview window and the video will open in a new player window, or you can click on the full screen button and the video will play full screen (see images below). These new features, while they may seem minor, make the iTunes Music Store feel more complete. No longer are you getting just music, but you are getting the entire work. </p>
		<table width="100%" border="0" cellspacing="2" cellpadding="0">
			<tr>
				<td>
					<div align="center">
						<img class="imageborder" src="http://www.gbradhopkins.com/images/mac/iTunes4/4_8_Update/video-preview.gif" alt="" width="168" height="182" border="0"></div>
				</td>
			</tr>
			<tr>
				<td>
					<div align="center">
						Now Playing Preview</div>
				</td>
			</tr>
			<tr>
				<td>
					<div align="center">
						<img class="imageborder" src="http://www.gbradhopkins.com/images/mac/iTunes4/4_8_Update/video-player.gif" alt="" width="252" height="163" border="0"></div>
				</td>
			</tr>
			<tr>
				<td>
					<div align="center">
						Video Player Window</div>
				</td>
			</tr>
			<tr>
				<td>
					<div align="center">
						<img class="imageborder" src="http://www.gbradhopkins.com/images/mac/iTunes4/4_8_Update/fullscreen.gif" alt="" width="168" height="32" border="0"></div>
				</td>
			</tr>
			<tr>
				<td>
					<div align="center">
						Full screen Button</div>
				</td>
			</tr>
		</table>
		<p><b>The Future of iPod and the way we view and transport video</b> In addition to being able to download and view music videos, you can also add your own video files by simply dragging and dropping them into a playlist. Why is this important? Why would you want to store your video files in your music jukebox? Especially when iPhoto now has the ability to organize your video files? </p>
		<p>Think portable. Think iPod.</p>
		<p>With this update, I can envision video iPods in the not-too-distant future that allow you to carry your own personal video, your favorite music videos or even your favorite movies/television shows. And, with the iPod's (iPod Photo) ability to connect to your television to view slide shows, then the next logical step would be the ability to use that same connection to share video. The argument against a video iPod has always been that no one wants to watch video on a 2&quot; screen, and I agree. But, what if you could connect the iPod to a television and watch your favorite videos in all of their glory? Would that make a compelling case for a video iPod? </p>
		<p>What do you think? Let us hear your your thoughts on the iPod, iTunes and the future of video below.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/05/itunes_48_upgrade_reveals_the.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/05/itunes_48_upgrade_reveals_the.html</guid>
<category>Mac Tutorials</category>
<pubDate>Tue, 10 May 2005 09:55:35 -0500</pubDate>
</item>
<item>
<title>Planning and Executing a Smooth System Upgrade</title>
<description><![CDATA[<p>With every major OS release, there is a plan that I follow to ensure that (1) no files are lost, <img src="http://www.gbradhopkins.com/images/mac/cleaninstall/tigerbox.gif" alt="" width="156" height="169" align="right" border="0">(2) no applications are lost/forgotten, (3) a Clean Install is placed on my hard drive and (4) important files are archived to CD/DVD. </p>
		<p>Now that the arrival of <a href="http://www.apple.com/macosx/">MacOS X (10.4) Tiger</a> is imminent (according to UPS.com tracking), I'm in the process of performing another one of these upgrades. This tutorial will focus on upgrading a MacOS system, but many of the tips, if not the software involved, could be used for an upgrade or clean install of any operating system (OS).</p>]]>
<![CDATA[<p><b>Archiving Important Files:</b> The single most important part of any upgrade is locating all of the important files that are on your computer. The computer I am prepping for this upgrade is a PowerMac G5 that is used primarily for <a title="Firebrand Media Web Design" href="http://firebrand-media.com">business</a>. </p>
		<p>If you've implemented a common sense approach to saving important files (and by common sense I mean saving them in their proper folders), then you should be able to locate many of your most important files. </p>
		<p>For most everyday Mac users, all of your important files will be located in your Home Folder. The home folder includes all of your Desktop files, and the following folders; </p>
		<ul>
			<li>Documents: used for saving all created documents
			<li>Library: includes ALL settings and preference files for your applications
			<li>Movies: movie files
			<li>Music: iTunes and GarageBand music files
			<li>Pictures: iPhoto Library
			<li>Sites: which you may or may not use for a website that you maintain 
		</ul>
		<p>If you've done a good job of using these folders as they were intended, then your backup should be a breeze. For those that have .Mac accounts, Backup (a free download for .Mac users) is a perfect way to maintain an archive of your most important files. </p>
		<p><b>Using Backup:</b> Backup pre-selects certain packages of items for backup that you may or may not want to use when doing a complete backup like the one that we are currently doing. I would suggest that you deselect any of the packages that are selected (like desktop files, or purchased music) and instead select your entire home folder by clicking on the plus (+) button in backup and then navigating to your home folder.</p>
		<p>When using Backup, it allows you to select folders for backup by selecting and deselecting check boxes for each folder. The only folders that I wouldn't recommend you backup are folders that do not contain any files that you have created or want to keep (i.e. Public folder, Sites folder, etc.).</p>
		<p>Additionally, I wouldn't suggest that you backup your entire <b>Library folder</b>. Instead, I would suggest that you selectively backup folders that have vital information that may take time to recreate or that could never be recreated. This would include your Safari folder (which includes your favorites), Mail folder and maybe even your Fonts or FontCollections folders (if you've added fonts that you've downloaded and installed and no longer have the originals or if you taken time to organize your fonts into collections). Other than that, the rest of your Library files will be recreated once you reinstall the OS and your applications.</p>
		<p class="update">NOTE: If you have a .Mac account and use the iSync feature, then your Safari Favorites should be saved on your .Mac server but I would still recommend saving them to a backup CD/DVD.</p>
		<p> Other files that are easy to lose track of, or that I've lost track of, include <b>Quicken Data Files</b>, <b>VersionCue files</b> (Adobe Creative Suite Users know what I'm talking about), game files that may not be found in your home folder but in your Applications folder and files that for one reason or another are saved outside of your home folder.</p>
<p><b>Finding / Saving Applications: </b>Before we actually burn our backup CD/DVDs, we should move on to our second goal which was to make sure none of our applications are lost during the course of our reinstall. I would recommend that you go through your applications folder and make sure that you have the original installation disks of each of the apps that your use regularly. </p>
		<p>If you are like me, then you have a number of applications that you've downloaded from websites like <a href="http://www.macupdate.com">MacUpdate</a> or <a href="http://www.versiontracker.com">VersionTracker </a>that, while they may not be expensive, they have become an integral part of your daily workflow. It also doesn't hurt to download the newest versions of each of these applications. You may be pleasantly surprised by new features that have been added.</p>
		<p>In addition to making sure you have the applications installers, you also want to make sure that you have all of the serial numbers for applications that you have paid for. Many of the serial number for shareware apps arrive via email, so you should double check to make sure that you have them hand when you go to reinstall your app.</p>
		<p>I would recommend creating a folder within your home folder for these types of applications and their serial numbers. I have a download folder, which is in my Home folder, which includes a folder called keepers. Keepers contains shareware or freeware applications that I've downloaded from various websites. My serial numbers are stored on my iDisk.</p>
		<p>Once you have found all of the files, applications and serial numbers to archive, use Backup to save the files to CD/DVD or a hard drive. Depending on the amount of data that your are backing up, this may be time (and CD/DVD) consuming. My Home folder archive took 11 DVDs. Depending on the sensitivity of the data that you have, you may want to make duplicate backups and store one off site. You can never be too careful, can you?</p>
		<p>Now that we have everything backed up, we are ready for a clean install of our new OS.</p>
		<p>Have a question about the backup process? Have something you'd like to add? Think I missed something? Share it with the rest of us, using the feedback form below.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/05/planning_and_executing_a_smoot.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/05/planning_and_executing_a_smoot.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sun, 01 May 2005 10:58:47 -0500</pubDate>
</item>
<item>
<title>MacDesign Magazine becomes Layers</title>
<description><![CDATA[<p>MacDesign Magazine, one of the best you'll find for tips, tricks and tutorials on <img src="http://www.gbradhopkins.com/images/webdesign/layersmag/logo.gif" alt="" width="167" height="66" align="right" border="0">the applications that are near and dear to the heart (and wallet) of every web developer, graphic designer and video editor has changed names and focus (slightly).</p>]]>
<![CDATA[<p>It will now be called Layers Magazine, and it will primarily focus on Adobe applications. While this is not a huge change of course, it will mean that Final Cut Pro is no longer a feature in the magazine (although it will continue to be a focus on the <a href="http://macdesignonline.com/">MacDesign website</a>).</p>
		<p>For those of you who use Flash and Dreamweaver, both applications from Macromedia, you have nothing to worry about now that Adobe has made a bid to buy Macromedia.</p>
		<p>The <a href="http://www.layersmagazine.com">Layers Magazine website</a> has a plethora of information for the Graphic Design professional. You'll find how-to's, video demonstrations, training DVDs and articles about your favorite apps (Photoshop, Illustrator, GoLive, InDesign, Acrobat, Flash and Dreamweaver).</p>
		<p>For more information about what is ahead for Layers Magazine, check out this <a href="http://www.layersmagazine.com/features/layersmagazine.php">Q/A with Layers Magazine editor Scott Kelby</a>.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/04/macdesign_magazine_becomes_lay.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/04/macdesign_magazine_becomes_lay.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sat, 30 Apr 2005 14:30:30 -0500</pubDate>
</item>
<item>
<title>QuickTime Pro 7 Available</title>
<description><![CDATA[<p>Now that Tiger [<a href="http://www.apple.com/macosx/">MacOS 10.4</a>] is in the wild, the new version of <a href="http://www.apple.com/quicktime/">QuickTime</a> is also <img src="http://www.gbradhopkins.com/images/mac/QuickTime/quicktime-logo.gif" alt="" width="131" height="131" align="right" border="0">available. QuickTime 7, currently only available on the Macintosh, offers a host of new features including the ability to view (and create with the Pro version) beautiful high definition video using the new H.264 codec. </p>
<p>For all those getting ready to upgrade, be warned&#x2026; (that's called a tease)</p>]]>
<![CDATA[<p>If you currently have the Pro Version of QuickTime 6, you will need to purchase a new registration key to enable QuickTime Pro 7. As someone who rarely reads the warnings when updating software from the Software Update window, this came to a shock to me. I was completely oblivious to the fact until I tried to unlock Pro features of 7 using my version 6 key. Apparently, there were warnings that this would be the case but I missed them. If you find yourself in the same predicament, then you have two choices; (1) Purchase a new key or (2) Reinstall QuickTime 6 using this <a href="http://www.apple.com/support/downloads/quicktime652reinstallerformac.html">6.5.2 reinstaller</a> which removes QuickTime 7.</p>
		<p>The major update to the free QuickTime 7 Player is the <a href="http://www.apple.com/quicktime/technologies/h264/">H.264 codec</a> which allows you to view HD content. Apple has provided an <a href="http://www.apple.com/quicktime/hdgallery/">HD gallery</a> to demonstrate the capabilities of the new codec. These samples are visual feasts, but be warned, they are HUGE! </p>
		<p>In addition to the new codec, the QuickTime logo/icon has changed slightly. See image below for before and after images.</p>
		<div align="center">
			<p><img class="imageborder" src="http://www.gbradhopkins.com/images/mac/QuickTime/7/iconchange.gif" alt="" width="300" height="183" border="0"></p>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/04/quicktime_pro_7_available.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/04/quicktime_pro_7_available.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sat, 30 Apr 2005 10:32:54 -0500</pubDate>
</item>
<item>
<title>NASCAR TrackPass Now Available for Macintosh</title>
<description><![CDATA[<p><a href="http://www.nascar.com">NASCAR</a>, the fastest growing sport in America, has long offered exclusive access <img src="http://www.gbradhopkins.com/images/mac/trackpass/trackpass.gif" alt="" width="202" height="89" align="right" border="0">to premium live and on-demand content via its Nextel TrackPass subscription service for PC. That service is now available to users on the Macintosh platform. </p>]]>
<![CDATA[<p>Nextel TrackPass costs $64.95 per year ($5.41 per month) and provides plenty of content that is sure to make any NASCAR fan happy. Features include PitCommand (raceday and qualifying) which allows you to view real-time race information, live in car audio, live leaderboards, video highlights, audio clips, radio broadcasts, and condensed races. Visit the NASCAR.com <a href="http://www.nascar.com/multimedia/about/">About TrackPass</a> page for more information. According to the information on the NASCAR website, this sevice works equally well for dial-up users as it does for broadband users.</p>

<p>With the Daytona 500 this Sunday, this would be a perfect time to test  it out with their <a href="http://www.real.com/partners/nascar/?pcode=nascar&cpath=R1R&rsrc=about_page">14 day free trial</a>. </p>

<p>System Requirements include: MacOS 10.3, Safari 1.2.3 (Firefox also works), Java 1.4.2 and RealPlayer. A credit card is required for the free trial and will be billed if you do not cancel the free trial within 14 days.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/02/nascar_trackpass_now_available.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/02/nascar_trackpass_now_available.html</guid>
<category>Mac Tutorials</category>
<pubDate>Wed, 16 Feb 2005 02:17:09 -0500</pubDate>
</item>
<item>
<title>MacOS 10.3.8 Upgrade Horror Story</title>
<description><![CDATA[<p>Okay, so maybe horror story is a bit much. But, maybe not. Apple released an update to MacOS X Panther yesterday (<a href="http://www.apple.com/support/downloads/macosxupdate1038.html">10.3.8 - found here</a>) and as usual, I installed it without hesitation. Unfortunately, that's where things went awry.</p>]]>
<![CDATA[<p>The installation was done on an iMac G3, 400 MHZ, slot loading cd drive (pictured). <img src="http://www.gbradhopkins.com/images/mac/macosX/10_3_8_update/iMacGraphite.jpg" alt="" width="125" height="117" align="left" border="0">The install was done through the Apple Software Update menu and went as usual. Unfortunately, after restarting the computer, the display was void of colors and seemed to be in a sort of grayscale mode. Beyond the fact that you could barely read what was on the screen, the computer behaved as it normally would. All of the applications responded as they should, the system preferences were available, just no color.</p>

<p>After a little bit head scratching, I started to check some of the settings to see what was going on. I started at the Display preferences panel, where the color mode was set to 256 colors with no other options available. Normally, you would have the option of 256 colors, thousands or millions. Next, I launched the Apple System Profiler. Here, I checked the video card and found that it was set to 8 bit color depth, as opposed to 32-bit color depth as it should be.</p>

<p>Next, I tried repairing disk permissions through the Disk Utility. Again, no luck. At this point the computer is stuck in Grayland. The next step will be to back it up and do a complete reinstall of MacOS 10.3. Luckily, this is not a primary computer. It's basically used as a jukebox, a web browser and for email.</p>

<p>A search of the Apple Discussions Forum wasn't very helpful. Others have had problems related to installing 10.3.8 but none seem to be like my problem.</p>

<p>Updates will follow throughout the entire process of cleaning up this mess left by MacOS 10.3.8.</p>

<p>Have a similar upgrade issue? A suggestion? Something different? Post it below.</p>

<p><b>Update:</b> I never came up with the solution to this odd problem. Ultimately, I had to reinstall MacOS 10.3.  After doing a backup Idid a clean install of MacOS 10.3.  I then crossed my fingers and ran the combined update for 10.3.8. It worked as it was supposed to. No problems. If anyone comes up with the solution, please post it in the comments, so that others can solve the problem, should it arise.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/02/macos_1038_upgrade_horror_stor.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/02/macos_1038_upgrade_horror_stor.html</guid>
<category>Mac Tutorials</category>
<pubDate>Thu, 10 Feb 2005 04:25:31 -0500</pubDate>
</item>
<item>
<title>Use Quicktime Pro to rotate Movies</title>
<description><![CDATA[<p>With many of the digital camera manufacturers adding the ability to record <img src="http://www.gbradhopkins.com/images/mac/QuickTime/rotate-movies/quicktime-logo.gif" alt="" width="131" height="131" align="right" border="0">movies of various lengths and quality to their digital cameras, a recent problem has popped up. How to rotate a movie that you have taken with the digital camera? In this quick little tutorial, I'll show you how to use <a href="http://www.apple.com/quicktime/buy/">Quicktime Pro</a> [$29.99 - Apple.com] to rotate any video clip.</p>]]>
<![CDATA[<p>To begin, open the video file that you would like to edit in Quicktime Pro. The file I edited for this tutorial is a video of my wife skiing that I took while skiing beside her. I used my Nikon Coolpix 775 to record the footage.</p>
		<p>Next, go to the Movie menu in Quicktime Pro and click on <b>Get Movie Properties</b> (apple - J).  This will bring up the Movie Properties dialog box. See image below. Here we will click on the pop-up menu on the left that says movie and select Video Track. Next, we will select size from the menu on the right that says Annotations. Size will be all the way at the bottom. In the size dialog box you will see two buttons with arrows that indicate rotation (highlighted in image below). Just click on the one that will rotate your movie the way it needs to be rotated and then close the dialog box and save the movie. You should now be able to view your movie without cocking your head to one side.</p>
		<p><img class="imageborder" src="http://www.gbradhopkins.com/images/mac/QuickTime/rotate-movies/properties-dialog.gif" alt="" width="340" height="303" border="0"></p>
		<p><img class="imageborder" src="http://www.gbradhopkins.com/images/mac/QuickTime/rotate-movies/rotate-dialog.gif" alt="" width="340" height="470" border="0"></p>
		<p><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="320" width="240">
				<param name="loop" value="true">
				<param name="src" value="http://www.gbradhopkins.com/images/mac/QuickTime/rotate-movies/skiing.MOV">
				<param name="autoplay" value="true">
				<param name="controller" value="true">
				<embed height="335" pluginspage="http://www.apple.com/quicktime/download/" src="http://www.gbradhopkins.com/images/mac/QuickTime/rotate-movies/skiing.MOV" type="video/quicktime" width="240" controller="true" autoplay="true" loop="true">

<p>			</object></p></p>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/02/use_quicktime_pro_to_rotate_mo.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/02/use_quicktime_pro_to_rotate_mo.html</guid>
<category>Mac Tutorials</category>
<pubDate>Thu, 03 Feb 2005 13:10:41 -0500</pubDate>
</item>
<item>
<title>Update iPhoto - Even if it doesn&apos;t want to!</title>
<description><![CDATA[<p>		<p>Apple released an update to <a href="http://www.apple.com/ilife/iphoto/">iPhoto 5</a> today [version 5.01] which solves some issues <img src="http://www.gbradhopkins.com/images/mac/iPhoto/iPhoto-logo.gif" alt="" width="134" height="129" align="right" border="0">that some users were having (me included). According to the release notes, the update &quot;addresses issues with upgrading iPhoto 4 libraries, dragging albums into folders, importing MPEG 4 movies, and also includes a number of other minor fixes.&quot; The update is available via the software update menu, in most cases. In some cases, it's not recognizing the new update is available. None of my computers showed the update as being available. In this tutorial, I'll show you how to solve this minor problem and get the newest version of iPhoto.</p></p>]]>
<![CDATA[<p>Navigate to the receipts folder [Hard Drive/Library/Recipts]. Next, find all of the iPhoto files located in that folder [see image below]. As you can see in the image below I had four files related to iPhoto [iPhoto.pkg, iPhotoContent.pkg, iPhotoUpdate401.pkg, iPhotoUpdate403.pkg]. To make the update work, drag those files out of the receipts folder and put them some place safe (desktop is fine).</p>
		<div align="center">
			<p> <img src="http://www.gbradhopkins.com/images/mac/iPhoto/iPhoto-update/receipts.gif" alt="" width="400" height="230" border="0"></p>
		</div>
		<div align="left">
			<p>Now that you've moved those files, open the software update and check for the new software. It should now recognize the update. Go ahead and update the software as you normally would. Test the software to make sure it works. Update complete. I then trashed those old iPhoto files that were removed from the receipts folder. (I'm not necessarily recommending that you do the same. You can, or you can just throw them back in the receipts folder. They shouldn't do any harm.)</p>
			<div class="update">
				<p>UPDATE:</p>
				<p>After about an hour of testing, I've found that some of the bugs that plagued the 5.0 version remain in the 5.01 version. Particularly the bug that kills iPhoto when you are trying to create books and then leave the application. Upon returing to the app, and clicking on the book to continue editing, iPhoto quits. The only solution that I've found for this is to select all of the photos for the book, start editing, and stick with it until you have completed the book and placed the order. This is not really a big deal since prior versions of iPhoto didn't allow you to save the books to finish editing later. Or maybe it did? I can't remember. It's been a while since I created a book in iPhoto 4.</p>
<p>UPDATE 2:</p> <p>I posted this hint at MacosXhints.com and they recommend putting the old receipts back in the receipts folder.</p>			</div>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/02/update_iphoto_even_if_it_doesn.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/02/update_iphoto_even_if_it_doesn.html</guid>
<category>Mac Tutorials</category>
<pubDate>Wed, 02 Feb 2005 17:48:37 -0500</pubDate>
</item>
<item>
<title>Change Your Default Browser in MacOS X</title>
<description><![CDATA[<p>Finally made the switch from the Safari web browser to Firefox? (BTW - If you haven't yet, I recommend you give <a href="http://www.mozilla.org/products/firefox/">Firefox</a> a test drive). With this quick tutorial I'll show you how to change your default web browser in MacOS X (Panther).</p>]]>
<![CDATA[<p>Let's get started. </p>
		<p>You would probably expect to find the setting for the default web browser in the System Preferences but alas, it's not there. To change your default browser, open Safari and go to the Safari Menu (upper left of your screen -menu bar - see image 1 below) and click on Preferences (image 2 below).</p>
		<div align="center">
			<table width="100%" border="0" cellspacing="2" cellpadding="5">
				<tr>
					<td align="center"><img class="imageborder" src="http://www.gbradhopkins.com/images/mac/system/safari-menubar.gif" alt="" width="399" height="22" align="middle" border="0"></td>
				</tr>
				<tr>
					<td align="center">
						<div align="center">
							<img class="imageborder" src="http://www.gbradhopkins.com/images/mac/system/safari-prefs-menu.gif" alt="" width="234" height="277" border="0"></div>
					</td>
				</tr>
				<tr>
					<td align="center"><img class="imageborder" src="http://www.gbradhopkins.com/images/mac/system/default-browser.gif" alt="" width="400" height="371" border="0"></td>
				</tr>
			</table>
		</div>
		<p>Clicking on Preferences will bring up the preferences menu (image below). Finally, select the browser of your choice from the Default Browser Menu and click the close button. Now any time that you click on a URL in a email or on a disk, it will open in your newly set default browser.</p>
		<p></p>
		<dl>
			<div class="update">
				<dt><a href="http://www.mozilla.org/products/firefox/">Firefox Download</a> [Mozilla.org]
				
				<dt><a href="http://www.gbradhopkins.com/archives/2004/11/firefox_10_the.html">Firefox 1.0 - The IE Killer</a> [gBradhopkins.com]
				
				<dt>
					
				
			</div>]]></description>
<link>http://www.gbradhopkins.com/archives/2005/01/change_your_default_browser_in.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/01/change_your_default_browser_in.html</guid>
<category>Mac Tutorials</category>
<pubDate>Thu, 27 Jan 2005 14:50:37 -0500</pubDate>
</item>
<item>
<title>Firefox Speed Tip - MUST READ</title>
<description><![CDATA[<p>If you are a Firefox user then this tip is for you. If you don't know what Firefox is, then check out <a href="http://www.gbradhopkins.com/archives/2004/11/firefox_10_the.html">this review</a> that I wrote back on November 11, 2004. Forever Geek has posted an excellent "power-user" trick for increasing the speed of Firefox. The tip is for broadband users (cable modem, DSL) and can be completed in under 1 minute. Definitely worth the time. <a href="http://forevergeek.com/open_source/make_firefox_faster.php">Make Firefox Faster: Forevergeek.com</a></p>]]>
</description>
<link>http://www.gbradhopkins.com/archives/2005/01/firefox_speed_tip_must_read.html</link>
<guid>http://www.gbradhopkins.com/archives/2005/01/firefox_speed_tip_must_read.html</guid>
<category>Internet Tutorials</category>
<pubDate>Tue, 25 Jan 2005 04:48:27 -0500</pubDate>
</item>
<item>
<title>Citibank Phisher Scheme</title>
<description><![CDATA[<p>Phisher Schemes are on the rise. Are you at risk? <img src="http://www.gbradhopkins.com/images/internet/phishing/citi.gif" alt="Citibank Logo" width="66" height="41" align="right" border="0">This is not a Windows problem or a Macintosh problem. This is an internet problem and anyone who spends time or money online needs to be aware of this growing trend. In this quick internet security tutorial, we'll take a look at one of the ways that we're all at risk and how we can avoid getting caught in the net.</p>]]>
<![CDATA[<p>What is a Phisher Scheme? According to <a href="http://www.webopedia.com/TERM/p/phishing.html">Webopedia.com</a>, Phishing (fish&acute;ing) is the act of sending an e-mail to a user falsely claiming to be an established legitimate enterprise in an attempt to scam the user into surrendering private information that will be used for identity theft. The e-mail directs the user to visit a Web site where they are asked to update personal information, such as passwords and credit card, social security, and bank account numbers, that the legitimate organization already has. The Web site, however, is bogus and set up only to steal the user&rsquo;s information. For example, 2003 saw the proliferation of a phishing scam in which users received e-mails supposedly from eBay claiming that the user&rsquo;s account was about to be suspended unless he clicked on the provided link and updated the credit card information that the genuine eBay already had. Because it is relatively simple to make a Web site look like a legitimate organizations site by mimicking the HTML code, the scam counted on people being tricked into thinking they were actually being contacted by eBay and were subsequently going to eBay&rsquo;s site to update their account information. By spamming large groups of people, the &ldquo;phisher&rdquo; counted on the e-mail being read by a percentage of people who actually had listed credit card numbers with eBay legitimately.<br>
			<br>
			 Phishing, also referred to as brand spoofing or carding, is a variation on &ldquo;fishing,&rdquo; the idea being that bait is thrown out with the hopes that while most will ignore the bait, some will be tempted into biting.</p>
		<p>Below you will see the text of an email message that I received just the other day. It is one of many 'Phisher Schemes' that are starting to populate inboxes around the world.</p>
		<div class="update">
			<p>From: Customer Support &lt;support@citibank.com&gt;<br>
				Date: November 12, 2004 12:01:57 AM EST<br>
				To: Info &lt;info@firebrand-media.com&gt;<br>
				Subject: Dear customer your details have been compromised<br>
				<br>
				<br>
				Dear Customer:<br>
				<br>
				Recently there have been a large number of cyber attacks pointing our database servers. In order to safeguard your account, we require you to sign on immediately.<br>
				<br>
				This personal check is requested of you as a precautionary measure and to ensure yourselves that everything is normal with your balance and personal information.<br>
				<br>
				This process is mandatory, and if you did not sign on within the nearest time your account may be subject to temporary suspension.<br>
				<br>
				Please make sure you have your Citibank(R) debit card number and your User ID and Password at hand.<br>
				<br>
				Please use our secure counter server to indicate that you have signed on, please click the link bellow:<br>
				<br>
				http://218.12.29.40/scripts/<br>
				<br>
				!! Note that we have no particular indications that your details have been compromised in any way.<br>
				<br>
				Thank you for your prompt attention to this matter and thank you for using Citibank(R)<br>
				<br>
				Regards,<br>
				<br>
				Citibank(R) Card Department<br>
				<br>
				(C)2004 Citibank. Citibank, N.A., Citibank, F.S.B.,<br>
				Citibank (West), FSB. Member FDIC.Citibank and Arc<br>
				Design is a registered service mark of Citicorp.<br>
			</p>
		</div>
		<p>Ultimately you have to have your skeptics hat on when checking your email. Here are some tips that can help you determine real from fake:</p>
		<ul>
			<li type="square">Look for spelling mistakes. This is a dead giveaway that the email is not legit.
			<li type="square">Look at the date. The date of the above email is 11/12/2004. That would be no problem, except for the fact that I got it on 11/11/2004.
			<li type="square">The email address in my message was also a give-away. While the address is legit, it a rarely used address that receives a lot of spam. It's not an address that I would give a financial institution.
		</ul>
		<p>For more information on how not to get caught in a Phishers net, visit the web site for the <a href="http://www.ftc.gov/bcp/conline/pubs/alerts/phishingalrt.htm">Federal Trade Commission</a>.</p>
		<p></p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/11/citibank_phisher_scheme.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/11/citibank_phisher_scheme.html</guid>
<category>Internet Tutorials</category>
<pubDate>Thu, 11 Nov 2004 19:34:58 -0500</pubDate>
</item>
<item>
<title>Firefox 1.0 - The Internet Explorer Killer?</title>
<description><![CDATA[<p>On November 9, 2004, Mozilla released the 1.0 version of their lean and mean Firefox browser. <img src="http://www.gbradhopkins.com/images/internet/firefox/firefox-icon.gif" alt="" width="139" height="135" align="right" border="0"> There have been rumblings that Firefox and other browsers may be taking market share away from Internet Explorer (IE), albiet at a slow rate. The question is not whether the 1.0 release of Firefox has eclipsed IE, but by how much?</p>]]>
<![CDATA[<p>What makes Firefox better? Do you have to ask? From my perspective, it's all about the feature set.</p>
		<p>Here are some of the features that I'm starting to fall in love with:</p>
		<ul>
			<li type="square"><b>Search Toolbar</b>: As a Mac user primarily, Safari is my number one choice when it comes to browsing, so I've gotten used to the built-in search toolbar. Firefox takes that up a notch by not only including a Google search by default, but by also adding the ability to search<img class="imageborder" src="http://www.gbradhopkins.com/images/internet/firefox/search-toolbar.gif" alt="" width="203" height="202" align="right" border="0"> Amazon.com, Yahoo!, Dictionary.com, eBay, and the Creative Commons. <a href="http://www.mozilla.org/products/firefox/central.html#central-engines">Firefox also allows you to add other search engines</a> such as A9 (an Amazon web and shopping search engine), AltaVista, AskJeeves, CDDB (to find album, artist and song information), LEO (an English to German Translator), IMDB (The Internet Movie Database), Merriam Webster (English Dictionary) and Wikipedia (a free encyclopedia). With all of these built into the toolbar, you'll be searching more efficiently, right away - without clogging you screen with a ton of extra toolbars!
			<li type="square"><b>Live Bookmarks</b>: This is a feature that I found recently. If you browse with your status bar off (the status bar is the bar that runs along the bottom of your browser window and tells you what is loading when you access a web page) then you could easily miss this feature. Live Bookmarks use the RSS feeds provided by web sites to keep you up to date on news stories, discussions, etc. that have been updated or added to a web page. Live bookmarks can be added to your bookmarks menu or to your bookmarks toolbar that runs below the address bar and they allow you to see what has been updated without actually visiting the site. Below you will find an example of what Live Bookmarks look like when added to your Bookmark toolbar. When you visit a site that has a feed that can be used by Live Bookmarks, you will see a small orange icon on the right side of the status bar. <img class="imageborder" src="http://www.gbradhopkins.com/images/internet/firefox/gbrad-livebookmarks.gif" alt="" width="396" height="361" border="0">
			<li type="square"><b>Pop-Up Blocking</b>: This feature finally made it into the version 6 release of Internet Explorer that was included in the WindowsXP SP2 update. I am always shocked when I have to access the internet from a Windows computer that has an older version of IE without pop-up blocking. The number of pop-ups makes the internet almost unusable! Pop-up blocking whether provided by Firefox, Safari, Internet Explorer or some third party software helps you reclaim your screen space.<li type="square"><b>Tabbed Browsing</b>: I've been using this since Safari (MacOS) was released and don't know how I would live without it now. If you are not familiar with tabbed browsing, it is the ability to view more than one web page in a single window. It places each page in a tab allowing you to click back and forth between sites without ever having to leave that window. <a href="http://www.mozilla.org/products/firefox/tabbed-browsing.html">Tabbed browsing in action.</a>
			<li type="square"><b>Themes</b>: I must admit, I haven't used this feature. Primarily because I like the way Firefox looks right out of the box (download). Themes allow you to change the look and feel of the browser. There are a number of themes that have been developed by developers and users that are <a href="https://update.mozilla.org/themes/?application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}">free to download</a>.
		</ul>
		<p>In addition to the features that I've mentioned here, security and speed are other reasons that Firefox has been praised by the likes of <a href="http://ptech.wsj.com/archive/mailbox-20040909.html">Walt Mossberg</a>, <a href="http://www.usatoday.com/tech/news/computersecurity/2004-09-08-zombieinfect_x.htm">USAToday</a> and <a href="http://www.forbes.com/2004/09/29/cx_ah_0929tentech.html?partner=tentech_newsletter">Forbes</a>. If you are looking for a free, fast, feature-rich, safe browser then you owe it to yourself and your computer to check out <a href="http://www.mozilla.org/products/firefox/">Firefox</a>.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/11/firefox_10_the_internet_explor.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/11/firefox_10_the_internet_explor.html</guid>
<category>Internet Tutorials</category>
<pubDate>Thu, 11 Nov 2004 05:59:57 -0500</pubDate>
</item>
<item>
<title>Adding Album Art to iTunes Using Clutter</title>
<description><![CDATA[<p>With the release of iTunes 4 and the integrated iTunes Music Store (iTMS) Apple has added the ability to view album artwork. Every song that you purchase comes with the album artwork for the album that it comes from. This is great for newly purchased music, but what about CD's that you've ripped? Or music that you've downloaded (legally, of course) off of the internet? I'll show you how to find the album art for all of your music.</p>]]>
<![CDATA[<p>Initially, I solved this problem by searching google for the artist name or album title. This works, but can become tedious. <br />
															<p>The solution to this problem presented itself as I was flipping through the latest issue of MacHome at the local Books-A-Million. The answer is - <a href="http://www.sprote.com/clutter/" target="_blank">Clutter</a>.</p><br />
															<p>Clutter is an awesome freeeware app by <a href="http://www.sprote.com/clutter/" target="_blank">Sprote Research</a>. Clutter's intended use is to lookup the album art of any currently playing song in iTunes for use on the desktop. It quickly searches Amazon.com for the artist and album info and displays the artwork in a small window which you can then drag the image from, onto your desktop. That use, in and of itself didn't excite me...until I started thinking about the possibilities.</p><br />
															<p>With a few mouse clicks (or keystrokes) you can use Clutter to add album art to all of your music.</p><br />
															<p>The first step is to open iTunes 4 and Clutter. Once both are open, simply click on the song that you want to get album art for in iTunes. In the image below you can see that I have selected a song by Beck. That song is then displayed in Clutter, which looks up the artist / album information. </p><br />
															<div align="left"><br />
																<p>Once Clutter finds the album information, it downloads the artwork, which is displayed in both the Clutter application and in the Clutter Dock icon. <i>If you would prefer to see the Clutter icon in the dock as opposed to the album art, you can that off in the preferences.</i></p><br />
																<p>To use this artwork you must first copy the image. Make sure you are in the Clutter application and click on the edit menu. Next, select Copy. Or for those that prefer keyboard shortcuts simply hit apple-c. It would be simple if you could just drag the image from the Clutter window to the Artwork window, but alas, you cannot.</p><br />
																<p>Now that you have the artwork copied, you will select the song or songs that you want to add the artwork to. Once you select the song(s) that you want to add the artwork to, control (right) click on the song(s) and select Get Info from the list. </p><br />
																<p>Depending on whether you select a single song or multiple songs, the Get Info window that results will vary. In the example below, the first window represents the Get Info window for a single song while the second represents the Get Info window for multiple songs.</p><br />
															</div><br />
															<table width="306" border="0" cellspacing="4" cellpadding="4" align="center"><br />
																<tr><br />
																	<td><br />
																		<div align="center"><br />
																			<img src="http://www.gbradhopkins.com/images/mac/iTunes4/album-art/artwork-single.jpg" alt="" width="290" height="219" border="0"></div><br />
																	</td><br />
																</tr><br />
																<tr><br />
																	<td><br />
																		<div align="center"><br />
																			<i>Get Info for a single song.</i></div><br />
																	</td><br />
																</tr><br />
																<tr><br />
																	<td><br />
																		<div align="center"><br />
																			<img src="http://www.gbradhopkins.com/images/mac/iTunes4/album-art/multiple-songs.gif" alt="" width="284" height="187" border="0"></div><br />
																	</td><br />
																</tr><br />
																<tr><br />
																	<td><br />
																		<div align="center"><br />
																			<i>Get Info for a multiple songs.</i></div><br />
																	</td><br />
																</tr><br />
															</table><br />
															<div align="left"><br />
																<p>If you are adding artwork to a single song, click on the Artwork tab in the Get Info window. Click inside the Artwork box (it will be highlighted in blue when selected and ready for pasting) and select paste from the edit menu (or apple-v). </p><br />
																<p>To add artwork to multiple songs, click inside the small artwork box (it will be highlighted in blue when selected and ready for pasting) and then select paste from the edit menu (or apple-v). You will then be asked if you really want to change the artwork for multiple songs, select yes.</p><br />
																<p>That's all there is to adding artwork to single or multiple songs.</p><br />
																<p>What if Clutter does not find the artwork? If it doesn't find the artwork then you will see a blank CD case in the clutter window, instead of an album cover.</p><br />
																<p>Just because it doesn't automatically find the song, don't be discouraged. There is still one more option, before you have to begin doing google searches. </p><br />
																<p>The Clutter app also consists of an album lookup window. Here you can insert either the artist and album name or both, and search that way. </p><br />
																<p>I would expect some kind of technology like this to be built into a future version of iTunes, but until then...happy hunting.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/11/adding_album_art_to_itunes_usi.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/11/adding_album_art_to_itunes_usi.html</guid>
<category>Mac Tutorials</category>
<pubDate>Tue, 02 Nov 2004 07:20:09 -0500</pubDate>
</item>
<item>
<title>Use Mail Rules to Control Spam in Entourage</title>
<description><![CDATA[<p>Using the mail rules tool in Microsoft Entourage (and other email applications) you can eliminate some of the more frequent spam that you receive.</p>]]>
<![CDATA[<p>Using the mail rules tool in Microsoft Entourage (and other email applications) you can eliminate some of the more frequent spam that you receive. </p>
															<div align="left">
																<p><b>Get Started</b> : To get started, open Microsoft Entourage (the steps below are for Entourage but may work for other Email applications). Next, click on the Tools menu and then click on Rules <i>(image 1 below)</i>.<img class="imageborder" src="http://www.gbradhopkins.com/images/mac/mail-rules-ent/tools-menu.gif" alt="" width="219" height="482" align="right" border="0"></p>
																<p>Next, click the New Button <i>(image 2 below)</i>. This will bring up the Edit Rule Dialog Box (<i>image 3 below</i>). This is where you will determine the criteria that Entourage will use to filter your email.</p>
																<p><b>Edit Rule Dialog Box</b> : When using the editing a rule, there are two steps that you have to take. First, set the Criteria. This is the IF section (3). In the IF section, you tell Entourage what to look for. Most likely you will be looking for messages <i>From</i> certain email addresses, or messages with certain words in the <i>Subject Line</i>. Second, add an action. This is found in the THEN section (4). If any (or all) criteria are met, then this section will determine what Entourage will do with the email message. Options include changing the status, setting the category, moving the message to a particular folder, deleting the message, etc. </p>
															</div>
															<p><b>Sample Rule</b> :In my sample rule below, you can see that my IF section (5) is looking for messages with Get Rich in the subject. You can see in the THEN section (6) that if any messages are found with that subject then they are given a status of Junk Mail and then deleted.</p>
															<table width="403" border="0" cellspacing="2" cellpadding="0">
																<tr>
																	<td><img class="imageborder" src="http://www.gbradhopkins.com/images/mac/mail-rules-ent/new-button.gif" alt="" width="400" height="342" border="0"></td>
																</tr>
																<tr>
																	<td class="bottomdotted">
																		<div align="center"></div>
																	</td>
																</tr>
																<tr>
																	<td>
																		<div align="center">
																			<img class="imageborder" src="http://www.gbradhopkins.com/images/mac/mail-rules-ent/edit-rule.gif" alt="" width="393" height="226" border="0"></div>
																	</td>
																</tr>
																<tr>
																	<td class="bottomdotted">
																		<div align="center"></div>
																	</td>
																</tr>
																<tr>
																	<td>
																		<div align="center">
																			<img class="imageborder" src="http://www.gbradhopkins.com/images/mac/mail-rules-ent/finished-rule.gif" alt="" width="393" height="226" border="0"></div>
																	</td>
																</tr>
															</table>
															<div align="left">
																<p><b>Final Tip</b> : When setting up my rules, I used a list of the most frequently used subjects as my criterion. They included sex, money, get rich, free, xxx, diploma, degree, mortgage, etc. To make your junk mail rules more reliable, I would suggest looking at some of the spam that you receive most often and then tailoring your filter around it.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/10/use_mail_rules_to_control_spam.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/10/use_mail_rules_to_control_spam.html</guid>
<category>Mac Tutorials</category>
<pubDate>Fri, 22 Oct 2004 08:27:28 -0500</pubDate>
</item>
<item>
<title>Printer Sharing with Rendezvous</title>
<description><![CDATA[<p>I had a problem.<p>I have an Airport Network, with an iMac in my kitchen. My main computer, a PowerMac G5, is downstairs. I also have a PowerBook that roams around the house. The printer, a Hewlett Packard Officejet D135, is connected to the G5. </p></p>]]>
<![CDATA[<p><b>The Problem</b> : Any time that I wanted to print from the iMac or the PowerBook, I had to save the file and transfer it to the PowerMac and then print from there.</p>
															<p><b>The Solution</b>: MacOS 10.2 (and later) has a technology called Rendezvous that helps computers see each other over a network (overly simplified). This technology has helped my two computers see each other (prior to 10.2 I had problems with the two seeing each other on the Airport Network). And that is the first step to any good relationship, er... printer sharing.</p>
															<p>In MacOS 10.2, Apple has added the ability to share a printer. In the system preferences, under Sharing, there is now a Services Tab. Here you can turn on things like File Sharing, Web Sharing, FTP access and most importantly, Printer Sharing.</p>
															<div align="center">
																<p><img src="http://www.gbradhopkins.com/images/mac/printer-sharing/services-tab.jpg" alt="" width="381" height="222" border="0"></p>
															</div>
															<div align="left">
																<p>Apple has really simplified the process. Simply 1) turn on Printer Sharing by checking the box next to it. 2) Make sure that your printer is connected. 3) Make sure both computers are on. That's it. Print away!]]></description>
<link>http://www.gbradhopkins.com/archives/2004/10/printer_sharing_with_rendezvou.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/10/printer_sharing_with_rendezvou.html</guid>
<category>Mac Tutorials</category>
<pubDate>Wed, 13 Oct 2004 23:00:33 -0500</pubDate>
</item>
<item>
<title>Virtual PC 7 Available Immediately...Or in 4-6 Weeks</title>
<description><![CDATA[<p>Am I a sucker, or what? I was excited when I read on MacMinute [<a href="http://www.macminute.com/2004/10/05/virtualpc7/">full story</a>] that Virtual PC 7 <img src="http://gbradhopkins.com/images/mac/VPC7/icon.gif" alt="" width="60" height="55" align="right" border="0">was going to be immediately available. Then I called to check the status of my order&#x2026;</p>]]>
<![CDATA[<p>I ordered the Microsoft Office X Professional suite back in June, when Microsoft initiated their Tech Guarantee promotion. This would allow those that purchased the suite to receive a free upgrade, to Office 2004 Professional when the new product came out. As we all know, there was a slight (ahem) delay in the release of the product, and then a slight delay in the release of the Virtual PC. No biggie. I have Virtual PC 6 on my TiBook and only use it when teaching an intro to PC class that I teach at the local tech center. All in all, I wasn't losing sleep over it. I just wanted to be able to run it on my G5 with hopefully more speed than that of VPC 6 on my G4 TiBook.</p>
<p>Finally, yesteday I saw the words I was waiting for &quot;Virtual PC now available.&quot; So, I decided to call Microsoft to check my order. When I called in, the first person I spoke with asked me if Microsoft could call me back to question me about my customer service experience. I said &quot;No.&quot; Why do I want Microsoft calling me? What complaints could I possibly have? Besides, the less I have to deal with Microsoft, the better. But I digress. </p>
<p>Next, I was transferred to my Customer Service Representative, who told me that I would not get my order for 4 - 6 weeks! That's when the cheese fell out of my sandwich. He said it was on a first order, first serve basis. </p>
<p>This lead me to draw some conclusions, all or some of which may be true:</p>
<ul>
	<li type="square">Now available means &quot;We've given up on this piece of junk so let's send it to the printer&quot;
	<li type="square">Microsoft is at full capacity, copying them on their spanking new Dell desktop with DVD burner, and can only send out 5 per day (6 if they stay up late).
	
	<li type="square">I am a sucker, for expecting any Microsoft product to ship in a timely (same calendar year) fashion.
	<li type="square">Tech Guarantees are probably at the end of the line and will be shipped last
</ul>
<p>By the time it ships, it should have Longhorn installed. Oh wait, that's not &quot;due&quot; until 2006. </p>
<p>If you are expecting the Tech Guarantee Upgrade, call Microsoft (1-866-695-0778) and check your order status and then post it here in the comments section. </p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/10/virtual_pc_7_available_immedia.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/10/virtual_pc_7_available_immedia.html</guid>
<category>Mac Tutorials</category>
<pubDate>Tue, 05 Oct 2004 10:34:52 -0500</pubDate>
</item>
<item>
<title>Reconfigure Your 250 MB of .Mac Storage Space</title>
<description><![CDATA[<p>It's that time again. Renewal time for my .Mac account. Apple has upped the amount of storage space from 100 MB to 250 MB.  In this tutorial, I'll show you how to reconfigure your .Mac account to provide more email or iDisk storage space.</p>]]>
<![CDATA[<p>While this pales in comparison to Google's free GMail with 1GB of email storage, it does make the .Mac service a bit more attractive. By default, the 250 MB of space is configured with 125 MB dedicated to email and 125 MB to your iDisk. <img src="http://gbradhopkins.com/images/mac/dotmac/menubar.gif" alt="" width="341" height="43" align="right" border="0"><p>To change the configuration of the 250 MB, log into your <a href="https://www.mac.com/">.Mac</a> account. Next, log into your Account Settings by clicking on your username in the .Mac menu bar (see image 1).  This will take you to your Account Status (Personal Info, Credit Card Info, and Password Settings) and Email and iDisk settings page.</p><br />
<p>Next, click on the Storage Settings button. There, you will see your current storage settings (total storage, email storage and iDisk storage). To change the amount of storage dedicated to your email and iDisk, click on the Manage Your Storage drop-down-menu.  Your storage can be designated in 5 MB increments, totalling 250 MB (see image 2). </p><br />
<div align="center"><br />
	<p><img class="photo" src="http://gbradhopkins.com/images/mac/dotmac/storage.gif" alt="" width="325" height="172" border="0"></p><br />
</div><br />
<p>The minimum amount of space you can designate to your email account is 15 MB, and the largest amount is 174 MB.</p><br />
<p>In addition to increasing the amount of space your iDisk includes, Apple has aldo dropped the price of storage.  You can now get 1 GB (1024 MB) of space for $49.95 per year (in addition to the $100.00 .Mac yearly fee).</p></p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/10/reconfigure_your_250_mb_of_mac.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/10/reconfigure_your_250_mb_of_mac.html</guid>
<category>Mac Tutorials</category>
<pubDate>Mon, 04 Oct 2004 15:27:46 -0500</pubDate>
</item>
<item>
<title>Game Emulation on the Mac</title>
<description><![CDATA[<p>Atari. Nintendo. Super Nintendo. These were the gaming machines of my youth. These were also the forerunners of todays gaming machines like the Play Station 2, X-Box and GameCube. In this tutorial. I'll show you how to resurrect these old games on your Mac.</p>]]>
<![CDATA[<p>I doubt very many people now have Atari game machines hooked up and running (although I have read about a guy that is taking old Atari game machines and reworking them to create hand held game machines). But, wouldn't it be nice to break out the old Frogger game and kill a couple hours trying to get that frog across the street. Or maybe Frogger is not your thing. How about Pac-Man? No? Ah, I see. The Atari system is too old for you to remember. Then how about Nintendo? Remember the Super Mario Brothers series of games. Jumping up and down, avoiding walking mushrooms and navigating through pipes to save the princess. </p>
<p>These games and all of your favorites live on in the world of Emulation. What is an emulator? An <a href="http://webopedia.com/TERM/e/emulation.html" target="_blank">emulator</a> is a program that imitates another program or device. A very popular Emulator that you may be familiar with is <a href="http://connectix.com/products/vpc6m.html" target="_blank">Virtual PC</a>. Virtual PC is a program that emulates a windows computer on your Macintosh. Even though you don't have the appropriate hardware (Intel chips and such) it allows you to run Windows and Windows programs. </p>
<p>Emulators for all of the popular gaming systems have been created and are FREELY distributed on the internet. Some work better than others. <img src="http://gbradhopkins.com/images/mac/emulator/galaga.gif" alt="" width="180" height="231" align="right" border="0"></p>
<p>In this tutorial, we'll look at three emulators that I have found and use regularly. To find any of these emulators, do a search for the name the emulator on <a href="http://www.google.com">google.com</a> or on most popular shareware sites. <i>note-all of these emulators run on MacOS X</i></p>
<p><a href="http://emulation.net/mame/" target="_blank">MacMame</a>: This is my favorite of the three emulators that I will talk about. MacMame emulates most arcade games (do people still play games in arcades?). Some of the games that I regularly play on MacMame are Ms.Pac-Man, Frogger, Galaga, Donkey Kong, Paperboy, Q-bert and Rampage. It's all the mindless fun without the expense of the quarters. </p>
<p>MacMame Tips: Using the MacMame emulator is very simple. Here are some of the most frequently used key commands. 5 - Insert Coin. Every time you hit the 5 key it's like dropping in another quarter. 1 - One player start. Control - fire button. Left / Right arrows - Moves left and right. Those are the basics. To get more information and change some of the settings click on the Tab key.</p>
<p><a href="http://www.bannister.org/software/rocknes.htm" target="_blank">RockNES</a> - This program emulates the games of the Nintendo Entertainment System. <img src="http://gbradhopkins.com/images/mac/emulator/mspacman.gif" alt="" width="180" height="231" align="right" border="0">When I was a kid (teen) I could never get my parent to buy me a Nintendo (In hind sight, thanks!) so I could never beat the Mario games. This emulators has given me another chance to beat it in my spare time! Hang on, Princess!!!</p>
<p>If you plan on using this game for a significant amount of time then I recommend that you download and register ($15.00) <a href="http://www.bannister.org/software/blitter.htm" target="_blank">Blitter</a>. Among other things, Blitter adds support for game pads to RockNES. </p>
<p>When playing RockNES, make sure that you hit the maximize button (the green button with the plus sign). This will enlarge the game screen.</p>
<p><a href="http://emulation.net/snes/" target="_blank">SNES9X</a> - SNES9X emulates the Super Nintendo Entertainment System. One of the great things about the SNES9X emulator is that it supports game pads without any additional downloads or cost. My favorite game for the SNES is MarioKart. My brother-n-law and I used to have epic MarioKart races (long before he was my brother-n-law).<img src="http://gbradhopkins.com/images/mac/emulator/zaxxon.gif" alt="" width="180" height="180" align="right" border="0"></p>
<p>ROMS - The life blood of the gaming system is not the system itself. It's the games. The ROMS are the games themselves. Instead of having a cartridge you have a small file that you download, called Roms. </p>
<p>This is the tricky part. These games are not freely distributed by the manufacturers so you may have to do some searching to find the games you want. Searching for <i>Roms</i> at google.com will usually turn up a number of sites that host these games. You may have to jump through some hoops to find them but they are out there. </p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/10/game_emulation_on_the_mac.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/10/game_emulation_on_the_mac.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sun, 03 Oct 2004 15:49:33 -0500</pubDate>
</item>
<item>
<title>Network Two Mac&apos;s via Firewire</title>
<description><![CDATA[<p>When connecting two Macs with Firewire built in, most of us use Firewire Target Disk Mode. In this tutorial, I'll show you how to connect two Mac's via IP over Firewire.</p>]]>
<![CDATA[<p>MacOS X Panther has added the ability to connect two Macs (or a Mac and a PC, I would assume, since IP over 1394 is supported by WindowsXP) over IP via Firewire.</p>
<p><img class="imageborder" src="http://www.gbradhopkins.com/images/mac/ip-over-firewire/show-menu.gif" alt="" width="238" height="127" align="right" border="0">To get started, open your System Preferences and click on the Network icon. Next, click on Network Port Configurations (in the Show: pull down menu - see above).</p>
<p>You will then click on the new button in the Port Configuration window. A port configuration dialog box will appear. In the Port: pull down menu select 'Built In Firewire' (see image below) and then give it a name (Firewire, etc.).<img class="imageborder" src="http://www.gbradhopkins.com/images/mac/ip-over-firewire/built-in-firewire.gif" alt="" width="322" height="125" align="left" border="0"></p>
<p>Next, in the network port configurations window, drag Firewire to the top of the list and click apply now (This ensures the port is assigned an IP address using DHCP). To finish, click Apply Now and close your system preferences.<img class="imageborder" src="http://www.gbradhopkins.com/images/mac/ip-over-firewire/port-config.gif" alt="" width="305" height="187" align="right" border="0"></p>
<p>Finally, connect your two Mac's via Firewire and click on the network icon in your finder. Your second Mac should now be available.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/10/network_two_macs_via_firewire.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/10/network_two_macs_via_firewire.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sat, 02 Oct 2004 16:01:27 -0500</pubDate>
</item>
<item>
<title>Using Firewire Disk Mode on your Mac</title>
<description><![CDATA[<p>Most people, when transferring files from one Mac to another, will set up a network but in todays tutorial I will show you how to quickly and easily transfer files using fiirewire disk mode.</p>]]>
<![CDATA[<p><b>What is Firewire Disk Mode? </b>: When firewire disk mode is enabled, Computer A looks like a connected firewire hard drive to Computer B. (image right - TiBook in Firewire Disk Mode). When you have a computer in firwire disk mode you can no longer access it, except through Computer B. It is esentially an expensive, firewire, hard drive.</p>
<p><b>Requirements </b>: (A) Two computers with firewire ports and (B) a firewire cable with 6-pin connectors on each end. Note - The standard size firewire cable is 6-pin, and the smaller size is, used by some devices and Windows machines is 4-pin.</p>
<p><b>How To</b> : First, connect the two computers, via your 6-pin to 6-pin firewire cable. Next, start up the computer that you want to be able to read while holding down the T key on the keyboard of same computer.</p>
<p><b>Success</b> : If you are successful, the screen of the computer in firewire disk mode will be blue with the yellow firewire logo as a screen saver. Now go to Computer B and click on the finder and you should see the firewire disk listed. Copying files from any folder to any folder is as easy as drag and drop.</p>
<p><b>Disconnect</b> : When you are finished, make sure that you eject the firwire hard disk by clicking the eject button in the finder window or control clicking on the disk and the selecting eject. This will help you avoid the error message indicating that a disk was removed improperly...blah, blah, blah. Click the power button and the computer should start back up in normal operating mode.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/10/using_firewire_disk_mode_on_yo.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/10/using_firewire_disk_mode_on_yo.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sat, 02 Oct 2004 15:55:32 -0500</pubDate>
</item>
<item>
<title>Duplicate DVD&apos;s in MacOS X</title>
<description><![CDATA[<p>The ease with which you can create professional looking DVD's using iDVD is one of the great advantages of using a Mac. In this tutorial. I'll show you how to duplicated DVD's that you have created using iDVD or DVD Studio Pro.</p>]]>
<![CDATA[<p>The ease with which you can create professional looking DVD's using iDVD is one of the great advantages of using a Mac. The only downside is that your DVD's will look so good that members of your family are going to want their own copies. In this tutorial I will show you how to create a master copy of your DVD projects created in iDVD and DVD Studio Pro.<img src="http://gbradhopkins.com/images/mac/duplicate-dvds/therockdvd.gif" alt="" width="110" height="27" align="left" border="0"><br />
<p>We'll start with a DVD that you have created. <img src="http://gbradhopkins.com/images/mac/duplicate-dvds/diskutilityicon.gif" alt="" width="127" height="113" align="right" border="0">In this example I am going to be using a project called 'THE_ROCK'. This is a DVD that I created to chronicle my dads experience at the Buck Baker racing school in Rockingham, NC.First, insert your DVD. Once it mounts on the desktop, open up the Disk Utility [which can be found on your hard drive in Applications - Utilities - see icon right].Next, select your DVD from the list of drives in Disk Utility (see image right).Now, click on the Images menu and select new and then image from YOUR_PROJECT_HERE (see image below).<img class="imageborder" src="http://gbradhopkins.com/images/mac/duplicate-dvds/selection.gif" alt="" width="192" height="93" border="0"><img class="imageborder" src="http://gbradhopkins.com/images/mac/duplicate-dvds/imagemenu.gif" alt="" width="395" height="170" border="0">The Convert Image dialog box will open (see image below). Here, you will name the image (I gave mine the same name) and select the location to save it in. VERY IMPORTANT: You must also select the Image Format type. Select DVD/CD master from this drop down menu.</p><br />
<p><img class="imageborder" src="http://gbradhopkins.com/images/mac/duplicate-dvds/convertimage.gif" alt="" width="390" height="211" border="0"></p><br />
<p><img class="imageborder" src="http://gbradhopkins.com/images/mac/duplicate-dvds/progress.gif" alt="" width="252" height="65" border="0"></p><br />
<p><img class="imageborder" src="http://gbradhopkins.com/images/mac/duplicate-dvds/burn.gif" alt="" width="192" height="182" border="0"></p><br />
<p>You computer will then begin the process of converting (or duplicating) the image. The time it takes will vary depending on how much you have on the DVD.Once completed, you should now have a master DVD that can be used to burn multiple copies of any DVD that you have created.To burn a copy of your DVD, go back to Disk Utility and select the master copy that you created. It will be listed in the drive section (see image right).Finally, click on the burn icon in the Disk Utility tool bar, insert a blank DVD when prompted and burn away!</p><br />
<table width="100%" border="0" cellspacing="2" cellpadding="0"><br />
	<tr><br />
		<td class="update">I'm sure the next question is, &quot;Can I use it to copy a DVD that I bought?&quot; Disk Utility will copy the DVD. The only problem seems to be that movies are ~ 8GB. Standard DVD-R that you would burn it on to are only ~ 4GB.</td><br />
	</tr><br />
</table></p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/09/duplicate_dvds_in_macos_x.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/09/duplicate_dvds_in_macos_x.html</guid>
<category>Mac Tutorials</category>
<pubDate>Wed, 29 Sep 2004 11:50:00 -0500</pubDate>
</item>
<item>
<title>Burn a CD from the Finder</title>
<description><![CDATA[<p>One of the many advantages of the MacOS, is the fact that you can burn a cd from the finder, no extra software needed. This works best with internal CDRW drives but will also work with <a href="http://www.apple.com/itunes/compatibility/" target="_blank">supported external CDRW drives</a>. I was using my Powerbook G4 with combo drive for this tutorial.</p>]]>
<![CDATA[<p>	<p><b>CDR or CDRW?</b> : Most cd writers support either CDR or CDRW discs. CDR stands for CD recordable and is the cheaper of the two. CDR discs can only be written to once. CDRW discs on the other hand are more expensive but can be written to, erased and then written to again. In this eexample, I am using a CDRW, but the steps are the same for a CDR.</p><br />
			<p><b>Select Format</b> : First, insert the blank cd into the writer. The Mac will recognize that it is a blank cd and needs to be formatted (prepared). There are three formats that you can choose from.</p><br />
			<ul><br />
				<li><u>Standard</u> (HFS+ / ISO 9660) : Used for your typical data CD. Burning an assortment of files? Use this format.<br />
				<li><u>MP3 CD</u> (ISO 9660) : Used for making CD's full of MP3 files. To use this, you will need a player that can read / play mp3 files. Most standard CD players cannot.<br />
				<li><u>iTunes</u> (Audio) : If you want to create a CD that can be played in a standard audio cd player, use this format.<br />
			</ul><br />
			<p>Once you select the format, click prepare. This will format the cd according to your selection. Upon completion, you will see a CD icon on the desktop (or in your finder) that has CDR on it. This is your prepared, blank CD.</p><br />
			<p><b>Drag and Drop</b> : To add files to the CD, simply drag and drop them on the blank CD. The file will be copied directly to the cd (actually, it's not copied there until you select burn later so if you make a mistake you can take files off of the cd prior to burning). The amount of space that you have is limited by the size of the cd. A blank cd is typically 650 mb.</p><br />
			<p><b>Burn Baby, Burn</b> : Now that you have all of the files on the CD, you are ready to burn it. There are a couple of ways to do this.</p><br />
			<ul><br />
				<li type="square">Drag the cd to the trash can (actually once you start draggin the CD, the trash will change to the burn icon).<br />
				<li type="square">In the Finder, go to the file menu and select Burn Disc?<br />
				<li type="square">Click the Burn button in the Finder Toolbar (if you have added it)<br />
				<li type="square">Control (Right) Click on the CD and select Burn Disc from the menu.<br />
			</ul><br />
			<p>Once you select to burn the disc, the computer will burn it and the icon will change from a CD with CDR on it, to a blank CD icon.</p><br />
			<p>Erase a CDRW : If you are using a CDRW disc, then you probably will want to erase it eventually, so that you can put different data on it. To do this, you have to open the Disk Utility (found in the utilities folder, inside the applications folder). <a href="http://gbradhopkins.com/images/mac/burn-cd/burn-video.html">View a QuickTime demonstration of how to erase a CDRW.</a></p><br />
			<p>Once you open the Disk Utility, select the CD from the list on the left and then click on the erase tab at the top. You will then click on the erase button. This will completely erase the disc and now it is ready to be burned again.</p></p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/09/burn_a_cd_from_the_finder.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/09/burn_a_cd_from_the_finder.html</guid>
<category>Mac Tutorials</category>
<pubDate>Wed, 29 Sep 2004 10:50:43 -0500</pubDate>
</item>
<item>
<title>Stay Informed with iTunes</title>
<description><![CDATA[<p>The 9/11 Commission Report has sold more than 350,000 copies in its first week on shelves in bookstores. <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=19336197"><img class="imageborder" src="http://gbrad.firebrand-media.com/internet/iTunes/9-11.gif" alt="" width="109" height="169" align="right" border="0"></a>The 9/11 Commission report is a 400-plus page document that chronicles the days and months leading up to the attacks of Sept. 11, 2001.</p>]]>
<![CDATA[<div align="left">
			<p>The <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=19336197">Executive Summary</a> is now available as a free download from the iTunes Music Store. The summary, which is narrated by various speakers, is 1 hour and 1 minute long and is provided by Audible.com.</p>
			<p>In addition to the Executive Summary being available for download, the actual 9/11 Commission Hearings are also available as a free download. There are a total of 35 Hearings available for download. Speakers include <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=16682316">Colin Powell</a>, <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=16682507">Donald Rumsfeld</a>, <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=16682868">George Tenant</a>, and <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=16682858">John Ashcroft</a> among others. Each download ranges from 1 to 2 hours in length.</p>
			<div align="center">
				<p><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=16682316"><img src="http://gbrad.firebrand-media.com/internet/iTunes/9-11-commission.gif" alt="" width="390" height="174" border="0"></a></p>
			</div>
			<p>Finally, if you missed the Democratic National Convention (you didn't miss much) and you want to hear some of the rhetoric, er, speeches then iTunes has you covered there as well. Speeches from day one and day two are currently available as a free<a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=19512258"><img class="imageborder" src="http://gbrad.firebrand-media.com/internet/iTunes/DNC.gif" alt="" width="119" height="118" align="right" border="0"></a> download.</p>
			<p><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=19512249">Day one</a> includes speeches from Terry McAuliffe, Al Gore, Jimmy Carter, Bill Clinton and more. <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?playlistId=19512258">Day two</a> includes speeches by Howard Dean, Ted Kennedy, Barack Obama, Ron Reagan and more.</p>
		</div>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/09/stay_informed_with_itunes.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/09/stay_informed_with_itunes.html</guid>
<category>Internet Tutorials</category>
<pubDate>Thu, 23 Sep 2004 13:46:18 -0500</pubDate>
</item>
<item>
<title>YouControl : Fonts [Review]</title>
<description><![CDATA[<p>Fonts, Fonts, every where and…boy are they out of control!</p>

<p>Ask any graphic designer, web master, or Photoshop guru and they will tell you. We are overrun with fonts. Apple knows it. Thus the release of FontBook with Jaguar. There are, at last check, nearly 100 font related (viewing, cataloging, etc) apps available at versiontracker.com.</p>]]>
<![CDATA[<p>You Software (an oddly named company if ever I heard one) has added a font viewing utility to their line of You Control products called You Control: Fonts.</p>

<p><br />
You Control: Fonts has two components, the application (which is more of a preference window than an actual application) and the application itself which resides in your toolbar.</p>

<p><br />
The program has one function: Provide quick viewing of all of your fonts. The fonts are displayed (see image right) in the toolbar menu in their own typeface. This is a time saver, especially if you are accustomed to opening FontBook (or another Font Viewer) when you want to sample your fonts.</p>

<p><br />
You Control: Fonts allows you to preview your fonts in four different sizes 9pt, 10pt, 12pt, 18pt and 24pt. It should be noted that you can customize the sizes displayed if the need should arise. Another standard feature of this font viewing utility is the ability to view the font with your own custom text.</p>

<p><br />
The program has some very handy features:</p>

<p><br />
Ability to view fonts in collections (see image below) that you have created in FontBook. If you don't want to view all of the fonts in one long menu, you can turn 'Show Fonts' off and leave the collections enabled allowing you to shorten the list while retaining the functionality of the app.<br />
HotKey Enabled: The You Control: Fonts menu of fonts can be displayed anywhere on your screen by setting a HotKey. Nice time saver.<br />
Recents & Favorites Menu: Recently selected fonts are added to a Recent menu and the program allows you to place 'Favorite' fonts in a favorite menu for quick access.</p>

<p><br />
EyeCandy: You Control has added a palette full of icons (see image right) that you can use for your menu bar. You can also select your own image or use text.</p>

<p><br />
You Control: Fonts works with all of your most-used apps:</p>

<p><br />
Adobe Creative Suite<br />
QuarkXpress<br />
Microsoft Office<br />
Keynote<br />
Macromedia Flash</p>

<p><br />
Now comes the bad news. The Price: $29.95. I like this program but I can't justify the $29.95 price tag. Maybe after using it for a week I'll be hooked on it and won't be able to live without it. Until then, no.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/09/youcontrol_fonts_review.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/09/youcontrol_fonts_review.html</guid>
<category>Mac Tutorials</category>
<pubDate>Tue, 21 Sep 2004 00:09:38 -0500</pubDate>
</item>
<item>
<title>PowerMac G5 Firmware Update</title>
<description><![CDATA[<p>Apple posted a firmware update for the PowerMac G5 yesterday (9/13/04). This update is recommended and improves general system reliability and restores sleep functionality.</p>]]>
<![CDATA[<p><br />
The installation is very straightforward.</p>

<p>1 - Download the firmware update from Apple.com.</p>

<p>2 - Save changes to all of your open files.</p>

<p>3 - Open the firmware updater that you downloaded.</p>

<p>4 - Double click on the updater and follow the steps provided by the installer.</p>

<p>Upon completion of updating, click on the Shut Down button.</p>

<p>Once the computer shuts down, push and hold the power button on the G5 until you hear a long tone or see the Power button light flashing.</p>

<p>Your computer will restart and you will see the following message, indicating that the process has completed successfully. Your computer's firmware is version 5.1.5f1 and is up to date with version 5.1.5 of the Power Mac G5 Firmware Updater.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/09/powermac_g5_firmware_update.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/09/powermac_g5_firmware_update.html</guid>
<category>Mac Tutorials</category>
<pubDate>Tue, 21 Sep 2004 00:03:28 -0500</pubDate>
</item>
<item>
<title>Use Voice Commands to Control Your Mac</title>
<description><![CDATA[<p>In the past couple of years, products like IBM's ViaVoice have allowed Mac users to create text documents using the spoken word instead of the keyboard. These products often require more of an investment in time and money than they are worth (Ask my dad!).</p>]]>
<![CDATA[<p>On the other hand, in the interest of making the computer more accessible, the MacOS has bundled speech recognition software for some time. I recently tried it out on my Powerbook G4 and was pleasantly surprised (I also used it on my iMac G3 450mhz) by the accuracy and ease of use when doing something simple, like surfing the internet.<br />
															<p><b>Turn it On</b> : To turn Apple's Speech Recognition on in MacOS X, <img src="http://www.gbradhopkins.com/images/mac/voice/c-panel.jpg" alt="" width="296" height="59" align="right" border="0">go to the Speech Control Panel (<i>pictured right</i>), in the System Preferences. To get started, you must first turn Apple Speakable Items ON. This is done by selecting the On button (<i>off by default</i>). </p><br />
															<p>You can also select whether or not you want speakable items turned on at Log In. There are some other settings that can be changed here that are not essential to the process (which sound will play when a command is recognized, speak text feedback, helpful tips).</p><br />
															<p>Turning Speakable items on will open the Speech<img src="http://www.gbradhopkins.com/images/mac/voice/feedback.jpg" alt="" width="75" height="75" align="right" border="0"> Feedback monitor. <i>(Pictured Below, Right)</i> This monitor indicates how well the computer is picking up your voice, and whether or not it is recognizing a command. You should shoot for green bars when speaking commands. Blue is probably too low and red is probably too high.</p><br />
															<p><b>Set It Up</b> : Now that you have Speakable Items On, you have to adjust the Listening Settings, which tell the computer when you want it to listen for your voice. <img src="http://www.gbradhopkins.com/images/mac/voice/listening-pref.jpg" alt="" width="243" height="185" align="left" border="0">To do this, click on the Listening Tab.</p><br />
															<p>The first thing you will want to identify is the key that is selected as the <i>Listening Key</i>. This key will turn listening on and off, and can be changed by clicking on Change Key&#133; button (<i>It will be set to Esc by default</i>). </p><br />
															<p>Next, you will have to select the Listening Method that you would like to use. You can set it up so that the computer only listens for your commands while the Listening Key is pressed, or to listen all the time and use the Listening Key as a toggle to turn listening on and off. If you choose to use the listening key as a toggle, but do not want the computer reacting to every sound it hears, then you can set the name of the computer and make it required before each command. I would recommend this, especially in a noisy environment. You can also select whether you want to use the internal microphone, or an external microphone that you have attached to the computer. I have been using the internal Mic and have found that it works well in my office and kitchen. Now that all of your setting are set, you are ready to take it for a spin.</p><br />
															<div align="center"><br />
																<p><img src="http://www.gbradhopkins.com/images/mac/voice/listening-2-pref.jpg" alt="" width="417" height="197" align="middle" border="0"></p><br />
															</div><br />
															<p><b>Commands</b> : There are a number of commands that can be used with Speakable Items, but I am only going to cover those pertinent to Internet Explorer. To see a list of all of the commands, click on the down arrow in the Speech Feedback Monitor, and click on Open Speech Commands. </p><br />
															<p><b>IE Commands</b> : These are the most important commands that you will use with Internet Explorer. </p><br />
															<ul><br />
																<li><u>Open My Browser</u>: Launches your web browser.<br />
																<li><u>Make This Page Speakable</u> : This command is the most important command (when using IE). This allows you to go to any web page simply by saying its name (or any name that you give it).<br />
																<li><u>Go Back</u> : Takes you back one page (the back button)<br />
																<li><u>Go Forward</u> : Takes you forward one page (the forward button)<br />
																<li><u>Stop Loading</u> : Stops a page that is loading (the stop button)<br />
																<li><u>Reload this page</u> : Reloads a page (the reload button)<br />
																<li><u>Define a keyboard command</u> : This is probably the most useful command in the entire Speakable Items Library. This command allows you to turn a keyboard command (like apple - p) into a speech command &quot;Print&quot;.<br />
															</ul><br />
															<p>Create your own Commands : Using the define keyboard command (<i>pictured below</i>), you can create all sorts of voice activated commands for navigating not only Internet Explorer (IE) but also your system. Below are few that I created (followed by their keyboard shortcut). <i>Click to <a href="speakable-web-sites.sit">download</a> the sites and commands that I have made speakable.</i></p><br />
															<ul><br />
																<li>Scroll Up (in IE - Up Arrow)<br />
																<li>Scroll Down (in IE - Down Arrow)<br />
																<li>Next Link (in IE - Tab - Tabs to all of the links on a page)<br />
																<li>Follow Link (in IE - Return - Follows the selected link)<br />
															</ul><br />
															<p>There are many more that you could create. For a list of all the keyboard shortcuts in IE, go to the IE Help menu and search the index for Keyboard Shortcuts. Once you know the keyboard shortcut, it is as simple as saying 'Define Keyboard Command'!</p><br />
															<div align="center"><br />
																<p><img src="http://www.gbradhopkins.com/images/mac/voice/def-key-command.jpg" alt="" width="380" height="144" border="0"></p><br />
															</div><br />
															<div align="left"><br />
																<p><b>Tips</b> : Can't remember a command? Click on the Open Speech Commands Window. This will give you a list of all the commands available (and is updated when you add your own commands). Computer can't hear ya? Say it again. Try creating a phrase that is not so difficult to understand or that is unique. When creating commands use simple phrases that make sense and will be easy to remember. </p><br />
																<p><b>Final Word</b> : Is the future here? In Minority Report, Tom Cruise walks around his house talking to the lights, turning them on and off. Could this be the start of that technology? This software works pretty well. I have found that sometimes I have to toggle the Listening on and off to get it to recognize that I am speaking. I also found that it doesn't work as well on a 233mhz Bondi iMac.</p><br />
																<p>I can definitely see myself walking into a room and saying, Music On, Play Most Popular Playlist&#133;all through my Digital Hub, my Apple Computer.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/09/use_voice_commands_to_control.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/09/use_voice_commands_to_control.html</guid>
<category>Mac Tutorials</category>
<pubDate>Mon, 13 Sep 2004 23:04:32 -0500</pubDate>
</item>
<item>
<title>Manage Multiple iPhoto Libraries</title>
<description><![CDATA[<p>I LOVE iPHOTO. But, let's face it. It becomes bloated. Slow. Sluggish. It can beach ball to the point where you think you are at the public pool.</p>]]>
<![CDATA[<p>The cause of this sluggishness is generally a HUGE database of pictures that you have downloaded from your camera. iPhoto suffers from its ease of use. Think about it. How many pictures do PC successfully users get into their computers? A fraction of what you get with a Mac and iPhoto. So, this is actually a good problem to have, but it's still a problem.<br />
															<p>Luckily, there is a FREE piece of software out there that will solve all of your problems (iPhoto at least - you are on your own as far as personal problems go!).</p><br />
															<p>iPhoto Library Manager [<a href="http://homepage.mac.com/bwebster/iphotolibrarymanager.html" target="_blank">download - 244KB</a>] written by Brian Webster</p><br />
															<p>iPhoto Library Manager allows you to split your photos up into any number of separate libraries, store them on any disk connected to your computer, and switch back and forth between them easily.</p><br />
															<p>The iPhoto Library Manager interface [see image below] has been refined since earlier versions and is very easy to use.</p><br />
															<div align="left"><br />
																<p>iPhoto LM can create a library out of any folder (by selecting Add Library) or can help you make a new library folder. Most likely, you will start by adding your current iPhoto Library to the list of folders. This is done by clicking on Add Library, and then navigating to your current iPhoto Library. You can then name the library anything you want.</p><br />
																<p>To select a library, simply check the one that you want to open and then hit the launch iPhoto button.</p><br />
																<table width="100%" border="0" cellspacing="0" cellpadding="0"><br />
																	<tr><br />
																		<td class="update">The problem with iPhoto Performance has been fixed with recent versions of iPhoto. You may still prefer to use a library manager to seperate your various iPhoto Libraries.</td><br />
																	</tr><br />
																</table></p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/08/manage_multiple_iphoto_librari.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/08/manage_multiple_iphoto_librari.html</guid>
<category>Mac Tutorials</category>
<pubDate>Fri, 13 Aug 2004 22:54:26 -0500</pubDate>
</item>
<item>
<title>Video/Audio Editing with QuickTime Pro</title>
<description><![CDATA[<p>Quicktime 6 (Pro) can be used to do simple video editing such as cutting a video, splicing together video, applying a filter to the video and adding sound tracks.</p>]]>
<![CDATA[<p>Selecting Video</b> : To do any editing of your video, you must first select the video that you want to trim. This is done by moving the selection sliders (image 1) to the area that you want to trim (image 2).<br><br />
															<div align="center"><br />
																<p><img src="http://www.gbradhopkins.com/images/mac/QuickTime/quicktime-editing/images/1-sliders.gif" alt="" width="331" height="22" border="0"><img src="http://www.gbradhopkins.com/images/mac/QuickTime/quicktime-editing/images/2-selected-area.gif" alt="" width="331" height="22" border="0"></p><br />
															</div><br />
															<div align="left"><br />
																<p><b>Trimming Unwanted Video</b> : Often times you will have video that you want to put on a web site but it may be too long or contain video that you don't want to include. To trim your video, you must first select the video that you want to trim using the instructions above. Once you have selected the area to be trimmed, click on the Edit menu and then click on Cut.</p><br />
																<p><b>Copy Video</b> : To copy a video selection, you first select the area to be copied using the sliders, and then click on Copy in the Edit menu.<br><br />
																	<br><br />
																	<b>Paste Video</b> : Once you have copied video, you can then paste it into a new video player, or splice it into a current video file.<br><br />
																	<br><br />
																	To paste video into a new video player window, click on New Player in the file menu and then click on Paste in the Edit menu. This creates an entirely new player that contains only the video that was copied.</p><br />
																<p>Joining (or splicing video) is done the same way except, you need to open the video that you would like to join the new video with. To determine where the video will be pasted, let the video play until it gets to the point where you want the video to be inserted and then stop the video. Once you stop the video, you can then paste the copied video by going to the Edit menu and clicking on Paste.</p><br />
																<p><b>Add a Soundtrack</b> : The process for editing video and audio in Quicktime is the same. Being able to add audio allows you to add sound tracks to your video files, easily. Open your music file (mp3, AIFF, etc) in Quicktime and then copy the music the same way you would video. Next, open the video file that you would like to add the music to and click on Add in the Edit Menu. This will add a music track to your video file. If you use Paste instead of Add, the music will be placed in front of or behind the video file. You must use Add to have the audio play in the background of the video file.</p><br />
																<p><b>Apply a Filter</b> : You can also apply simple filters and special effects to your video using Quicktime. To apply a filter or special effect to your completed video, click on Export in the File Menu. In the Export window, select Movie To Quicktime Movie (<i>image 3</i>) and click on the Options button (<i>obscured by the settings window in image 3</i>). This will bring up the Settings window.</p><br />
															</div><br />
															<div align="center"><br />
																<p><img src="http://www.gbradhopkins.com/images/mac/QuickTime/quicktime-editing/images/3-4-settings.gif" alt="" width="376" height="333" border="0"></p><br />
															</div><br />
															<div align="left"><br />
																<p>Next, click on the Filter button (<i>image 4</i>). This will allow you to apply various special effects and filters. Click on the arrows (<i>image 5</i>) to reveal the different filters and effects. A preview of the effect will be shown on the thumbnail in the lower left corner of the window.</p><br />
															</div><br />
															<div align="center"><br />
																<p><img src="http://www.gbradhopkins.com/images/mac/QuickTime/quicktime-editing/images/5-choose-filter.gif" alt="" width="387" height="370" border="0"></p><br />
															</div><br />
															<div align="left"><br />
																<p>Once you have made your adjustments, click on OK and then select Export. Your video will begin to export with the filter or special effect applied.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/07/videoaudio_editing_with_quickt.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/07/videoaudio_editing_with_quickt.html</guid>
<category>Mac Tutorials</category>
<pubDate>Thu, 15 Jul 2004 08:08:17 -0500</pubDate>
</item>
<item>
<title>NetNewsWire Lite [Review]</title>
<description><![CDATA[<p>How do you find news on the internet? If you are like most people, then you probably have a few "Trusted" sites that you visit daily to keep up to date. This described me to a T. Here is an idea of what my browsing habits looked like, just one week ago.</p>]]>
<![CDATA[<p>Launch Safari&#133;<a href="http://www.macminute.com" target="_blank">MacMinute</a> (<i>home page</i>)&#133;<a href="http://news.google.com" target="_blank">Google News</a> (<i>browse headlines</i>)&#133;<a href="http://www.cnn.com" target="_blank">CNN.com</a> (<i>more headlines</i>)&#133;<a href="http://www.wired.com" target="_blank">Wired</a>&#133;<a href="http://www.news.com" target="_blank">News.com</a> (<i>tech headlines</i>)&#133;<a href="http://www.espn.com" target="_blank">ESPN.com</a> (<i>browse sports headlines</i>)&#133;<a href="http://www.macosrumors.com" target="_blank">MacOS Rumors</a> (<i>look for juicy Mac rumors, speculation</i>)&#133;<a href="http://www.washingtonpost.com" target="_blank">Washington Post</a> (<i>Check out recent Tony Kornheiser, Michael Wilbon stories</i>)&#133;<a href="http://www.baltimoresun.com" target="_blank">BaltimoreSun.com</a> (<i>check to see how the Baltimore Orioles did</i>)&#133;Quit Safari. <br />
															<p>Browsing time - 20 minutes (10 on a slow news day).</p><br />
															<p>That's it. But there has to be more&#133;right? I mean, it's the WORLD WIDE WEB for crying out loud. If you are using your web browser to get the bulk of your news then stay tuned. I'm about to show you how you can get more news, more efficiently. Oh, and did I mention for FREE!</p><br />
															<p>In this review / tutorial I'm going to take a look at <a href="http://ranchero.com/netnewswire/" target="_blank">NetNewsWire Lite by Ranchero Software</a>. NetNewsWire, according to the Ranchero web site, is 'an easy-to-use RSS Web news reader for Mac OS X. Its familiar three-paned interface &#151;similar to Apple Mail and Outlook Express&#151;can fetch and display news from thousands of different web sites and weblogs, making it quick and easy to keep up with the latest news'. <i>NetNewsWire Lite is free while the full version offers additional features for $39.95 (USD). Click here for more information on <a href="http://ranchero.com/netnewswire/" target="_blank">NetNewsWire</a>.</i></p><br />
															<p><b>Background</b> What is RSS? RSS stands for <b>R</b>eally <b>S</b>imple <b>S</b>yndication and is an easy way for web sites to share headlines and stories so that other sites can integrate them into their pages. RSS is written in XML. Check out my tutorial on how to employ a simple RSS news feed for your own web site.</p><br />
															<p>NetNewsWire is an easy to use application that allows you to quickly subscribe, download, and browse stories from thousands of web sites. The beauty of an RSS feed is that it is generally free of layout code, heavy graphics and advertising. This makes downloading very fast.</p><br />
															<p>Using NetNewsWire is very simple. In the screenshot below, I have labeled the 5 main parts of NetNewsWire.</p><br />
															<p><b>Subscriptions</b> :: Each site or feed that you subscribe to is listed in the first pane in NetNewsWire. The program comes with a preselected set of subscriptions. Subscriptions are removed by control clicking on them and selecting 'Unsubscribe' from the menu.</p><br />
															<p>NetNewsWire can be set to update at your preferred intervals. Any site with unread articles will be blue, with the number of unread articles in parentheses.</p><br />
															<p><b>Site/Feed Headlines</b> :: Each site will have a list of the recent articles that have been updated on their site. Unread articles are written in blue.</p><br />
															<p><b>Article Summary</b> :: To view the article summary simply click on the name of the article in the headlines pane. This will bring up a description of the article itself (if available). See image right. Clicking on the Title of the summary (pointed to with red arrow in image right) will open your web browser to that article.</p><br />
															<p><b>Sites You Can Subscribe To</b> :: There are two ways to subscribe to site feeds in NetNewsWire Lite. The first is to go to the Sites You Can Subscribe To pane and select sites from there. </p><br />
															<div align="left"><br />
																<p>The second way is to go to the subscription menu and select 'Subscribe'. This method is used to subscribe to sites that are not listed in the Subscription Pane. Once you select subscribe, you can then type in the address of the RSS feed. For example: I created a feed for this web site. To subscribe to it you would type the following into the subscription box.</p><br />
															</div><br />
															<div align="center"><br />
																<p><b>http://gbradhopkins.com/index.rdf</b></p><br />
															</div><br />
															<div align="left"><br />
																<p>Doing this will add gBradhopkins.com to your list of subscriptions. </p><br />
																<p><b>You've Got News</b> :: Like the MacOS X Mail application, NetNewsWire's dock icon gives instant feedback without bringing the application forward. The dock icon displays the number of unread, new articles in a red box, similar to the new mail indicator.</p><br />
																<p><b>Wrap Up</b> :: In my opinion, NetNewsWire Lite is a <b>must have utility</b>. Programs like this make the internet more user friendly in a time when it seems we are overwhelmed with obtrusive advertising and people trying to get our attention (and money).</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/07/netnewswire_lite_review.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/07/netnewswire_lite_review.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sat, 10 Jul 2004 08:02:36 -0500</pubDate>
</item>
<item>
<title>Make Sherlock More Watson-Like</title>
<description><![CDATA[<p>Sherlock was billed as a great way to find anything on your mac and the web. Then, a program called Watson was released that blew the doors off of Sherlock. In this tutorial we'll look at how you can make Sherlock more Watson Like.</p>]]>
<![CDATA[<p>There is an amazing piece of software, called Watson (<a href="http://www.karelia.com/watson/">http://www.karelia.com/watson/</a>), that has changed the way many people use the internet. Watson, is dubbed as a Swiss Army Knife for the web. Basically, Watson works with sites like Yahoo, Google, Amazon and others to help you gather information easily. Whether that information is in the form of a search using Google, Movie Listings or Weather reports, Watson allows you to bypass your browser and collect the information that you are looking for quickly and effortlessly. <br />
															<p>Here is how Watson and in turn Sherlock works. </p><br />
															<ul><br />
																<li type="square">Watson is essentially a Web Browser, much like Internet Explorer or OmniWeb. But instead of being generic -- capable of viewing any Web page, it's targetted to some of the most useful Web sites. Think of it as a Web Browser with a predefined set of bookmarks.<br><br />
																<br />
																<li type="square">A Web Browser, running on your desktop computer, contacts another computer over the Internet that has made information available to the public. It fetches the data, formatted using a coding called HTML, and then displays them on-screen. Watson's main difference is in how it formats the data on-screen quite differently than a generic Web Browser does. (Watson also connects to &quot;Web Services&quot; -- web sites where the data is coded in XML instead of HTML.) <i>-from the Watson FAQ.</i><br />
															</ul><br />
															<p>Watson was released in 2001 and then Sherlock was updated to Version 3 with the release of MacOS 10.2 (Jaguar). While these two programs do basically the same thing, Watson is the undisputed champion and has received much press and publicity because of it. This has left Sherlock in the background. </p><br />
															<p>Why is Watson better? <b>Speed</b>. Watson is very fast. I don't know why, I just know that it is. <b>Tools</b>. When you download Watson, there are a number of installed tools (19 in all). Each of which perform very well. </p><br />
															<p>Now that you know what Watson is you may be asking yourself &quot;Why would you want use Sherlock? Especially if it is slower than Watson and has less tools?&quot; $$$ Watson is $29.00 for a single user and $39.00 for a household. Sherlock is <b>FREE</b> (provided you have already shelled out for MacOS 10.2). So, for those who are on a budget but want some of the same functionality...read on.</p><br />
															<p><b>Preinstalled Sherlock Channels</b> : Sherlock comes with 10 preinstalled tools or channels, as Apple has called them. They are Internet, Stocks, Pictures, Yellow Pages, Flights, eBay, Dictionary, Apple Care, Translation and Movies. Using these channels, you can search the web (Internet), browse eBay listings, look up words (Dictionary), find addresses (Yellow Pages), check filght times and more. </p><br />
															<p><b>Adding Channels p1</b> : In order to make Sherlock more Watson like, we have to add channels. How do we add channels to Sherlock? Elementary my dear Watson. (I couldn't resist!) Go to <a href="http://dmoz.org/Computers/Software/Operating_Systems/Mac_OS/Internet/Sherlock/Channels/">the DMOZ Sherlock Development category</a>. There you will find a number of Sherlock channels that have been developed by individuals. Here are some of the tools that are available:</p><br />
															<ul><br />
																<li type="square">Billboard<br />
																<li type="square">Mapquest<br />
																<li type="square">MacUpdate<br />
																<li type="square">Shop (Amazon.com)<br />
																<li type="square">Weather<br />
																<li type="square">iCalshare<br />
																<li type="square">dotmac.info<br />
															</ul><br />
															<p>In all, there are 33 sherlock channels available in nine categories. </p><br />
															<p><b>Adding Channels p2</b> : Adding a channel to Sherlock is quite easy. Go to the web site (sherlockers.com), find the channel that you want to add and then click on the 'Click here to add the channel to Sherlock' link. </p><br />
															<p>Clicking this will open Sherlock and ask you if you want to add this channel to Sherlock. Click on the Add button and you will see then new channel installed in the Sherlock Toolbar. To add other channels, simply repeat the steps above. You can also view the channel prior to adding it (by clicking on the 'Click here to just view the channel' link). <img class="imageborder" src="http://www.gbradhopkins.com/images/mac/sherlock/remove-item.gif" alt="" width="222" height="168" align="right" border="0"></p><br />
															<p>To remove the channel, right click on it in the toolbar and select 'Remove Item' from the pop-up menu. (see image right)</p><br />
															<p>Sherlockers.com is not the only site for finding sherlock channels. Do an internet search for &quot;Sherlock Channels' and you are bound to find more great, free sherlock channels.</p><br />
															<p>Click here to view an image gallery of <a href="index.html">Sherlock Channels in action</a>.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/06/make_sherlock_more_watsonlike.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/06/make_sherlock_more_watsonlike.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sat, 12 Jun 2004 07:26:45 -0500</pubDate>
</item>
<item>
<title>Change the Program that Opens a File</title>
<description><![CDATA[<p>In this tutorial we are going to look at how to open a file with a specific program. This is a quick little MacOS X (10.2) tip that may come in handy some day.</p>]]>
<![CDATA[<p>		<p>Sometimes I would edit a picture in Photoshop but would want to be able to view it quickly with the MacOS X Preview software. The Preview Application loads much quicker than Photoshop and is a lot less obtrusive (no floating tools, etc). This can be done in a few short steps. </p><br />
		<ol><br />
			<li>Find the file that you are going to change (In my example, the file is called 'FinderScreenSnapz001.psd')<br />
			<li>Control Click on the file and select <i>Get Info</i>.<br />
			<li>When the Get Info box pops up, you will see a series of menus (below). You will click on the Open With arrow. This will bring up the Open With Menu. <br />
			<img src="http://www.gbradhopkins.com/images/mac/open-with-app/menus.jpg" alt="" width="265" height="101" border="0"><li>Next, you will see the Open With drop down menu (image below). Here you will choose which application will open the file you are working with. In the image below, Preview is the default application for opening this document. <img src="http://www.gbradhopkins.com/images/mac/open-with-app/open-with-menu.gif" alt="" width="265" height="113" border="0"><br />
			<li>Now click on the down arrow and scroll through the list until you see the application that you are looking for. In my case it was Adobe Photoshop 7.<img src="http://www.gbradhopkins.com/images/mac/open-with-app/open-with-select.gif" alt="" width="265" height="166" border="0"><br />
			<li>You can then choose whether to change all files like this one. By clicking on the Change All... button.</p></p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/05/change_the_program_that_opens.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/05/change_the_program_that_opens.html</guid>
<category>Mac Tutorials</category>
<pubDate>Wed, 12 May 2004 07:34:25 -0500</pubDate>
</item>
<item>
<title>Taking Screenshots in MacOS X</title>
<description><![CDATA[<p>Ever have something happen on your computer that you wanted to remember without having to write it down? Take a screenshot.</p>]]>
<![CDATA[<p>Screenshots are pictures of items on your computer screen. Most people who have used a Mac for some period of time are aware of the key command for a screenshot <img src="http://www.gbradhopkins.com/images/mac/command.gif" alt="" width="16" height="14" align="top" border="0">-shift - 3. This key combination takes a picture of your entire desktop and saves it as a .pdf file named <i>Picture 1</i> on your desktop. (<i>note - in OS 9 it was saved as a pict file</i>)<br />
															<div align="center"><br />
																<p><img class="imageborder" src="http://www.gbradhopkins.com/images/mac/screenshots/images/desktop.jpg" alt="" width="312" height="218" border="0"></p><br />
																<p><i>Desktop screenshot</i></p><br />
															</div><br />
															<p><b>Advanced Screenshot Commands</b> : While that is pretty cool, it would be nice to be able to isolate certain parts of the screen when you are taking a screenshot. Luckily, in MacOS X you can.</p><br />
															<p><b><img src="http://www.gbradhopkins.com/images/mac/command.gif" alt="" width="16" height="14" align="top" border="0">-shift - 4</b> : Typing in this key combination displays a cross hair that allows you to highlight a specific part of the screen that you would like to capture.</p><br />
															<table width="401" border="0" cellspacing="2" cellpadding="0"><br />
																<tr><br />
																	<td><i><img src="http://www.gbradhopkins.com/images/mac/screenshots/images/crosshairs.gif" alt="" width="30" height="25" border="0"></i></td><br />
																	<td><i>Cross hairs that are displayed when using the <img src="http://www.gbradhopkins.com/images/mac/command.gif" alt="" width="16" height="14" align="top" border="0">-shift - 4 key combination.</i></td><br />
																</tr><br />
															</table><br />
															<div align="left"><br />
																<p>Once you see the cross hairs, move them to the area that you want to capture and then click, hold and drag with your mouse to select the entire area to be captured. You can tell what will be included in the capture because it will be shaded. Once you have selected the item you want to capture (take a screenshot of) simply realease your mouse button.</p><br />
																<p><b><img src="http://www.gbradhopkins.com/images/mac/screenshots/command.gif" alt="" width="16" height="14" align="top" border="0">-shift - 4 - Spacebar</b> : To capture a specific object (dock items, menus, etc) use the same key combination as before, except this time hit the space bar after hitting the 4. This will display the icon for of a small camera (image 1). You will notice, items that the camera is placed over are highlighted in blue (see image 2 and 3). This blue highlight is an indicator of what will be captured.</p><br />
															</div><br />
															<table width="398" border="0" cellspacing="4" cellpadding="4"><br />
																<tr><br />
																	<td width="265"><br />
																		<div align="center"><br />
																			<img src="http://www.gbradhopkins.com/images/mac/screenshots/images/camera.jpg" alt="" width="75" height="65" border="0"></div><br />
																	</td><br />
																	<td width="105"><i>Image 1</i> - When hitting the <img src="http://www.gbradhopkins.com/images/mac/command.gif" alt="" width="16" height="14" align="top" border="0">-shift - 4 - Spacebar key combination, a camera icon is displayed.</td><br />
																</tr><br />
																<tr><br />
																	<td width="265"><img class="imageborder" src="http://www.gbradhopkins.com/images/mac/screenshots/images/menu.jpg" alt="" width="263" height="128" border="0"></td><br />
																	<td width="105"><i>Image 2</i> - This allows you to capture screen objects like menus, dock items, etc.</td><br />
																</tr><br />
																<tr><br />
																	<td width="265"><br />
																		<div align="center"><br />
																			<img class="imageborder" src="http://www.gbradhopkins.com/images/mac/screenshots/images/dock-item.jpg" alt="" width="230" height="152" border="0"></div><br />
																	</td><br />
																	<td width="105"><i>image 3</i> - Dock item selected.</td><br />
																</tr><br />
															</table><br />
															<div align="left"><br />
																<p>Again, once you have selected the item you want to capture, click your mouse. You will hear what sounds like a camera taking a picture and then see the file on your desktop.</p><br />
																<p><b>Wrap Up</b> : There are commercial screen capture products out there but unless you want to be able to capture video of your screen then these three key combinations are probably all you need.</p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/05/taking_screenshots_in_macos_x.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/05/taking_screenshots_in_macos_x.html</guid>
<category>Mac Tutorials</category>
<pubDate>Sat, 01 May 2004 07:45:43 -0500</pubDate>
</item>
<item>
<title>Removing Cookies in IE</title>
<description><![CDATA[<p>How do you remove cookies in Internet Explorer in MacOS X? This is a tutorial that was posted to my old site in March of 2004.</p>]]>
<![CDATA[<p><b>What are cookies?</b> A cookie is a message given to a Web browser by a Web server. The browser stores the message in a text file. The message is then sent back to the server each time the browser requests a page from the server. The main purpose of cookies is to identify users and possibly prepare customized Web pages for them. When you enter a Web site using cookies, you may be asked to fill out a form providing such information as your name and interests. This information is packaged into a cookie and sent to your Web browser which stores it for later use. The next time you go to the same Web site, your browser will send the cookie to the Web server. The server can use this information to present you with custom Web pages. So, for example, instead of seeing just a generic welcome page you might see a welcome page with your name on it. (webopedia.com | definitions: <a href="http://webopedia.com/TERM/c/cookie.html" target="_blank">cookies</a>)<br />
			<p><b>Are cookies bad?</b> Cookies do not act maliciously on computer systems. They are merely text files that can be deleted at any time - they are not plug ins nor are they programs. Cookies cannot be used to spread viruses and they cannot access your hard drive. This does not mean that cookies are not relevant to a user's privacy and anonymity on the Internet. Cookies cannot read your hard drive to find out information about you; however, any personal information that you give to a Web site, including credit card information, will most likely be stored in a cookie unless you have turned off the cookie feature in your browser. In only this way are cookies a threat to privacy. The cookie will only contain information that you freely provide to a Web site. (webopedia.com | <a href="http://www.webopedia.com/DidYouKnow/Internet/2002/Cookies.html" target="_blank">are cookies malicious?</a>)</p><br />
			<p><b>How to view / delete cookies</b> Viewing and deleting cookies in Internet Explorer is rather easy.</p><br />
			<ol><br />
				<li>Click on Preferences (found under the Explorer Menu in OS X).<br />
				<li>In the preference window, scroll down to the section called Receiving Files (you may need to expand the section by clicking on the down arrow).<br />
				<li>Click on Cookies<br />
				<li>To the right, you will see an alphabetical list of all the cookies. To view the properties of a particular cookie, click on it and then select View.<br />
				<li>To delete a cookie, click on it and then select Delete.<br />
				<li>If you want to be notified when a cookie is being set, click on the drop-down-menu next to When Receiving Cookies and select ask for each cookie (ask for each site or never accept).<br />
				<li>Not allowing your browser to accept cookies will inhibit you ability to customize web sites to your liking.<br />
			</ol><br />
<table class="update" width="97%" border="0" cellspacing="0" cellpadding="0"><br />
				<tr><br />
					<td>Update 3/27/04<br />
						<p>This method for deleting cookies in Internet Explorer seems to be broken. You can still view cookies using this method, but when you click 'Delete' the cookies seem to go away but once you restart Internet Explorer, they are back. An alternate method would be to delete the file <i>com.apple.internetconfig.plist</i> in the Home/Library folder. Thanks to Tim E. for the tip.</p><br />
					</td><br />
				</tr><br />
			</table></p>]]></description>
<link>http://www.gbradhopkins.com/archives/2004/03/removing_cookies_in_ie.html</link>
<guid>http://www.gbradhopkins.com/archives/2004/03/removing_cookies_in_ie.html</guid>
<category>Mac Tutorials</category>
<pubDate>Mon, 15 Mar 2004 11:39:49 -0500</pubDate>
</item>


</channel>
</rss>