The fifth revision of HTML attempts to improve the language with support for the modern multimedia elements while still being easily readable by humans. The most "visible" additions are the following syntactical features: <video>, <audio>, <canvas> which are to replace the ...
13
votes
2answers
271 views
Is XHTML5 dead or is it just an synonym of HTML5?
So what happened to XHTML5?
http://www.w3.org/TR/html5/
That page is a draft for both xhtml5 and html5?
So there's no difference between these doctypes?
-2
votes
2answers
156 views
What is it like to be a HTML/CSS developer? [closed]
I have questions about what its' like to work as a web developer. I am 19 years old and i sort of taught myself how to do html/php/css. The job i am going for will require me to work with HTML5 and ...
5
votes
2answers
411 views
Why were frames deprecated in HTML5, but not iFrames?
Why were frames deprecated in HTML5, but not iFrames? After all, there is almost no difference between the two. In many instances using either of them would give the same output (pardon me if I am ...
4
votes
3answers
132 views
What Technology can Render Medium Scale 3d Environments in a Web-Browser
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
0answers
165 views
HTML5 video capture and streaming?
I'm working on kind of an educational site, where there are teachers and students around the world (potentially). Since it's a non-profit site, and I don't have the need for it to be done tomorrow ...
0
votes
2answers
205 views
Starting an HTML canvas game with no graphics skills
I want to do some hobby game development, but I have some unfortunate handicaps that have me stuck in indecision; I have no artistic talent, and I also have no experience with 3D graphics. But this ...
-1
votes
2answers
464 views
I need to create Vintage effect. Can anyone provide me algorithm to implement in canvas. No third party library usage? [closed]
I need an algorithm for Vintage Effect, Cartoon Effect and effect like these to implement in Canvas. I don't want to use Third party library.
Can anyone provide me with the algorithms using pixel ...
-3
votes
3answers
272 views
Windows 8 and HTML5 [closed]
I was told Windows 8 runs on HTML5. How is that exactly? I thought JavaScript and HTML were for web pages on the internet. How is it that it also powers an operating system like Windows 8? From my ...
5
votes
1answer
230 views
Will javascript be in the HTML5 standard
I'm pretty new to the web development scene, and I just want to be absolutely clear on this because I've read a few conflicting statements.
I was under the impression that "html5" is a particular way ...
0
votes
0answers
278 views
HTML5 or Native Android/iOS application? [closed]
I would like to hear your opinion on this debate. I want to build a mobile application which will interact with a server and I was wondering what's the best way to do it. Build the entire application ...
0
votes
2answers
37 views
What are some ways to reliably test for browser support for HTML5 features such as Geolocation?
HTML5 introduces a wide variety of tools such as Geolocation. Many browsers support them, but some do not yet.
Should web developers rely on them to build professional applications for industry? The ...
1
vote
1answer
70 views
What are the benefits of using both Scalate and Jade?
I recently did a little "tool roundup": If I were to program a website in Scala and Coffeescript, what frameworks would I go for?
I came across this great presentation: ...
-1
votes
1answer
201 views
Can the JSF 2.0.0 code be converted to JavaScript/HTML5?
I am developing an application using WebSocket to exchange messages; it is based on JSF 2.0.0, but the idea is similar and HTML5 have WebSocket support.
Is the only difference between those ...
-1
votes
2answers
118 views
Are proprietary plugins a thing of the past?
In the not-so-distant past our department was touting Silverlight as the de facto standard for corporate intranet applications. A robust framework that allowed us to implement SOA while leveraging our ...
3
votes
2answers
266 views
Is HTML5 more secure to develop for than Silverlight?
I'm learning Silverlight, and I know that if I master it, I can apply the same concepts to WPF, which means I can do either web or desktop development pretty easily. But I've read articles and ...