Archive for the ‘Computers’ Category

Firefox Extensions to Monitor Web Usage

Wednesday, August 15th, 2007
Posted in Software · Tags:

If you need to cut down on your web surfing time to be more productive you might try out the following extensions.

Running Multiple Versions of Opera and Firefox

Thursday, August 2nd, 2007
Posted in Software · Tags: ,

Running multiple versions of Opera is easy, just install to another folder. :)

However doing so for Firefox is a tricky. I used the following site as a reference, consider this post a mini-tutorial for achieving multiple versions on Windows. I’ve tried this with Firefox versions 1.0, 1.5 and 2.0 on Windows.

First make sure you install the Firefox versions in separate folders. To do so you will have to do a custom install so you can point them to separate folders (be sure to create a new folder before you install). Your shortcuts to Firefox in the Quick Launch, Programs folder and on your Desktop will end up being overwritten by each other; Thus, you will end up having to create a shortcut for the other versions later on.

We need to create a few profiles so we can separate our extensions and settings for each version. Create a copy of your shortcut to Firefox and lets rename it to Firefox Profile Manager. Now right click it and pick Properties. In the Target add “ -profilemanager” to the end (without the quotes and be sure to have a space before the dash), now press Apply and OK. Now make sure Firefox isn’t open at all (close all Firefox windows). Now double-click on that shortcut we made (Firefox Profile Manager) and it will open up a prompt. Here you can create a new profile and name it something that makes sense like firefox1, firefox1_5 or firefox2. This will give us a profile to tie a certain version of Firefox to. To set a profile automatically to a certain version you need to make a shortcut to the version of Firefox you want and add “ -P profilename” to the end (without the quotes and don’t forget the space before the dash).

Lets go ahead and do this:

We’ll modify the shortcut to Firefox 2 by changing its Target to something like this
X:\Program Files\Mozilla Firefox\firefox.exe -P default

And you can set your Firefox 1.5 Target to something like this:
X:\Program Files\Mozilla Firefox 1_5\firefox.exe -P firefox1_5

And you can set your Firefox 1.0 Target to something like this:
X:\Program Files\Mozilla Firefox 1\firefox.exe -P firefox1_0

Be sure to change the Start in field in the shortcut to match the folder path used in the target (however the Start In will not need the -P profilename). Also note which shortcut you are modifying (what folder it’s pointing to and what version it is, along with what profile you want it to use), it’s easy to get confused. Firefox will not remember what version the profile used last, that’s why you need to point to the proper folder. Please note, if you have Firefox open while trying to access the Profile Manager it will just open up another window of Firefox. You can’t run more than 1 version of Firefox simultaneously, so if you need to test things, you have to test everything in one version than close all your Firefox windows and then start up the other version.

One annoyance is that it will ask you whether you want the browser to be the default or not. If you change the default to another version it may ask you again when you open the other version (this is the case for both Opera and Firefox). For multiple version of IE, I normally just use an old Win98 or Win2000 box. You could also use a free virtual machine like VMware Player/Server, Microsoft Virtual PC or Bochs. There is a hack to create virtual machines in VMware Player if you dont want to use VMware Server to create them (VMware Player is lighter on resources than the Server version).

Apple already released a version of Safari for Windows, but you could use a PowerPC emulator called PearPC; However, it can take a long time to install OS X and it runs a little slow.

Font Usage, Stats, Foundries, Programming Fonts and Links

Saturday, July 28th, 2007
Posted in Computers · Tags: ,

Well, it’s time for me to clean out some bookmarks again.

Free fonts

Programming Fonts

Added 4 new links

Create Video Thumbnails for Free

Sunday, July 22nd, 2007
Posted in Software · Tags:

Figured I’d share my results in what I’ve found by researching how to get video thumbnails. I tried MovieSnapshot but the JPGs it created were zero bytes; thus they were useless. Some people have been able to use the command line with VideoLan to create thumbnails, and someone else was able to create video thumbnails with ASP and FFmpeg. However I really didn’t feel like messing with the command line. I found a program called ThumbCell Creator but the reviews weren’t very good for it, so I didn’t bother with it.

After some more searching I found a program called Livid Batch Export Utility and it apparently will do a lot of batch conversions for video, including images. However the thumbnail export is buggy in verison 1.2 and I had to figure out how to get around those bugs. So here are my findings:

Livid Batch Export Utility 1.2 Thumbnail Export Workaround

  1. Backup your original videos (the program will overwrite files without warning you)
  2. Pick your source folder (the videos to be converted)
  3. Pick your destination folder (where you want the thumbnails, must be different than the source folder)
  4. At the bottom select Open (this is where you select the export format)
  5. Pick BMP (Picture will not work, not sure why)
  6. Now you can go back up to Settings (here you can change the color depth and quality)
  7. Now click Start
  8. Go into the destination folder, you will notice the files have the same video file extension, so you will have to rename each file with a .bmp manually or do so with a app that will rename files in a batch. I like to use a free program called Rename Master. Rename Master will rename a batch of files in a folder very fast (handy app to have). You can use it to change the extensions of your files, but remember to rename the destination folder’s files (they may confuse you off since they have the same names as the videos)
  9. So now that you have all your files renamed, you might want to convert them to a web format like GIF, PNG or JPG.
  10. You can either use Photoshop to convert files by using an Action or use a free program like Faststone Photo Resizer

NOTE: The bitmaps created by Livid Batch Export Utility will be the same size as the original video and are of the first frame.

Its a pain to have to go through all these steps but it’s the only free and fast way I know how to do this. Otherwise you would have to do a screenshot for each one and crop just the video.

And something else I found out, doing a screenshot in Windows Media Player will result in it being black, however there is a way to fix that.

Operating Systems to Watch

Wednesday, July 18th, 2007
Posted in Computers · Tags:

Figured I’d clean out some more links from my bookmarks and share them.

  • SymphonyOS - Linux based OS that features an innovative GUI
  • Syllable - A free operating system but it’s not based on Linux or BSD
  • ReactOS - Free open source operating system providing a ground-up implementation of a Microsoft Windows XP compatible operating system
  • SkyOS - Operating system built initially as a hobby and now a commercial intent
  • VectorLinux - lightweight Linux OS
  • DSL - (Damn Small Linux) very lightweight Linux OS, its only 50MB
  • Puppy Linux - another very lightweight Linux OS, 28-70 MB
  • Xubuntu - Ubuntu distribution for older computers
  • Haiku - Open source clone of BeOS

I don’t really follow SkyOS anymore since they gave up the idea of remaining free a few years ago. I do periodically see what Symphony and ReactOS are up to, though. And VectorLinux, DSL and Puppy Linux are worth looking into if you have some really ancient computer hardware.

I added Xubuntu and I recommend you get the text installer (its on the alternate cd) so you can install it faster. It uses the Xfce Desktop environment, which is lighter on resources than GNOME or KDE. Xfce is not ugly either, its visual style is similar to GNOME.
I added Haiku.