Questions tagged [favorites]
259 questions
23
votes
4 answers
Twitter API: How to get users ID, who favorite specific tweet?
I'm trying to get info about users, who added specific tweet to favorites, but I can't find it in documentation.
It is unfair that twitter can do that, but doesn't give this method as API.

gaussblurinc
- 3,642
- 9
- 35
- 64
16
votes
1 answer
Tridion Favorites - ability to rename favorite links
I am using Tridion 2011. And I am looking for a way to let users rename the favorite links. Adding a component, folder etc to favorites is straight forward but is there way to let users rename those favorite links?

Ram Gandhapuneni
- 566
- 3
- 17
14
votes
4 answers
Getting favourites contacts in Android
I am trying to get all contacts in the favourites list of the Android contacts. Currently, I can get all the group ids including the favourite group ID. But it seems that there is no contacts that have the group ID as the favourite group ID.
I'm…

vodkhang
- 18,639
- 11
- 76
- 110
14
votes
5 answers
How to have a custom URL for an icon on the iOS home screen
Is it possible to make a custom URL for an icon on the iOS home screen?
Or at least have a way for the user to edit the URL themselves?
UPDATE: To be more specific, here's what the client said:
"Because of our use of authentication, the URL of the…

kaeruranawa
- 133
- 1
- 1
- 6
14
votes
2 answers
Eclipse “must-have” development tools/plugins for PHP
According to this post, i ask $title.
Which are your favorite PHP coding related Eclipse plugins? Without you can't live? Why?
I list my own plugins of choice:
Eclipse PDT
Mylyn
Subclipse
Which are yours?

erenon
- 18,838
- 2
- 61
- 93
7
votes
5 answers
Read Firefox bookmarks using C#
Using C#, I need to get all Firefox bookmarks for importing them into our database. How can I do this?
I'm aware of the SO question, Read FF 3 bookmarks in Java, but the answers there all seem to revolve around Java database drivers, and I'm not…

Judah Gabriel Himango
- 58,906
- 38
- 158
- 212
7
votes
2 answers
Core Data: Create multiple managed objects, but only save some?
I'm trying to write a favorites system for my app. I've already converted my model to a managed object. So imagine the user is presented a screen with a list of such objects. They can choose to save some to their favorites, which will persist them…

Tesserex
- 17,166
- 5
- 66
- 106
6
votes
5 answers
How can I achieve bookmarklet functionality in Microsoft Edge browser (without installing anything extra)?
Microsoft Edge browser does not support javascript bookmarklet in favorites.
Is there an easy workaround for this?
When browser extensions for Edge come out, then it might be possible if the user installs an extension -- but that's much higher…

TaiwanGrapefruitTea
- 1,045
- 2
- 14
- 25
6
votes
1 answer
Where does Eclipse store the information regarding "Run Favorites" or "Debug Favorites"?
Where does Eclipse store the information regarding "Run Favorites" or "Debug Favorites"?

chygo
- 366
- 2
- 6
- 16
6
votes
1 answer
Outlook. Add folder to favorites group
I'm working now on Outlook macros to add selected folder to Outlook's favorites group.
I've tried to use this method
Sub AddToFavorites()
Dim olapp As Outlook.Application
Dim objFolder As Outlook.MAPIFolder
Set olapp = New Outlook.Application
…

GothAr
- 503
- 5
- 16
5
votes
3 answers
Is there an add-in for VS2008 to manage favourite solutions/projects?
The "Recent Projects" section on the startup page in VS2008 feels pretty useless to me.
I'm used to checking out multiple repositories to work on different features. Our repository structure is pretty deep. The File->"Recent Projects" menu does not…

Christo
- 1,802
- 4
- 20
- 31
5
votes
0 answers
Add folder to finder favorites programmatically
I'm trying to find a way to add a folder to the favourites sidebar in finder.
Was hoping there was a way to do it via terminal or automator somehow so I can replicate it across several machines.

Picard102
- 624
- 1
- 9
- 21
5
votes
0 answers
Global favorites/bookmarks for phpStorm
Plugin FavoriteFolder working only for current project.
Is there a plugin for do global favorites/bookmarks?

VVS
- 2,147
- 1
- 13
- 13
4
votes
5 answers
System for keeping track of user favorites
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…

Alex Cane
- 45
- 1
- 3
4
votes
1 answer
DirectoryNotFoundException when calling Directory.GetDirectories on Environment.SpecialFolder.Favorites due to Domain Folder Redirection
I have some C# code that tries to get the Favorites for the currently logged in user. The code is part of a Taskbar Toolbar that gets loaded into the Windows Explorer process. I have a user who is using Windows Vista with UAC enabled on a domain…

John Rennemeyer
- 455
- 9
- 17