School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,293 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,135 people online right now. Registration is fast and FREE... Join Now!




HTML 5 Specifications & Implementations Officially Released

2 Pages V  1 2 >  

HTML 5 Specifications & Implementations Officially Released

Core

8 Jul, 2009 - 06:51 AM
Post #1

Den The Developer
Group Icon

Joined: 8 Dec, 2008
Posts: 2,943



Thanked: 214 times
Dream Kudos: 900
Expert In: C#, VB.NET, .NET Framework

My Contributions
Many of the web developers expected it and now HTML 5 is officially released. HTML 5 introduces some new markup elements such as <nav>, <audio>, <canvas>, <video> and <footer>. Its new functionality will also facilitate the development of RIA (Rich Internet Applications) through several multimedia interfaces.

Detailed specifications here.

User is online!Profile CardPM
+Quote Post


Nykc

RE: HTML 5 Specifications & Implementations Officially Released

8 Jul, 2009 - 08:42 AM
Post #2

This script is cheap!
Group Icon

Joined: 14 Sep, 2007
Posts: 6,475



Thanked: 43 times
Dream Kudos: 325
My Contributions
Just great, now I need to rewrite half of my f-ing book.

Actually this is good news, now all we need is better browser support and the world will be a better place.
User is offlineProfile CardPM
+Quote Post

BetaWar

RE: HTML 5 Specifications & Implementations Officially Released

8 Jul, 2009 - 06:23 PM
Post #3

#include <soul.h>
Group Icon

Joined: 7 Sep, 2006
Posts: 4,729



Thanked: 269 times
Dream Kudos: 1400
My Contributions
It is nice. I just wish they had built in the file drag and drop like Google tried to get them to. That would have been really nice.
User is online!Profile CardPM
+Quote Post

noorahmad

RE: HTML 5 Specifications & Implementations Officially Released

8 Jul, 2009 - 10:08 PM
Post #4

Webmaster
Group Icon

Joined: 12 Mar, 2009
Posts: 2,018



Thanked: 125 times
Dream Kudos: 1350
My Contributions
old browsers supports these new tags?
User is offlineProfile CardPM
+Quote Post

Core

RE: HTML 5 Specifications & Implementations Officially Released

8 Jul, 2009 - 10:12 PM
Post #5

Den The Developer
Group Icon

Joined: 8 Dec, 2008
Posts: 2,943



Thanked: 214 times
Dream Kudos: 900
Expert In: C#, VB.NET, .NET Framework

My Contributions
Not every new browser supports it yet so I highly doubt older browser support HTML 5 at this time.
User is online!Profile CardPM
+Quote Post

firebolt

RE: HTML 5 Specifications & Implementations Officially Released

9 Jul, 2009 - 01:32 AM
Post #6

D.I.C Lover
Group Icon

Joined: 20 Feb, 2009
Posts: 5,462



Thanked: 75 times
Dream Kudos: 1675
My Contributions
Ahh.. Very nice. Hopefully old browsers will be phased out so the new HTML can function in every browser.
User is offlineProfile CardPM
+Quote Post

Nykc

RE: HTML 5 Specifications & Implementations Officially Released

9 Jul, 2009 - 05:59 AM
Post #7

This script is cheap!
Group Icon

Joined: 14 Sep, 2007
Posts: 6,475



Thanked: 43 times
Dream Kudos: 325
My Contributions
Well since the world is moving towards XML - XHTML is pretty much defacto standard at this point, however as long as you use HTML as it is intended - for displaying text ONLY!!

Leave the design & layout to CSS you won't have these issues since the browser that don't support the DTD will default into quirks mode and they don't reap the benefits of the page the way it was intended to look.

Of course CSS isn't 100% supported by older browsers either. I actually dropped support all together for IE6 - as Microsoft is in the process of doing the same since IE8 is official now.
User is offlineProfile CardPM
+Quote Post

crcapps

RE: HTML 5 Specifications & Implementations Officially Released

9 Jul, 2009 - 06:01 AM
Post #8

D.I.C Head
**

Joined: 13 May, 2008
Posts: 60


My Contributions
It's hardly a mere markup language anymore. Before, I was scoffing at it and keeping my fingers crossed for XHTML 2.0, but the XHTML5 serialization looks pretty nice.

User is offlineProfile CardPM
+Quote Post

baavgai

RE: HTML 5 Specifications & Implementations Officially Released

9 Jul, 2009 - 07:17 AM
Post #9

Dreaming Coder
Group Icon

Joined: 16 Oct, 2007
Posts: 4,259



Thanked: 388 times
Dream Kudos: 550
Expert In: C, C++, Java, C#, ASP.NET, PHP, Perl, Python, Oracle, SQL Server, MySql, HTML, JavaScript, Lua, Cheese

My Contributions
QUOTE(Nykc @ 9 Jul, 2009 - 07:59 AM) *

XHTML is pretty much defacto standard at this point, however as long as you use HTML as it is intended - for displaying text ONLY!!


Dude, you totally missed the memo! tongue.gif

QUOTE

XHTML 2 Working Group Expected to Stop Work End of 2009, W3C to Increase Resources on HTML 5

2009-07-02: Today the Director announces that when the XHTML 2 Working Group charter expires as scheduled at the end of 2009, the charter will not be renewed. By doing so, and by increasing resources in the HTML Working Group, W3C hopes to accelerate the progress of HTML 5 and clarify W3C's position regarding the future of HTML. A FAQ answers questions about the future of deliverables of the XHTML 2 Working Group, and the status of various discussions related to HTML. Learn more about the HTML Activity.
-- http://www.w3.org/News/2009#item119


I agree, however. XML is ubiquitous. However, so is writing crappy HTML. Worse, and more to blame, browsers ( IE *cough* ) that support the crap. You see a lot of XHTML transitional, but strict is depressingly rare. To some extent, XHTML is an adoption failure. Even those that claim compliance often break it anyway. The HTML 5 spec does most of what XHTML intended. Maybe now it will stick. Well, if any browser bothers to comply to it.

User is online!Profile CardPM
+Quote Post

Nykc

RE: HTML 5 Specifications & Implementations Officially Released

9 Jul, 2009 - 08:00 AM
Post #10

This script is cheap!
Group Icon

Joined: 14 Sep, 2007
Posts: 6,475



Thanked: 43 times
Dream Kudos: 325
My Contributions
Holy shit did I miss that memo. I really need to rewrite the XHTML chapter.

Son of a......

Thanks for the heads up though lol.

That's the thing - are the browsers going to comply? Or are we going to have to write hacks for every fricking browser (hint hint IE)

edit - here is a nice quick reference guide of the new markup.
http://www.veign.com/reference/html5-guide.php


This post has been edited by Nykc: 9 Jul, 2009 - 08:38 AM
User is offlineProfile CardPM
+Quote Post

RudiVisser

RE: HTML 5 Specifications & Implementations Officially Released

9 Jul, 2009 - 10:11 AM
Post #11

.. does not guess solutions
Group Icon

Joined: 5 Jun, 2009
Posts: 1,872



Thanked: 137 times
Dream Kudos: 125
Expert In: PHP, MySQL, HTML, CSS, C#

My Contributions
I don't think I'd ever work with HTML5 over XHTML1.1, or XHTML 2 if it actually becomes supported. HTML always seems to me to be a nasty un-semantic language, do they require tags to be closed now (such as img/br/li, etc.) or is that still a complete mess?
User is offlineProfile CardPM
+Quote Post

Nykc

RE: HTML 5 Specifications & Implementations Officially Released

9 Jul, 2009 - 11:53 AM
Post #12

This script is cheap!
Group Icon

Joined: 14 Sep, 2007
Posts: 6,475



Thanked: 43 times
Dream Kudos: 325
My Contributions
I dont think I will ever stop closing my tags.

<li></li>
<br />
<img />

This is the W3C we are talking about, I don't think they would encourage us to start adapting to XHTML standards and then strip all ideas to resort to the failure that was known as Netscape 4 & IE 5/6

User is offlineProfile CardPM
+Quote Post

RudiVisser

RE: HTML 5 Specifications & Implementations Officially Released

9 Jul, 2009 - 11:54 AM
Post #13

.. does not guess solutions
Group Icon

Joined: 5 Jun, 2009
Posts: 1,872



Thanked: 137 times
Dream Kudos: 125
Expert In: PHP, MySQL, HTML, CSS, C#

My Contributions
Well the problem with closing your tags in a HTML(4) environment is that it doesn't validate, I'm just wondering if HTML5 is more like HTML4 than XHTML, if so, I'll never use it as I previously mentioned.

This post has been edited by MageUK: 9 Jul, 2009 - 11:55 AM
User is offlineProfile CardPM
+Quote Post

Nykc

RE: HTML 5 Specifications & Implementations Officially Released

10 Jul, 2009 - 09:21 AM
Post #14

This script is cheap!
Group Icon

Joined: 14 Sep, 2007
Posts: 6,475



Thanked: 43 times
Dream Kudos: 325
My Contributions
WHY?

Why does Internet Explorer have to dick up the entire world wide web? Seriously - after 8 years of developing websites I have come to the conclusion IE needs to just fold as a browser. Let the banks and governments use that shitty browser all they want, but keep John Q. Public away.

So just for shits and giggles I was looking up some references on the new <canvas> tag. Came across a neat little tutorial and decided to give it a shot. This code has been successfully tested and executed in:
Firefox 3.0.11
Safari 4
Chrome
Opera 9
IE 8

Anyone wanna guess the only browser this code did not render in?

CODE

<html>
  <head>
    <title>Rectangles Using HTML 5 Canvas Tag</title>
    <script type="application/x-javascript">
      function draw(){
        var canvas = document.getElementById('canvas');
        if (canvas.getContext){
          var ctx = canvas.getContext('2d');
          
          ctx.fillStyle = "rgb(200,0,0)";
          ctx.fillRect (10,10,55,50);
          
          ctx.fillStyle = "rgba(0, 0, 200, 0.5)";
          ctx.fillRect (30, 30, 55, 50);
          
        }
      }
    </script>
    <style type="text/css">
      canvas { border: 1px dashed black; }
    </style>
  </head>
  <body onload="draw();">
    <canvas id="canvas" width="150" height="150"></canvas>
  </body>
</html>


</rant>

This post has been edited by Nykc: 10 Jul, 2009 - 09:22 AM
User is offlineProfile CardPM
+Quote Post

RudiVisser

RE: HTML 5 Specifications & Implementations Officially Released

10 Jul, 2009 - 09:25 AM
Post #15

.. does not guess solutions
Group Icon

Joined: 5 Jun, 2009
Posts: 1,872



Thanked: 137 times
Dream Kudos: 125
Expert In: PHP, MySQL, HTML, CSS, C#

My Contributions
Quick Q as to why IE8 would render unreleased (at the time) standards when they're focusing on getting old ones correct?
User is offlineProfile CardPM
+Quote Post

Nykc

RE: HTML 5 Specifications & Implementations Officially Released

10 Jul, 2009 - 09:29 AM
Post #16

This script is cheap!
Group Icon

Joined: 14 Sep, 2007
Posts: 6,475



Thanked: 43 times
Dream Kudos: 325
My Contributions
Because as many of the browser developers are members of the World Wide Web Consortium you would think that maybe they should be focused on standards compliance.

Of course with Microsoft that is never the case, and they will never get it right - they never have.

Funny how all the "Other Browsers" render unreleased standards just fine.
User is offlineProfile CardPM
+Quote Post

baavgai

RE: HTML 5 Specifications & Implementations Officially Released

10 Jul, 2009 - 09:37 AM
Post #17

Dreaming Coder
Group Icon

Joined: 16 Oct, 2007
Posts: 4,259



Thanked: 388 times
Dream Kudos: 550
Expert In: C, C++, Java, C#, ASP.NET, PHP, Perl, Python, Oracle, SQL Server, MySql, HTML, JavaScript, Lua, Cheese

My Contributions
QUOTE(MageUK @ 10 Jul, 2009 - 11:25 AM) *

when they're focusing on getting old ones correct?


Oh, if only this were so! It's a nice dream.

Seriously, with the power of Microsoft, does anyone think they couldn't be the most standard's compliant browser on the planet? I mean, it's not like an entire OS upon which thousands of programs depend. The browser is a piece of software and Microsoft could probably have a new one written from the ground up faster than you can say Chrome.

There are only two conclusions as to the current state of IE. Either it's simply on the agenda to keep the quirks in and make sites break from one browser to the other. Or, the priority of actually fixing it is somewhere on the list under Windows 7 and trimming Ballmer's nose hair.

User is online!Profile CardPM
+Quote Post

Nykc

RE: HTML 5 Specifications & Implementations Officially Released

10 Jul, 2009 - 09:47 AM
Post #18

This script is cheap!
Group Icon

Joined: 14 Sep, 2007
Posts: 6,475



Thanked: 43 times
Dream Kudos: 325
My Contributions
I might be talking out my ass here but correct me if I am wrong. Microsoft or more particularly "Bill Gates" himself sent a memo to the design team for Front Page and ordered them not to focus on standards compliance. The reason for this was simply it would do one of two things.
1. Force people into keeping current versions of Front Page.
2. Force people to learn HTML or other WYSIWYG editors.

Microsoft as I stated before has several members on the W3C board.

They have always veered from the norm - JScript, VBScript, Active X, William Shatner I mean come on!
User is offlineProfile CardPM
+Quote Post

RodgerB

RE: HTML 5 Specifications & Implementations Officially Released

10 Jul, 2009 - 07:37 PM
Post #19

D.I.C Lover
Group Icon

Joined: 21 Sep, 2007
Posts: 2,237



Thanked: 32 times
Dream Kudos: 2200
Expert In: Dot Net Technologies

My Contributions
Burn them. Burn them all.
User is offlineProfile CardPM
+Quote Post

tivrfoa

RE: HTML 5 Specifications & Implementations Officially Released

13 Jul, 2009 - 06:14 AM
Post #20

D.I.C Head
Group Icon

Joined: 25 Jan, 2009
Posts: 90



Thanked: 6 times
Dream Kudos: 125
My Contributions
QUOTE(MageUK @ 9 Jul, 2009 - 11:54 AM) *

Well the problem with closing your tags in a HTML(4) environment is that it doesn't validate, I'm just wondering if HTML5 is more like HTML4 than XHTML, if so, I'll never use it as I previously mentioned.

come on man... f4uck validation! xD kidding

but do you prefer your site validate than use all benefits that the new language is bringing?

maybe the boss wants the site to validate (sh1t boss), but users don't matter with it, most don't even know that this exist.
User is offlineProfile CardPM
+Quote Post

2 Pages V  1 2 >
Fast ReplyReply to this topicStart new topic

Time is now: 11/7/09 12:41PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month