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

Minty Shuffle YUM — #12

Is it me or does the sticker look crooked in the front on the top portion. I can't wait till some company develops stickers that would peel off without any residue. This is a gre…
MacNN Development by iREZ

Minty Shuffle YUM — #13

Quote: Originally posted by iREZ: I can't wait till some company develops stickers that would peel off without any residue. This is a great idea, nice work. Decal…
MacNN Development by ManOfSteal

Question about iPod and iSync — #1

I'm considering getting an iPod Photo, but I have a question about iSync. Will iSync allow me to keep a synchronized update of all my document folders between my iMac and the iP…
MacNN Development by Helmling

Question about iPod and iSync — #2

Quote: Originally posted by Helmling: I'm considering getting an iPod Photo, but I have a question about iSync. Will iSync allow me to keep a synchronized update of a…
MacNN Development by TailsToo

Question about iPod and iSync — #3

You can use many apps with the iPod for what you what. I've used Apple's Backup to keep some things, I've made a bootable disk image with Disk Utility and Disk Warrior via Carbon C…
MacNN Development by Randman

Question about iPod and iSync — #5

Yes, iSync can keep multiple Macs synced (or just 1 with syncs to .Mac) but that doesn't include every folder and file on a computer. iSync is more for address book, mail, safari b…
MacNN Development by Randman

Creating an RSS Reader? — #1

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 Mac. I was wondering of anyone could po…
MacNN Development by Baldrick

Creating an RSS Reader? — #2

This site has links to many open source RSS reader projects in multiple languages (Perl, Smalltalk, Java) --> http://www.rssfeeds.com/readers.php . Got this from a simple Google…
MacNN Development by PBG4 User

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
mp.ls