1
vote
2answers
58 views
Creating a Firefox extension to edit “network.automatic-ntlm-auth.trusted-uris”
On the sharepoint site we're developing at work, people are able to log into the site using IE 7, but when prompted for the username and password on firefox 3, it doesn't matter ho …
0
votes
1answer
19 views
How do I refresh/relaod a Chrome Extension?
I'm developing an extension in Chrome 4 (currently 4.0.249.0) that will show the user's StackOverflow/SuperUser/ServerFault reputation in the status bar. I've designed an options p …
0
votes
2answers
35 views
Will visual studio 2010 express support addins?
I know vs2008 express didn't. I'm hoping this will change with vs2010. Anyone know? Link me?
Edit:
Anyone have a primary source? While "As far as I know" answers can be helpful, …
0
votes
0answers
7 views
Flash events not generated in Google Chrome extension
We're writing an extension for Google Chrome, which only consists of inserting a Flash object in the HTML content. This FLash object generate public external events that can be tr …
1
vote
4answers
64 views
Build firefox extension (XPI package) using Java servlets
I am trying to build a xpi file using Java servlet.
If I return the xpi as a zip using the following code in the servlet -
response.setContentType("application/zip");
response.set …
8
votes
5answers
2k views
How to use jQuery in Firefox Extension
I want to use jQuery inside a firefox extension,
I imported the library in the xul file like this:
<script type="application/x-javascript" src="chrome://myExtension/content/jqu …
2
votes
2answers
89 views
Simple statistics - Java packages for calculating mean, standard deviation, etc…
Could you please suggest any simple Java statistics packages?
I don't necessarily need any of the advanced stuff. I was quite surprised that there does not appear to be a function …
-1
votes
0answers
27 views
making a firefox extension read a cookie
here is what i have so far but i need to add a way for it to read a cookie from the page now also.
cell.innerHTML = "<a href='myaccount_trust.php?t_serv=" + t_serv + "&t_ch …
0
votes
1answer
34 views
SharePoint Cross Site Content Query Web Part
Besides buying a third party, what is the best approach to extending the CQWP control to include content from a seperate site collection?
1
vote
1answer
34 views
WCF extensions without including the assembly version
As discussed here, I'm trying to add a WCF endpoint-extension; I've got it working, but I need to include the full assembly details:
<extensions>
<behaviorExtensions& …
0
votes
1answer
23 views
Adding extension to URL: Rails
I'm setting up some link_to xml views within a rails app. How can the url display the .xml extension?
Need it to appear as:
http://localhost:3000/test/1-testing.xml
Currently it …
0
votes
0answers
16 views
multiple ruby extension modules under one directory
Can sources for discrete ruby extension modules live in the same directory, controlled by the same extconf.rb script?
Background: I've a project with two extension modules, foo.s …
0
votes
1answer
10 views
turn off soap extension on webmethod
It possible turn off soap extension on webmethod ?
Something like this :
[WebMethod]
[SoapExtensionClass]
public void func()
{
if(b)
{
// t …
1
vote
1answer
30 views
Javascript regex in firefox extension
What could be going wrong here? The problem seems to be with the regex match statement. without it the alerts come, but as soon as I put it in everything goes quiet. Thanks so much …
0
votes
1answer
19 views
Can’t load JS file for firefox extension
I have a working firefox extension that currently consists of a button. When I click that button, my XUL file declares oncommand="test();" which simply is an alert("hi!"); .
I am …
