Tagged Questions
The loading tag has no wiki summary.
26
votes
6answers
44k views
jQuery “Please Waiting, Loading…” animation?
I would like to place a "please wait, loading" spinning circle animation on my site.
I'm having trouble to find a plugin for it, so here I am asking a weird question :)
Thank you for your help.
16
votes
3answers
4k views
Stop the browser “throbber of doom” while loading comet/server push iframe
When using Comet, or Ajax Long Pull techniques - an iframe is usually used. And while that iframe is waiting for the long connection to close, the browser is spinning its throbber (the ...
11
votes
4answers
33k views
Dynamic loading of images in WPF
I have a strange issue with WPF, I was loading images from the disk at runtime and adding them to a StackView container. However, the images were not displayed. After some debugging I found the ...
10
votes
6answers
190 views
how to speed up website loading for opposite side of planet
i am currently running a small piece of PHP software which is being accessed by two groups of people, one group in china, the other in ireland. the server is hosted in ireland, and no doubt pages ...
10
votes
2answers
182 views
jquery newsletter submit - loading message
i have a newsletter form i use on my site using ajax with jquery. i want to show to a user a wait message.
what is the best option?
heres what i have so far:
<script type="text/javascript" ...
10
votes
5answers
1k views
Chrome AJAX on page-load causes “busy cursor” to remain
In Google Chrome, AJAX called within $(function(){....}); seems to keep the page loading.
I have a site with a few pages with tabs. Because I'm using cheap godaddy hosting, I want the page to load as ...
9
votes
8answers
16k views
open resource with relative path in java
In my java app I need to get some files and dirs.
This is the program structure
`./main.java
./package1/guiclass.java
./package1/resources/resourcesloader.java
...
8
votes
5answers
117 views
jQuery events not working within iframe?
I am having some issues with focus(function(){}) and blur(function(){}) within a script that is nested within a dynamically loaded iframe..
Below is the script tag WITHIN the iframe being dynamically ...
8
votes
6answers
373 views
Is there a way to make changes to toggles in my .emacs file apply without re-starting Emacs?
I want to be able to make the changes to my .emacs file without having to reload Emacs.
I found three questions which sort of answer what I am asking (you can find them here, here and here), but the ...
8
votes
2answers
244 views
Are .dll files loaded once for every program or once for all programs?
I have a simple small question which someone who knows will be able to answer easily, I searched google but couldn't find the answer.
There are many programs running at once on a computer, and my ...
8
votes
3answers
6k views
Javascript callback for knowing when an image is loading
I want to know when an image has finished loading. Is there a way to do it with a callback?
If not, is there a way to do it at all?
8
votes
5answers
857 views
7
votes
2answers
2k views
loading NSBundle files on iOS
I'd like to create a project that has a very flexible graphical user interface (skinnable). In order to make this possible, I'd like to load a NSBundle from an external resource, e.g. a website. The ...
7
votes
1answer
118 views
Why doesn't jQuery UI see jQuery?
I've built a JavaScript widget that must be embeddable on any third-party site, in any environment. The widget relies on jQuery and jQuery UI. I followed the steps in How to embed Javascript widget ...
6
votes
5answers
2k views
jQuery Ajax wait until all images are loaded
im trying to perform an ajax call with jquery which is working well. i use the success event to display the data. its seems however that success gets triggered as soon as the external html file gets ...
6
votes
1answer
823 views
accessing UIImage properties without loading in memory the image
As you know the iphone guidelines discourage loading uiimages that are greater than 1024x1024.
The size of the images that i would have to load varies, and i would like to check the size of the image ...
6
votes
2answers
624 views
Optimize loading an XAP file with an asp.net website
I've been developing a game using Silverlight 4 and silversprite (http://silversprite.codeplex.com/)
This game is HEAVILY content dependent, using a lot of audio and images. My content folder is ...
6
votes
5answers
6k views
loading animated png
I'm looking for an animated Loading icon that is also transparent; however (I know I'm lazy) I dont want to make my own. Please forgive me if this is not the correct forum for this post, I've just ...
6
votes
3answers
4k views
ASP.NET web application - WebResource.axd and ScriptResource.axd files - Loading time issue
.
Hi,
We are building an ASP.NET application with C#.net as language.
Here, when the IIS renders a page & when we analyze the page code with YSlow tool it shows many WebResource.axd and ...
6
votes
1answer
7k views
How do I properly load a BufferedImage in java?
Okay, so I've been trying to load a BufferedImage using this code:
URL url = this.getClass().getResource("test.png");
BufferedImage img = (BufferedImage) Toolkit.getDefaultToolkit().getImage(url);
...
6
votes
7answers
7k views
Loading css rules dynamically in Webkit (Safari/Chrome)
I currently have issues in Webkit(Safari and Chrome) were I try to load dynamically (innerHTML) some html into a div, the html contains css rules (...), after the html gets rendered the style ...
5
votes
1answer
137 views
How can an external jQuery templates be loaded
I have a large number of jQuery templates taking up space in my <head> section ("text/x-jquery-tmpl"). I would like to move these tags to an external file. I was hoping I could do something ...
5
votes
3answers
259 views
Django: IE doesn't load locahost or loads very SLOWLY
I'm just starting to learn Django, building a project on my computer, running Windows 7 64-bit, Python 2.7, Django 1.3.
Basically whatever I write, it loads in Chrome and Firefox instantly. But for ...
5
votes
3answers
302 views
Will Silverlight take too long to load my business app?
I'm thinking that Silverlight 4.0 would be a good choice to build our business application.
However, the one part I'm afraid of is the loading. If I understand it correctly, Silverlight compiles ALL ...
5
votes
1answer
482 views
Loading partial entities with Linq to Entities
I am trying to load a partial entity with Linq to Entities:
Dim contacts = From c In My.Context.Contacts _
Select New Contact With { _
.ContactId = c.ContactId, _
.Name = ...
5
votes
3answers
3k views
Hide WPF Window Until Fully Loaded
For my WPF application, I am storing several user settings like window position, window state, and whether or not to display a welcome dialog. The problem is that while everything is loading up, I ...
5
votes
7answers
19k views
Blackberry - Loading/Wait screen with animation
Is there a way to show "Loading" screen with animation in blackberry?
Options:
PME animation content
multithreading + set of images + timer/counter
standard rim api
some other way
Any ...
5
votes
4answers
5k views
Listing the files in a directory of the current JAR file
I am making a game in JAVA where I want to come up with a list of files in a certain directory in my jar so I can make sure to have a list of those classes to be used in the game.
For example say in ...
5
votes
3answers
6k views
Image loading icon for flash/flex?
You often see those little 'petal' animations while an image or .swf file is loading in a Flash / Flex application.
Do I have to steal this from someone or is there a standard one available from ...
4
votes
0answers
60 views
Are there guarantees on when the CLR chooses to load assemblies [closed]
Possible Duplicate:
How are DLLs loaded by the CLR?
I have noticed a strange but reasonable behaviour of the CLR, and was wondering whether or not this is a documented behaviour.
I have a ...
4
votes
4answers
739 views
wpf loading spinner
The goal is to display the information that the application is working. So I'm looking for an intelligent implementation sample of a loading spinner using wpf / mvvm.
Any hint is welcome.
4
votes
1answer
71 views
Event for when UI is shown to user?
I would like my main activity to load a loading message. Once this is displayed i would like to start my tab activity which has to load a fairly heavy RSS feed. Problem is i have tried overriding ...
4
votes
4answers
728 views
facebook load xd_proxy.php while scrolling
Hi anyone have idea what's going on with the iframe apps on facebook keep loading the xd_proxy.php? I haven't notice it's a new or existing issue because my apps screen is fix, today, when I change ...
4
votes
2answers
495 views
Aggregate Root references other aggregate roots
I'm currently working a lot with DDD, and I'm facing a problem when loading/operating on Aggregate roots from other aggregate roots.
Foreach Aggregate root in my model, I also have a repository. Now ...
4
votes
1answer
76 views
Do Bluegene systems support ltdl or any other kind of dlopen() support?
so I have some code that uses dlopen for loading libraries, and I want it to work on a bluegene system, but I don't have a bluegene to test things on, and I've never directly worked with one. Does ...
4
votes
3answers
3k views
Creating a loading screen in HTML5
I am having some issues finding a decent tutorial for generating a loading style screen with regards to HTML5. To be quite honest I'm not sure exactly where to begin...
My project is essentially a ...
4
votes
1answer
266 views
Javascript to detect when a page has loaded in another window in Firefox
I was wondering what is the best way to detect when a page has finished loading where the page in question is in a different tab or window. And where page to be loaded could be any page on the web and ...
4
votes
3answers
535 views
Is it safe to merge several JavaScript files into one?
I'm developing a dynamic website using jQuery and I have found several jQuery plugins to be very helpful when doing that.
Of course, for each plugin I add, there is another script to load when the ...
4
votes
3answers
284 views
Dynamically loading Javascript files and load completion events
today I've been working on loading dynamic javascript code (files). The solution I use is :
function loadScript(scriptUrl) {
var head = document.getElementsByTagName("head")[0];
var ...
4
votes
3answers
2k views
How to display a “Loading…” text while retrieving items for a ListView
There are some others applications doing this, like Twitter, Facebook, or even native applications such as Android Market. When you want to display a list of items retrieved from the internet, this ...
4
votes
3answers
495 views
Is it possible to call a servlet from css?
I'm trying to move all the images stored in web application folder to a database. And calling them with a servlet. Is it possible to call a servlet from my css ?? or is there any way to call a ...
4
votes
3answers
397 views
JQUERY or JS is there a way to detect anytime the Window is loading? Basically any network activity?
Is there a way with JQUERY or Javascript, to detect anytime the browser window is loading something, making an ajax call, loading an image, etc... Basically any network activity?
4
votes
3answers
2k views
Threaded loading (waiting) screen
I'm looking for a generic method to implement a wait screen during long operations. I have used threading a few times before, but I have the feeling that I implemented it either very poorly, or with ...
3
votes
1answer
43 views
jquery $ajax progression
Is there away to show how long til the page loads. @ the moment when I send a post request to the sever I send it via the $ajax using post and I have beforeSend showing a message saying we are loading ...
3
votes
3answers
93 views
Java Swing Loading Animation
I Would like to realize the following loading animation with java swing :
The circle has to spin clockwise.
What would be the best way to make it ?
Thank you very much.
3
votes
2answers
108 views
Ways to integrate javascript modules into one file for deployment?
On development, I am using JS modules for a better organization of my code. For example, I have module1.js, module2.js and both modules are included in the main.js with LABjs
$LAB
...
3
votes
2answers
106 views
Gmail like loading resources
I am trying to load js & css files like gmail do , I find this tutorial but this method work only for js files http://yensdesign.com/tutorials/loadingbars/ . So any idea how to do it for css ?? ...
3
votes
1answer
98 views
What are some good ways to Save/Load files in AS3?
I am writing a game in ActionScript3 using Flixel as a base. I have been unable to find a good method for saving and loading files from the player's local hard drive. I know Flixel has a way to save ...
3
votes
1answer
54 views
Failover loading of .js from sequence of servers?
Let's imagine a web page page needing to load a javascript file (i.e. my.js). Is it possible to organize the following fail-over loading sequence?
If server A is up, load my.js from server A.
Else, ...
3
votes
1answer
207 views
What exactly is a *loading screen* loading in Android?
Just looking for some advice on this one, what exactly is a loading screen loading? The only thing I can think of is images and objects (classes) but that is all done in my constructor and, even on ...