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.
0
votes
2answers
62 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
246 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
850 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 ...
0
votes
2answers
220 views
Are RIA 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 ...
4
votes
3answers
538 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 ...
4
votes
3answers
222 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. ...
18
votes
4answers
627 views
Is validating HTML a thing of the past?
With us moving continually closer to HTML5 in terms of adoption, is writing HTML for validity something the web is rejecting, allowing us to straddle standards as the web continues to be in a ...
1
vote
1answer
459 views
In Windows 8 will it be possible to use WCF in conjunction with HTML5/JS?
Correct me if I'm wrong but I've heard that communicating with a database in Windows 8 will more than likely be done with WCF when working with C#/XAML.
If this is true then will this also be the ...
4
votes
4answers
404 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
285 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 ...
1
vote
1answer
650 views
Making an HTML5 application for both Android and iOS
I was checking out a video tutorial on HTML5 using Dreamweaver to do Android and iOS apps (using Phonegap) and it clearly mentioned that you need a Mac to debug and simulate for iPhone, iPod, etc. Is ...
8
votes
1answer
498 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
683 views
Are there any frameworks available for drawing with CSS?
I realize this sounds silly. Let me explain:
I just came across this page about using CSS elements to create shapes- square, circle, triangle, star, yin-yang (yin-yang!), etc. using pseudo elements.
...
4
votes
2answers
3k 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?
13
votes
3answers
3k views
HTML5 hype as native app replacement - reliable analysis and sources
I am asking this as an objective question and have no interest in inciting a flamewar. My point here is to gather some evidence to assist in decisionmaking and communicating with non-technical folks ...
5
votes
3answers
345 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 ...
7
votes
4answers
1k views
Programming “everything” using HTML5?
HTML 5 applications in the browser really seem to be taking off. I've been using src:kit within Google Chrome for a few weeks and love it. I'm an ASP.Net (C#/MVC 3) developer by trade, and in the past ...
2
votes
7answers
740 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 ...
11
votes
8answers
4k 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
4answers
2k views
Does HTML5 have a feature that enables a user to add an icon to the Apps screen when “installing”, and if not, when are they planning to add it?
I know that the mobile bookmark bubble might sort of work for iOS, but it isn't going in the same section. And for Android, bookmarking is really not going to cut it for a mobile HTML5 application ...
1
vote
3answers
434 views
Guidance for a C# developer to become better UI developer
I am a C# developer and had developed simple websites in regular asp.net(with asp.net controls) and a wpf application.
Nowadays, I am trying to learn Asp.net MVC3 and I have been exposed to HTML ...
8
votes
1answer
360 views
How important is the Acid3 Test anymore and what should replace it?
For a long while the default guide to latest standards support for browsers was the Acid 3 Test. I've just run this on Windows 7 (x64) for Chrome 15.0, Firefox 7.0, Safari 5.1 and IE 9.0 and they all ...
14
votes
4answers
3k views
Why there are no PUT and DELETE methods in HTML forms?
HTML4 / XHTML1 allows only GET and POST in forms, now it seems like HTML5 will do the same. There is a proposal to add these two but it doesn't seem to be gaining traction. What were the technical or ...
-2
votes
2answers
377 views
why use a form object when you can get needed data from view object's html?
I am working with server side code.
I have a request object that handles request data validation and filtering.
I have a view object that uses template files to generate html for output. the ...
1
vote
3answers
1k views
Is it a good idea to use width and height properties with the < td > tag?
I am new to HTML and Im working on a self made project and I have to use < table > and < fieldset > tags in my html files. I need to set the width and height properties to the tables like
...
1
vote
1answer
3k 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 ...
8
votes
6answers
3k views
is it realistic to make use of HTML5 local storage to store CSS, and JavaScript
The idea is to make use of HTML5 local storage to store frequently accessed CSS and JavaScript.
For example (pseudo-code):
var load_from_cdn = true;
if (detect local storage)
{
if (cache of ...
3
votes
5answers
904 views
HTML 4, XHTML and CSS 2 - How long until these are obsolete?
I got into the game of programming, exactly a year ago. Now i am posing as an HTML, CSS and Javascript Guru.
html5 and css3 are the new things out there but in my opinion they are still experimental, ...
2
votes
2answers
544 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 ...
0
votes
2answers
482 views
The correct choice of tools for a new Deep Zoom application
I want to create a new application. It will basically be a Deep Zoom application that users can draw annotations on (that will save to a DB so other users can see those annotations.) At first it will ...
5
votes
5answers
2k views
I made an HTML5/Javascript game. Do I have to license it?
So I created an HTML5/Javascript online game. I host it on my website for anyone to play for free. I am still currently working on it. Do I need to license my game? And if so, what license do you ...
-1
votes
2answers
91 views
Lost my touch with markup, move into new resources or refresh with old?
I haven't touched XHTML/CSS for many months now. I'm no where near efficient coding as I used to be. Creating more complex things is taking me a lot of time lately.
What should I do to brush up on my ...
1
vote
2answers
247 views
I need to hire a web developer but I'm not sure which qualifications/skills they should have to do what I see in my head. Any help?
I'm looking to develop a simple image editor wherein a user can cycle through multiple layers (6-10) of images to develop a unique avatar. For example, the initial image layer will be a 2D character ...
38
votes
4answers
1k views
Why not XHTML5?
So, HTML5 is the Big Step Forward, I'm told. The last step forward we took that I'm aware of was the introduction of XHTML. The advantages were obvious: simplicity, strictness, the ability to use ...
1
vote
1answer
825 views
Codeigniter + JQuery + Processing.js to replace a Delphi App
So, I've got a mandate to make our aged trillion lined Delphi app web based and it needs to make heavy use of the <canvas> element (HTML5 compatibility doesn't seem to be a big issue since we ...
1
vote
4answers
883 views
if I want to learn to build web pages, should I bother with xhtml, or go straight to html5? [closed]
Is there a practical reason to learn xhtml still? Should I learn to make my webpages in xhtml instead of html5 still or does it matter?
0
votes
1answer
1k views
How do you make money from html 5 games (i.e sponsorships)?
I make games with Flash and I am interested in making games in html but I haven't seen any companies or websites which are willing to buy these games (i.e game sponsorships). I was hoping somebody ...
16
votes
5answers
5k views
What does Windows 8 mean for the future of .NET? [closed]
Microsoft showed off a demo of Windows 8, including a new platform that allows developers to use HTML5 and JavaScript.
Is this new platform the main way to develop for Windows 8? Is Microsoft ...
3
votes
3answers
156 views
Will any js libraries be updating api's with html5 under the hood?
So there is a lot of cool stuff in the html5/css3 specs which should be able to replace a lot of the stuff that have been traditionally done with javascript.
Does anyone know if any of the major js ...
4
votes
4answers
2k views
What are good HTML 5 and PHP 5 books to get? [closed]
I am looking for beginner books into PHP 5 (Maybe with a bit into MySQL?) and HTML 5. I started self-teaching myself PHP although it has become a problem as the tutorials online are either outdated or ...
7
votes
9answers
404 views
These days is it required to test a desktop website for IE6 and IE7? Or is IE8 and IE9 enough?
These days is it required to test a desktop website for IE6 and IE7? Or is IE8 and IE9 enough?
I heard that IE8 has replaced IE7.
2
votes
1answer
540 views
What's the HTML5 3D canvas? How is it different with WebGL?
I heard about 3D canvas. It's strange for me. Because I know there's already a industrial standard 3D API WebGL. What's that? How is it different with WebGL?
8
votes
2answers
530 views
How is Google’s current homepage made? [closed]
If you look at Martha Graham Google Doodle, its an animation.
Its not too long ago that you would not see such an animation on a web page without the use of Flash (or a similar plugin).
I am ...
7
votes
3answers
1k views
Examples of web applications that work entirely offline using HTML5 [closed]
I would like to check out some real-world web applications that work offline using HTML5 (application cache and local storage, I believe).
I am not able to find any. I can find a lot of ...
2
votes
4answers
635 views
Do sites like goanimate, xtranormal, and animoto use Flash + ActionScript, OpenGL, or other technology?
What technology is used by sites like goanimate, xtranormal, and animoto? Especially the video compilation engine in the backend of animoto? Could HTML5 be used to do everything that's there?
5
votes
4answers
823 views
Which framework for HTML5 mobile web app?
I used to be an iPhone app developer. Now there are frequent enquires on cross-platform mobile app. So I look for a web based solution and find Sencha Touch. Are there more options? What's your ...
0
votes
3answers
431 views
So with HTML5 what exactly…is “supposed” to become phased out
So I know HTML5 is the "replacement" for Flash...however it's obviously not mainstream just yet......but what else is it supposed to replace.
I ask this because web-dev has always been a secret kinda ...
4
votes
5answers
1k views
Do I need to go back and learn HTML 5 and CSS 3? [closed]
I have been working on learning as much as I can before starting college to change my career, and I noticed on the w3schools site that there is now html and html 5, css and css 3. Do I need to go back ...
6
votes
3answers
567 views
Is there a canonical book on creating highly interactive websites (eg. “Flash” like) with HTML5/CSS3/JS/jQuery?
I know some of the basics of these technologies already, but it is mostly limited to more static sites. Using things like HTMl5 semantic elements, CSS3 gradients, shadows, @font-face etc.
Is there a ...
8
votes
8answers
2k views
The future of desktop application development [closed]
During the last months there was much written about HTML5 and many big player (Google, Microsoft,....) are planning to accelerate their HTML5 strategy. Google plans a browser based OS. Microsoft also ...