0
votes
2answers
21 views
Save/Load Properties to file or databse provider
I need to save and load properties of a Class dynamicly,
but what is the best practis for this ?
I have for now, two classes that I need to save.
public abstract class BaseCompo …
0
votes
6answers
121 views
1000 users a day for 10 minutes equal what concurrent load?
Is there a formula that will tell me the max/average # of concurrent users I would expect to have with a population of 1000 users a day using an app for 10 minutes?
0
votes
8answers
125 views
EASY PHP question?
HI Guys,
I have following problem. I'm trying to connect from my Iphone app to a php site, to access the mySql db, to get the right information.
This is my code:
<?php
…
1
vote
2answers
34 views
Java loading library windows 7 64bit
I have a java webstart program, it runs on xp, osx, vista, and windows 7.
I just tried to run it on windows 7 64bit and it is having a problem loading a library.
On this win7x64 ma …
1
vote
2answers
37 views
Most effective and realistic free web-app load tester?
I'm in the middle of picking tools to load test my Ruby on Rails app. So far I'm trying out -
apachebench
autobench
httperf
selenium
trample
Is there anything else worth lookin …
0
votes
5answers
65 views
Position An Injected DIV Using JQuery’s “Load” Function
I'm pulling some info from a database then putting it into a DIV and injecting all that in to my page. The problem I have is positioning the newly injected DIV after it has finishe …
1
vote
3answers
40 views
How can I know how long the current page has been loaded using Jquery or Javascript?
How can I know how long the current page has been loaded using Jquery or Javascript? What function?
0
votes
3answers
67 views
jQuery AJAX with remote HTML containing JS
I have a page setup that uses jQuery + AJAX to load content into an accordion frame. It works fine for loading straight text/HTML but I now need to load Javascript along with the H …
0
votes
2answers
39 views
jQyery bind on ajax load() event
Hi guys.
I have a page which display multiple blocks with results details. Inside each block I have some tags with thichbox jQuery plugin attached( class="thichbox").
http://jque …
0
votes
2answers
69 views
jQuery’s load() doesn’t display images
Good evening everyone,
I am using a JavaScript to load/override content from an HTML-File into specified divs.
You can watch a demo.
The javascript that does the load job looks l …
1
vote
3answers
39 views
WPF hot key firing without modifier
I have a WPF window, which contains a button called Cancel. Under ordinary circumstances I want a user to be able to press Alt+C to cancel their actions and close the program. As …
0
votes
1answer
40 views
jquery load breaks when the hostnames are different
The code segment is from a page called "sites-catchup.html".
There is a simple server side page called "max-change-num-ajax.html" which returns a single number (without any html).
…
1
vote
2answers
56 views
Techniques to keep animated gifs “animating” during periods of high load?
Hi,
In situations where a browser is under intense load I find that animated gifs, for example a throbber, will stop animating until the load subsides. This behaviour seem to be …
0
votes
3answers
52 views
Select content from JQuery ajax return object
As I understand it, the JQuery load() function retrieves a document and can perform the quivelent of:
$('#somecontenttograb').html()
upon it. I would like to know how to do tha …
1
vote
2answers
76 views
jQuery - 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 fi …
