Posts

Start Application on Startup on OS X 10.6 Snow Leopard

Image
Sometimes we want programs to automatically start for us when we start our computer. For Mac OS X 10.6 Snow Leopard, it takes just a few steps. Open System Preferences . Look in the System section and select Accounts . Select Login Items . You will see a list of applications already set to start when you start your Mac computer. Find the + and - boxes below the list and select + . Navigate to the application you want to start when you start your Mac computer, and select it. Select the Add button. Repeat for additional applications, and close the Accounts window when you're done.

Dates differ for Excel between Mac and Windows

Who knew? The default date system in Excel for a Mac is different than that used on Windows. I was working across spreadsheets, referencing a column from one to a column from another and my results were driving me crazy. First it appeared my results column was just not formatted for dates as I was just getting numbers. But when I changed the column to be formatted for dates, I got dates but they were off by about 4 years. After checking my formula, which I've used countless times ( Lookup values in Excel ), I finally went searching and found this article, Microsoft Excel Date Systems for Windows and Mac . Sure enough, one of the spreadsheets I had created on my Mac while the other came from a Windows user. Bottom line, Windows uses the 1900 date system while Macs use the 1904 date system. Before you create a spreadsheet you can change the date system, but if changed afterward it will also change your dates, so be careful. Read Microsoft Excel Date Systems for Windows and Mac

Command Prompt on Right-Click

Image
In Windows XP it was fairly easy to add a link to the right-click menu in Explorer, so when clicked it would open the Command Prompt at that location . I posted a how-to in April 2008 on how to accomplish this. With the release of Windows Vista and Windows 7, the Tools >> Folder Options is no longer available, so the task required a new solution. I've identified 3 possible alternatives: All 3 options in use Hold the Shift-key while right-clicking. This is built-in behavior. Update the Registery. Open the Registry by entering "regedit" at the Run prompt. Navigate to the following key: HKEY_CLASSES_ROOT\Directory\shell. Create a new key called "Command Prompt." For the default value, add the right-click menu name, such as "Open Command Prompt Here." Navigate down to your new "Command Prompt" key (HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt). Create another new key called "Command." For the default value, add

Insert Clipart causing install loop problem for MS Office apps

Image
On my work laptop, running Win7 Pro, all of my MS Office apps are all 2007 except for Visio 2003. When Visio was installed, for whatever reason the clipart was not installed. If I tried to use the clipart, it would start the install wizard, ask for a path to the install disk and eventually fail as I didn't have the disk. This is unfortunately is expected behavior. But, when I go to insert clipart from my other Office apps, they run into a problem due to Visio. It goes through the same Microsoft Office Visio 2003 install wizard, and after failing, it will open the clipart that WAS installed for 2007. I search for solutions, but never found one. This works for some install loop type problems, but not my specific case. Enter one of the following using Run... . Substitute Excel, Visio, or PowerPoint for Word as necessary: Office 2007: reg add HKCU\Software\Microsoft\Office\12.0\Word\Options /v NoReReg /t REG_DWORD /d 1 Office 2003: reg add HKCU\Software\Microsoft\

Creating Multiple Email Profiles for Outlook

Want to use Outlook to access 2 or more email accounts? By adding additional Profiles to Outlook, you can avoid multiple email clients. The upside is that you can share your archive folders across your accounts. The downside is that you can only manage one account at a time. To add a new Profile, follow these simple steps: Open Control Panel Click Mail Click the Show Profiles button Click the Add button Provide a Profile Name Complete the Account Setup Wizard  Once created, you can select to be prompted for the Profile you want to open when starting Outlook or you can have it always open a specified Profile. Once you have more than one Profile, you can force Outlook to open to a specific Profile by configuring Shortcuts for each. Create a copy of your existing Outlook Shortcut Right-click the new Shortcut and select Properties On the Shortcut tab, go to the Target text box At the end of the line (after the ending quote), add the following on the same line: space /p

Adobe Acrobat Reader update error: Error 1602

Image
I started getting this error, 1602, when attempting to complete the update request from Adobe for Acrobat Reader. I'm not a fan of PDF files, and use FoxIt in most cases as an alternate PDF Reader, but sometimes I still need Adobe Acrobat Reader. I discovered that the cause can easily be solved by deleting the 'ARM' folder within the Acrobat Reader program files. You can find the 'ARM' folder within \Adobe\Acrobat\x.x\ where x.x is the version number. The location of \Adobe\Acrobat\x.x\ will vary based on your version of Windows. For XP users it's contained within C:\Documents and Settings\All Users\Application Data\ while Vista and Win7 users will find it within C:\ProgramData\. Once you delete the 'ARM' folder, on the next update attempt everything should work as expected.

Odd Behavior When Moving an Application Window within Windows 7

Windows 7 has a nice feature where using the Windows key + the right- or left-arrow button you can move an application window to be maximized on half the screen. Recently I noticed that when I tried going right, it wouldn't cover the last 1/6th or so of the screen -- it was as if that portion of the screen didn't exist. I could still drag a window over to the edge, but even while dragging I would get some odd behaviors. It turned out the problem started when I installed Pidgin (2.6.5) instant messaging client. My particular version came with 1 plug-in already enabled which was causing this weird behavior. The plug-ins can be found at Tools >> Plugins (or CTRL-U). The culprit was "Windows Pidgin Options 2.6.5." Once disabled, the windowing (Windows key + the right- or left-arrow button) movement again operated as expected.