Top "Load" questions

A measure of the amount of work a computer is performing.

Node-style require for in-browser javascript?

Are there any libraries for in-browser javascript that provide the same flexibility/modularity/ease of use as Node's require? To …

javascript load require scoping
web server Load testing tool

Can you suggest a software tool (with GPLv license) to perform load testing for a Web server?

load load-testing
writing a matrix to a file, without a header and row numbers

I have a matrix variable in R, say k. I want to write it out as a file. I use …

file r load
How to load Assembly at runtime and create class instance?

I have a assembly. In this assembly I have a class and interface. I need to load this assembly at …

c# dll reflection load assemblies
How can I detect 'any' ajax request being completed using jQuery?

I have a page where I can insert some javascript / jquery to manipulate the output. I don't have any other …

jquery ajax load detect
How to catch error in jQuery's load() method

I'm using jQuery's .load() method to retrieve some data when a user clicks on a button. After the load successfully …

jquery ajax error-handling load
jQuery Fade in Site/Content Once It's Loaded?

Are there any tutorials or plugins for fading a site into view once its loaded properly, to limit any jarring …

jquery html jquery-plugins load fade
Wait for image to be loaded before going on

I'm developing a game using JavaScript and canvas. As the game loads, all images that will be used are being …

javascript image asynchronous canvas load
Unloading the Assembly loaded with Assembly.LoadFrom()

I need to check the time amount to run GetTypes() after loading the dll. The code is as follows. Assembly …

c# garbage-collection load gettype
jQuery .load() with fadeIn effect

I'm trying to load #content of a url via AJAX using jQuery within #primary. It loads but doesn't fadeIn. What …

jquery load fadein