Tagged Questions
The load tag has no wiki summary.
50
votes
5answers
16k views
Android Endless List
How can I create a list where when you reach the end of the list I am notified so I can load more items?
Thanks,
Isaac
23
votes
5answers
33k views
Load image from resources in C#
I have an image in my projects stored in Resources/myimage.jpg in the project. How can I dynamically load this image into Bitmap object?
22
votes
1answer
3k views
Load external JS from bookmarklet?
How can I load an external Javascript file using a bookmarklet? This would overcome the URL length limitations of IE and generally keep things cleaner.
21
votes
9answers
45k views
jQuery .load() call doesn't execute javascript in loaded html file
This seems to be a problem related to Safari only. I've tried 4 on mac and 3 on windows and am still having no luck.
What I'm trying to do is load an external html file and have the Javascript that ...
19
votes
3answers
347 views
httperf segmentation fault error on OS X 10.7.1
When I try to perform a load test using httperf with high request rate, I get the following error:
» httperf --client=0/1 --server=www.xxxxx.com --port=80 --uri=/ --send-buffer=4096 ...
18
votes
6answers
341 views
Benefits of omitting closing body and html tags?
Are there any benefits to omitting the closing body and html tags?
Why is the google.com homepage missing the closing body and html tags?
edit - with regards to bandwidth, it's an extremely small ...
18
votes
6answers
12k views
Elastic Load Balancing in EC2
Its been on the cards for a while, but now that Amazon have released Elastic Load balancing what are your thoughts on deploying this solution for a high-traffic web app.
Should we replace HAProxy or ...
14
votes
6answers
4k views
jQuery callback on image load (even when the image is cached)
I want to do:
$("img").bind('load', function() {
// do stuff
});
But the load event doesn't fire when the image is loaded from cache. The jQuery docs suggest a plugin to fix this, but it ...
12
votes
2answers
368 views
How do I create a progress bar for data loading in R?
Is it possible to create a progress bar for data loaded into R using load()?
For a data analysis project large matrices are being loaded in R from .RData files, which take several minutes to load. I ...
12
votes
4answers
1k views
How to load data quickly into R?
I have some R scripts, where I have to load several dataframe in R as quickly as possible. This is quite important as reading the data is the slowest part of the procedure. E.g.: plotting from ...
12
votes
18answers
12k views
open source Tool for stress testing, load testing and performance testing
Possible Duplicate:
How do you stress test a web application?
Currently I have configured a project with cc.net, watin and nunit and now I want to do stress, load, and performance testing of ...
12
votes
17answers
6k views
What do most users consider acceptable load times on a website?
I am interested in opinions on what is acceptable from a user standpoint in web page loads. I talking about home fronts mostly as I am aware of the "it depends" factor related to what the user is ...
11
votes
3answers
392 views
Problem with CSS and .load() jquery on IE
Is there a known issue with IE(7 and 8) where jquery .load() doens't function properly? My CSS isn't getting loaded onto the page. Here is my code :
This is the file which is being ...
10
votes
10answers
18k views
Can .NET load and parse a properties file equivalent to Java Properties class?
Is there an easy way in C# to read a properties file that has each property on a separate line followed by an equals sign and the value, such as the following:
ServerName=prod-srv1
Port=8888
...
9
votes
3answers
330 views
Can I get JSON to load into an OrderedDict in Python?
Ok so I can use an OrderedDict in json.dump. That is, an OrderedDict can be used as an input to JSON.
But can it be used as an output? If so how? In my case I'd like to load into an OrderedDict so I ...
9
votes
3answers
123 views
Is there a way to test how many users my website can handle?
I plan on running my website initially on an EC2 micro instance but am wondering if it's possible for me to test how many users it can handle?
9
votes
6answers
3k views
How to cancel a jquery.load()?
I'd like to cancel a .load() operation, when the load() does not return in 5 seconds. If it's so I show an error message like 'sorry, no picture loaded'.
What I have is...
...the timeout handling:
...
9
votes
6answers
642 views
How can i read/load images in C++?
i am more a java developer and there is a standard way of reading images :
BufferedImage img = null;
try {
img = ImageIO.read(new File("strawberry.png"));
} catch (IOException e) {
}
but ...
9
votes
9answers
1k views
How to set up a load/stress test for a web site?
I've been tasked with stress/load testing our company web site out of the blue and know nothing about doing so. Every search I make on google for "how to load test a web site" just comes back with ...
8
votes
4answers
215 views
How does Flash Player load the main SWF file?
UPDATE:
It seems that everyone didn't read my question thoroughly, all answers suggest me preloading or using external assets. So anyone willing to answer, please take notice to bold questions in ...
8
votes
3answers
163 views
Read dataset in R in which comma is used for field separator and decimal point
How could you read this dataset in R, the problem is
that the numbers are floats and are like 4,000000059604644E+16
and they are separated by a ,
4,000000059604644E-16 , 7,999997138977056E-16, ...
8
votes
7answers
348 views
Is there a definitive JavaScript (not jQuery) method for checking whether or not a web page has loaded completely?
Is there a definitive JavaScript method for checking whether or not a web page has loaded completely? Completely, meaning 100% complete. HTML, scripts, CSS, images, plugins, AJAX, everything!
As user ...
7
votes
3answers
84 views
How to prevent repeat in jQuery function?
I have a simple jQuery function as
$('.button').click(function(){
$("#target").slideToggle().load('http://page');
});
By slideToggle behavior, every click cause a slide, but the problem is that ...
7
votes
2answers
151 views
How were the weightings in the linux load computation chosen?
In Linux, the load average is said to be on 1min/5min/15min. The formula used by the kernel is actually an Exponential moving average.
If we define cpuload(1) as the first computation of the cpu load ...
7
votes
2answers
818 views
R: Loading someone else's .rdata file, can't access the data
My professor has sent me an .rdata file and wants me to do some analysis on the contents. Although I'm decent with R, I've never saved my work in .rdata files, and consequently haven't ever worked ...
7
votes
1answer
415 views
Longevity of using the Delphi text DFM format for my own store and retrieve
Over time I've rolled my own formats for saving and loading object properties but on having to revisit this I'm wondering about using Delphi's own text DFM format. I know tha this is really an ...
7
votes
6answers
11k views
Load files bigger than 1M from assets folder
I'm going crazy, I created a file object, so it can be read with ObjectInputStream, and I placed the assets folder.
The method works with a file smaller than 1M, and give error with larger files.
I ...
7
votes
4answers
5k views
Eclipse (Galileo) : Why does “Initializing Java Tooling : 59%” take FOREVER?
New to Java and Eclipse. For some reason, the first time I load Eclipse on a given day, it freezes at "Initializing Java Tooling : 59%". Eventually, it gets past this and I can do my work. However, ...
7
votes
5answers
1k views
How to show loading image when a big image is being loaded?
How to show loading image when a big image is being loaded?
As an example in Orkut when viewing a photo in user photo album there is a loading image shown over the photo until the Photo is completely ...
6
votes
5answers
6k views
PhoneGap for iPhone: problem loading external URL
I'm writing an application for iPad using PhoneGap and I would like to load an external URL without triggering Safari or using internal web browser like ChildBrowser.
I'm using the PhoneGap ...
6
votes
1answer
321 views
JQuery live + Disqus / Google Analytics
I'm using the following function to overload my website url links with Ajax:
$(document).ready(function() {
$('.insite').live("click", function(ev) {
if ( history.pushState ) ...
6
votes
5answers
3k views
Cannot load an external page with jQuery.load into a div in my page
I am not able to load an external html page into a div in my page.
My Jquery Code is:
$(document).ready(function(){
var url = 'http://www.google.com';
$.get(url, function(response) {
...
6
votes
3answers
2k views
jQuery: loading css on demand + callback if done
i want to load css files on demand (by eg. running a xmlhttp request which returns the css files to be loaded) for example: style1.css, style2.css ..
so - is there a way in jQuery (or a plugin) to ...
6
votes
1answer
464 views
How can I move variables into and out of a structure akin to LOAD and SAVE in MATLAB?
Is there a quick way (i.e. one line) to dump a collection of variables "in" a structure, using the variable names as the structure fields? The "load" function basically does this but saving and ...
6
votes
2answers
4k views
MATLAB - load file whose filename is stored in a string
I am using MATLAB to process data from files. I am writing a program that takes input from the user and then locates the particular files in the directory graphing them. Files are named:
...
6
votes
4answers
990 views
How can my PHP script tell whether the server is busy?
I want to run a cron job that does cleanup that takes a lot of CPU and Mysql resources. I want it to run only if the server is not relatively busy.
What is the simplest way to determine that from ...
5
votes
3answers
51 views
Do something if an image is not loaded (jquery)
I'm looking to fade in the background image when a visitor arrives at the site but not when they've already got that image in their cache. Something along the lines of this:
Check if a background ...
5
votes
2answers
53 views
Scripts being stripped with jQuery .load
I don't think this question has been posed before, at least not in the way I need it answered. I'm using jQuery's .load function. I have a problem when loading just page fragments.
When using ...
5
votes
4answers
105 views
Do the positives of using jQuery to load content outweigh the seo negatives?
I'm currently redesigning a site and considering whether or not too use .load for most navigation to make it faster for the user and just nicer to use.
To do this I have links with <a ...
5
votes
2answers
51 views
How to cancel jQuery load
My problem here is that my main page loads some slow asp pages into my divs through jQuery:
$("#content").load("really_slow.asp");
But if I try to go to another page on my site by clicking a link ...
5
votes
2answers
130 views
XmlDocument.Load fails, LoadXml works:
In answering this question, I came across a situation that I don't understand. The OP was trying to load XML from the following location: http://www.google.com/ig/api?weather=12414&hl=it
The ...
5
votes
4answers
125 views
jQuery.post() inside a jQuery.post()
Imagine a website where the content is loaded via a menu with using jQuery .post() (or .get()).
Imagine that inside this dynamic loaded content should be another jQuery post to show some more things ...
5
votes
3answers
174 views
JQuery load() and national letters(like ę,ą,ć)
I'm using JQuery load() method to load content to page. The only problem is, when content is loaded via load() method all national(polish) chars are displaying invalid... On both pages loaded and ...
5
votes
4answers
917 views
How to debug “Could not load file or assembly” runtime errors?
I have a project that uses a Java library converted using IKVM. I added the created DLL plus all possible IKVM DLLs as references to my project, but when I run it, I get the following runtime error :
...
5
votes
1answer
292 views
How to handle up to 100k HTTP connections in .Net
I am creating a server to monitor the online presence of clients on a webpage.
There will be 80-100 000 (eighty thousand) simultaneous clients to monitor.
I’m using .Net to write this.
Clients ...
5
votes
1answer
1k views
XMLHttpRequest JS Image loading
I want to create a website which loads a image via XMLHttpRequest(). (XMLHttpRequest because I want to represent the user a % progressbar)
My Code:
var req = new XMLHttpRequest();
...
5
votes
4answers
535 views
jquery load() and SEO - anyone got a decent answer?
Many aspects of my site are dynamic. I am using jquery.
I have a div which once the DOM is ready is populated using load().
Then if a button is clicked, using load() once again, this value is ...
5
votes
1answer
493 views
Rhino load() function available in JavaScript provided by javax.script?
Some JavaScript files that have been developed for Rhino's shell use load() to load additional JavaScript files. I'm attempting to embed functionality from one of these Rhino JavaScript files using ...
5
votes
4answers
7k views
jQuery: Check if image exists
I'm loading an image path via jQuery $.ajax and before showing the image I'd like to check if it in fact exists. Can I use the image load/ready event or something similar to determine that the file ...
5
votes
3answers
121 views
Managing a rapidly growing web site
I am developing a project that lately have been taking off with increased popularity.
This development is of course met with open arms and has also been somewhat expected. I have therefore taken ...