Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

67
votes
7answers
35k views

How do I unload (reload) a Python module?

I have a long-running python server and would like to be able to upgrade a service without restarting the server. What's the best way do do this? if foo.py has changed: unimport foo <-- how ...
21
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
2answers
2k views

Preferred method to reload page with JavaScript?

Hey Guys, which way to reload a current page (using a button) would you prefer? 1 <input type="button" value="Reload" onClick="history.go(0)"> 2 <input type="button" value="Reload" ...
13
votes
7answers
4k views

Ruby on Rails 3 - Reload lib directory for each request

I'm creating a new engine for a rails 3 application. As you can guess, this engine is in the lib directory of my application. However, i have some problems developing it. Indeed, I need to restart my ...
11
votes
4answers
1k views

Make Visual Studio 2010 auto reload solution when project files change

On the current project I am working on, there is, at the moment, a large churn of code, which means updating from source control can mean at times many csproj file changes. As we all know, VS2010 ...
11
votes
2answers
3k views

How to stop chrome from caching

I need to force the browser to reload the previous page from the server when the user presses the back button. I've added the following to my response headers: Cache-Control: no-cache, ...
11
votes
4answers
1k views

Prevent cached iPhone webapp from reloading (scrolling to top)

I have an iPhone webapp that uses a cache manifest to work offline. I add the webapp to my home screen, use it (say scroll to a certain location on a page), then go back to homescreen. When I open the ...
10
votes
7answers
6k views

javascript location.hash refreshing in IE

I need to modify the hash, remove it after certain processing takes place so that if the user refreshes they do not cause the process to run again. This works fine in FF, but it seems that IE is ...
10
votes
5answers
9k views

Is there an easy way to reload css without reloading the page?

I'm trying to make a live, in-page css editor with a preview function that would reload the stylesheet and apply it without needing to reload the page. What would be the best way to go about this?
9
votes
4answers
752 views

How can I force my plugin to reload with each request?

As I understand it, plugins are not reloaded in Rails with each request in development mode. Which makes sense, as generally you add plugins to your app and it's the app you're developing. But if you ...
8
votes
2answers
4k views

Apache HTTPD reload

Does anyone know if while Apache HTTPD is doing a reload (which, let's say, takes five seconds) can it still serve requests during that time?
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
5answers
1k views

In Python, how do you change an instantiated object after a reload?

Let's say you have an object that was instantiated from a class inside a module. Now, you reload that module. The next thing you'd like to do is make that reload affect that class. mymodule.py --- ...
7
votes
3answers
10k views

help: reloading a page via ajax - when window.location=self.location doesn't work

so here on my homepage i got a <ul id="login"> <li> <a id="loginswitch" href="./login-page">log-in</a> | </li> <li> <a id="signupswitch" ...
6
votes
2answers
2k views

Rails Console: reload! not reflecting changes in model files? What could be possible reason?

Earlier it was working fine. I have been playing little bit config. So may be i have changed some config unknowingly. here is config of environment/development.rb config.cache_classes = false ...
6
votes
3answers
179 views

Looking for LLVM-based language which allows to reload part of binary on-the-fly

Are the any GIL-less LLVM-based languages, targeted mainly for JIT-execution which allows to reload PART of the code on the fly? Like re-compile 1 class, and reload it without stopping the whole ...
6
votes
2answers
8k views

Change hash without reload in jquery

I have the following code:- $('ul.questions li a').click(function(event) { $('.tab').hide(); $($(this).attr('href')).fadeIn('slow'); event.preventDefault(); window.location.hash = ...
6
votes
2answers
14k views

How to Reload a UITableView While I am Looking at It

When I have a UITableView as part of the visible view controller, how can I reload it so that the data I am looking at changes to the new data. Just calling reload doesn't seem to refresh the data ...
5
votes
2answers
141 views

How to prevent an iframe from reloading when moving it in the DOM

I have an iframe loaded with some content. I would like to move it inside the DOM without causing a refresh (I like the content inside it, I want to keep it). I'm doing some basic ...
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
2answers
3k views

How to force a page to reload if all what was changed in url is hash?

I am trying to reload current page with different url hash, but it doesn't work as expected. (Clarification how I want it to work: Reload the page and then scroll to the new hash.) Approach #1: ...
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 ...
4
votes
2answers
71 views

Load the page upon changes in the database - possible?

I'm just wondering if it's possible to reload the current page with jQuery or AJAX, when the database has been changed in some sort? If this is possible, how do I make it reality on my website? ...
4
votes
3answers
187 views

F5 (refresh) act as submit

I have a hidden parameter called 'act' that should pass one of the values 'load', 'save' on pressing the submit button. The problem is when pressing on the F5 (refresh) button after pressing the ...
4
votes
4answers
899 views

Facebook Javascript SDK window location reload not working on Firefox

I'm building a website with Facebook Connect and therefore using the Facebook Javascript SDK. Problem: when using Firefox, the page doesn't reload properly once logged in or logged out. ...
4
votes
3answers
227 views

How to reload Python module in IDLE?

I'm trying to understand how my workflow can work with Python and IDLE. Suppose I write a function: def hello(): print 'hello!' I save the file as greetings.py. Then in IDLE, I test the ...
4
votes
4answers
3k views

Galleria theme occasionally not loading

I am using the Galleria slideshow on my site, but I've noticed an error that seems to happen very randomly. Most of the time the slideshow loads correctrly but once in a while I get this error: ...
4
votes
3answers
593 views

Java class reloading

I'm using jboss server and having all my classes inside a jar file. Now if I change any of the java files, I need to replace the class file in the jar and have to restart the server. Is there any way ...
4
votes
4answers
154 views

Is there any possible point to reloading a Python module immediately?

Is there any conceivable point to reloading these modules immediately after importing them? This is the code that I was reviewing which made me wonder: import time import sys import os import string ...
4
votes
1answer
676 views

GDB - 'reload' source files

OK, this is my problem: I use a virtual machine with a debug kernel, so I can connect to a local instance of gdb, and can debug kernel modules. The modules are compiled with debug info on, and this ...
4
votes
3answers
4k views

ObjectContext.Refresh()?

How to update ALL the dirty entities from the data store, and reset their changed values to the original store value? The method ObjectContext.Refresh requires as a parameter the entities to be ...
4
votes
2answers
995 views

VS2008: Disable asking whether to reload files changed outside the IDE

I have a Visual Studio 2008 project where some code files are generated with each build (a parser, integrated via MSBuild aka editing the *.csproj file). VS does not know about the generated nature ...
4
votes
4answers
24k views

iPhone Dev: Reload data of a table view from a child controller and another controller in a TabBar

I'm implementing a notes manager application which has a tableView in a tabBar where the main information of its notes is displayed. When accessing to one note, you can edit its properties. In one ...
3
votes
2answers
35 views

Javascript, HP reload after alert wihout URL

I have an html form within a flash site. The form is php processed. Help me fix the php file so that after processing the form, the php returns the user to the flash page and reloads the html form. ...
3
votes
2answers
110 views

Is there a way to do a hot reload in compojure?

I'm new to clojure and compojure and I was wondering if there's a way to do a hot reload of code changes as you can with Ruby's Sinatra (with the shotgun gem) or Java's Play! I'm following along with ...
3
votes
2answers
333 views

Reload Preferences in PreferenceActivity on Resume

In my app, some settings can possibly be changed while the PreferenceActivity is not open, and an issue I'm running into is that addPreferencesFromResource is called in onCreate, so say, I open the ...
3
votes
3answers
236 views

How does Facebook change the URL in the browser's address bar without page reload or use of # or?

A couple of months ago I saw a new feature deployed on vkontakte.ru (russian FB): when going between users pages, no browser reload happens. Instead, the new page gets preloaded, and then displayed. ...
3
votes
1answer
195 views

How to reload model class in a unit test

How do I reload an ActiveRecord model class in a unit test? (In Ruby on Rails version 1.2.6) I have a unit test that runs OK when run in isolation, such as rake test:recent RAILS_ENV=test. The unit ...
3
votes
1answer
110 views

reload rails.root/app/resources/* per request

I have a rails app with a folder rails.root/app/resources where I keep some library code. This library code is used in a rack app that I mount in routes.rb in my Rails application # ...
3
votes
1answer
212 views

Possible to refresh Django connections on the fly?

Is it possible to add a new database connection to Django on the fly? I have an application that uses multiple databases (django 1.2.1), and while running, it's allowed to create new databases. I'd ...
3
votes
2answers
249 views

GWT refresh modifications

I'm new to GWT and therefore have a lot of "code and see how it behaves" going on. I'm wondering what are the minimal actions to take to load the modifications in my web browser. For example when I ...
3
votes
1answer
282 views

What is the correct configuration for %autoreload in a Django ipython shell?

Ipython has a plugin called autoreload that will presumably reload all your modules after every command, so you can change the source and not have to quit the shell and reenter all your commands. ...
3
votes
3answers
695 views

Use AJAX to reload captcha

This question may have been asked already - but unfortunately, I could not find any satisfactory answers. I will just ask it for my concrete case and ask the admins not to delete the question for at ...
3
votes
1answer
210 views

Is it possible to avoid page reload after accept of an activex object

I have a multi-page flow of webpages (jsp). After the user have done a lot of work i need to use an activex component, if not pressent on the machine the user is presented yellow bar at the top to ...
3
votes
4answers
3k views

Javascript: How to truly reload a site with an anchor tag?

Take this code snippet for example: window.location.href = 'mysite.htm#images'; Already being on the site mysite.htm and triggering the reload thru location.href won't reload the page but jump to ...
3
votes
1answer
636 views

Persistent Data with Javascript

I have an application that has a "parent" window. In the parent window there are menu items, like the following (using PHP here): // sample link echo "<li><a href=\"#\" ...
3
votes
1answer
997 views

Change MySQL innodb_buffer_pool_size at runtime?

This may be a dumb question, but is it possible to change the MySQL configuration options such as innodb_buffer_pool_size at runtime? Or, equivalently, is there a way to reload MySQL without closing ...
3
votes
4answers
3k views

(Rails) Reloading “lib” files without having to restart server…?

Is there any way in Rails to have the ENV reload "lib" files without having to restart the server? I'm working with some classes that I have inside a module in "lib". However, in order to see my ...
3
votes
3answers
39k views

jQuery reload div's content (dynamically rendered)

I have a div that is generated html via Expression Engine. I'm using ajax submit: $('#login-form').ajaxForm({ // success identifies the function to invoke when the server response // has ...

1 2 3 4 5 10