JavaScript
JavaScript is a scripting language most often used for client-side web development. It was the originating dialect of the ECMAScript standard.
Application
Any
Platform
Any
License
Any
hi..
am quite new to sound applications in java. I want a audio control panel as output. i.e. if i click play button audio should play, if i click stop audio should stop and if i click pause audio...
Hey,
Only thought I have is that you replace, as described here, deprecated methods in the program.
hi..
I have my java code below. in dis i ve created a pause and play button. Already iam running two threads. One to play an audio file and other to display text. Now when i click the pause button...
how to write e^sqrt(lognloglog(n)) ,where n is biginteger
i wrote Double a;
a=Math.pow(e,Math.sqrt(Math.log(num.longValue())*M ath.log(Math.log(num.longValue())))));
but iam getting error
hello!
since i am new at jxta,i search and search at the internet so i found lots information about jxta,but it's just information nothing for help me to run a jxta program,so i have this code:...
Hi guys,
I'm trying to add a php string to some javascript:
document.getElementById("button").value = mygetrequest.responseText;
basically there are a load of buttons on one page. So i need...
I want a Login Box to be opened in modal window when user clicks on a link and authentication is done with Ajax.
I tried jQuery BlockUI, jQuery UI, ThickBox. But they are large in scope.
I also...
Hey,
the attached is provided to give you a start. the instructions are not all that clear to me.
g.l. se52
Hello,
I'm trying to do my java assignment but I got stuck on a loop. I'm really new to all of this, so it's almost impossible for me. I'm trying to define the class that will take care of...
i want to add a not-filled circle at the center of the map and fix it there even user drag and move the map.
I tried to add a absolute position div that contain the circle image on the map
but...
Hi,
I am new to this forum and self taught (amateur) programmer. I am making my eBay template for items that I sell (vintage clothing). I use the auction management system Blackthorne.
I am...
hi all,
In the following code,
I have created 2 buttons- "normal" and "rotated".
When "normal" is clicked, an image is displayed ( as expected),
but when "rotated" is clicked - no image is...
hi.....
I want to convert wav file to text file in java. The audio must get converted to text. Can anyone help me with this and tell me what are the required dll files to be included.
Hi, Im a college student and have just starting off with webservices.
I dont understand why the webservice no longer works if I reference one of my own classes in it. I will get the following...
hello, you can substract the p1_guess from the random number and the same for p2_guess and the smaller result is nearer.
this afternoon i'm too lazy to write java code, but you will find examples how to sort multidimensional arrays here
Hey,
Use couple of variables to keep track of prior background color, ie.
public void actionPerformed(ActionEvent arg0) {
if (firstTime) {...
Thnks a lot man. Really helped a lot. The code worked. The comments were extremely helpful.
Thanks again!
DJ
I have a JButton that when it is pressed, the background color of it changes. My problem now is how can I change it to its original color when it is pressed again? Here is my code so far.....
function SayWelcome()
{
var userName=prompt("Please enter your name","");
if (userName!=null && userName!="")
{
alert("Welcome " + userName + " to my website!")...