Can NSURL setup a POST method ?

If no, how to do this ?
More...

My Animated GIF is not (animated) ?

I want to display an animated GIF but only the first frame is displayed…
More...

How to get system version ?

How is it possible to get system version at runtime ?
More...

How to send actions across nibs ?

I have a document-based app and I want certain menu items (in MainMenu.nib) to send actions to the front document (and likewise be disabled when there is no document to send actions to)…
More...

How to get the names of Net applications ?

I need to access the names of applications defined by the user for Internet services in System Prefs…
More...

How to produce bar codes from a Cocoa App ?

I need to produce bar codes : do you know of any bar code library available for Cocoa ?
More...

Accessing NSView in Nib file inside a framework

I have a framework with a Nib file containing an NSView. How can I access the NSView from within the framework?
More...

I want to use some C++ classes in a Cocoa project but I get link errors...

I have added the C++ classes to the project and created an ObjC++ file (with extension .mm) to serve as interface, but it doesn't not link…
More...

Why NSTask doesn't work as Terminal.app ?

Regular arguments work just fine but when I have an argument with a parameter, I get errors…
More...

How do I create a "filter" search text field on a table view like iTunes has it?

iTunes has a "Search" text field into which you can enter some text to have the items in the NSTableView below it filtered "live", i.e. items that don't match the search term are removed from the list. It is very easy to implement this behavior in your application using a second array.
More...