favorites

history/favourite feature iphone

Hello friends.. For my current development of iphone app, I want to implement history/favorite feature. After lots of googling I came to conclusion that 'NSUserDefaults' would work better in case of short data storage. But still I am not clear how to interact with NSUserDefaults....Can anyone refer any example or article to work out wit...

System for keeping track of user favorites

Hey there! On my website, I have a table movies and a table users I'm trying to have an "Add to favs" button that a user can click, which will add that movie to his favorites (ajax / javascript not necessary at the moment, just php). So what's the simplest way I could do something like that? I've thought about this but I can't seem to...

Accessing Browser Favorites (WinForms/C#)

Where and how can I access web browser Favorites and history? Is it the same place for all browsers? Thanks! ...