site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Hello all, I have two completely separate questions that I'm hoping to get answers to. First, if I create a graphical NSDatePicker, is there any way that I could set specific background colors for specific dates? i.e. is it possible to have a calendar with the dates december 5 2006 and dec 15 06 having a green background? the idea behind this is simple: i want to allow users to retrieve data for specific dates. i highlight the dates that have data that can retrieved, and then after the user selects one of these dates, i take the date and display its corresponding data. is this possible? Second, is there a way to publish an RSS feed from within an application using Cocoa/Objective-C? All the methods I can find simply retrieve URLs, but not write to them. A user on the dev forum pointed out that it's possible to mount a WebDAV volume and then write files to it in the same manner that you'd write them to a local disk, but how would I go about transparently mounting said volume (especially without it showing up in the Finder)? Essentially I would like to be able to at least replicate iCal's capability of publishing calendars. Thanks for any pointers! (and I have no issues with simply being pointed to the right docs...) Paul _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com