| Thread | Last Post | Replies |
|
| RSS logo in URL | 05 Nov 2005 15:45 GMT | 6 |
I have read that in order to display an indication of the RSS feeds presence on my site I need to insert a <link > in my head section... something like : <link name="alternate" type="rss+xml" url="http://mysite/my..RSS.. feed
|
| CW 10 incompatibilities/IPA? | 04 Nov 2005 18:22 GMT | 1 |
I bought CW10, installed it on my Powerbook, and updated one of my (larger) projects to see how things would go. It seems that there are some very complex things going on with the new compiler, and specifically IPA, that I don't understand. My project
|
| XCode and automatically open last project ? | 04 Nov 2005 18:06 GMT | 1 |
how set I up XCode to do that ? Thanks, Lothar
|
| Obj-C/Cocoa: Capturing an NSWindow to an NSBitmapImageRep. | 04 Nov 2005 11:58 GMT | 2 |
I've been going in circles with this one. I wonder if it's possible - of course it is! ;-) - to capture an NSBitmapImageRep of an on- or off-screen NSWindow without resorting to referencing its contentView. Are there (NSGraphicsContext?) methods that return a pixel by pixel
|
| OS X daemon, mounted volumes, WaitNextEvent | 03 Nov 2005 06:46 GMT | 3 |
I have an application/daemon pair that works like this: The daemon is started at boot time using launchd. The user launches the application when they choose.
|
| Is there a good memory copy routine on G5? | 03 Nov 2005 03:04 GMT | 20 |
I am new to the mac world, just started using a G5 days ago. Memory copy is very crucial in the program I am writing. I tried STREAM benchmark on the G5 which gives 2GB/s copy bandwidth, while on an Intel Xeon 2.4GHZ I got 4.5GB/S with SSE2 using non-temporal writes. G5 has a
|
| Detecting a blocked port | 02 Nov 2005 11:22 GMT | 2 |
In my Carbon/Mach application I am opening a listening socket and would like to detect if the OS X firewall is blocking the port, so that I can warn the user and direct them to System Preferences. The only method I have been able to come up with so far would be to use
|
| memory allocation issues autorelease pools and threads.. HELP! | 02 Nov 2005 10:45 GMT | 1 |
I have a thread and it creates object and stores them in an NSMutableArray. The thread creates these objects between a: for (;;)
|
| Finding currently logged in users | 02 Nov 2005 00:36 GMT | 1 |
I am writing an application which needs to determine all the users that are currently logged into the system and then send them messages (using the 'write' command). Please note that I do not want to broadcast the message to all the users. I want to send custom message to each user.
|
| Reading MPEG-1 with Quicktime 1 frame at a time? | 01 Nov 2005 23:40 GMT | 2 |
Is there any way to read MPEG-1 video files one frame at a time? The big problem is GetMediaNextInterestingTime() doesn't return individual frames since the MPEG stream is treated as one entire sample. So how does the QT player play back MPEG-1 files? Somewhere in the QT API ...
|