Monthly Archive for August, 2006

Apartment Services

Searching for a new place to live is not easy but luckily there are many services available to ease the pain. Here are a few that I found to be helpful especially when doing all the footwork remotely with no chance to see any of the places in person:

  • Rent - A decent service to get started in your searches. Requires one to sign up for free membership. Usually doesn’t have a lot of floor plans available or enough pictures of the apartments themselves (especially the interiors). Allows one to save searches to a favorites list. Gives $100 rebates on select apartments.
  • My New Place - Requires free membership to use. Provides $100 rebate incentives on select apartments. Allows one to save searches to a favorites list. Best of all it uses Google maps with little push pins showing the locations on the map of all search results.
  • For Rent - Requires no membership and is free to use. Provides the most comprehensive search with a treasure trove of apartment specifications, details, floor plans, pictures, and in some cases downloadable applications.

A few others for consideration are:

Photography Resources

Here is a list of useful photography resources for any budding photographer (listed in no particular order):

Tutorials and Tips

Equipment Reviews

Forums

Most have RSS feeds so make sure to tune in!

Relocation Reimbursement

Expenses incurred while moving to a new location can be deducted when filing your taxes.  This assumes that you met the standard threshold, otherwise it won’t even count for those in the higher income brackets.  The IRS tax topic for this information is: Topic 455 - Moving Expenses.

For Quicken users, you might want to set up a category using tax line item Form 3903 as shown here:

Quicken Relocation Category (screenshot)

Personalize Google

Have you tried personalizing your google search page lately (i.e. http://www.google.com/ig)? You should, as you might like the new AJAX apps you can add to the page.  I used to keep the Dictionary and and Wikipedia links in my Firefox bookmark toolbar but now I can condense them to one page. I would not, however, get carried away with loading the page up with too many apps as it will slow down page load times.  Below a view of my basic config:

Personalized Google (thumbnail)

In addition, download and watch a video of me moving the apps around on the page, configuring them, and adding new content: Personalizing Google (1.6 MB, 1 minute).

Thanks, B.H., for the tip!

Data Management

Each of us with a computer has personal data in some form or another. It might be pictures of your travels, videos from your last birthday party, important financial data, application software, games, etc. The question is how do you organize all this information? Here are a few suggestions.

Partitions

Partitions, if you are not aware, allow you to cut your physical hard drive(s) into several logical drives. For example, let’s say you have single hard drive of 100GB in size but would like to split it up into five, 20GB, logical drives. You can use partitions to do that. In my case, I use the following setup:

  1. Main (C:\) - Where the Windows operating system is installed. This partition should be roughly 20GB in size or has enough space to hold the operating system with room to grow.
  2. Apps (D:\) - Where all applications are installed. This partition is generally 20GB or more in size. Having never liked the default Windows install directory for applications, Program Files, I choose to install all applications to a dedicated partition. The reason the Program Files directory is bad is because it is a dumping ground for all software and tends to get convoluted rather quickly when trying to determine what you installed versus what came default with the operating system. When installing software to the apps partition, I generally try to keep software organized by company and product folders. For example:
    Apps Partition
  3. Games (E:\) - Where all games are installed. This partition is generally 30GB or more in size. Same pattern applies to games as it does for standard application software. The only difference is that games generally consume larger amounts of disk space so I keep them in a separate partition rather than throw them all on the Apps partition.
  4. Files (F:\) - Where all personal files go. This partition is generally 50GB or more in size. Further details are provided in the Directory Structures section below.
  5. Work (G:\) - Where all work-related files go. These are usually files used in making a finished product. For example, say you are working on a new audio CD, DVD video, rendering 3D images, fixing up panoramic photos, etc. You might need multiple versions of the source files and possibly multiple formats to be produced as output. This is a great place to put work like this. When the work is finished these files can be deleted or backed up to some other media format.
  6. Swap (H:\) - Dedicated solely to the Windows pagefile.sys file (read about virtual memory for more information). This is actually not a partition but a dedicated hard drive. This means that I use one hard drive for partitions C through F and another hard drive that stores the page file. The reason for this is that when system memory (RAM) fills up or needs to be paged out, it goes to the page file on the hard drive. By default, this is the pagefile.sys located in the root of your C:\ drive or wherever your operating system is installed. In order to improve system performance, it is a good idea to have a fast hard drive, generally spinning at 10,000 RPM or higher. The hard drive doesn’t need to be large because the Windows operating system can only support up to 4GB of RAM which means that your page file can only grow to 4GB max as well. So a small but fast hard drive is all you need for storing this single page file.

The “Files” Directory Structure

While most drives and partitions are fairly self-explanatory and already described above, the Files (F:\) partition, however, needs a little extra explanation. It is the storage area for all personal data and can get messy. Generally, I like to use the following directory structure:

  • \archive - Where files get archived. Resumes, personal documents, digital books, old software code, etc.
  • \cache - The cache directory is organized by program sub-directories and is the data store of personal information saved by an application. Some programs allow you to choose where you want personal files to be saved on your hard drive. For example, Quicken saves all financial data to a .qdf file of your choice. By default this file is saved in Windows Documents and Settings directory structure. Again, I don’t like the defaults, so I put all data in this cache folder instead. For example: \cache\quicken\my-finances.qdf. Same pattern applies for other applications if possible. For those applications that don’t offer this capability, I try to export the data from them instead. Firefox is a good example because you can export/backup your bookmarks and installed themes and plugins this way.
  • \downloads - A place for all downloaded software. All software is organized by category. For instance, I put all audio editing software in an audio sub-directory. Here is an example:
    Software Downloads
  • \misc - As the name applies, where miscellaneous, temp, or unorganized files go.
  • \multimedia - A place for photos, videos, computer graphics, and all things related to media. I divide this folder up by audio, photos, videos, wallpaper, etc. For photos and videos, I organize them by year/month/day. For example:
    Images
  • \unfiled - Where unfiled files go. I teach all programs that allow for default folder settings to put all files in this folder so that I might move them later to some other location. This way if the folder is not empty, I know there is still some filing to do before my desk is clear so-to-speak. For example, I have trained the following programs:
    • Firefox - All downloads go here without question, no dialog prompt, etc.
    • SnagIt - The default location for creating screenshots and video captures.
    • iTunes - The default location for downloading new podcasts, music, etc.
    • FeedStation - The default location to download podcast enclosures.
  • \video - Where all digital videos go. The structure is organized exactly as the images structure mention earlier.
  • \xfer - A place for transferring files between computers on the network.

Backups

Keeping data organized as suggested above makes backing up data really easy. For me, it is just a mater of backing up the Files partition and a few folders in the within the Documents and Settings directory of the Main partition. This occurs due to the fact that some applications make it nearly impossible to adjust program behavior for storing personal data to the Files partition and must back up parts of the Main partition in addition to the Files partition.

When backing up data, I keep everything backed up to an external hard drive. This happens nightly in an automated fashion using Nero BackItUp software.

Tesla Motors

The latest newstand issue of Wired Magazine has an article about the new Tesla Motors car company. They have just built the first 100% electric, environment friendly, electric sports car and the stats are impressive!

Telsa Electric Roadster
  • 0 to 60 in about 4 seconds.
  • Has the equivalence of 135 mpg.
  • 250 miles per charge.

The base selling price for the car is around $80,000. They have plans to release a cheaper more family oriented car later in 2007.

It is interesting that a Silicon Valley startup shows the most promise in electric car production than the motor companies we are all used to.

Windows Key Shortcuts

Windows Key

In case you did not know already, here are few nifty things you can do with the Windows key:

  • WinKey:   Display or hide the Start menu.
  • WinKey + Pause/Break:  Display the System Properties dialog.
  • WinKey + D:  Minimize all windows and show the display the desktop.
  • WinKey + M:  Minimize all windows.
  • WinKey + SHIFT + M:  Restore minimized windows.
  • WinKey + E:  Open Windows Explorer.
  • Windows + F:  Open the search dialog.
  • CTRL + WinKey + F:  Open search dialog for computers.
  • WinKey + F1:  Open Windows help dialog.
  • WinKey + L:  Lock the keyboard.
  • WinKey + R:  Open the Run dialog.
  • WinKey + U:  Open the Utility Manager.

I use the WinKey + M, E , R, and L key combinations all the time.

For additional information (including the info above), check out Microsoft’s Windows XP keyboard shortcuts page.