Trying to cycle between multiple open or closed Firefox windows fast instead of cycling through the virtual display with alt tab. Whats the quickest way/shortcuts?
Windows logo key + Ctrl + Number cycles between last active window
While looking into this l found
Alt+Esc but that only cycles open not closed windows
Windows logo key + Number does almost what l want but it opens up a menu listing all the Firefox windows but l want cycle instantly instead of going through the menu listing
The other one l found is Shift + Alt + Esc cycles through every available windows currently running not being specific.
Related
I'm a newbie about windows phone, this is my first project, a app calculate calories when running in wp8.1 RT, but I have a problem, basically I have 3 pages, mainpage is page 1, how must I do whenever I click a button in page 1 (start running), a stopwatch in page 3 starts counting and start receiving data gps of Map in page 2 (distance,speed) automatically, ie I'm still in page 1, the other pages run in background if i don't navigate to them ? ( I implemented stopwatch and map in project), forgive me because I'm not good at English.
In a Windows Phone App (does not matter if is silverlight or RT) you just can run a page at time.
Instead use several pages, you can use Background task or Geofencing.
I hope it helps you.
I know i can do it by Alt+f then 1 or 2 or 3. Is there a way give new shortcut in MyEclipse. I unable to find & set it under Windows > Preferences > General > Keys.
For Example: I have opened a file called Task.java in MyEclipse. I closed it accidentally. Now i want to open it again without navigating through Package Explorer.
I want Something similar,
Ctrl + Shift+ T
to open recently closed Tab in the Firefox & Google Chrome.
Press Ctrl+Shift+L to view all the shortcut keys , Press the same once again to open the Keys Binding dialog.
Type the text in the filter text box for eg. activate , you will get Activate Editor in the search result list with default key of F11.
Double click it and choose your favorite key you want in the Bindings say F9. Click Apply to Change it. Click OK.
Illustration
I have a windows 8 app, in which i show the list of students as tiles. When a tile is tapped on, the app bar opens which give the option to edit. My question is; when the tile is tapped, is it fine to go to the Edit window rather than opening the app bar. Does windows 8 app guidelines allow this.
I have gone through the windows 8 guidelines but it has left me confused if its the right way or not.
Thanks in advance.
I think the best way to do this must be that on click of the tile you should open the edit window. And the appbar must have only add button, so that in case the user wants to add a student he can do so through the app bar. I feel this is the correct user experience.
I am developing a windows Phone Application. I have a pop up displayed when an icon is tapped on the screen. That pop has a cross icon on the top right corner so that user can tap on the cross icon and pop up gets closed?
Pop also gets closed when user presses the hardware back button.
I want to ask if it is OK to place a cross icon on pop up windows because there is two way to close the same pop(from hardware back button and from cross icon)????
Is it OK from Windows Phone Certification certification point of View.
From certification point of view its not a problem as long as the back button also does the same.
Just remember that many users have had WP for a while and you as a developer are expect to support native mechanisms while doing every thing you want to do on top of it.
Is there any free tool for IE so that I can know the page download time and download size?
I'm using IE Web Developer tool but it doesn't show download time/size.
For FireFox, there is an addon called Lori which does it.
Indeed the IE11 dev tools appears to be lacking that nice total time taken. To get around this, in IE11 you can export the data as a CSV. There is an export button next to the start/Stop button on the Network tab.
Open the CSV, observe that the times for each component are given in both milliseconds and seconds.
Add a new empty column next to the 'Taken' column.
Filter the Taken column to only show 'ms'.
Use the Text to columns feature to move the letters ms to the next column (make the delimiter a space. Note that < 1ms figures will move the 1 to the new column. So if you are being really granular then you need to find these and move the 1 back to the Taken column and remove the < that is in there.)
Use the SUM feature to get the total ms.
Repeat this process but this time for the seconds.
Convert your ms to seconds and add this figure to the total seconds and you will have your total page load time.
MySpace’s Performance Tracker works on IE 6 and up.
Check again on IE developer tools. Hit F12, then click on the network tab and press the "Start Capturing" button. That'll give you download time, size, sequence, and let you see the request and response headers/body.
just use the Google Chrome Developer tools when you press F12 in Google Chrome then go to network and refresh the page you need the size of and it will give you a graph with the size of each file referenced