Tagged Questions
The favorites tag has no wiki summary.
677
votes
117answers
38k views
Most useful free .NET libraries? [closed]
I have used a lot of free .NET libraries, some from Microsoft itself!
Which ones have you found the most useful?
Mathematics
Math.NET Numerics - special functions, linear algebra, probability ...
39
votes
74answers
7k views
What's your favourite programming language, and its killer feature?
Each language I've used has had its pros and cons, but some features have really shone through as being indispensible, shining examples of how to design a programming language to make programmers ...
13
votes
2answers
2k views
Best REST API documentation
What is the best REST API documentation that you've come across?
What did you really like about it? HOWTOs? Videos? Code snippets? Browser based API explorer?
For example, I quite like the Flikr ...
6
votes
13answers
484 views
What’s Your Favorite Feature in Ruby?
Similar questions have been asked for .NET and Java, but not for Ruby. So, what’s your favorite feature in Ruby?
You might also be interested in hidden features of Ruby.
Please be specific and post ...
5
votes
3answers
255 views
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 ...
5
votes
17answers
590 views
What is your favourite programmer's context-menu addition for your Windows machine?
What is your favourite programmer's context-menu addition for your Windows machine?
5
votes
24answers
788 views
Whats your favorite OS Power tool?
Whats your favorite power tool that helped you the most? OS doesn't matter.
Please note this is a community wiki. I would like this list to help all of us in finding more powerful tools.
If ...
4
votes
6answers
3k views
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 ...
4
votes
17answers
726 views
What's your favorite feature in .NET?
There are lots of features in .NET. Some language related, others will be related to the framework itself and having the ability to access/do/perform xyz. So for fun, I was wondering what the ...
3
votes
3answers
450 views
How to create a specific if condition templatetag with Django?
My problem is a if condition.
I would like somethings like that but cannot figure out how to do it.
{% if restaurant.is_favorite_of(user) %}
<img src="{{MEDIA_URL}}images/favorite_on.png" ...
3
votes
2answers
659 views
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 ...
3
votes
5answers
230 views
Programmer's Toolbox or The One and Only Language?
We've just had YAFLQ and it got me thinking.
What's the more popular approach?
Dedicating your life to "The One and Only True Language"?
Or just realising that they're all just different tools in ...
2
votes
3answers
64 views
How to optimize count of new posts in favorites
I would like to say, that I will be glad for any reply. I will try to structure my text for better understanding.
Situation
I run thematic internet forum, where you can add topics as your favorites ...
2
votes
4answers
243 views
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 ...
2
votes
3answers
51 views
How would you make a “Favorite Pages” system
So I was asked by my management to incorporate a way for users to mark pages in my website as "favorite" and have them show up in a special list. This site has a static structure (I do not generate ...
2
votes
4answers
373 views
What are some useful non-built-in Django tags?
I'm relatively new to Django and I'm trying to build up my toolbox for future projects. In my last project, when a built-in template tag didn't do quite what I needed, I would make a mangled mess of ...
1
vote
1answer
201 views
Button to add my facebook-app to favorites?
Is there a possibility to add an app to the favorites menu(under users avatar) of the user with js sdk button or dialog?
1
vote
1answer
273 views
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 ...
1
vote
1answer
54 views
How do I implement favorites in a windows phone 7 application?
So I have an application that reads in data from an XML file that looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<Countries>
<Country>
...
1
vote
1answer
439 views
Android: Implement favorites in list view
HI,
My app is about a directory of places where a user can see list of places close to his location and view details of that place.
I want to "add to my favorites" functionality for all the items in ...
1
vote
1answer
86 views
users favorites
I am working on a website in which we suggest some links to users to select some of them. I want to know which links users select. I have to save those links and send them to other users. can you ...
1
vote
4answers
135 views
How can I save values in a safe way. ie for Favorites
I have an application that I would like my users to save these values:
LDAP Connection String
Username
Password
The thing is this application is Windows Forms and has to be able to run on Windows ...
1
vote
2answers
58 views
is there any generic function for add to favorite and home-page for all type of web-browser?
is there any generic function for add to favorite and home-page for all type of web-browser ?
thanks in advance
1
vote
0answers
88 views
Programmatic access to IE favorites
I'm developing an IE addon (browser hosted object), and I need to query the browser favorites to find those that match a given query string. For example, I might want to find all favorites where the ...
1
vote
2answers
344 views
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 ...
1
vote
3answers
449 views
core data for 'add to favorites' button?
i've had difficulty finding examples/tutorials/information for this. i'd like to have an 'add to favorites' button in my application. this would take a cell from one tableview and populate that cell ...
1
vote
1answer
87 views
How best to implement “favourites” feature? (like favourite products on a data driven website)
I have written a dynamic database driven, object oriented website with an administration frontend etc etc. I would like to add a feature where customers can save items as "favourites", without having ...
1
vote
1answer
36 views
In IntelliJ how can I make it so that I use the same “Favorites” in different projects
problem is that I have to checkout a different branch for every project. and while the paths are the same, I have to load favorites every time. Its a pain.
How can i get them to be the same on all ...
1
vote
6answers
135 views
get organized with the command line: a command library
we all create/discover new and useful commands every day (I do...) but I forget them the day after, above all those complicated command pipes.. I use history | grep but that's not enough.
I'd like a ...
1
vote
0answers
649 views
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 ...
1
vote
1answer
145 views
IE 7+ Favorites
Is it possible to develop a plug-in for Internet Explorer that can replace the existing favorites functionality?
0
votes
2answers
19 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 ...
0
votes
0answers
13 views
Array decided not to read plist
I have a tabbed application template. On the first tab, there is a TableViewController with some objects in it. When you press a cell you move to a detail view. There is a button in the detail view, ...
0
votes
0answers
28 views
FB.ui to add application to favorites app in facebook home
Is there a way, using Javascript SDK, like FB.ui, to make the user add the application to his favorites in the home?
0
votes
1answer
71 views
Reading Browser favorites (links) from an Adobe AIR application
Is it possible to get read access to favorited sites (that have been set using Android's native browser) from within an AIR-application? I could not find an API for this. Furthermore, I didn't find ...
0
votes
1answer
24 views
How do I add projects to my list of favorites on Google Code?
In Google Code there is a list of favorites. How do I add projects to my list of favorites?
0
votes
0answers
77 views
Use Facebook Likes to Create a List of Website Favorite Links
Scenario:
I am User X, I visit www.siteA.org all the time and go to the same handful of pages each visit. I have these pages bookmarked in my browser favorites, but that seems slow and clunky. I'd ...
0
votes
1answer
81 views
Bookmarking Script?
It's for a user to "save" a story he's read. I got a snippet of code from SO a few days ago but, I can't seem to get it to work. I want to snatch the url from the page a user is currently viewing, ...
0
votes
2answers
32 views
Pass on Layout IDs dynamically
I want to implement a 'favorite list' and let's assume that I have got an empty layout. At onCreate() there is super.onCreate(savedInstanceState); setContentView(R.layout.main); and then I open a ...
0
votes
1answer
161 views
How to access URL and bookmark title in .URL files?
I'm using .NET 2.0 Visual Studio 2005 C#.
The code below gets file name of the IE favorites (bookmark) from the directory that contains bookmarked .url files
Example
../users/favorites/blah.url
...
0
votes
1answer
105 views
Favorites in a Windows Phone Panorama application
I have a Panorama Application, where one of the panorama items is 'Favorites'. I used a standard Windows Phone project with ItemViewModel and MainViewModel to get started. I replaced the ...
0
votes
2answers
112 views
How datas retrieved from SQlite are stored as 'list of favorites' in android?
I am developing an Android application where you should be able to browse certain recipes.
I am retrieving the information about the recipes from SQLite database table, and retrieved some columns in ...
0
votes
0answers
65 views
Favorites Redirection to network drive
Favorites redirection with group policy in server 2003 User logon script. I have been able to get the favorites folder created on the users network drive. A new Favorites folder gets created instead ...
0
votes
3answers
133 views
EXC_BAD_ACCESS when running addToFavourites function
I have an addToFavourites function, which is causing an EXC_BAD_ACCESS error.
Basically, I have the Favourites View Controller with a list of all the favourites which the user has added previously, ...
0
votes
1answer
192 views
Add to Favourites Function iPhone
I am trying to get an "add to favourites" feature working on my app. I just can't seem to get it working correctly. Basically everytime my phone restarts, all the favourites are deleted from the array ...
0
votes
2answers
138 views
Add To Favourites Functionality
I'm having some trouble getting the add to favourites functionality working.
Here is the code that I'm using to setup the array and dictionary for the favourites data:
In the app delegate, in ...
0
votes
1answer
214 views
.vbs to sort a list of users favourites
Overall Goal of this script:
To send out to employees and add a set of favourites(web folders) to each laptop. So far I have written(sourced and adapted) a script to add all the folder to the ...
0
votes
1answer
81 views
Display the tree of favorites of IE in a browser using IE API
Does someone know a way of displaying the tree of favorites of IE 8 or 9 in a browser ?
thanks,
Bruno
0
votes
1answer
158 views
How can I make favorite (like-unlike) functionality in my blog (twitter-like favorites or facebook-like like/unlike)?
I have small blog and I want to make favorite (like-unlike) functionality. I use acts_as_favorite gem to do it. Please write step-by-step tutorial... I'm only learn ROR...Help me plz.
I have 'likes' ...
0
votes
0answers
44 views
Which browsers support add to favourites kind of API?
I want to add "Add to Favourites" button/link to a website, that would use site's home as URL, not current URL (which contains some application state stuff, and usually is not what you want to ...