There's also an item in the Settings menu called Main Menu. That determines what options are displayed in your main menu.
Gareth Keenan wrote:Regarding the Kodak software, I find that shit is pretty useful for photo editing/cropping/file size reduction.
Photoshop, my good man.
Or Paint Shop Pro, CorelDraw, etc. for a cheaper solution or even Paint.NET if you want a free solution. All those applications have much better functionality than that Kodak software.
My parents have that Kodak crap on their machine, so I'm well aware of it's shittiness. It makes everything like 10 times more complicated and annoying whenever I work with images on that computer.
Oh, BTW:
sparky wrote:I have no idea what latency or runtime freezes are
"Latency" means slow responsiveness. When you click something and the app takes over 3 seconds to respond to your selection, that's an example of really bad latency. Where I work, lag times like that are considered totally unacceptable, and we're making rich-content Web applications. iTunes often takes several seconds to respond to user input, especially when adding (already-ripped) songs to the library or accessing an (already mounted) iPod. Neither of these operations are dependent on Internet traffic, so why the lag time? My theory is that the Apple developers don't know how to properly manage multiple threads or priority queues. On a fast computer, latencies of many seconds are inexcusable for an application which is basically nothing more than a combination file manager and Web browser front-end.
"Runtime freezes" are situations where the entire application locks up for extended periods of time, with no functionality whatsoever. iTunes does this at irregular times, and fairly often when ejecting the iPod. There have been times when I was a hurry, I tried to eject the iPod and the damn iTunes just locked up for 5 minutes or more, preventing me from properly disconnecting the iPod from my machine.
Bugs like that might be tolerable in an alpha or even a beta release, but not in a full-release version of a major commercial application.