Tagged Questions
-2
votes
0answers
29 views
Is it possible to get code to automate a 3D Cad file from a standard 2D photo that is uploaded? [on hold]
We are in the process of developing an idea that requires a photograph that would be uploaded and automatically be vectored and mapped into a detailed 3D CAD image of the head/face only.
Can code be ...
0
votes
1answer
209 views
HTML markup vs programmatic JS
I've been thinking about the consequences of using programmatic JavaScript components versus HTML markup. For example I looked into the Enyo Framework, which has its power in composition. One can ...
4
votes
3answers
869 views
What Technology can Render Medium Scale 3d Environments in a Web-Browser [closed]
I intend to make a web application that displays 3d environments that can be navigated by dragging(with a finger or mouse depending on the platform). The web app will render 3d environments of ...
2
votes
2answers
435 views
Power of HTML5? [duplicate]
HTML5 is becoming more and more popular everyday. Many great online applications are now being created and described as pure HTML5 apps. (Like Muro)
But I don't understand what is exactly so cool ...
9
votes
3answers
328 views
Does the lack of states on HTTP make the protocol unfit for modern applications? [closed]
I changed from PHP to ASP.NET, now I’m working with webforms in a somewhat large company. I given some though and research to back my impressions on ASP.NET webforms and I came to the conclusion that ...
2
votes
1answer
180 views
What is meant by sandboxing?
Sanboxing is listed as one of the many security features in html5 specification . Can someone explain what is meant by sandboxing? Does it relate to HTML only or to JavaScript also?
1
vote
1answer
1k views
Codeigniter + JQuery + Processing.js to replace a Delphi App
So, I've got a mandate to make our aged trillion lined Delphi app web based and it needs to make heavy use of the <canvas> element (HTML5 compatibility doesn't seem to be a big issue since we ...