The favorites tag has no wiki summary.
0
votes
1answer
28 views
How to create a favourites relationship in rails 3.2
I am trying to create a "favourite" button for my rails site. I have two models, users and materials. I have done the following:
a) I created a new table "favmats" which looks like this in the ...
0
votes
0answers
11 views
How to restrict TFS team favorites modification?
Background:
Local standalone instance of TFS 2012 Update 2 deployed from scratch.
The Server is Win 2008 R2 SP1 + SQL 2008 R2 + updates (SP2+ I believe)
The Server is a member of AD.
There is 1 ...
-2
votes
0answers
21 views
“Menu favorites” add item checkbox [closed]
well I have an application in which I have many items "checkbox"
e set up a favorites menu that puts an activity (layout), I want that when I press on a checkbox do I go up a menu, giving favorite and ...
0
votes
1answer
54 views
Google Voice Search add to favorites on chrome
How can i add on chrome, a favorite button than take me directly to Google Voice Search?
I just want to save me the go to google homepage and click into the mic. That will be really useful.
Thanks.
-2
votes
0answers
9 views
Favorites - date when a video was added?
Hi I have two questions as related to YouTube and a users Favorites playlist. 1) How can I find out when a YouTube user added a video to his / her Favorite playlist? I am seeking the date the video ...
1
vote
1answer
33 views
MySQL three table join for user favorites system
I'm trying to create a user favorites system but having a difficult time creating a query that accomplishes what I need. I'll use fruits as an example.
First, here's my fruitsinfo table:
id ...
0
votes
1answer
22 views
How do you add items (not folders) to “My Favorites” in the Team Explorer window of Visual Studio 2010?
More specifically, I have query that pulls work items from multiple Team Projects. Since it is not specifically associated with any one Team Project, placing it in My Favorites makes more ...
0
votes
2answers
62 views
Favorites - How would I implement a favorites button so when it is pressed, the textView text is saved to an activity called favorites?
I am creating an app with textView boxes. When a button is pressed the text changes using a random generator. How do I implement a favorite button so when it is pressed, a toast is created and the ...
0
votes
0answers
29 views
Add to favorites button using wordpress
I would like a way to +Add to favorites the current author you are viewing. This will save the authorID and add it to any others I have Favorited to the db.
Below that will be a scroll box with header ...
2
votes
2answers
50 views
Ruby on Rails - Monthly top vote getter
I need some advice on a voting system in rails that recognizes the top vote getter on a monthly basis. I have a system that works but being new to rails, I'm sure there are more efficient methods ...
0
votes
1answer
28 views
remember a variable in bookmark
[RESOLVED.. Pilot error]
This was the issue. I was not passing the variable on pageC
header('Location: pageC.php?screenname='.$screenname);
I am sending a visitor to a page that contains a ...
0
votes
2answers
75 views
Favorite list iOS 6 position data
I want to load my data from sqlite database and position it on the view (one photo and the description).
How can I put the data in position X and Y after load it from the database?
I did a image to ...
3
votes
1answer
47 views
Extending Favorite using DataExtender and how do I debug it?
I have previously asked a question regarding renaming favorites, here: Tridion Favorites - ability to rename favorite links
Now based on some research from this question Can the list of favorites be ...
0
votes
2answers
66 views
Join two tables sortby user click count then everyone click count using linq
I'm new to linq and I need a certain join. So I have two tables for certain pages I want to join with Linq that are something like
UserFavorites table:
Page.id
userClickCount
Page table:
id
...
0
votes
1answer
79 views
How to get the Recents List and Favorites List in iphone
I want to get the default iphone Contact Favorites List & Recents List in iOS.Please help me.
0
votes
1answer
89 views
changing URL file of Internet Explorer .url files
I am trying to change .url file generated by IE as a favorite file. I have the following code in C#:
string[] lines = File.ReadAllLines(filename);
lines[1] = "URL=javascript:{alert('this is a ...
0
votes
1answer
34 views
why is favoritecount zeroed, even for my own videos?
Related to
YouTube number of favourites
FavoriteCount from YouTube API getting zero (0)
Even when I'm authed, I can't get favoriteCount for my own videos. It shows as zero (even though I can see ...
0
votes
1answer
67 views
How to create a drag and drop link with favicon
We are working on a link that can be added to the bookmarks menu of most web browsers, we have successfully created one that even executes some javascript to insert code into the website that is in ...
0
votes
1answer
66 views
Getting permission to access users music favorites
We need to get the music favorites from users account through our App using PHP SDK, but calling $facebook->api('/' . $facebookUser['id'] . '/music', 'get') only retrieves the information if the ...
16
votes
1answer
111 views
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 ...
1
vote
1answer
184 views
PHP Add User to Favorites System?
i'll try be as clear as possible. I'm brand new to php and mysql so i'm sorry in advance because i'm probably a long way off accomplishing this, but i'm trying to allow users of mys site click a ...
0
votes
0answers
149 views
vbscript - how to do a string replace?
Im using this vbscript code to save a page displayed in IE9 as a mht file. To run it, place it in the favourites bar and then click it. The problem is it will save the the page but the filename will ...
0
votes
1answer
78 views
YouTube difference between FavoritesCount from statistics (API call) and YouTube Analytics Dashbord Favorites Metrics?
I am using following API call for retrieving FavoritesCount : -
https://gdata.youtube.com/feeds/api/videos/{$video_ID}?v=2&alt=json
I am parsing above API's response to retrieve Favorites ...
1
vote
0answers
93 views
FavoriteCount from YouTube API getting zero (0)
I am using YouTube API call as following to retrieve FavoriteCount for Video : -
http://gdata.youtube.com/feeds/api/videos?q=@VideoId&v=2&author=@authorname
@VideoId - passing VideoId and ...
0
votes
2answers
115 views
Favorites system in rails 3
What is the best way to add to favorites in Rails 3?
I found only this article about favorites system but it was posted in 2009.
User favorites system
Is it the best way to make such system or you ...
3
votes
2answers
409 views
Add app to favorites of facebook page
I saw there where already some toppics about this, but I couldn't find an answer to my question.
On the facebook page of tetris, you can see a button which links to the tetris app.
...
2
votes
1answer
261 views
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 ...
0
votes
0answers
70 views
Adding a favorites or bookmark option
Ok, I am new to Xcode and have no experience using Objective C programming. I have searched the internet high and low to learn enough about storyboarding to make my first app. This app is a reference ...
-1
votes
1answer
106 views
How to still access a facebook page app after removing it? [closed]
we are creating an app for a facebook page that because of its nature, has to link to other tabs in the same page. So there is a single app that is supposed to link to 4-5 more.
I am trying to only ...
0
votes
1answer
191 views
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 can't find it in documentation.
Maybe i miss something? Does anybody know, is it possible to get info about them๏?
...
0
votes
2answers
230 views
Favorites in navigation pane Windows 7 sort order
I would like to get hold of the favorites links sort order, as seen when adding a folder it is placed at the bottom of the list where you then can drag that to any position.
Is there any registry ...
0
votes
1answer
58 views
Escape syntax for LESS whilst using -ms-filter: “codeNeedsVar”;
I needed to be able to get a less variable into
/* Opacity */
.opacity(@opacity: 0.35){
-moz-opacity: @opacity;
-khtml-opacity: @opacity;
-webkit-opacity: @opacity;
opacity: ...
0
votes
1answer
54 views
Where are the firefox favorites stored in windows?
I would like to have a clean up of my Firefox favorites as its been a good 4 years of adding but not deleting from it.
Where could i view the favorites so i can browser them in Windows Explorer?
...
0
votes
1answer
145 views
How to populate a NSPopUpButton with the user's favorite folders
I am new to programming for Mac, so forgive me if my question is too silly.
I am writing a small application, where I need to set a destination folder.
I think, instead of just using a NSButton ...
0
votes
1answer
109 views
How can i update UITableView when i add to favorite from UIActionSheet popup from bottom in Objective C?
Hello :)
How can i update UITableView when i add to favorite from UIActionSheet popup from bottom in Objective C.
Here is my UIActionSheet Popup:
// Jeg laver popup fra bunden med alle de ting du ...
0
votes
1answer
153 views
Android App , add a favorite quote functionality
I have an android app which displays quotes and have navigation to go to next quote and so on. would like to add "Save Quote As favourite" based on users selection of particular quote.
Once user ...
1
vote
0answers
348 views
How i add radio button in table layout in android
I have a Table Layout and have some rows. In each row I have one radio button. My question is that.
How can i make only one radio button is checked at a time others will have to be unchecked.Only ...
0
votes
0answers
41 views
how do i make favorites from table rows of a table layout in android
I have made a table layout which contains 6 or 7 table rows of song names.I have also given a check box or radio button like star for favorites in all rows. Now i want whenever I will click on any ...
0
votes
1answer
33 views
GET faved_at date from favorites with Twitter's REST API?
Is there a possibility to get the date from when a Favorite was created through the REST API?
Thanks, Udo
0
votes
0answers
81 views
what is the correct way to call up the Starred / F@vorite?
I am able to call up the Call Log and Contacts after clicking their respective buttons which i did in my XML. But my Fav/Starred crashed.. I've read up ...
0
votes
1answer
148 views
Adding favorites from plist populated app
I'm using a plist with an array of dictionaries to populate a TableView and a DetailView for selected cell in TableView (prototype cell). I want to add selected dictionary to favorites tab (another ...
1
vote
1answer
500 views
Add plist dictionary to favourites tab (TableView), using XCode 4
I use a plist containing of an array of dictionaries to fill a MainTableViewController through a MutableArray. When a cell is chosen, the reprecented dictionary are passed to the DetailViewController, ...
2
votes
1answer
84 views
Should I store an array to mysql or store each value individually in a table?
I am in the process of implementing a favorites system into my web application. Users will be able to favorite which pages they like and these pages will then become visible in the favourites section ...
0
votes
3answers
108 views
Get all favorites for current user
I've got a table in the database called "favorites" with 3 columns (user_id, bookmarked_song_id, bookmark_tag) and I want to get all the Bookmarked_song_id for the current user.
$username = ...
1
vote
1answer
422 views
Customize the android maps places?
I want show the maps of my places, based on a selection of area like business,favorites, etc.
I am using the following intent for search and display the result in the maps in Android
Intent ...
1
vote
1answer
647 views
Soundcloud API: Is it possible to get the 'playlist/set' data of my Favorites?
I'm build an app where I have already been successful in create and displaying a 'set'/playlist of tracks uploaded to an account, however I would like to be able to get the similar data for the lists ...
2
votes
0answers
467 views
android: multi autocomplete textview dropdown item with image
I've implemented MultiAutoComplete powered by a String taken from database everything works fine. Now i'm trying to add a 'favorites' feature to my app, so when i set an item to favorite, the dropdown ...
1
vote
1answer
148 views
How to see favorited video of a user in youtube using youtube api with php
I want to be able to read the favorite videos of a user from youtube using the youtube-api in php. So far I have this:
index.php `
<?php
require_once 'Zend/Loader.php'; // the Zend dir must ...
0
votes
1answer
316 views
Navigating to selected ListViewItem on doubleclick
I'm making a simple browser in Visual Studio.
To be able to save and delete bookmarks, I'm using these codes:
When the frmFavorites is opened, it'll read an xml-file named Favorites.xml
private void ...
0
votes
2answers
64 views
CSS pseudo-class for links to pages in browser favorites
I can style visited links with a:visited. I want to the same for links to pages I have in my browser favorites.
I wonder if Firefox has a pseudo-class for that.
Then I could style them with the ...