Top "Loading" questions

Loading refers to retrieving necessary information for display or functionality.

Running sites on "localhost" is extremely slow

Having real trouble using my localhost to test sites. It runs extremely slowly! Sometimes it takes up to a minute …

asp.net firefox localhost performance loading
Display loading image while post with ajax

I know there are thousands of examples on the internet, but I want for the script I already have to …

jquery ajax loading
Show spinning wheel dialog while loading data on Android

I want to show a spinning wheel dialog while my app loads some data: The spinning wheel dialog should show …

java android dialog loading progress
difference between dynamic loading and dynamic linking?

Routine is not loaded until it is called. All routines are kept on disk in a re-locatable load format. The …

dynamic linker operating-system loading
C/C++ Image Loading

I'm working on a game engine and I'm too much of a wuss to write image loaders for multiple formats, …

c++ c image loading
How to show a loading gif mean while a submit form is being executed JQuery

I'm trying to show a simple spinner gif meanwhile a submit is being executed (it takes a bit because I …

jquery loading form-submit
preload with percentage - javascript/jquery

I did a Google search and I cannot find a way to do a loading with percentage. Anyone know how …

javascript jquery loading progress
Hive loading in partitioned table

I have a log file in HDFS, values are delimited by comma. For example: 2012-10-11 12:00,opened_browser,userid111,deviceid222 …

loading hive
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 …

java image loading bufferedimage
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 …

javascript html loading