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.

learn more… | top users | synonyms

-2
votes
1answer
67 views

Is the Javascript bet a loser or a winner one?

Recently I had the the sensation that the world is trying to port every existing application in HTML5. The proliferation of Javascript API meant to cover almost every programmer's need is the tangible ...
3
votes
1answer
65 views

Why does a contenteditable div not behave like an input element?

The motivation for the content editable div would be to allow user input inside a normal div element. Why does it then behave so differently to input element? Mainly I am referring to the addition of ...
-2
votes
1answer
136 views

Chess GUI in Javascript [closed]

Hi I am currently working on a chess application. I have written these applications before, but never added GUI to them. This time I upped the level a bit, I am trying to make a Multiplayer Web ...
-2
votes
0answers
21 views

Use pushState and asp.net webforms with localization [closed]

I'm having a hard time looking for a sample code how to implement pushState in my webform project. Is it not possible?
1
vote
2answers
161 views

Making a flowchart showing step by step processes with HTML5 or Javascript or CSS3? [closed]

I want to make the flowchart like in this image I have: I am guessing I can achieve it by using HTML5 Canvas but I am complete beginner when it comes to HTML5 & I have some time constraints. ...
0
votes
2answers
137 views

Repetitive Drawing in Javascript & Canvas

Creating an HTML5 page using canvas and javascript to draw a set number of musical staves on the page, spaced a pre-determined amount in between. What I have is re-drawn on top of the canvas 10 ...
1
vote
1answer
153 views

HTML5 PhoneGap Mobile development? [closed]

I want some suggestions about the project concepts/ideas on HTML5 PhoneGap mobile app development. I want to develop some app that can be a learning curve to get to know about these technologies. Any ...
2
votes
2answers
383 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 ...
0
votes
2answers
167 views

Client = Html5 + CSS3 + JS + Jquery. Server =?

I want to build most of my functionality on the client. However I'm not quite sure which server-side web development framework can provide me with a nice REST endpoint to handle resources, business ...
0
votes
1answer
173 views

Are there any advantages to using Eclipse RCP for a new project? [closed]

Given the advancements in rich client side HTML5 applications (apart from developer familiarity) are there good reasons to start a new application using Eclipse RCP as opposed to something like ...
-1
votes
1answer
69 views

Better performance on web with big PNGs [closed]

I'm currently developing a web that is all made from images (an HTML version of a Flash web). The client provided me with a big PSD which I had to export each layer as a PNG to keep transparencies. ...
-2
votes
1answer
538 views

How to make .exe file from html5 css application? [closed]

I would like to make windows desktop application using HTML5, JavaScript and CSS. I am trying tidesdk XULRunner appjs I read the documentations of these technologies. But I didn't see how to ...
0
votes
0answers
56 views

Logo Creating Editor [closed]

We need to develop a similar site like logolenses.com. We need this output to be printed as 300 DPI.. Can anyone suggest any javascript librarires or tools to achieve this? We have researched a bit ...
0
votes
3answers
465 views

Which GUI framework for a GUI newbie but expert C++ developer? [closed]

I have an API that streams short event messages for a human audience. I wish to display this in a beautiful dynamic display to users. What GUI framework would work best with this data? I'm assuming ...
2
votes
1answer
102 views

Any resources or books to build VNC client [closed]

I am very interested in network programming and I want to build a VNC client for fun and for learning purposes. I have been Googling for resources about VNC client and server, but most of time, ...
1
vote
2answers
121 views

Creating a text input simplifaction tool

I have been working on a project for several months now to write a web-based tool that will help me at work. I work at a call center and the CRM software that is used is wretched, we basically have to ...
9
votes
3answers
274 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
2answers
267 views

Is HTML5 usable for syncing data between devices?

I work for an insurance company. They have a contact database that gets pushed to the field agents by Lotus Notes. We're trying to move away from Lotus Notes, but we first have to remove our ...
70
votes
23answers
5k views

How do developers find the time to stay on top of latest technologies? [closed]

I was a freelance web developer until circa 2004 when I started going down the management route but have decided to try to get back into development again (specifically JavaScript and HTML5 web/mobile ...
2
votes
1answer
432 views

What's the best way to use requestAnimationFrame and fixed frame rates

I recently got into using the HTML5-requestAnimationFrame-API a lot on animation-heavy websites, especially after seeing the Jank Busters talk. This seems to work pretty well and really improve ...
3
votes
1answer
167 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?
4
votes
1answer
113 views

What is meant by namespaced content and what advantages does it have?

I was reading this blog by James Bennett regarding HTML vs XHTML . He writes : I don’t have any need for namespaced content; I’m not displaying any complex mathematical notation here and don’t ...
2
votes
0answers
147 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. ...
0
votes
3answers
180 views

What HTML attributes are mandatory or should be avoided? [closed]

I know that some attributes are mandatory for some HTML elements. For example, to write W3C compliant code, img element should have alt attribute. In order to stay away from bad habits: Are there ...
7
votes
1answer
313 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
344 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
453 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
432 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 ...
46
votes
7answers
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
819 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
583 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
255 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?
0
votes
1answer
162 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 ...
7
votes
8answers
1k 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
781 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 ...
3
votes
1answer
1k views

how to move Silverlight app to Html5 [closed]

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 ...
12
votes
6answers
8k views

Advantages and disadvantages to using XAML/C# or HTML5/JavaScipt for Metro apps? [closed]

I was just wondering if there are any major advantages or disadvantages to using either XAML/C# or HTML5/JavaScript for Metro Apps.
1
vote
1answer
116 views

Should I provide fallbacks for HTML5/CSS3 elements in a web page at this point?

I'm wondering if I should bother providing a fallback for HTML5 tags and attributes and CSS3 styling at this point in time. I know that there's probably still a lot of people out there who use older ...
6
votes
3answers
2k views

Do Java applets have any place on the web today? [closed]

Many browsers now disable Java applets by default, requiring them to be enabled on a per-page basis. It seems like applets have not changed much in the past few years. In fact, it seems that ...
0
votes
1answer
461 views

Is there a Javascript library for creating vintage photos? [closed]

I'm working on a Canvas object in HTML5, and I am attempting to make some photos look "better". I tried VintageJS, an existing photo-retouching Javascript library, and Picozu, a web application ...
1
vote
1answer
2k views

HTML5 localStorage and encrypted sensitive data

I'm looking for a way to have a website remember sensitive data, but without actually storing it server side. And I was looking at HTML5 localStorage to do it. Here's the plan as I see it. User ...
1
vote
2answers
597 views

Is it possible to develop apps with Kendo UI to submit to iOS App Store?

The number of platforms I have to develops apps for is increasing and It brings me lots of stress to learn new technologies for each target platform. I found out that Telerik's Kendo UI is very good ...
0
votes
1answer
223 views

HTML5 file API or Java bridge to acces to local Files?

I've to access to files on the software user and I don't know if it's better to use a full JS app with HTML5 File Api rules or use Java and communicate with it ?
3
votes
1answer
172 views

today's multi-device world for web development

With the huge explosion of mobile devices and addition of HTML5/CSS3, there seems to be a shift towards "responsive" designs (i.e., adapting to smaller screen sizes) which seems to be achieved using ...
0
votes
2answers
346 views

What strategies are you using to migrate your web site from Silverlight to HTML5 + JavaScript?

Microsoft released Silverlight 5 but there has been no news of any future versions (except service releases) being released. Combined with the increasing visibility of HTML5 and modern JavaScript ...
24
votes
3answers
3k 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?
19
votes
2answers
13k 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
548 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
657 views

HTML5 video capture and streaming? [closed]

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
546 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 2 3