Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (2)

34
votes
6answers
14k 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 discussion board somewhere? ...
18
votes
19answers
1k views

Firefox add-ons

What Firefox add-ons do you use that are useful for programmers?
10
votes
3answers
1k views

How to save the VS window layout for single/extended-multiple screen?

I often work at the office using dual screen and at home using single screen. The window layout of Visual Studio 2010 is messing with me :(. I want to save/restore the layout so that I can quickly ...
10
votes
4answers
1k views

Developing addins for World of Warcraft - Getting started?

As a long time World of Warcraft player, and a passionate developer I have decided that I would like to combine the two and set about developing some addins. Not only to improve my gameplay experience ...
8
votes
2answers
5k 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 that every person, ...
6
votes
3answers
439 views

How to make an addon like Firebug?

I am basically a dotnet developer(beginner). I need to make an IE addon just like Firebug in Firefox. I need HTML and CSS features of Firebug, don't need the other features. I would like to know where ...
6
votes
5answers
2k 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 things I need to get ...
5
votes
1answer
664 views

Is there a Visual Studio 2010 Add On for Tabbed Multi-Monitor support

In Visual Studio 2010 you can drag tabs out to separate windows but you can not collect them together as additional tabbed elements. Is there a VS 2010 add-on to allow you to group your extra windows ...
5
votes
2answers
1k views

ReSharper/StyleCop-like Visual Studio addon for C/C++

Is there any ReSharper/StyleCop-like Visual Studio addon for C/C++? I'm using ReSharper and StyleCop addons every day. Just recently started a new project which involves C/C++ programming. I miss ...
5
votes
5answers
2k views

Reflection.Net: how to load dependencies?

I try to add an addons system to my Windows.Net application using Reflection; but it fails when there is addon with dependencie. Addon class have to implement an interface 'IAddon' and to have an ...
5
votes
8answers
2k 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.NET. I personally ...
4
votes
3answers
47 views

How to make an add-on system on Android

Let's say I have an app which does something (exactly what is irrelevant, as this is a very generic question), and I want other third-party developers to be able to expand the functionality of my ...
4
votes
2answers
68 views

Quick and easy question for Firefox add-on devs

I am following the instructions here to make my development environment for firefox: https://blog.mozilla.com/addons/2009/01/28/how-to-develop-a-firefox-extension/ and everything is working great. ...
4
votes
3answers
611 views

What is The difference between Firefox extension and plugin?

In Firefox there are plugins and extensions. Could you please explain to me why these addons have different name and tabs ? Does they differ so much so they need different names? I think it's a little ...
4
votes
4answers
281 views

How do I get the Silverlight Add-On for Visual Studio 2010 and some example code?

How do I get the Silverlight Add-On for Visual Studio 2010? And where can I find lots of example code? When the interent and html was new, one could find examples of how to build a website on a few ...
4
votes
3answers
3k views

how to develop internet explorer add-on

Can we create add-on for IE? If yes where can i find required resources/docs?
3
votes
2answers
36 views

Creating a search add-on for collecting data

I wanted to create a search add-on to right click and search tag text into Wikipedia/ but when i apply this code it only shows the option in context menu but nothing happens// i don't know where the ...
3
votes
1answer
117 views

firefox add-ons sdk vs XUL

I've just started creating my first firefox add-on and I'm currently in the learning stage, to familiarize with the api. However I found a little ambiguous what method should I use. After I've read ...
3
votes
1answer
60 views

Creating this kind of popup in Firefox Addons?

I'm trying to create a popup like this for use in my addon - is it possible? If so, how's it done? Thanks in advance!
3
votes
1answer
145 views

Using jQuery in Firefox Addons

Does anyone know how to properly use jQuery in a Firefox addon? I've looked, but I can't find anyway that is relevant to the latest version of jQuery, and I know I can't just include it via script tag ...
3
votes
1answer
172 views

Include Python scripts with Plone Add-on

I have a Plone Add-on (created through Zope) that includes Javascript and page template files. Some of the Javascript functions need to call Python scripts (through AJAX calls) - how to I include ...
3
votes
1answer
80 views

visual studio add on

I want to know if this is possible. I have a small piece of software that I have written, that would work well if it can be incorporated into visual studio as an add-on. Is it possible to create an ...
3
votes
1answer
562 views

Create IE Addons

I'm looking for a tutorial to make addons for IE 8 or 9. Can you provide me with a resource. Please, for the sake of peace and everything else, I already know I can make FF or Chrome addons. I want ...
3
votes
1answer
1k views

Android SDK add-on

Can anyone share some details of devloping new SDK add-on like the one Google map API? I do not find any detials on how to build new sdk add-on? Is that good approach to have sdk add-on for ...
3
votes
2answers
155 views

Useful third-party Object-C GUI add-ons for iPhone development

When I develop in .NET there's lots of UI controls from companies like Infragistics and Telerik that enable me to build above-and-beyond standard usability and stylish GUIs rapidly. Is there anything ...
3
votes
2answers
232 views

Having one “brain” in a Firefox Addon?

I have an addon that every 5 minuets or so checks an rss feed for a new post, and if there is one, it displays an alert(). Problem is, I'm afraid that if the user opens multiple windows, that when ...
3
votes
2answers
1k views

Skype Addon in C#

I would like to try and build a Skype Addon. Is there an API? Any point in the right direction would be helpful. I would like to use C# to accomplish the task. Thanks!
3
votes
7answers
741 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 least try to identify ...
3
votes
3answers
897 views

accessing cookies, hopefully in javascript

I am working on a Firefox add-on that will allow users (all of whom are part of a specific group; this add-on is very limited in audience scope) to see the status of their authentication cookie from ...
3
votes
2answers
659 views

How do you package and self host your Firefox extensions?

I'm developing a site-specific Firefox extension. The official hosting/updating mechanism at addons.mozilla.org forces my users to login to download my plugin (until it get approved for public ...
2
votes
1answer
20 views

Making Ajax Request From PageMod ContentScriptFile

I am building this in beta builder and I am really lost as to how to get an ajax call to happen inside my contentScriptFile. I want to pull an ajax request to dynamically pull databack into script so ...
2
votes
1answer
51 views

how to use post in “Request” function at firefox-addon-sdk

I read about function 'Request' as this link: https://addons.mozilla.org/en-US/developers/docs/sdk/1.1/packages/addon-kit/docs/request.html And I would like to use the "post" method. There is no ...
2
votes
0answers
53 views

What programming language to write extension/addon/plugin/toolbars for browsers?

What programming language are people using for writing code for addons/toolbars like (firebug, web developer, google mail checker) for: 1) Firefox 2) Chrome 3) Opera 4) Internet Explorer Thanks in ...
2
votes
1answer
262 views

Write an addon for dolphin android browser

I been searching for a while to get any reference to wite a addon for dolphin browser. Couldnt find any. Can anyone just point to any relavent website for this. Thanks
2
votes
3answers
160 views

Coldfusion cookie issue

I'm having issues deleting client cookies with the cfcookie tag, I'm setting the value to "" AND changing the expiration date to now. But I think it's resetting the cookie in the same page that it ...
2
votes
2answers
101 views

how can i code an addon to read firefox bookmarks

I'm familiar with basic FF addon development and have created a "test" toolbar button. Now when I click on this button I want my addon to read FF bookmarks. As simple as that. Now I've spent 3 days. ...
2
votes
2answers
957 views

How will using the Samsung Galaxy Tab Add-on affect/fetter my Android Market deployments?

I have run my android app against the new build target provided by the add-on mentioned here. This appears to be working correctly in the emulator, but now I am very unsure as to the implications of ...
2
votes
2answers
601 views

Apache mod_rewrite: explain me %{HTTP_HOST} expecially when using addon domains

Apache mod_rewrite: explain me %{HTTP_HOST} expecially when using addon domains Situation (directories tree) on an Apache server with addon domains: main-domain.com/ | |_ .htaccess (just an empty ...
2
votes
1answer
119 views

Launching an Applicatiion from an Iphone browser

Is it possible to doe one of the following? A/ (the preference) Launch an application on the iPhone from either the native browser of the recently released Opera browser? B/ Have a 'addon' or other ...
2
votes
1answer
261 views

Issue with code using Interface Options Addon in World of Warcraft

I am writing a UI to a pre-existing addon. Or, more specifically, adding configuration options and trying to take advantage of the Interface Options Addons (IOA) panel. I've been referencing wowwiki, ...
2
votes
3answers
1k views

IE addon development in .net

How do i develop a addon for ie in .net. I am basically looking to develop a inline spell checking addon like IE7Pro.
2
votes
1answer
686 views

Run firefox addons command-line

I am working 508 accessible standard for a website. There are a Firefox plugin to help check on each page a website WAVE addons I am having a crawler that walk throught all pages of the website. Now i ...
2
votes
4answers
8k views

Does Visual Studio 2010 have backward compatibility with visual studio 2008's addins?

I have some really great addins in Visual Studio 2008 that I don't want to lose, but I've heard that Visual Studio 2010 will use MEF. Does it mean that I can say goodbye to my dancing banana ?
2
votes
1answer
311 views

Weather, exchange rates and other feeds

I am building a real estates website, I want to include some details on the homepage about the current weather, temperature, humidity, etc. I may also want to include some exchange rates. It all ...
2
votes
3answers
2k 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 I visited a site ...
2
votes
10answers
1k views

Is there a Firefox 3 addon similar to View Source Chart?

Before I upgraded to Firefox 3 I used to constantly use the View Source Chart Firefox Addon which shows the source HTML in a very organized, graphical form. Unfortunately, this addon is only for ...
1
vote
0answers
56 views

How to check for correct type when calling ObjectWrap::Unwrap in a Nodejs add-on?

I have 2 C++ classes exposed as javascript classes, VanillaOption & NoomraEngine, both inheriting from ObjectWrap. In the following method in NoomraEngine, I m supposed to receive a previously ...
1
vote
1answer
15 views

add on with google app domain

I received a requirement and I'm totally lost, I hope some1 can light me. This is my scenario: The client bought a domain to google app, let's assume abc.com, I thought he also received a server ...
1
vote
1answer
110 views

How to get field lists using the OpenERP Report Designer Addon for OpenOffice / LibreOffice

I want to add fields to the reports and use them in python functions and do some coding inside the reports. I am using version 6.0.3 of OpenERP, I keep getting an empty field list. This is what the ...
1
vote
1answer
129 views

Android add-on library projects?

I have a mini piano app on android that I would like to extend with downloadable add-ons. I would for example have the soundset of a grandpiano as a seperate installable package. I see some apps ...

1 2 3 4 5