Tagged Questions
-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 ...
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
465 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 ...
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 ...
-1
votes
1answer
202 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 ...
4
votes
3answers
163 views
Open Source Licenses
I'm independently developing a physics-based game using HTML5 canvas and JavaScript; I've used no external code at all (including physics or game engines), and my code is about 5000 lines in length. ...
4
votes
4answers
242 views
Javascript client - which is likely to be better serverside? WCF or MVC3 controller with restful messages?
I'm looking to write a server side service, which will be accessed from a Javascript/HTML5 client.
The client will likely be sending a bunch of restful messages over HTTPS.
All other things being ...
0
votes
2answers
139 views
HTML 5 Double-Helix/DNA
What would be the most cross browser friendly (IE9, Chrome, FF, Safari, Opera) way to code an animated, interactive double-helix?
HTML 5/JavaScript is fine. Flash or Java is not.
I am unsure if ...
8
votes
1answer
224 views
HTML5 video sprites
I'm currently working on a project where there is a requirement to dynamically composite multiple synchronised video sources onto a single canvas. The initial prototype I put together loaded the video ...
4
votes
2answers
268 views
Learn HTML5 CSS3 and JavaScript [closed]
What is best way to learn these technologies which would enable me to understand all the 3 in a combined perspective rather than individually?
4
votes
3answers
178 views
What are the disadvantages of unobtrusive script patterns in web applications?
First of all, is there a name for this as a bona-fide design pattern? Currently I've just been referring to it as "unobtrusive javascript". Here is a brief example of what I am talking about:
1.) Use ...
2
votes
7answers
528 views
Ideal Programmer for Client-Side HTML5 Game Development
Our next game will be built on Javascript/HTML5 Canvas rather than ActionScript/Flash.
Clearly there are not enough experienced HTML5 Developers in the market (yet), so we'll need to be creative in ...
9
votes
8answers
1k views
What's the best way to build a cross-platform HTML5 app (alternative JS frameworks)?
I want to build an HTML5 app that will work on nearly every platform (qualified as desktop: FF, Chrome, Safari, IE9+, mobile: iOS, Android built-in browsers, not installed App browsers) -- if it is a ...
1
vote
1answer
769 views
HTML5 card game
I created a card game in Silverlight a year ago, in order to learn a bit about Silverlight. I am now wanting to make a HTML5 version of the game in an effort to learn a little bit more about that. I ...
2
votes
2answers
365 views
WebSockets current state on security and browser support
I found many things when searching, but nothing that seemed both updated and complete.
In last quarter of 2010 I remember reading what were very sad news for me, as WebSockets were disabled in most ...