Questions tagged [loading]

Loading refers to retrieving necessary information for display or functionality.

Loading refers to retrieving necessary information for display or functionality. It often occurs between a client and a server computer, and can be indicated with different animations. Use this tag when asking questions about how to load information and errors concerning loading.

3827 questions
1
vote
2 answers

jQuery scrolling image video: ProgressiveImageSequence doesn't work

I'm trying to use this http://www.netmagazine.com/tutorials/create-interactive-street-view-jquery tutorial to create an intro for one of our customers. But unfortunately it doesn't work. What is wrong, i've checked very link/path. I copied the hole…
Stiller Eugen
  • 681
  • 2
  • 10
  • 28
1
vote
2 answers

AJAX, JQuery, JQuery UI, Stylesheet, Custom JS -- NOT LOADING ALL

Why is it that when I remove //code.jquery.com/jquery-1.9.1.js the site runs my AJAX requests. Though when I have it, I cannot access the JQuery UI datePicker?
glewis15
  • 47
  • 10
1
vote
1 answer

SVG loaded via objects all jumbled up

So this is an interesting one. I did a test of using the clown car technique for showing responsive images via svgs loaded via an object tag because I really like the approach. Now this works all fine, except when you have a few of them on one page…
rita
  • 535
  • 1
  • 3
  • 15
1
vote
1 answer

website doesn't load in IE8

I am developping an educative website about electrocardiograms. It is working fine in chrome, firefox and opera but it doesnt even load on some computers on IE8. I cant figure out why. Any help appreciated. Link to the website: -> ECG Quiz
1
vote
1 answer

Fade in/out page on page load with internal links

I have this script which fades in/out the page (function($) { $(window).load(function() { $('#preloader').fadeOut(); $('#wrap').fadeIn(); $("a").click(function(event){ event.preventDefault(); linkLocation =…
Jordan
  • 237
  • 7
  • 21
1
vote
1 answer

Jframe loading window in java

I need to do a loading window in java like this: I tried with the jframe but I can't figure it out, I can't remove the close button, my jframe should look like a jpanel before that program begin, somebody know how to do this.
Premier
  • 766
  • 2
  • 10
  • 20
1
vote
0 answers

Google Chrome Version 33.0.1750.117 is loading the css properly only on refreshing the page.?

Google Chrome Version 33.0.1750.117 is loading the css properly only on refreshing the page. some of the text are not displayed on intial loading of the page, which is displayed only after refresh???? while the site is working fine with ie and…
C.S
  • 11
  • 1
1
vote
1 answer

How to catch loading errors with soundjs "createjs.Sound.registersound"?

Using, for instance, SoundJS 0.5.2, in a browser like Firefox, I'm fine loading files that exist. Not so good recovering from loading files that don't exist or have other problems It seems that registerSound won't tell me there's a problem. Maybe…
mcdave
  • 409
  • 3
  • 7
1
vote
4 answers

How to check that web page is loaded 100 percent?

Is there any way to check that, web page is loaded 100 percent in javascript? 100 percent means all the images,files,scripts,styles everything that a web page contains.
Dixit Singla
  • 2,540
  • 3
  • 24
  • 39
1
vote
1 answer

Wondering about HexEditor program's loading performance

25GB file into my (self made)hex Viewer make's loading endlessly. but 25GB file into HxD(free Software), it doesn't takes just one second! how can it be possible!? i wondering about principle of HxD. help me please..?
user3329872
  • 111
  • 1
  • 9
1
vote
2 answers

Have a loading gif while query loads in ColdFusion

I've seen a couple similar questions on here already, but none that were close enough to what I want that actually had an answer. I have a CF page. The query that generates most of the page has the potential, depending on the user, to go long and…
Reverend Bubbles
  • 1,363
  • 5
  • 15
  • 29
1
vote
1 answer

Change the loading tab of tabBar in Sencha

In here I want to load my window with 'tab B' without rearranging order of tabs. Normally it load with 'tab A'. Please resolve my issue. here is my source code: Ext.define('test.view.tView', { extend: 'Ext.tab.Panel', xtype:…
1
vote
2 answers

Emacs - Key Rebinding Not Working

I want to use Undo Tree Mode, and I have the undo/redo key bindings set up successfully. However, when I try to overwrite the default C-/ binding with a commenting function I wrote, the combination is still bound to undo-tree-undo. Here is what I…
user1017523
1
vote
2 answers

External html page is not loading inside div on firefox

I have a jquery script to load external html page inside a div. here is the demo http://mizan.im/testdrive/portfolio2/portfolio/ its working fine on chrome. But it's not working on firefox. Can anyone tell me why it's not working on firefox?? Code:…
Mizanur Rahman
  • 327
  • 1
  • 12
1
vote
1 answer

Load files from the source folder of a project using a loader from a different project

I have a utility project file that I've put code in for loading resource files. However, when I reference this project from a different one to use this loading code, the loader still uses its own src folder, instead of the src folder of the project…
leopardGeckos
  • 91
  • 2
  • 8