0
votes
3answers
67 views
Windows Explorer add-ons
How do tools like SVN and Git attach themselves to Windows Explorer, such that they add options to the right-click menu as well as adding the tick/exclamation mark based on whether …
12
votes
17answers
601 views
Firefox add-ons
What Firefox add-ons do you use that are useful for programmers?
1
vote
3answers
94 views
How to install a plugin or add-on with WiX
Hello,
I need to install plugins (or add-ons) to an application we write. I user WiX for the installer of the application.
A plugin is, in my mind, an optional part of the applicat …
1
vote
2answers
154 views
Which is the best location to keep program configuration file in WINDOWS?
My program requires some configuration details to be kept in a .ini file. This program also installs extensions to IE and firefox and i want to read these .ini file from these exte …
2
votes
3answers
525 views
How to check with Javascript if a Firefox 3 Add-on / Extension is installed
Actually this question is based on a Blog Entry, which discusses the topic for FF2.
But how does this work with FireFox 3?
I know that there must be a workaround, because recently …
0
votes
1answer
30 views
How can I talk between IE tabs with my custom toolbar
Ok, I am creating a toolbar that contains a list of items that should be shared between each IE tab. When something is added or removed from my collection a coresponding menu item …
0
votes
2answers
105 views
How to develop add-on on firefox [closed]
Possible Duplicate:
How do I write a Firefox Addon?
Any body knows how to develop an add-on on firefox?
2
votes
7answers
428 views
What are the pros and cons of various ways of analyzing websites?
I'd like to write some code which looks at a website and its assets and creates some stats and a report. Assets would include images. I'd like to be able to trace links, or at leas …
15
votes
5answers
2k views
How do I write a Firefox Addon?
What are some resources for getting started writing a Firefox Addon? Is there an API guide somewhere? Is there a getting started tutorial somewhere? Is there a developer discuss …
5
votes
2answers
1k views
Visual Studio add-on gallery?
i'm hoping to find some add-ons for Visual Studio to address some specific usability issues. Is there a Visual Studio addons gallery that contains a huge dumping ground of addons t …
0
votes
1answer
212 views
Creating SQL Server 2008 Add-Ons: current equivalent of sqlwb.exe
I'm trying to create a simple Add-On for SQL Server 2008; it is simply going to pass a parameter from SQL 2008 to a console application.
Although Add-Ons are not specifically supp …
2
votes
5answers
579 views
Tasklist replacement for Visual Studio
I would like to use the task-list in Visual Studio but it really lacks almost any useful feature a task-list should provide. So I use Todo-List externally, to keep track of the thi …
5
votes
8answers
878 views
How did you choose your Visual Studio productivity addon?
I'm evaluating Visual Studio productivity addons for my development team, which includes some folks who are very new to C# and some folks who are very experienced. We don't use VB. …
5
votes
13answers
306 views
What are the best browser plugins for developing web apps? [closed]
Duplicate of
Which Web Development Browser Plugins Do You Find Useful?
In your experience what are the "must have" plugins or addons for developing web apps?
We're working w …
0
votes
1answer
107 views
Firefox plugin that ask for some input at startup
I would like to know how to implement a dialog that show up when you first start Firefox to ask the user to enter some input. This input will be stored somewhere temporarily, and s …
