Export Awesomebar history in Firefox
Is there any way to export the history information from the Firefox address bar into a file? I have been searching for docs online, but cannot find a solution. Thanks! ...
Is there any way to export the history information from the Firefox address bar into a file? I have been searching for docs online, but cannot find a solution. Thanks! ...
Firefox depends on an extension and plugin installed by the .NET 3.5 installer to run XBAPs. Unfortunately, in Windows 7 the .NET 3.5 runtime is already installed. Does anyone know how to get a hold of these plugins/extensions so you can actually deploy XBAPs to FireFox on Windows 7? ...
Here's an odd Firefox behavior. I have developed a simple application in .Net 3.5. I am using firefox 3.5.3 and so is my colleague. On one of the pages, I have a simple partial postback that hides one panel and displays another. When I click the link, the application behaves as intended, but when my co-worker does it, firefox opens a new...
I m using "FormsAuthentication" in Asp.net coded in C#.net to validate the users , I m maintaining username in sessions to processing , the problem is when i copy the URL and paste in Firefox Browser its not Redirecting to Login page, But it is working fine in Case of IE browser. I m checking the sessions values and Redirecting to...
I have managed to get a custom very basic extension running in Firefox. What I want to do next is: Check if the user is on a desired webpage If yes: check the page on each postback for a hidden element containing a string If found: launch an external app with string parameter I have some experience with javascript on webpages, but ...
I have kind of a weird problem .. Something that isn't working on ff & safari but IS working on IE on itself is already pretty weird but I can't seem to figure out this problem.. On my site http://www.turnkring-excelsior.be there are links to social media in the top right corner (youtube, facebook and flickr), on IE they are linked, on...
Firefox browser always requests feeds linked to page and this requests brings garbage to my development serever logs. It there any way to switch off this annoying requests? ...
So really I have 3 questions, but they are all pretty straightforward (for once): Can an add-on in Firefox see if there are multiple instances of Firefox/the firefox process running? Since the only way (in Windows, at least) to have multiple instances of Firefox running is by having them run under different profiles, is it possible for...
hi, i have an ifram, which has hidden visibility. i click on button - iframe will be visible and i want to focus on its body/content. because now i must click on button and then into iframe, so thats two clicks. i want to do it on one click, but dont know how to focus in firefox. in explorer it is ok: var iframe_window = window.frame...
Hi! I need to encode a path so firefox can open it directly. I've tried HttpUtility.UrlEncode, HttpUtility.HttpEncode and HttpUtility.HtmlEncode but none of these seem to work. Any ideas? ...
This would seem to be the case in Firefox 3.5+, there I can instantiate a Web Worker, and inside the worker, spawn another thread. However, the code will not work in Google Chrome, leading me to believe this is either a Mozilla proprietary extension to the spec or that Chrome has not fully implemented the spec. So which is it? ...
I use an ActiveX control called TAPIEx enabling TAPI phone system integration using MS Access 2000 (+Visual Basic). I want to turn this Access database into a web app with the clients running Firefox (all on internal network). Since Firefox doesnt support ActiveX is it feasible for me to write a Firefox plugin that in turn utilizes the...
Hi Has anyone found and used an alternative to the Microsoft Webbroswer ActiveX control with any success? The open source Firefox ActiveX version seems to be a dead project development wise and based on an old Firefox version. Regards Gary ...
Has anybody else experienced this? I get tons of JS errors surrounding the jquery markup, such as the following line of code, works in FF but generates an error "Object doesn't support this property or method" in IE. $("input[type=text]").css("border","1px solid grey"); Chrome doesn't give me the same error, but it locks up when I per...
What I'm trying to do is take an XML document, let's say http://example.org/data.xml and show it with an XSL stylesheet applied. (I cannot modify the document itself and add a directive) So there are a couple of utility XML files like this: wrapper.xml: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE wrapper [ <!ENTITY content SY...
I am playing around with creating an HTML-textarea based plain text editor to edit my scripts (using e.g. Mozilla Prism + a localhost install/ webserver). It works fine so far, but when I want to insert something at the cursor position, it gets slow in Firefox when there is a lot of text in the textarea (Chrome works fine). E.g. with 133...
I am working on a Joomla 1.5 website and a little self-contained php application, which I want to show within an IFRAME inserted in an article. The template I am using for the website has a dark grey background and the IFRAME shows grey background when loaded in Firefox (I don't quite know why this is so, but I like it like this). Howeve...
Is it possible to detect that a Firefox browser is running the TraceMonkey JavaScript interpreter? If so, is it possible to do it with JavaScript? A solution which involves examining the browser binary or shared libraries is also OK for me. I'm running Linux with Firefox 3.0.14 right now. ...
Within our team we have a small shared page on a web server which contains links to all our deployed web apps. It would be great if I could have this page popup from a firefox menu button, like a popup menu. I realize I could code up my own Firefox plugin, but out of laziness, I was wondering if there was an already existing plugin, wh...
I was originally looking for a basic tutorial on how to get started using client-side databases in FF3.5. My understanding was that this feature is support in FF, Safari, and IE8. However, I'm running into a pretty basic problem, which is that the syntax to created such a database doesn't seem to be found in FF3.5. For example, to creat...