Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
2k views

How to preload a sound in Javascript?

I'm making games in Javascript. But I have a problem. I can preload images easily thanks to the 'onload' function. But it doesn't work with the audio! Browsers like Chrome, Safari, Firefox... doesn't ...
6
votes
4answers
386 views

Best Way to Organize JavaScript Files

So I have web app with multiple JS files (jQuery, jQuery, my own JS code and more). Say I have a page named index.html. What would be the best practice to include / preload my js files? I was thinking ...
6
votes
9answers
1k views

Pre-loading external files (CSS, JavaScript) for other pages

I'm curious if there is an efficient way to wait for the front page of a site to load, and then pre-load CSS and script files that I know will likely be needed for the other pages on the site. I want ...
5
votes
2answers
565 views

JavaScript Preloading Images

Can you tell me if the function I wrote below is enough to preload images in most if not all browsers commonly used today? function preloadImage(url) { var img=new Image(); img.src=url; } I ...
5
votes
3answers
319 views

How to preload JavaScript and CSS files in the background, to have them ready in the browser cache when the user goes to the main page?

I want to preload a JS file and a CSS file from the landing page to optimize the main site load, after the conversion in the landing. I was looking for information about this and finally tried to get ...
5
votes
4answers
3k views

jQuery: How do you preload sound?

I have a website that plays sound when you click a button. This is how I do it function PlaySound(soundfile) { $('#soundContainer').html("<embed src='/uploads/sounds/" + soundfile + "' ...
5
votes
3answers
1k views

preload hidden CSS images

I'm working on a jquery based homepage with 5 or so hidden divs, each containing several background css images. The issue is that the browser doesn't load css images into the DOM until the ...
5
votes
3answers
1k views

Know when images are done loading in AJAX response

I have a jQuery ajax function that loads some content into a div, some of the content is images. I would like to said until those images which where just loaded in my ajax, are finished loading, and ...
4
votes
1answer
359 views

c and LD_PRELOAD. open and open64 calls intercepted, but not stat64

I've done a little shared library that tries to intercept open, open64, stat and stat64 sys calls. When I export LD_PRELOAD and run oracle's sqlplus, I can see the traces of the open and open64 calls, ...
4
votes
1answer
424 views

Preloaded Android application with .so library file cannot be upgraded

I work for an operator, and we preload applications on Android phones. However, some preloaded applications, once upgraded from Market, crash. The problem is this: - the application contains a ...
4
votes
2answers
1k views

jquery preload the page loaded via load() method

I'm trying to do something like boxy or facebox or lightbox...and so on. The only problem is that I don't know how to preload the page that is loaded into the box via load() method. It should work ...
4
votes
7answers
9k views

Preloading CSS Background Images

I have a hidden contact form which is deployed clicking on a button. Its fields are set as CSS background images, and they always appears a bit later than the div that have been toggled. I was using ...
4
votes
5answers
648 views

Simulate loading on localhost

I have a site which uses AJAX and preloaders. Now I would like to see the impact of these preoloaders before deploying the site online. The "problem" is that localhost doesn't have loading time and ...
3
votes
3answers
48 views

Flash AS3 loading best practices

I am creating an interactive flash application where I need to use many sound files and images. I am currently loading resources (both images and sound files) as I need them. When I run it on my ...
3
votes
4answers
641 views

Wait for images to load and then execute all other code

OK, I'm losing my mind over this. I did read here at SO and google about it, I even have the preloader set (found here on SO), but none of the plugins/code I found helped me. What I want to do is: ...
3
votes
2answers
658 views

HTML5 Video - File Loading Complete Event?

I need to detect when a video file has completed loading. I'm thinking I should use progress->buffer, but in the back of my mind, I remember reading that this was unreliable. Is there a better way, or ...
3
votes
2answers
463 views

ASP.NET MVC 3 Precompile

When I first request pages from my ASP.NET MVC 3 website it appears to suffer a delay, but on subsequent requests it is instantaneous. I have no caching on pages so the second request is pulled from ...
3
votes
3answers
251 views

BG Image preloader in JQuery

I have an array of images var photos = ["images/bg01.jpg", "images/bg02.jpg", "images/bg03.jpg"]; I am cycling through this array and making them the background of a div based on a interval ...
3
votes
3answers
438 views

jQuery: any suggestions how to preload all images in dom sequentially?

any ideas about it? any plugin? I want find all img tag and show them sequentially? thank you
3
votes
3answers
2k views

Execute JavaSCript code after image preload

I'm trying to create some kind of callback code which gets executed after an image has been preloaded. My JS code is as follows: <script type='text/javascript'> d=document; ...
3
votes
6answers
4k views

Is it possible to preload an HTML page before displaying it?

I'm not referring to preloading images, I want to preload an HTML page using JQuery.
3
votes
4answers
1k views

how to preload more than one but not all images of a slideshow with jquery

I'd like to create a web based stop motion video player. Basically a slideshow that shows 2-4 images per second. Each image might be a maximum of 20KB. I don't want to preload all images in the ...
2
votes
3answers
35 views

Load images with callback

I have in a page an animation and as the animation keeps playing I want to preload images. The animation is like an the intro. At the point the animation plays I want to load several images and ...
2
votes
3answers
95 views

javascript preloading of any images not working in chrome

I'm fairly new to web design, I've just created following website http://www.janewaltonwatercolours.co.uk, and apart from a couple of minor gliches its working on all browsers. However, in Chrome, ...
2
votes
1answer
46 views

Precache a varying number of images in jQuery and call back if all are loaded

I would like to do an animation with the images, but only when they are all loaded. When I start the animation with images still loading, it looks bad. The images are dynamically added to the dom by ...
2
votes
2answers
42 views

How to reference this preloaded image

How would I reference an image preloaded from this javascript? This code comes from the question at stackoverflow: preload hidden CSS images <script language="JavaScript"> function ...
2
votes
1answer
157 views

iOS: AVPlayer video preloading

I am using AVPlayer to play videos. The lenght of them is short, 2-5 second. They are played in a random order. The problem is, when changing video, and a new video starts to play, the device lags for ...
2
votes
2answers
184 views

How can I preload a page using HTML5?

I remember reading about a meta tag that makes the browser preload a page. What's the tag again?
2
votes
2answers
1k views

display a gif while asp.net page loads

I have a lenghty ASP.NET page load process. Is there a way to display a loading gif while the ASP.NET page loads? Obviously I can't use an image on the page itself, and when I fiirst load a "dummy ...
2
votes
1answer
363 views

Load and display multiple animated gifs at the same time (synchronised) with Javascript

I'm by no means any kind of coder or programmer, but I've been trying to load and display some gifs so that they all animate from the beginning at the same time. In other words, I need them to be ...
2
votes
2answers
225 views

Is there a way to preload AdMob ads on Android?

I have a AdMob ad in a "dialog" (a View I created to look like one, because ads will not fit in a normal Dialog) in my app. Usually it takes about 4 or 5 seconds before the ad loads, and since it's in ...
2
votes
1answer
636 views

Rails joins or preload belongs_to association from polymorphic model

my problem is following. How can I joins belongs_to association from polymorphic model There is situation opinion.rb class Opinion < ActiveRecord::Base belongs_to :opinionable, :polymorphic ...
2
votes
2answers
1k views

Preloading images using JQuery- Load images from folder?

Currently I am using a pretty basic function to pre-load images: function preload(arrayOfImages) { $(arrayOfImages).each(function(){ $('<img/>')[0].src = this; ...
2
votes
1answer
400 views

Preloading images with Prototype/Scriptaculous

I'm using Prototype/Scriptaculous library for a featured content slider, it works great but the images need to be preloaded. I've used jQuery mostly so I'm not sure how its done with Prototype. ...
2
votes
2answers
502 views

Load all tab bar views when application first runs

Here's the problem. I have a tab bar controller with 4 separate views. When I navigate from the first view to the second view, it takes some time to load up the second view. What I want to do is ...
2
votes
5answers
431 views

CSS: Hover State images cache

when we define hover state of anything CSS... & on hover state we change the background:url('image path'); will this image be preloaded of will be download on the first hover of the element.. if ...
2
votes
4answers
437 views

How to preload .net assemblies

At my work, we are developing different applications using .net framework 4. All the applications use common assemblies that we developed, for example the data layer in data.dll. These applications ...
2
votes
2answers
571 views

Can I preload multiple video resources to load in the same HTML5 <video> element?

I'm working out details on a web application which involves the sequential loading of a long series of (very short) video clips, one after the other, with occasional input from the user establishing ...
2
votes
1answer
127 views

How best to pre-install OR pre-load OR cache JavaScript library to optimize performance?

I am working for an intranet application. Therefore I have some control on the client machines. The JavaScript library I am using is somewhat big in size. I would like to pre-install OR pre-load OR ...
2
votes
6answers
23k views

JQuery wait for page to finish loading before starting the slideshow?

I have a site with a rotating header image (you've all seen them). I want to do the following: Load the entire page plus the first header image Start the header image slideshow transitioning every x ...
2
votes
4answers
2k views

jquery images with preloading image

$(document).ready(function(){ // The plugin $.fn.image = function(src, f){ return this.each(function(){ var i = new Image(); i.src = ...
2
votes
2answers
2k views

How to preload an ENTIRE web page

How can you preload an entire web page using JavaScript so that I can get that page cached in the users browser? I know how to preload images with JS but what I would like to do is preload the entire ...
1
vote
3answers
114 views

Preloading images in jQuery gallery

I would like to use this gallery in my website. The only issue is that when clicking next to load the picture, it takes a lot of time. I would like to preload the next two images, when the user clicks ...
1
vote
3answers
41 views

Load jQuery calls/plugins before page appears to user

I noticed on my website that all jQuery functions and plugins I use start loading after the main webpage is loaded. This is no big problem, but the thing is I use jQuery to style my <forms> ...
1
vote
1answer
115 views

How to preload an Activity?

I searched everywhere for this but no one appears to have an answer. My simple question is: Is there a way to preload an activity? I need this because I use a tab,and a tab has multiple activities. ...
1
vote
1answer
112 views

Preloading images for cycle BEFORE hiding specific DIV and updating url

I have a project where I want to show a specific div (about the company) while a large fullscreen jQuery cycle is loading. I don't want to show the loading div until the images are loaded. It works ...
1
vote
1answer
52 views

Line by line image swing

I want to show an image as it is downloading, I have the URL, and I am trying to get the image parts like this: InputStream openStream = url.openStream(); DataInputStream dis = new ...
1
vote
1answer
81 views

MEJS ignoring preload tag after setSrc()

howdy ~ tryin' to whip out a MEJS based video player with user switchable vids. problem i'm havin is when i call setSrc(), both the flash and the html5 player preloads the entire video before it ...
1
vote
2answers
103 views

Java applets: How do games like Runescape preload and save resources so the user doesn't have to download them again later?

The first time a user plays Runescape (which is played via Java applet), the applet takes a few minutes to download a large amount of data. On subsequent plays, this data is retrieved not from the ...
1
vote
3answers
124 views

Preloading fonts and images?

On the home page of my site I'd like to preload fonts and images that are used on other pages of the site, to avoid FOUC's. What's the best way to do this? For fonts I currently have this code on my ...

1 2 3 4