I am building a video player web-app that uses flash for playback and jquery/javascript for UI.By design of the person who wrote the flash component I need to use setVariable to communicate between th
I have the following problem: My css is the following: .SPImage img { margin-top:-15px; float:left; white-space:normal;
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
In book JavaScript: The Definitive Guide, 5th Edition by David Flanagan, says: before sending AJAX request, you have to send request headers.
My apologies for a more \"theoretical\" question, though I suppose this is more of a \"state-of-the-industry\" question: I\'m curious about the options available for building a website meant to target
The name says all. I want to change a text field element into combo box using javascript. It will be nice if it\'s cross-browser.
Trying to load an image in SVG using an HTML page: <html> ... <svg> <image x=\"330\" y=\"137\" width=\"320\" height=\"38\" preserveAspectRatio=\"none\" href=\"/img/title.png\"></
How do you detect when an App is open or c开发者_C百科losed? User clicks on link/button. Web Browser launches Java desktop app via Java Web Start.
For some reason, JQuery mobile is not rendering in Internet Explorer 9 on my website - http://dev.eventhello.com/users开发者_开发问答/login. I tried it in compatibility mode and it still doesn\'t work
I was wondering if it\'s a good id开发者_C百科ea to use CSS display property to emulate tables for a veeeery simple forum system.