Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
421 views

Best way to preload images

What's the best way to preload images? I'm trying to create an image tab that has around 59 png images. Here's the code I have so far: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" ...
6
votes
2answers
876 views

How to run a jQuery function after all and any other javascript has run

I have a photo gallery page hosted on a CMS (Squarespace) which has some of it's own scripts which load the thumbnails asynchronously. The actual large images however are not preloaded, so I decided ...
4
votes
2answers
286 views

Preloading a DIV with image loading

I have a problem. I am working on a CMS, its name is Dolphin. In few words I have created a block that contains an heavy code (jQuery, javascript, php, HTML, images...etc..). What I want to do is to ...
4
votes
4answers
718 views

Preloading of html web page or non-flash web applications?

I believe that most of you have heard of preloading of images. But is there anyone who knows how we can preload webpages? For instance, when we are login to GMAIL, we will see a loading progress ...
4
votes
4answers
414 views

Why is image preloading ineffective?

My CMS project has a stylish web 2.0 login screen that fades over the screen using javascript. How come that even though I have made 120% sure that images are preloaded (I used the resource monitor in ...
3
votes
2answers
80 views

Is it possible to have a persistent PHP session for faster delivery of webpages?

Well, to be specific, I'm running my own content management system running on Linux Apache2 MySQL PHP server. The system is comparable to Linux kernel w/ modules. --(request start)-- The system ...
3
votes
1answer
388 views

Preloading huge amount of images

I'm trying to do a parallel preload of images using the logic implemented on the below link. http://blog.lieldulev.com/2010/05/21/parallel-image-preloading-in-js/ I have a huge amount of images, ...
3
votes
1answer
330 views

Preloader size guidelines

I'm working on a high-end flash site (AS3) with lots of video, hi-res graphics, and sound effects; needless to say, the initial preloader's got a lot of work to do (just to get the site to a point ...
3
votes
2answers
102 views

What is the general consensus on preemptively loading images on web pages?

So I've been wondering this for a while, I'm currently building a website which is very image oriented. What do people think of preloading images? How do they do it? (Javascript versus display:none ...
2
votes
2answers
81 views

How can i stop preloading?

I'm using a function below to preload images on my ajax page. My page contains image galleries. But I need to stop preloading of current gallery when I click another gallery link. Any help? Thanks... ...
2
votes
1answer
61 views

Is background-image loading whole image or just visible part?

I have small animation using javascript and css. I made one sprite png file, composed of 24 frames, and put that image as background-image in div which has height and width of one frame. When ...
2
votes
6answers
71 views

Preloading 20MB+ of images. Is it worth it to attempt this?

I'm developing a photography portfolio website. I want to know what would the best practice be for downloading images from a database. As of right now the entire gallery is roughly 20MB. The gallery ...
2
votes
3answers
371 views

jQuery ajax() preloading multiple things

I am using the following code to preload an mp3: $.ajax({ url: "boom.mp3", success: function() { //done } }); Is there anyway I can have multiple elements preloaded (images and ...
2
votes
1answer
339 views

HTML5 Video - Suspend Loading / Partial Load

Is there a way to preload a portion of a video, but not the entire thing? I noticed that there is a "suspend" event that indicates the video is expectedly not downloading until further instruction, ...
2
votes
1answer
688 views

Is there a way to preload video using javascript?

I am developing a web app that is similar to an online version of power point. What I want to do is preload the previous and next slide while the user is viewing the current slide so that there is ...
2
votes
1answer
261 views

How to load images intelligently using CSS/jQuery?

I have a thumbs div (i'm only showing four thumbs for the sake of brevity): <div id="thumbs"> <img src="graphics/thumbs/01.jpg" width="190" height="190" class="thumb objects" id="project01" ...
2
votes
1answer
794 views

jQuery ajax not preloading images

I have a list of galleries, when you click on the title of a gallery it pulls in the contents (HTML with images). When the content is pulled in it preloads the html but not the images, any ideas? ...
2
votes
3answers
412 views

Preload translations from database before Silverlight is loaded

We are storing localization strings in database. Localization is needed for multi language application that we are building. Data layer is behind WCF service, and all data is comming throu this WCF ...
2
votes
3answers
10k views

Custom Preloader in Flex 4?

Has anyone successfully implemented a custom preloader in Flex 4? In my experience, when I specify a custom preloader using the preloader="com.foo.MyPreloader" in the Application tag, the preloader ...
1
vote
3answers
40 views

Is there a sensible limit to “display:none” preloading?

I'm designing a single page website. All the sections to the site pop up modally in DIV elements, so it never leaves the actual browser page. Initially I have all the sections hidden with css using ...
1
vote
6answers
158 views

preloading background image on homepage

I have a homepage that contains a huge amount of php code to populate the divs (including newsletter sign up with validation, content from a mysql database and various static images). The whole page ...
1
vote
3answers
129 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
vote
1answer
320 views

NSOperationQueue vs NSThread Priority — controlling how much cpu is consumed in NSOperationQueue

I have some textures and sound effects preloading I need to do asynchronously to create a smooth user experience in an iOS game I am developing. I am trying to decide between NSOperationQueue and ...
1
vote
1answer
106 views

jQuery Tablesorter w/ Pager plugin preloading images

I am using the TableSorter jQuery plugin with associated Pager plugin as well. I am having MySql query results displayed in this table. The thing is, after I retrieve a rating result from the query, ...
1
vote
1answer
78 views

How do I stop embedded sound clips from being downloaded to the browser cache before they are requested to be played?

I have been scratching my head with this one for a few days, I am building a web app for a client associated with call tracking. One aspect of the system is to allow for short recorded voicemail ...
1
vote
3answers
178 views

Preloading content with images with jQuery

I am using .load() in jQuery to load in html content, but in this content there are 3/4 images embedded. The success event only fires on .load() when all the html is loaded in and not actually the ...
1
vote
1answer
132 views

Preloadings images slowing page load

I have a slideshow built in jquery which stores image urls in an array. When you click on the next button it sends a request to the server to get the image, then show it. This works but the image load ...
1
vote
3answers
280 views

php website pre load or cache

i have a php based website which. I use a switch case to include different pages and navigate. i have employed a method so that my index page includes a navigation bar and a footer my problem is that ...
1
vote
2answers
179 views

Images don't load in html

I'm loading new HTML/JS content using ajax and appending it to some div block The problem is that new (received) code contains of some image-tags and they aren't visible after loading. When I ...
1
vote
1answer
162 views

Prevent incomplete loading of css and javascript files

I have the problem that some webpages on my webserver are sometimes not loaded completely, for instance it seems that css and javascript are not loaded and therefore the website appears unformatted. ...
1
vote
3answers
506 views

Single Image Jquery Preloader

I am using a fairly large background image on a website I am developing. Currently, the background color loads, and when the image is done loading, it then loads. That is perfectly fine; however, I am ...
1
vote
3answers
206 views

What can I do to get Mozilla Firefox to preload the eventual image result?

I am attempting to preload images using JavaScript. I have declared an array as follows with image links from different places: var imageArray = new Array(); imageArray[0] = new Image(); ...
1
vote
0answers
155 views

Disable “Loading…” mode while preoading images in Opera

There is crossdomain image, which is loaded for 30 seconds (its 1x1 gif, but server returns if after 30s), via image preloading. window.onload = function () { var img = new Image(); ...
1
vote
1answer
237 views

jQuery preload images for iPhone

// After a page turn after: function(opts) { var currPageIndex = opts.curr - 1; generatePage(currPageIndex); // This page ...
1
vote
1answer
144 views

want to preload an image for some time before getJson call

I am using a getJson call for drop downs. I want to have an image preloading effect for this ajax call. Can any one help me out with this...?? My code follows: ...
1
vote
1answer
372 views

Preload sound AS3

I have AS3 project, made with FlashBuilder. I'm using MovieClips from an external .SWC-file. In a MovieClip from the .SWF-file, I want to use an audio-file. Is it possible to preload a sound-file ...
1
vote
2answers
411 views

jquery: simple image preloader + onload

i'm trying to make a simple image-preloader for just ONE image. it should load an image and - if finished - fire an event for displaying it. what's the simplest method to do this? i only know the ...
1
vote
2answers
110 views

load a page INCLUDING its flash movie, and displaying it when ready?

i have a website, in which there is a lightbox style iframe popup, which contains a flash clip. right now, the lightbox come up as a popup on the website, and then the flash loads [with a nice ...
1
vote
0answers
516 views

Loading plist with array-->dictionaries-->dictionaries into core data?

HI, I have a plist that comprises an array of dictionaries that each contain multiple dictionaries of strings. That is I have a: MusicDataArray-->Mel ---->filename1 ...
1
vote
1answer
225 views

Cocoa Touch - Loading AVAudioPlayer

I have this code to play a sound but the first time you play it it takes a good 5 seconds to load... How can I speed this up? -(IBAction)playSound{ //play the cricket noise NSString *soundPath = ...
1
vote
1answer
384 views

Preloading Image Bug in IE6-8

Page in question: http://phwsinc.com/our-work/one-rincon-hill.asp In IE6-8, when you click the left-most thumbnail in the gallery, the image never loads. If you click the thumbnail a second time, ...
0
votes
0answers
3 views

Is there a way to see a preloading animation using an internet browser?

I want to demonstrate a preloading image using jQuery. But I am viewing it locally. Is there a way to know what would it like when a user is using a dial up, a DSL or anything. I just want to see it ...
0
votes
2answers
90 views

Preload Images?

I have been looking into Preloading images with JQuery and came across this Preloading images with jQuery Now can someone tell me, do I have to call the preloaded images in any way? I assume this ...
0
votes
2answers
88 views

Image preloader javascript that supports events

I am trying to find an image preloader script. While i found a few, none of them supports an event that is triggered when preloading is finished. Does anyone know of any script or jQuery plugin ...
0
votes
0answers
102 views

Preloading images (in Chrome)

I have some number of images that I dynamically display using Javascript: $('<img src="42.png" />').appendTo(...) I'm preloading these images by showing them elsewhere in the document: ... ...
0
votes
4answers
85 views

convert preload img to iframe

$('<img />') .attr('src', val) .attr('width', "400") .load(function(){ $('.showdata').append( $(this) ); } ); This works perfectly for images, how would this convert 1:1 to ...
0
votes
3answers
54 views

Jquery functional Error

I'm facing a problem of a jquery function . I want my header not to vanish for a half second while Visitor moves his/her mouse pointer over the header's background image. ...
0
votes
0answers
49 views

Image preloading and blocking (+ strategy for huge amount)

I am working for an image & js heavy application which involve huge amount of PNG (20KB ~ 300KB) with SVG, however the server respond time is not that good (pingtime is 178ms with broadband, while ...
0
votes
1answer
104 views

IE8 image preloading -jQuery - Doing stuff after they are loaded

I have a photo gallery website. There are 17 large images that I want to preload before allowing the user to click on any of the thumbnails. The idea is that when the final image is loaded, I can ...
0
votes
0answers
13 views

Does Cache work for partially loaded files?

This is not a "coding question", but more something like "how does it work?". Let's consider I want to show an heavy pic on page 2. If I'm preloading this pic on a page 1 (no display) and click on ...

1 2