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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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 …
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 …
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…
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: …