Jump to content

Using HTML5?

Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

Using HTML5? Rate Topic: -----

#1 User is offline   James Mitchell 

  • Legendary
  • Group: Administrators
  • Posts: 922
  • Joined: 26-July 06
  • Gender:Male
  • Location:Fort Wayne, IN

Posted 21 September 2010 - 06:39 AM

Is anyone using HTML5 actively on client projects?

If so,
  • How much degradation for older browsers do you use?
  • Have you noticed any SEO benefits yet?

Posted Image
0

#2 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 21 September 2010 - 08:32 AM

I'm only using the HTML5 DOCTYPE and few of the new form input type attributes; anything beyond that just feels 'too soon' for me.
0

#3 User is offline   James Mitchell 

  • Legendary
  • Group: Administrators
  • Posts: 922
  • Joined: 26-July 06
  • Gender:Male
  • Location:Fort Wayne, IN

Posted 21 September 2010 - 11:04 AM

View Postmarcamos, on 21 September 2010 - 08:32 AM, said:

I'm only using the HTML5 DOCTYPE and few of the new form input type attributes; anything beyond that just feels 'too soon' for me.

How are the older browsers responding to the lack of declaration?
Posted Image
0

#4 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 21 September 2010 - 02:50 PM

Well, the doctype is still declared, it's just not specifying which version. As far as how old browsers react, I only check back to IE7 and it doesn't seem affected by it.
0

#5 User is offline   che09 

  • W.R. Corporal
  • Group: Members
  • Posts: 50
  • Joined: 22-November 10

Posted 22 November 2010 - 08:23 PM

Well,I am not using. But does using HTML5 has more benefits? If so,What are those?
0

#6 User is offline   Rob Kaper 

  • W.R. Corporal
  • Group: Members
  • Posts: 97
  • Joined: 19-July 08
  • Gender:Male
  • Location:Rotterdam, NLD

Posted 25 November 2010 - 03:32 PM

Some HTML5 benefits:

- many more elements with structural meaning as opposed of abusing style classes on divs which is just not just esthetically nicer but also makes DOM selectors more efficient
- more input types (degrading to text) for common data types allowing user agents to optimise input methods (e.g. the special keyboard layout for phone numbers on a touchscreen device)

Degrading nicely is very simple:

- set "display: block" on article, section, nav and all other new elements
- for IE and older versions of other browsers, look for html5shiv.js and include it (hosted on Google CDN or downloadable)

With those two steps, there really isn't any reason not to use HTML5.

I don't know about SEO benefits because so far I'm only using my new HTML5 framework in new sites with no historical data, but despite their small size (developing the framework is a priority) I'm definitely not disappointed with early indications of keyword ranking.
Rob Kaper - Rotterdam
0

#7 User is offline   che09 

  • W.R. Corporal
  • Group: Members
  • Posts: 50
  • Joined: 22-November 10

Posted 28 November 2010 - 07:30 PM

View PostRob Kaper, on 25 November 2010 - 03:32 PM, said:

Some HTML5 benefits:

- many more elements with structural meaning as opposed of abusing style classes on divs which is just not just esthetically nicer but also makes DOM selectors more efficient
- more input types (degrading to text) for common data types allowing user agents to optimise input methods (e.g. the special keyboard layout for phone numbers on a touchscreen device)

Degrading nicely is very simple:

- set "display: block" on article, section, nav and all other new elements
- for IE and older versions of other browsers, look for html5shiv.js and include it (hosted on Google CDN or downloadable)

With those two steps, there really isn't any reason not to use HTML5.

I don't know about SEO benefits because so far I'm only using my new HTML5 framework in new sites with no historical data, but despite their small size (developing the framework is a priority) I'm definitely not disappointed with early indications of keyword ranking.



Thanks Rob! I really appreciated your thoughts!! I've noted those down by way! :)
0

#8 User is offline   JakeMcGreg 

  • W.R. Private
  • Group: Members
  • Posts: 46
  • Joined: 15-December 10

Posted 17 January 2011 - 10:41 PM

View PostRob Kaper, on 25 November 2010 - 03:32 PM, said:

Some HTML5 benefits:

- many more elements with structural meaning as opposed of abusing style classes on divs which is just not just esthetically nicer but also makes DOM selectors more efficient
- more input types (degrading to text) for common data types allowing user agents to optimise input methods (e.g. the special keyboard layout for phone numbers on a touchscreen device)

Degrading nicely is very simple:

- set "display: block" on article, section, nav and all other new elements
- for IE and older versions of other browsers, look for html5shiv.js and include it (hosted on Google CDN or downloadable)

With those two steps, there really isn't any reason not to use HTML5.

I don't know about SEO benefits because so far I'm only using my new HTML5 framework in new sites with no historical data, but despite their small size (developing the framework is a priority) I'm definitely not disappointed with early indications of keyword ranking.


Glad you posted the benefits here. I'd like to start from scratch this HTML5. I'm just worried about the SEO results though.
Website Design Packages - CMS Website, SEO Tools & a personalised 12 month strategy guide
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users