mac

Is there a good Fogbugz client for Mac OS X?

And/or: do I need one? I've recently started using FogBugz for my hobby projects, and I'm very happy with things so far. Having read more about it, especially the evidence-based scheduling, I'd like to start using it for my PhD as well. (Heh; something tells me my supervisors won't be opening tickets for me, though.) Last night I stumb...

Extending battery life on laptop while programming?

I often program outside away from power, how can I extend the battery life in my laptop to let me program longer without having to "return to base" Specifically for a MacBook Pro. ...

Citrix Server sort of app - on a Mac?

Does anyone know of a similar product to Citrix Server that'll run on the Mac OS? Essentially, I'm looking to allow multiple remote users to log in to the same OSX Server at the same time (with full visual desktop, not SSH). ...

When to create Interface Builder plug-in for custom view?

When do you recommend integrating a custom view into Interface Builder with a plug-in? When skimming through Apple's Interface Builder Plug-In Programming Guide I found: Are your custom objects going to be used by only one application? Do your custom objects rely on state information found only in your application? Would it be...

Git ignore file for Xcode projects

Which files should I include in .gitignore when using Git in conjunction with Xcode? ...

Minimum hardware for effective Mac development

I am looking to expand my development into the realm of Mac OS X and am trying to determine the minimum system I need to do some proof of concept apps for the Mac desktop as well as for the iPhone. I would like to spend as little money as possible at this stage, so I am trying to determine the minimum hardware that one can get away with...

Creating MP4/M4A files with Chapter marks

I am trying to join together several audio files into one mp4/m4a file containing chapter metadata. I am currently using QTKit to do this but unfortunately when QTKit exports to m4a format the metadata is all stripped out (this has been confirmed as a bug by Apple) see sample code. I think this rules QTKit out for this job, but would be...

Keyboard shortcut for restoring applications from the Mac OSX Dock?

Is there a keyboard shortcut to restore a minimised application window from the Dock? Almost all Apple Mac OSX applications respond to the Apple+M command which minimises the current application window to the Dock, which is fine. I can then use Alt+Tab to cycle through my running applications - including the minimised application, but ...

How can I test my web pages in Microsoft Internet Explorer on a Mac?

I want to test the web pages I create in all the modern versions of Internet Explorer (6, 7 and 8 beta) but I work mainly on a Mac and often don't have direct access to a PC. ...

Sending messages to objects while debugging Objective-C in gdb, without symbols.

I'm trying to send messages to Objective-C objects in gdb. (gdb) p $esi $2 = (void *) 0x1268160 (gdb) po $esi <NSArray: 0x1359c0> (gdb) po [$esi count] Target does not respond to this message selector. I can't send any message to it. Am i missing something? Do I really need the symbols, or something else? Thanks in advance! ...

Using an external "windows"-keyboard under Mac OS X

I use a MacBook, but I've got a usual keyboard attached to it. The problem is that the keys don't exactly map 1-to-1. One thing is the APPLE and ALT keys. They map to WIN and ALT, but they are usually physically inverted, so if you want to use them with the same layout you have to invert them in the OS. The Function keys work differentl...

Sample code for using mac camera in a program?

I'd like to use the camera in my Macbook in a program. I'm fairly language agnostic - C, Java, Python etc are all fine. Could anyone suggest the best place to look for documents or "Hello world" type code? ...

MacBook vs MacBook Pro for .NET development and other stuff

I am about to buy a notebook and I am between the MB or the MBPro any recomendation? Other Stuff is Presentations and Word Processing ...

Mac font rendering on Windows

Hi, I love the way Mac OS beautifully renders fonts (not just browsers). I was wondering if we could somehow get the same rendering in browsers running on Windows? Someone recommended sIFR but I guess that's useful when I need to use non-standard fonts? -- Swap ...

Installing PDO-drivers for PostgreSQL on Mac (using Zend for eclipse)

How can I get PDO to work on my mac (os x 10.5)? I'm using the built in php and php in Zend/Eclipse. Can't seem to find useful drivers for it at all. ...

Find all available JREs on Mac OS X from Java application installer

If Java application requires certain JRE version - how can I check its availability on Mac OS X during installation? ...

How can I perform an action n-many times in TextMate ( both Emacs and Vim can do it easily! )?

Emacs: C-U (79) # a pretty 79 character length divider VIM: 79-i-# see above Textmate: ???? Or is it just assumed that we'll make a Ruby call or have a snippet somewhere? ...

Why aren't my breakpoints working in Xcode?

I have breakpoints set but Xcode appears to ignore them. ...

Why is my cocoa program getting EXC_BAD_ACCESS during startup?

During the load of my cocoa application, my program crashes with the messsage EXC_BAD_ACCESS. The stack trace is not helpful. Any clues to how I can find the problem? ...

Using network services when disconnected in Mac OS X

From time to time am I working in a completely disconnected environment with a Macbook Pro. For testing purposes I need to run a local DNS server in a VMWare session. I've configured the lookup system to use the DNS server (/etc/resolve.conf and through the network configuration panel, which is using configd underneath), and commands lik...