Tagged Questions

0
votes
1answer
55 views

Flash / actionscript 3 sound delay.

Hey. Im working on a flash project where I am loading multiple sounds from external files. The problem is that when I play them within my project there is a small delay from when …
0
votes
2answers
556 views

[iPhone] Delaying but not disabling iPhone auto-lock

Hi everyone, I currently have a very simple app for which the only interaction is shaking the iPhone. However eventually the screen dims and auto-locks since the iPhone is not ge …
3
votes
3answers
53 views

jQuery activate a mouseover function only if the mouse holds on the element

Hi, I would like to activate a .mouseover function only if the mouse lays down on the "trigger" element for a predetermined duration (e.g. 500 milliseconds). E.g. $('.featured'). …
0
votes
2answers
125 views

Closing JFrame of java applet using buttons on the system frame causes delay

I have written a java applet which opens a JFrame (so when run in the browser, it will popup a small new window). The problem is, when pressing one of the buttons of the window fr …
0
votes
1answer
19 views

Silverlight AutoCompleteBox takes a long time to respond on first “search”

I have a Silverlight application which loads about 2000 objects of half a dozen fields into an AutoCompleteBox. The filter is then set to search on any of four of the fields. I'v …
1
vote
3answers
167 views

What’s the delay for in TCP/UDP?

HELP PLEASE! I have an application that needs as close to real-time processing as possible and I keep running into this unusual delay issue with both TCP and UDP. The delay occurs …
0
votes
3answers
78 views

Need a delay in a jQuery function

I need to put a one second delay in this jQuery function so that when the captcha is filled in correctly, there is a sufficient delay (one second, I think) for the #captchaStatus t …
0
votes
3answers
107 views

Need microsecond delay in .NET app for throttling UDP multicast transmission rate

I'm writing a UDP multicast client/server pair in C# and I need a delay on the order of 50-100 µsec (microseconds) to throttle the server transmission rate. This helps to avoid sig …
0
votes
5answers
106 views

How can I stop PHP sleep() affecting my whole PHP code?

So, on my arcade, howlingdoggames.com. I have a points system that gives you a point every time you visit a page with a game on, now, to reduce abuse of this, I would like to make …
0
votes
4answers
90 views

Delay load of iframe?

Hello All- I know there are some tools and techniques for delaying the load of javascript, but I have an iframe that I would like to delay loading until after the rest of the page …
1
vote
2answers
117 views

AMQP Delay Delivery and Prevent Duplicate Messages

I have a system that will generate messages sporadically, and I would like to only submit either zero or one message every 5 minutes. If no message is generated, nothing would be …
3
votes
3answers
555 views

Fade in multiple LEDs with Arduino

I need to figure out how to fade in and out of multiple LEDS in a function with an Arduino. Can't use delay() because other things need to run while the light is fading. This is wh …
0
votes
4answers
35 views

delaying script to slow leechers

I am developing an image bank site that will hold royalty-free images for download. I want to slow down anyone using a bot or who is downloading too often, so I have a daily file l …
0
votes
1answer
40 views

Delay with hoverintent

var config = { sensitivity: 3, interval: 5000, timeout: 5000, }; $("#cart-summary").hoverIntent(function () { $('.flycart').slideDown('fast …
0
votes
2answers
321 views

jQuery delay between animations

I have two elements that shouldn't be active at the same time, so when one is toggled I fade the other out, however I would like to be able to fade the open element out and then br …

1 2 3 next
15 30 50 per page