Tagged Questions
0
votes
3answers
425 views
How to approach multiple page form with just one save option
The screen shot shows the magento product upload page.
The left nav allows you to switch to different options for the product. Basically each option in the left nav appears as a different page. ...
0
votes
1answer
983 views
Looking to create a custom, graphical editor for a data model using HTML5 and SVG
I need to create a graphical editor for our data model that works in an HTML5 compliant browser. I am looking for a proper library/framework to build on. The model is stored as xml, but that should be ...
2
votes
0answers
238 views
How best to implement HTML5 support for my validation library
I have created an annotation-based validation library called regula. There seems to be some amount of interest around the framework and the next thing I'd like to do is to support HTML5 validation. ...
1
vote
0answers
36 views
Range searching with WebGL
Is it possible to use somehow WebGL to fasten up 1d range searching? I need to find overlapping date intervals, and I thought that 3d games usually have a very similar problem by rendering frames...
...
0
votes
0answers
140 views
Is possible to create and download a video file via JavaScript, only on the client side?
Is possible to create and download a video file only on the client side?
Suppose that we have an animated canvas like in this JSFIDDLE. Please see this snippet:
...
var stop = false;
...