September 1, 2009

Zamzar: Online File Conversions that Actually Work

Filed under: Productivity — Tags: — Jack @ 3:09 pm

zamzarJust wanted to share a useful website you can use to convert files to different formats for FREE: Zamzar.  You just upload a file and select the format you would like it converted to, enter your email address and click convert.  Your converted file should be emailed to you within an hour.

I discovered Zamzar when I needed to convert some client-supplied .docx files to .pdf on my Mac.  Word 2007 .docx format files can be opened in OpenOffice with X11 or NeoOffice, both on the Mac.  However, when the files are opened the formatting is often missing and funky characters are likely to appear.  With Zamzar, the conversion is flawless.

Apparently, Zamzar converts much more than documents.  Images, music, videos and also compressed archives (.zip, .rar, tar.gz, etc.) can be converted from one format to another. For a full list of Zamzar’s capabilities, please check out the conversion list.  As long as the conversions are 100 megs or less, the service is free.  If you need to convert larger files, there are a few paid-service plans available.

You can also enter the url to a video from YouTube or other video-sharing site.  Pick the format you would like the video converted to and it’ll be emailed to you.

I almost forgot to say that they have some chameleons to look at while you are uploading your files!  Chameleons are cool.

August 3, 2009

A Great Tool for Choosing Web Color Palettes

Filed under: Color,Productivity,Web Development,Website Design — Jack @ 4:43 pm
An example color scheme created by Color Scheme Designer 3

An example color scheme created by Color Scheme Designer 3

Looking for a time-saving tool to help you pick great color palettes? Well, make sure you check out Color Scheme Designer 3.  It is by far the best and most feature-rich online color choosing app I have ever used or come across.

It allows you to choose a base color by clicking inside the color wheel.  From the base color, it can generate a monochromatic, complementary, triadic, tetradic, analogic or accented analogic color scheme. You can further adjust the scheme’s saturation, brightness and contrast to your liking.

Both a light-dominant and dark-dominant preview are available to show you a couple of ways the generated scheme could be used to color a web page.  Click the button labeled “Light page example” to view the light-dominant preview and the button labeled “Dark page example” to see the dark-dominant preview.

Once you are satisfied with the scheme you have created, you can export it as HTML/CSS, XML, plain text, a Photoshop palette or even a GIMP palette.

Other nice features are the ability to randomize the palette and vision simulations that allow you to understand how your scheme will appear to the visually-impaired.  Checking the box next to “Show text” will display white, black and grey text over all of the different colors in your palette.  Did I mention that it’s FREE?

July 27, 2009

How to Untar a File Without SSH Access

Filed under: Productivity,Web Development — Jack @ 9:05 pm

You have a tar.gz package that contains a lot of files for your website. Your web host doesn’t provide an easy option for you to untar it once it’s on the server. Uploading all of the files one by one is a very time consuming process and should be avoided if possible.

You could request SSH (secure shell) access from your hosting provider, which can be dangerous for those who do not understand exactly what they are doing.  Also, some hosts will not give you this access. As a workaround, you can use this trick:

  1. Open your favorite text editor and create a new file with the following code:
    <?php system("tar -zxvf my_tar_package.tar.gz") ?>
  2. When entering the above code, replace “my_tar_package.tar.gz” with the name of your tar.gz file and name the file my_tar_gz.php.
  3. Upload both the tar.gz archive and the newly created my_tar_gz.php to the directory in which you want to unpack the files.
  4. Navigate to my_tar_gz.php in a web browser. The script will run and the tar.gz files will be unpacked with the quickness.

I used this solution on a site today and if I had to upload all of the files one at a time, it could have easily taken an hour or more. Instead, it was done in less than 5 minutes.

Hope it helps!

December 15, 2008

I love my iPhone and it loves me

Filed under: Productivity — Tags: — Jack @ 2:00 pm

I love my new iPhone

I’ve discovered a solution for getting more work done: don’t play with your new iPhone all day.  After being the unenthusiastic owner of a no-frills cell phone for many years, I was looking to get something a bit more aptly suited for a technically-minded individual such as myself.  I have to say that I felt the same way I did when I bought my first Mac: overwhelmingly satisfied!

I was either going to get the iPhone or the new G1 by Google, but I didn’t like how the G1 forces you to use Google’s services exclusively (GMail, Google Calendar, etc.).  For example, rather than letting you access all of your email accounts as the iPhone does, you can only pull up a GMail account on the G1.

Keep Reading…