Skip to main content
Search titles, bodies, and author names
Found 1,112 posts across 1 forum.

Creating an RSS Reader? — #3

I haven't played with it, but I have seen an xml parser header file while poking around in one of apple's frameworks... you'll probably need that... easier than compiling an xml pa…
MacNN Development by poulh

Creating an RSS Reader? — #4

Thanks for the replies guys Poulh - I'll be giving what you suggested a try today, it made quite a bit of sense to me so hopefully I'll able to get something working. Thanks very…
MacNN Development by Baldrick

Creating an RSS Reader? — #5

Glad to help... When designing the app you may want to consider making a separate object that goes out and gets the xml... then has methods like getHeading getLink getSummary th…
MacNN Development by poulh

Creating an RSS Reader? — #6

The programmer behind NetNewsWire has some sample code for an RSS reader at http://ranchero.com/cocoa/rss/.
MacNN Development by beamso

Creating an RSS Reader? — #7

Thanks for that link, that is a great little app he has done. I now thinking that I might use the Parser contained within that app for my own reader (as it is Open Source) saving …
MacNN Development by Baldrick

Creating an RSS Reader? — #8

just found a function that will help you out.. in NSString + (id)stringWithContentsOfURLNSURL *)url; will put the whole xml file into a string
MacNN Development by poulh

Creating an RSS Reader? — #9

Quote: Originally Posted by Baldrick I would like to create my own RSS reader application for OS X using Cocoa and Xcode, but I do not have much experience in programing on the …
MacNN Development by RIRedinPA

Creating an RSS Reader? — #10

you might want to check out the new Syndication private framework in Tiger... looks interesting to me.
MacNN Development by ambush

Creating an RSS Reader? — #11

Quote: Originally Posted by ambush you might want to check out the new Syndication private framework in Tiger... looks interesting to me. ambush... you have any more detai…
MacNN Development by poulh

Creating an RSS Reader? — #12

Why bother using an unsupported private framework when existing sample code is widely available, and doesn't limit your userbase?
MacNN Development by Angus_D

Launching a URL in default web browser — #1

I expect this is very easy in Cocoa, but I can't find a good reference to it... I just need to launch the default web browser from within my app, passing the required URL. Note: …
MacNN Development by holtyboy

MPEG-2 Hardware Acceleration Reverse-Engineered! — #9

Bad news: this is broken under 10.4. I've pulled all the files together and set everything up nicely. It dies, invalid kernel access and such. I've emailed the author. We'll see …
MacNN Development by blueandwhiteg3
mp.ls