Alas, no joy. Still climbs at about 10k per iteration.
(BTW, this is in Google Chrome.)
Here is my code:
var x;
var imAlive = 0;
var baseUrl = "http://myserver:81/ws/srnStoreDeviceSessionServices.php";
var sid = null;
var did = "66:66:00:00:00:EF";
var looping = null;
var...
Addendum (sorry, there's no 'edit' functionality):
The above runs OK, but when I add an Ajax call, the loop may take longer to complete than the interval. So the timer fires again before it's complete.
I HAVE resolved one aspect of that. Rather than setInterval, I simply wait until the Ajax...
This is a real showtopper.
My application needs to run for hours at a time without resetting, using limited processing cycles and limited memory. It uses Ajax to poll the server every few seconds.
Unfortunately, the setInterval to used to make the poll tick over is leaking.
I'm running a...
Trying to figure how to get my app to hit a URL on my server.
My local PS is http://comp-013.springboardnetworks.com:8080, the server is http://server-s01.springboardnetworks.com:81/ws/
The error I get is:
XMLHttpRequest cannot load http://server-s01.springboardnetworks.com:81/ws/. Origin...
According to w3c, HTML5 has this feature where one can set parameters to have JS kill a script if certain conditions are met. Here's the ref:
http://dev.w3.org/html5/spec/webappapis.html#killing-scripts
Is this a feature *new* in HTML5? i.e. it was not doable before?
If so, how? I haven't...
I could not find a more appropriate sub forum for this.
I always thought SVG was specifically an image format; it seems it is more generally a document format.
So I've been given an SVG page (i.e. there is no SVG element embedded in an HTML page, this SVG page stands on its own and renders...
Having trouble zeroing in on this bug. I'm pretty new to struts and XML. I'm just debugging the code, so I didn't build this. Other pages work great, so not a system problem.
javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "value" with value...
I've got to learn Struts - and quickly. I've got a tutorial (Struts Design and Programming) but it seems to assume my system is all set up.
So I need to get my laptop set up to develop in Java 1.2 SDK I believe? Can someone give me a shove towards appropriate downloads and instructions for this?
Great! Thanks! Can I bend your ear about it a little to see if it's what I should use?
I'm particularly interested in the ease with which I can attach additional fields to user entries. I know any CMS can do it, I just hope I can find one that doesn't require a huge amount of back-end...
(Where is the 'edit post' button???)
I'm not sure I made it plain: this is a public site that will attract users to post their entries for all to read.
Oh yeah. I meant to say: I've been playing with Drupal, but it's a loooong way to go from where it is to get what I want. I'd like to get the best head start possible.
I'm looking on opensourcecms.com but frankly, it's just TOO big.
I'm looking for a CMS that supports (preferably by default rather than development) many user fields for metadata.
Think of sites that might track things like weather observations or personals or logs for divers/hikers/athletes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.