HTML5 is the 5th revision of the HTML language created in 1990 for structuring and presenting content on the Internet, and an attempt to improve support for modern multimedia elements.
-7
votes
0answers
35 views
HTML5, PHP, JAVA or asp? [closed]
I am building a new website for a friend of mine. Its all plain html, and a server side include. The problem is to build static pages for 500 products would not be fun to create, or maintain. So i am ...
7
votes
1answer
107 views
I seem to be missing a few important concepts with PhoneGap
I'm planning on developing an app on multiple platforms and I'm thinking that PhoneGap might be perfect for me. I had been reading that it's one codebase for all platforms but looking at the PhoneGap ...
-1
votes
2answers
185 views
Best advice for game programmer who wants to go indie? [closed]
So. I'm working right now as an intern in a mobile game development company. I've used Unity quite a lot for 1 year now but, that's about all the experience I have with game design/development.
...
3
votes
1answer
131 views
Are there any good javascript libraries for programming with html5 canvas element? [closed]
I've done some js-coding with the html5 canvas element and am somewhat familiar with the api, but I think some kind of library which encapsulates the somewhat tedious canvas api would be a good thing, ...
6
votes
5answers
308 views
Why is semantic markup given more weight for search engines?
This question follows directly from the part of an answer of this question - Why would one bother marking up properly and semantically? .
I would like to understand why SEO techniques gives more ...
41
votes
6answers
2k views
Why would one bother marking up properly and semantically?
Note that I (try) to mark up as semantically as possible because I like they way it looks and feels, but not because I'm aware of any other stunning advantages. The point of my question is to be ...
-2
votes
1answer
132 views
Password Validation using regular expressions in html 5 [closed]
this question may sound stupid, but no one has ever taught me this. I have an HTML input for a password field, and you can only log on with one specific password with JS. Could someone please give me ...
-2
votes
1answer
187 views
HTML5 to Native compiler code [closed]
Is there any HTML5, CSS3 and JS tool that compiles your code, and turns it into a native mobile application?
I made a little research, and it looks like phone gap one of them.
Which one do you use ...
2
votes
1answer
189 views
HTML5 and gaming practices [closed]
I am trying to build an app with HTML5.
Is there a certain syntax to follow when making objects for games?
Anyone tried that and what are good practices to follow?
-4
votes
1answer
73 views
Webpage Content [closed]
I am a web developer and I having problems with the lack of content required to make the website readable to people. Now my solution is to corner him and take his time off his work and answer some in ...
0
votes
1answer
157 views
Is there any way to remove this redundancy?
I currently have the following HTML code
<time datetime="2012-08-23">
23. August 2012
</time>
I have that because I felt the "23. August 2012" format was easier for website ...
6
votes
7answers
476 views
Rush to client-side in web development
In the past few months, I recognized a big excitement about client-side scripting in web development. But while server-side technologies are mature, stable and well accepted by backend-developers, ...
4
votes
3answers
285 views
Cross platform or web development with .NET
With iOS and Android soaring on mobile devices that become ever more pervasive, every other year being the 'year of Linux on the desktop' - which is somewhat snarky, but they are getting there -, OSX ...
4
votes
1answer
219 views
how to move Silverlight app to Html5
I have been working with Silverlight 5 application for a while. I liked this technology and I was captivated to the point to get certified in Silverligt development.
However, Html5 gained momentum ...
9
votes
5answers
2k views
Advantages and disadvantages to using XAML/C# or HTML5/JavaScipt for Metro apps?
I was just wondering if there are any major advantages or disadvantages to using either XAML/C# or HTML5/JavaScript for Metro Apps.