Coming from the backbone side of web development we are trying to find a solution for a request to add visual and sound effects to our task management web application. For starters - we are looking for a way to create an exploding stars effect like you see in games.
Can this be done with HTML5 canvas? Should we use flash? Any ideas how to start?
I'm opening up a popup window using javascript. The popup windows contains code that when closed will modify some values on the opener window. something like this... window.opener.jQuery('#...
I'm opening up a popup window using javascript. The popup windows contains code that when closed will modify some values on the opener window. something like this... window.opener.jQuery('#...
I'm using HTML5 and canvas to design a game for which I need a keyboard input element. I do NOT want to use the device's keyboard, but instead, would like to make a custom keyboard that will be "fixed"...
I'm using HTML5 and canvas to design a game for which I need a keyboard input element. I do NOT want to use the device's keyboard, but instead, would like to make a custom keyboard that will be "fixed"...
The following Javascript will not work in IE8 but works well in FF, Safari, IE9, and Chrome. I admit to being a noobie with Javascript and I have spent 2 days looking for a solution with no luck. ...
The following Javascript will not work in IE8 but works well in FF, Safari, IE9, and Chrome. I admit to being a noobie with Javascript and I have spent 2 days looking for a solution with no luck. ...
The below handleFiles method is being passed files from both drag and drop and a file input. After it gets the data url for a given file it passes it to the processImage function. This function ...
The below handleFiles method is being passed files from both drag and drop and a file input. After it gets the data url for a given file it passes it to the processImage function. This function ...