Tagged Questions

8
votes
4answers
452 views

Stackoverflow Ubiquity command

I've written a basic stackoverflow ubiquity command. The initial version refused to execute properly because one of the parameters was not in the correct format. Specifically the …
3
votes
3answers
1k views

How do you make a post request into a new browser tab using JavaScript / XUL?

I'm trying to open a new browser tab with the results of a POST request. I'm trying to do so using a function containing the following code: var windowManager = Components.classe …
3
votes
7answers
804 views

Ubiquity Hack

What's the most useful hack you've discovered for Mozilla's new Ubiquity tool?
2
votes
2answers
76 views

Is there a correct way to ‘yield’ in the cooperative threading sense in javascript?

I'm writing a ubiquity plugin the long function callback for an ajax query is blocking up the GUI Thread causing firefox to lock up. The obvious solution seem to be to use some s …
2
votes
2answers
347 views

jQuery + Ubiquity: Return a document object from a URL

I'm trying to write a simple Ubiquity command that will run a query on Wolfram Alpha, and display the results in the Ubiquity preview object. I need to set the innerHTML of the pr …
2
votes
3answers
618 views

How do you unsubscribe from a ubiquity command

I can't seem to find details on how to unsubscribe from ubiquity commands. The command list page only seems to have information about the installed commands and there are no link …
1
vote
2answers
416 views

jQuery.ajax call returns empty data container but the raw URL works!

I'm using a Greasemonkey script to pull data from the RSS feed here http://www.instapaper.com/folder/48337/rss/11185/QBV0RZfH4KBO7GwgrR3D8b7sv90 and insert it into a page with jQue …
1
vote
1answer
191 views

automating RAPIDSHARE piracy file take down process

I found a new search engine that speeds up finding piracy files from rapidshare, how could I automate a tool that finds our product using this engine and outputs the list of the ra …
1
vote
4answers
78 views

Ubiquitous computing and magnetic interference

Imagine the radio of a car, does the electro magnetic fields through which the car goes through, have interference in the processing? It's easy to understand that a strong field ca …
0
votes
2answers
109 views

Using a non-English ubiquitous language?

While discussing specifications and functional requirements for a recent project, we were talking with the domain experts about accounting terms in Dutch since the whole team and t …
0
votes
0answers
40 views

Saving answers from Ubiquity

How can I save or copy the response to Translate command in Ubiquity?