The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
66 views

Chrome: lost multi-function reload button after update

Yesterday, I briefly discovered that holding the click on my Chrome's reload button opened a dropdown. It had: reload (ctrl+r) hard reload (shift ctrl +r) clear cache and reload . A few ...
4
votes
2answers
322 views

Using JavaScript and Greasemonkey to reload just one tab in Firefox?

I am new to Greasemonkey and javascript but have found the script below to reload a page every 5 minutes. // ==UserScript== // @name Auto Reload Protopage // @namespace ...
1
vote
2answers
280 views

Firefox: always force reload for some url

Is it possible, and if so how do I achieve it, that firefox automatically force-reloads (no cache) some urls/domains? For example say I never want to load google.com from cache. Can I set it so that ...
1
vote
1answer
8k views

PC Boots to black screen with mouse cursor

I'm trying to repair a Windows Vista PC booting to a black screen with only a mouse cursor on it. I can move the cursor, but the PC doesn't respond to Ctrl+Alt+Del, Ctrl+Shift+Esc, etc. It seems to ...
0
votes
3answers
2k views

What can I do to re-install VBSCRIPT for Windows 7?

I've had a problem with VBSCRIPT preventing me from updating the McAfee I paid for. It now is preventing me from updating my Sprint cell connection. In addition, since the Sprint update failed, I can ...
1
vote
1answer
898 views

How to reload a page in Opera without cache?

I'm trying to get Opera 11.61 to reload a page without using cache whatsoever. So far I've tried shift-clicking on the reload button, Ctrl-R, Shift-R, F5. None of these work. The only way I've found ...
1
vote
1answer
170 views

All browsers won't reload/refresh, even if Ctrl+F5 is pressed

I'm working on a wordpress theme which is hosted on Hostgator. Now whenever I add/remove a widget, then I reload the page altered, but nothing happened. Even if I press Ctrl+F5. It happens on all ...
0
votes
2answers
348 views

Remove drop-down menu for reload button in Firefox 4 and add drop-down menu for back button

The new drop-down menu added to the reload button in Firefox 4 which shows custom page reload times is useless. I would like to remove it, and just have the plain reload/stop button combo. The old ...
13
votes
2answers
9k views

How can I set autoreload modified files in notepad++

How can I set autoreload modified files in notepad++? The confirmation step is annoying, and in some situations completely unnecesary.
0
votes
2answers
175 views

Firefox plugin to update document after file saved

I like how CSS edit has a live preview which updates after you edit a CSS file. I've been doing similar with Firebug and tweaking CSS however that is only temporary. I usually edit files in Textmate ...
79
votes
2answers
21k views

How do you reload your .vimrc file without restarting vim?

Can you edit your .vimrc file in vim, and reload it without restarting vim?
0
votes
2answers
2k views

Is there a way to reload an excel file

I'm trying to parse some logs in a file. The program that add logs runs in the background. I want to look at the file at a given moment and then after a few minutes to reload it and look again. Is ...