Wednesday, 31 December 2008

Encrypting zips on OSX

If you are backing up or archiving to DVD or other non-ACL'd media, encryption is a desirable option. Sadly OSX doesn't have any good encrypted zip possibilities. Imagine if you backed up your profile to DVD, someone got hold of the backup and now has access to all those banking web sites with saved passwords etc. OK so they would need to get your keychain password, but there is a better way.

What we can do is to create an encrypted Disk Image using Disk Utility.

Go to File>New Disk Image from Folder


Select the folder you want to turn into a disk image.



Give it the correct options ie encrypted at 256bit, and what you want to call it

After a few seconds you get the box to apply your password

And then the disk images process continues. Be warned that 256 encrypted images even for small amount of data can take a long time to create. The folder I've used here had 800Mb of photos in in and it took about 20 minutes

Sunday, 28 December 2008

Slowing Down or Speeding Up Quicktime Movies

There is a manual method of slowing down or speeding up Quicktime movies which I wrote about a few months ago.

Now if you have the foresight to run OSX there is a utility to do this much easier. TransformMovie from www.limit-point.com
Link

Saturday, 27 December 2008

Remove the Navbar from Blogger

Removing the Navbar from Blogger may nor not be against the Terms of Service. I've not been able to find out. Anyway if you want to, here's how.

Go to "Dashboard", click on the "Layout” link for your blog, and then the “Edit HTML” link.

Look for the following lines

    Updated by: Blogger Team
    ----------------------------------------------- */

    /* Variable definitions
    ====================

and insert "#navbar-iframe {display: none !important;}" in there.


    Updated by: Blogger Team
    ----------------------------------------------- */

    #navbar-iframe {display: none !important;}

    /* Variable definitions
    ====================


Save and view your blog