18 April 2008

How to get the MacHeist Bundle for free, kind of...!

The guys at MacHeist provide, every now and then, a nice bundle of shareware applications for your Mac. But because they're shareware, you have to pay for them.


Luckily, Adam Pash at Lifehacker presented a nice set of alternative applications that can provide almost all features as in the MacHeist bundle, but for free.

Enjoy!

Using QuickTime to create stop-motion animated movies

While exploring the "Open Image Sequence" feature on Quicktime to create a simple Slideshow of images, I noticed that the combo box presented some values that were odd for someone trying to create a slideshow of pictures:


Although values like "3 seconds per frame" may seem acceptable for showing a slideshow of photos (each photo would be displayed for 3 seconds), "15 frames per second" seems to be just a little bit too fast to see all your photos (it means that 15 photos would be displayed in a second, which basically means that you wouldn't be appreciating any of them).

This got me thinking: "Why would you need to go through a slideshow in such a rush?". And then the geeky part of the brain kicked in and I remembered that this is how stop-motion animation movies work.

The idea of stop-motion is as old as cinema since the whole concept of films/movies is based on a stop-motion technique. Basically a camera is a mechanism that captures photos at a very fast rate (usually 24 frames per second). When we reproduce the captured images at the same rate, our brain fills in the gaps between the images, producing the illusion of movement.

Stop-motion works in that exact way: we capture some still images and then while reproducing them at a very fast rate, the images will perceive as having movement between them. To get a clear idea of how this is made, check out the Wikipedia page on this subject.

Excited with the idea of creating a stop-motion animation movie (basically because the movie "Nightmare Before Christmas" is one of my favourite movies of all time - well, at least my favourite animated musical) after discovering how easy it would be to put it all together on Quicktime, I decided to give it a try.

So, I mounted my camera (Canon Digital IXUS 400) on a tripod and took some sequenced photos of my USB Pen being disconnected from the USB hub. After putting it together on Quicktime, this is the result (reproduced at different speeds):
  • 6 frames per second:

  • 10 frames per second:

  • 15 frames per second:


Looks nice, eh? You can also apply this same concept to time lapse movies (that will be my next try).

15 April 2008

How to make your Linux look like Mac OS X

If you're planning to use Linux on your Mac, but you're still looking for that Mac feel, check out this great tutorial on how to turn your Linux desktop into something very similar to Mac OS X.


11 April 2008

How to setup Apache, PHP and MySQL on your Mac

If you're a PHP developer and have recently switched to a Mac, you'll have noticed by now that setting up PHP and MySQL on Mac OS X (Apache is already bundled with Macs) is not that simple, especially for a newbie.

Luckily, MAMP (acronym for Mac, Apache, MySQL, PHP) comes to the rescue. This special-purposed application allows you to manage the three applications automatically on your Mac, making it ready to start coding your PHP-based web sites with MySQL databases right away.


The configuration created by MAMP is not intended to be the appropriate web environment for you to host your dynamic web pages, but at least is good enough for the developing stage. You can even choose between PHP4 or PHP5.

Source: Mac Tips