1
vote
1answer
37 views
Online Photoshop via HTML 5’s Canvas?
Does anyone know an online Photoshop -like editor that utilizes Canvas? I know at least 4 Flash editors, but I'm interested in finding a Canvas based one.
1
vote
3answers
55 views
What are situations with western languages where you’d use HTML 5’s Ruby element?
HTML 5 is introducing a new element: <ruby>; here's the W3C's description:
The ruby element allows one or more spans of phrasing content to be marked with ruby annotations. Ruby annotations …
0
votes
8answers
118 views
Which HTML DocType?
I was asked today by a senior developer which doctype I'd use if I was going to write something (personal / non-commercial) for the open web.
I responded, <!doctype html>, to which I was …
1
vote
3answers
60 views
HTML forms working offline
I need to be able to run HTML forms offline. I mean they have to work without direct connection to the web server.
In an application I wrote over 5 years ago I did it by implementing a custom …
0
votes
2answers
49 views
Are transactions possible with HTML5 Storage in Safari
Instead of doing an each loop on a JSON file containing a list of SQL statments and passing them one at a time, is it possible with Safari client side storage to simply wrap the data in "BEGIN …
0
votes
0answers
54 views
HTML Canvas element implemented in Flash?
Can the HTML 5 Canvas element be implemented in Flash to provide support for that element in older browsers?
1
vote
2answers
70 views
<section> or <article>, which is contained in which
Trying to get my head around the new semantic elements in HTML5.
Does a <section> belong inside an <article> or is it the other way around? Does it even matter?
I'm looking at …
-1
votes
1answer
52 views
Google Semantic results question
http://www.google.co.uk/search?q=mark+zuckerberg+crunchbase
Guys, check out that search, in particular the first result's url. Crunchbase.com > People, and thus the people links to the /people …
0
votes
2answers
98 views
I’m overhauling my blog and … is HTML5 OK?
I'm overhauling my blog (http://gilesvangruisen.com/) and I'm going to be pushing new technologies as much as possible.
I'm a web designer/developer and the browser percentage is as follows:
42% …
0
votes
3answers
93 views
Which browser fully supports HTML 5 ?
Hi,
I am learning HTML 5. I want to know the browser (firefox ? safari ? opera ?) which fully supports HTML 5 APIs.
If no browser support HTML5 API, which one does support most/maximum number of …
0
votes
0answers
48 views
Best way to synchronize local HTML5 DB (Storage) with a server
I am developping a mobile web application (for iPhone) with a local database (using html5 webstorage) so my app is still usable when the user is offline.
This is working perfectly, but I want to save …
1
vote
3answers
125 views
Are there compelling reasons to adopt HTML5?
The main website for my company is due to be completely overhauled next year as part of a major rebranding exercise. While it is expected to only require a "new lick of paint" (i.e. update CSS and …
1
vote
3answers
65 views
Passing mouse clicks through an overlaying element <div>
Is it possible to pass mouse clicks through an overlaying element: -
<div style="z-index: 100; background: url('../images/rain.24.png'); width: 100%; height: 100%; top: 0; bottom: 0; left: 0; …
0
votes
2answers
92 views
How to Use Sockets in JavaScript\HTML?
How to Use Sockets in JavaScript\HTML?
May be using some cool HTML5 technics?
Libs?
Tutorials?
Blog Articles?
0
votes
1answer
67 views
Streaming via RTSP or RTP in HTML5
I'm building a web app that should play back an RTSP/RTP stream from a server (http://lscube.org/projects/feng).
Does the HTML5 video/audio tag support the rtsp or rtp? If not, what would the easiest …
