Dan



Viewing the contents of a Zip file with Quick Look
2009.01.12 15:17:32

This video shows the process of adding additional functionality to quick look. 

Quick Look was introduced in 10.5 (Leopard) and allows you to view the contents of a file without opening the program associated with it. This is done by clicking on the file and then pressing the spacebar. By default quick look can view, PDFs, HTML, QuickTime readable media, ASCII and RTF text documents, Apple Keynote, Pages and Numbers, ODF documents, Microsoft Word, Excel, and PowerPoint files (including OOXML), RAW camera images.

This shows how to make zip files viewable with Quick Look.

 

 

The supporting file can be downloaded from http://homepage.mac.com/xdd/software/archive/download/Archive.qlgenerator01.zip 

 

 



Tags: Mac | Quick Look | Leopard

Hits: 594 | Read more...


 
Embeding High Quality YouTube Video Into Your Website
2009.01.08 12:23:55

 

Youtube do not automatically allow you to embed the high quality feed onto your web site, although it is easy enough to do. Take the piece of code that youtube give you for your link, and add in the following piece of code.

&ap=%2526fmt%3D18

 

The key is where to put it. The code for the bash script video is shown below, this is how it looks when you copy from youtube.

 

youtube code - before

I have changed the format to make it look more legible, this is not needed, just add in the piece of code.

Below is where to add in the code. 

 

youtube code - after 

 

The code in red will be different for each video. The code in green should be the same, or at least very similar, (sometimes it has a 1 on the end) the code in blue is what needs to be added.

Remember that you do not have to change the layout as I have done, just insert the blue code.

Enjoy



Tags: youtube | html | high quality

Hits: 748 | Read more...


 
How to create a bash script
2009.01.07 12:31:49

Creating a bash script and then making it executable.

This video goes through the process of creating a bash script using Apples own text editor. We then take a look at the permissions before finally using the chmod command to make the file executable.

Bash scripts are commonly used as login hooks, (scripts that run when the Mac starts). 

There are two versions of the video below, the top one is the high quality feed from youtube, the one below is normal quality, I would thourghly recommend viewing the upper video if you have the bandwidth, although it may be slighty slower to load. All future videos will be filmed at a lower resoloution to make the images larger.

Enjoy 

 

 

 

Normal Youtube Quality  

 

 

 

 

 



Tags: bash | scripting | Mac | apple | chmod

Comments 2 | Hits: 6036 | Read more...