Firefox: How to run HTML FILES in two separate windows [closed] - firefox

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have two HTML FILES , when I click on those HTML Files , they run in the same window of Mozilla Firefox
Is it possible to run them separately in two windows of Firefox?

Click and drag one of the tabs away from the window. This will create a new window for that tab.

To have files on your file system opened in a new window instead of a new tab, go to Firefox > Options > Tabs and uncheck Open new windows in a new tab.
If you're trying to do this from a web page link, something like this should work:
link.onclick=function(evt){
window.open('http://example.com','windowName','menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,personalbar=yes');
evt.preventDefault();
}
You can find more information about window.open at the Mozilla Developer wiki.

Related

Mac OSX: How to right click > 'open in vscode' [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
OSX: Ever wish you could right click on a folder in finder and 'Open in VSCODE'?... Well now you can!
And it's entirely free and easy to do! Here's how!
Open up Automator. ( It comes standard in osx ).
It'll promp you to select a type. Click on Quick action. Now select Folders in finder.
In the search bar, search for Apple Script, and drag and drop it into the screen on the right.
Next, type in the applescript to match the photo.
Save it and call it whatever you like. I named it 'Open in VS Code'. I believe what you name it is how it will appear. you can also choose your own icon.
Entirely optional but you can also create your own hotkey binding if you like by going to System Settings/Preferences > Keyboard > Keyboard Shortcuts > Services > Files and Folders > and ensuring that 'Open in VS Code' is checked. then to assign a key binding, click on the none to the right and type in your key binding.
Now right click on any project folder, click on quick actions. and enjoy your new Shortcut!

Windows 10 keeps looping "How do you want to open this file?" dialog [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I double click an xml file.
Windows 10 asks me "How do you want to open this file?"
I make a selection and click ok
I'm back at 2 (rince and repeat, forever...)
If I click the "always use" checkbox, I even see the icons refresh in the windows explorer, before the "How do you want to open this file?" dialog pops back in screen.
I already tried deleting all the xml keys in the registry that I could find (no worries, I exported them first).
I tried different programs in the dialog.
Nothing works.
I created a dummy file extension, and that worked fine... the dialog appeared once, and after that it opened in the app I picked.
But it looks like somehow the file open dialog is stuck on .xml files.
Does anyone have any clue at all?
found this:
Run / gpedit.msc (edit group policy)
locate and expand Computer Configuration / Administrative Templates / Windows Components now click on File Explorer
on the right panel, double click on "Do not show the 'new application installed' notification" and set it to "Enabled"

Is it possible to edit Reports in Visual Studio 2010? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
I want to edit the Velocity Report generated with Visual Studio 2010s scrum template.
How can I edit it?
You can also refer to this link.. Also you can try to import the report to SSRS environment and try making the changes there.
You can also consider customizing the report you require based on this link.
Hope this helps.
I've found a solution for my own issue.
I'm interested in changing the results shown for a Scrum Template report.
Open the report in the "Project Portal" (right click on the Team
project in Visual Studio and select "Show Project Portal".
Click on the report, e.g. Velocity.
Click the "properties" tab on the top.
Click the "Parameters" tab on the left. Some parameters are editable
here, e.g in my case "DoneName". I'm changing this to "Committed"
instead of "Done" so that I can see the items marked as committed.
This parameter can be make editable from the brower ui by selecting
the "Prompt User" checkbox.

Change extension of a gif file [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I need to change the extension a GIF file (changing it in ".gaf") to use it in Visual studio 2005.
Unfortunately the extension does not appear on the file name so when I change the name of the file I get "picture.gaf.gif" even if I see only "picture.gaf" in its name.
I guess you need to show the file name extensions. One of the more annoying default-settings in windows!
Copied from http://windows.microsoft.com/en-US/windows-vista/Show-or-hide-file-name-extensions
Show or hide file name extensions
A file name extension is a set of characters added to the end of a file name that determine which program should open it. Follow these steps to choose whether Windows displays these file extensions.
Open Folder Options by clicking the Start button , clicking Control Panel, clicking Appearance and Personalization, and then clicking Folder Options.
Click the View tab, and then, under Advanced settings, do one of the following:
To hide file extensions, select the Hide extensions for known file types check box, and then click OK.
To display file extensions, clear the Hide extensions for known file types check box, and then click OK.

Displaying complete context menu in windows 7 library folders [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
When browsing non-special/standard folders in explorer (windows 7), I have various custom right-click context menu options such as:
"Open command window here" (shift+ rightclick)
TortoiseHG
WinMerge
...etc...
The problem is that these options do not come up in the context menu when navigating library folders (such as Documents/My Documents), and instead a 'blank'/clean version of the context menu without any 3rd party/custom extensions is shown.
This is quite annoying, considering I work a lot with command prompt and like to use source control on most of my documents. Only when you navigate via a libraries link does the context menu lose extra options (i.e. you still get the options if you navigate to the special folder location without going through any library shortcut)
My current workaround is that I have manually navigated to the documents folder, and added that to favourites in explorer, using the favourites link instead of the library link.
Is there any solution to this mysterious library folder limited context menu behaviour? I've tried searching, but could not find a way to lift this limitation.
Try this simple context menu1.0 from http://www.brothersoft.com/simple-context-menu-438026.html
Actually, I just found the answer to this.
If you select a specific folder within the library, and right-click that one while holding shift, it should work as expected. Works for me anyway.
The given reason was that Library maps to two different folders.
This likely belongs on SuperUser.com, but it should be automagically moved.
From what it sounds like, I bet the issue is that a library folder isn't really a folder, it's just a logical mechanism, so the context menu isn't going to be the same as that of a folder (because the same options may not work directly).

Resources