Hey what's the deal? I wanted the glossy pinstripes in this preview-->http://img151.imageshack.us/img151/2671/234xy.png. All I see on the download page is a solid dull black ver…
When I saw that BV preview with the fancy Snapshooter border/mask I literally thought something along the lines of: "whoa I haven't seen a theme that nice in a long time - it could…
The last time I tried to eject my iPod it froze the system, so I did a hard restart. Both iPod and iBook have both since worked fine, but I plug my iPod into the computer tonight f…
any other firewire stuff connected...and showing up in system profiler?
try unplugging the ipod cable from the mac, try another restart.
firewire on my mac gets cranky sometimes, …
It looks like ever since Apple released the new iPod updater a ton of people have had the same problem....Like me.
My iBook G4 doesn't mount my iPod...nor does iTunes recongnize i…
Yes this is just a plain fact. MY ipod charges when connected to the PowerMac G4 with the firewire cable but the desktop and itunes don't see it anymore.
I see as with everyone e…
Just got off the phone with amazing tech support guy at www.ipodresq.com -
He talked me through this without having to send in my ipod. AMAZING.
(This is a second hand description.…
i just got a new ibook g4 and all 12gb of my music is on my ipod, nowhere else, so i'm not about to do anything that would require restoring it until that music is safely on my ibo…
well, the same thing happened to me,
i switched my battery, updated os x, and now itunes doesnt see the ipod anymore.
i tried this, but it doesnt seem to work for me
oh yeah, i have an older ipod 40g i think 3G,
when i press menu and center button nothing happens, but when i push menu and play, the apple logo pops up,
but still i didnt change m…
Hi, I'm new to software development so I was wondering, which programming language would be the best for Mac development, C++ or Objective-C. I will be programming in xCode, so whi…
Where should I go to learn (for the complete noob) about either one? After reading a few web pages, I kinda leaning towards Objective-C, but I can't find any that don't already req…
In either case you should really learn plain C first. But for Mac-specific programing, Objective-C is the language of choice. It has the best integration with the Mac APIs (eg, C…
Quote:
Originally Posted by Brass
In either case you should really learn plain C first. But for Mac-specific programing, Objective-C is the language of choice. It has the best…
Xcode can compile C++, Objective-C and plain old C. So you've got a compiler no matter which you go with. And yeah, a search would probably turn up better recommendations than you'…
Good luck making your decision. Like everyone, I agree that you should try and learn C first (or use the Cocoa bindings from a language like Python if learning C isn't your desire…