Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

87
votes
8answers
99k views

What requests do browsers' “F5” and “Ctrl + F5” refreshes generate?

Is there a standard for what actions F5 and Ctrl+F5 trigger in web browsers? I once did experiment in IE6 and Firefox 2.x. The "F5" refresh would trigger a HTTP request sent to the server with an ...
38
votes
7answers
12k views

How to implement Android Pull-to-Refresh

In Android applications such as Twitter (official app), when you encounter a ListView, you can pull it down (and it will bounce back when released) to refresh the content. I wonder what is the best ...
22
votes
7answers
18k views

How can I refresh a page with JQuery?

How can I refresh a page with JQuery?
20
votes
4answers
48k views

How to refresh/reload page once using jQuery?

Newbie question: I'm wondering how to refresh/reload a page (or even specific div) once(!) using jQuery? Ideally in a way right after the "DOM structure" is available (cf. "onload" event) and not ...
14
votes
6answers
996 views

Clicking Safari 5.1 select menu refreshes page

This is both a question and an answer. I encountered a bug today that I've never seen in all my years as a web developer, so I wanted to share the fix with anyone who might encounter the issue in the ...
13
votes
5answers
8k views

Refresh a Div that has a Google ad inside it

I have a div that holds a google ad. My website is mostly AJAX and there is no need for a browser refresh. That means my ads will not refresh either, which isnt ideal, a user staring at one ad all ...
11
votes
3answers
2k views

Silverlight 4: Detect browser F5 / refresh and X / Close

I want to determine how to filter F5, refresh button, X and close in browser via silverlight 4.0 or even in server side. thank you EDITED: I added bounty to my question just today, July 28 2011. My ...
11
votes
5answers
13k views

Refresh image with a new one at the same url

I am accessing a link on my site that will provide a new image each time it is accessed. The issue I am running into is that if i try to load the image in the back ground and then update the one on ...
11
votes
10answers
37k views

JQuery Modal Boxes and Iframe

I've been using Simple Modal and i feel it doesn't live up to what i need at the moment. Is there a Modal Box that supports loading external files and allows those external files to close the modal ...
11
votes
5answers
56k views

How can I refresh all the pivot tables in my excel workbook with a macro?

I have a workbook with 20 different pivot tables. Is there any easy way to find all the pivot tables and refresh them in VB?
9
votes
3answers
2k views

“Redirect” page without refresh (Facebook photos style)

I am trying to implement content browsing like it is done on Facebook when user is browsing the photos. I guess everyone is familiar with that photo browsing where you can click "next" and "previous" ...
9
votes
4answers
4k views

Eclipse: How do i refresh an entire workspace? F5 doesn't do it

I have a workspace with a bunch of java projects. If i go to File->Refresh, it doesn't really refresh anything (perhaps the currently selected project). How do i get eclipse to refresh all of the ...
9
votes
5answers
843 views

accurate page view count

What is a good approach to keeping accurate counts of how many times a page has been viewed I'm using Django. Specifically, I don't want refreshing the page to up the count.
8
votes
2answers
3k views

Using javascript to reset the meta tag to prevent it from refreshing the page

We have an legacy application (mixture of classic ASP and ASP.net) that has a few Ajax content rich pages.The expectation is that the users of the site performs a set of tasks on the page that can ...
7
votes
2answers
1k views

WPF Real Time Multithreaded Stock Trading Application

I am building a real-time multi-threaded application in WPF, but i am having difficulties in updating the UI. I have a background worker thread that contains logic which determines what trades to ...
7
votes
3answers
14k views

JTable How to refresh table model after insert delete or update the data

This is my jTable private JTable getJTable() { String[] colName = { "Name", "Email", "Contact No. 1", "Contact No. 2", "Group", "" }; if (jTable == null) { jTable = new ...
7
votes
2answers
643 views

Visual Studio 2010 refresh not working

In VS 2008, I used to be able to create a file on the file system (like a .cpp file, for example), and then I could click the refresh button in VS and the file would show up. I have "Show All Files" ...
7
votes
2answers
6k views

How to force a page refresh or reload in jQuery?

The code below displays a google map and search results when you enter an address and hit the submit button. I've been playing with it to try and force the page to completely refresh or reload once ...
7
votes
1answer
2k views

Asp.NET MVC Html.TextBox refresh problem

i have a problem with asp.net mvc 2 and the html.textboxfor helper. i use the follow code in a form: <%= Html.TextBoxFor(model => model.Zip, new { @class = "txt", id = "zip", tabindex = 1 ...
7
votes
3answers
710 views

Twitter refresh page via API

I'm using the Twitter API (via TweetSharp) and was wondering if it's possible to automatically refresh the page from the API so that all users see the update? If so, is it also possible to take it one ...
7
votes
4answers
5k views

Refresh MKAnnotationView on a MKMapView

I'd like to a-synchronically load images for my custom MKAnnotationView; I'm already using the EGOImageView-framework (it goes very well with UITableViews), but I fail to make it work on MKMapView. ...
7
votes
6answers
2k views

What happens when we refresh a web page?

I was hoping if anyone can answer a fundamental question that I have regarding refreshing of a web page. I have a dotnet webform where a user fills in some details and clicks submit. The code behind ...
7
votes
3answers
11k views

jquery doesn't see new elements

I am new to JQuery, so bear with me :). I have a simple problem: $(document).ready(function() { $("#instrument").change(function() { $("#tunings").html("<select ...
7
votes
8answers
9k views

Meta-refresh doesn't work?

I have a page using something along the lines of <meta http-equiv="refresh" content="0;url=http://example.com/" /> but for certain users on a certain workstation this doesn't work. The is in ...
6
votes
2answers
218 views

How do I achieve the “GitHub browse repo effect” (update URL without refreshing the page)

When I browse a repo in GitHub (example: https://github.com/sizzlelab/kassi) and click a folder, it loads the folder with a cool javascript animation, moving stuff to the left, instead of reloading ...
6
votes
4answers
830 views

How to set size and layout in onSizeChanged?

I can't get my elements, for example ListView, to resize properly. I got a ListActivity for searching, with a dashboard, an editbox and a listview. The idea is to hide the actionbar while the ...
6
votes
5answers
632 views

IE doesn't evaluate meta-refresh anymore after pressing F5

Ridiculous simple HTML-file: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> ...
6
votes
1answer
289 views

jQuery wrap without refresh

I need to wrap an iFrame in a div wihtout the iFrame reloading the content. Is there a way to suppress the refresh or another way to wrap the content?
6
votes
2answers
1k views

Problem with IE and setInterval() not refreshing/updating

I'm using JavaScript/Jquery to make a page auto-update with a value from a database, although it doesn't seem to update in Internet Explorer. It works fine in FireFox & Chrome. Can anyone explain ...
6
votes
2answers
241 views

How to fetch file contents via AJAX without visible refresh spinner on iphone

I am developing a web app for iphone which requires the application to check for changes in a text file, and as soon as a change is detected, to complete certain actions. The text file changes around ...
6
votes
2answers
3k views

Jquery auto refresh div

Jquery auto refresh is using up a LOT of browser memory. Is there a way to stop this. I had a 2 div refreshing every 3 seconds but I moved it up to 9 and 15 seconds, It helped a little bit the longer ...
6
votes
2answers
18k views

Android: How to redraw a graphic element?

I have created a class RoundIcon which extends View and the class contains setIconImage() method: public void setIconImage(int imageFromResources) { iconImage = ...
6
votes
3answers
39k views

How do you get Excel to refresh data on sheet from within VBA?

How do you get spreadsheet data in Excel to recalculate itself from within VBA, without the kluge of just changing a cell value?
5
votes
2answers
1k views

How do I force DOM to update/refresh just before and after an ajax query?

I'm having a browser issue with my Busy icon. The code looks like this: $("#busysymbol").show(); $("#busysymbol").position({my:"right top",at:"right top",of:$("#datepicker"),offset:"-3 3"}); var resp ...
5
votes
2answers
537 views

Problem with MessageBox(es)

I am experiencing strange behavior using MessageBox(es) in a C#/WPF program. Create a basic WPF application put some labels on it and a button. Here is the code of the button click private ...
5
votes
3answers
245 views

bypass refresh behavior of firefox

How do you capture 'refresh' button or event of firefox browser using javascript and immitate the behavior of IE when refreshing forms. Firefox refills the forms which destroys my ajax UI.
5
votes
5answers
1k views

Problem with Eclipse while programming for android - “Refreshing external folders”

I have set up Eclipse to run as smoothly as possible because I was having a lot of problems with it running out of memory in my last machine. One of the configurations was to have it automatically ...
5
votes
1answer
956 views

Does http-equiv=“refresh” keep referrer info and metadata?

Hey guys, I'm posting this here because the Doctype community seems to be sleeping in. If I set up a page like this: <html><head><meta http-equiv="refresh" ...
5
votes
2answers
2k views

Chrome Back button page refresh - ASP.net

I have an ASP.net application (c#). When a user is on a specific page, they click a link on this page that takes them to a child page, displaying the product details. If the user clicks the browser ...
5
votes
3answers
6k views

Is there a better way to refresh WebView?

Ok. I have looked EVERYWHERE and my little brain just can't understand a better way to refresh an activity. Any suggestions that I can understand would be great. :) Here is the java code: package ...
5
votes
4answers
112 views

Professional Tips and Tricks

I'm trying to polish my web programming skills with the unobtrusive yet extremely helpful polish I find on many sites. Stackoverflow.com, for one. When I ask a question, the page submits the ...
5
votes
2answers
1k views

Document.Domain madness

I've spent probably a month researching the internet on this issue and have yet to find the answer to this. My code does the following (all Javascript). Let's say I have a test.html on mydomain.com ...
5
votes
7answers
3k views

Console based progress in Java

Is there are easy way to implement a rolling percentage for a process in Java, to be displayed in the console? I have a percentage data type (double) I generated during a particular process, but can I ...
5
votes
5answers
14k views

How do I reload a page without a POSTDATA warning in Javascript?

I want to reload a page using: window.location.reload(true); But I receive the POSTDATA warning because the refresh function want to resend previous POST form data. How can I refresh my page ...
5
votes
1answer
14k views

Java GUI repaint() problem?

I have a JFrame. This JFrame contains a JButton. I click the JButton and 10 JTextFields are created. the problem: I cannot see them until "I force a repaint()" by resizing the window. Only then do I ...
4
votes
5answers
142 views

Auto Refresh document title?

I have tried many ways to have the page title automatically update every 3 seconds so the title can display how many unread messages they have. Here is what I have tried: setInterval(function() { ...
4
votes
4answers
326 views

Persistent data after refresh

I have a web page here that I am having trouble with. It works fine: you select from the drop-down menu and the image updates. The issue is when the page is manually refreshed: The initial image is ...
4
votes
1answer
135 views

How to write a batch file that will cause firefox to refresh each time a file is saved in my IDE?

I am a web developer who uses netbeans IDE. I would like firefox to refresh each time I save a file in netbeans so I can see the updated changes without having to manually refresh. I searched and ...
4
votes
1answer
152 views

Delayed TitledBorder title update/refresh, why?

I have a JPanel A with a title border inside a JPanel B of a JTabbedPanel C. I have a method refreshing the content of A and B which is called from time-to-time. Unfortunately, all the items of A and ...
4
votes
5answers
681 views

Firefox ignores option selected=“selected”

If you change a dropdown and refresh the page, Firefox seems to ignore the selected attribute. <option selected="selected" value="Test">Test</option> It will in fact select the option ...

1 2 3 4 5 24