HTML5 - yes or no ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HTML5 - yes or no ?

    this is just to collect opinions

    what do you think, would be HTML5 ok
    for starting new(for phones mostly) site/forum/chat/blah... ?

    post your ''yes'' or ''no'' and at least one reason why you think so
    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

    #2
    Originally posted by metulj View Post
    this is just to collect opinions

    what do you think, would be HTML5 ok
    for starting new(for phones mostly) site/forum/chat/blah... ?

    post your ''yes'' or ''no'' and at least one reason why you think so
    i would do it but not yet, maybe in a year or so, because if you do it now your site would not work for those who have old phones.
    if you do a site only for smartphones you can start with it now.
    Advertise your mobile site for FREE with AdTwirl

    Comment


      #3
      I vote for not, on mobile phones. I did not something much worked on it but it seems to me that most of the new features in general are not suitable for mobile phones, although I believe it is good for more complex web sites.
      Basically, they just returned style in markup and created a predefined options that are mostly still can not be displayed on most mobile phones in use. At least not the ones most interesting.
      This is part of the index of web site that I have working, its mixed HTML5 and XHTML Strict, I just have cuted some texts. :D

      Code:
      <!DOCTYPE html>
      <html lang="sr" class="no-js">
      <head>
      <meta charset="UTF-8"/>
      <title>Title</title>
      <link rel="shortcut icon" href="/favicon.ico"/>
      <link rel="StyleSheet" type="text/css" media="screen, handheld" href="/style.css"/>
      <meta name="keywords" content=""/>
      <meta name="description" content=""/>
      <meta name="robots" content="index, follow"/>
      </head>
      <body>
      <div id="logo">
      <header><h1><a href="/">Title</a></h1></header>
      <p><em>Some Title Text</em></p>
      </div>
      <hr/>
      <div id="header">
      <div id="menu">
      <nav><ul>
      <li><a title="" href="/index.php?lang=sr">Link</a></li>
      <li><a title="" href="/index.php?lang=sr">Link</a></li>
      <li><a title="" href="/index.php?lang=sr">Ekologija</a></li>
      <li><a title="" href="/index.php?lang=sr">Projekti</a></li>
      <li><a title="" href="/index.php?lang=sr">Sponzori</a></li>
      <li><a title="" href="/mailing/form.php?lang=sr">Kontakt</a></li>
      </ul></nav>
      </div>
      <div style="text-align:right;">
      <a href="./index.php?lang=en"><img src="/design/uk.png" width="48" height="48" title="English" alt="English"/></a>
      </div></div>
      <div id="page"><div id="content"><div class="label">
      <h2 class="title">Welcome to title</h2>
      <p class="meta"></p>
      <div class="thecontent">
      <p>Dobrodošli na <strong>TITLE</strong>, teeexxxxttttt some text..... 
      <a href="http://sajt.tld/">somesite.com</a> će Vam predstaviti sve mogućnosti. Mi znamo kako!</p>
      <p>Od savetovanja preko papirologije projekta do izvođenja radova, ključ u ruke!</p>
      <img src="./design/he.jpg" alt=""/> 
      </div></div></div>
      <div id="sidebar">
      <ul>
      <li>
      <h2>Naši ciljevi</h2>
      	<dfn>Neka poruka... </dfn>
      </li>
      <li>
      <h2>Istražite</h2>
      <nav><ul>
      <li><a title="" href="/index.php?lang=sr">Link</a></li>
      <li><a title="" href="/index.php?lang=sr">Vođenje</a></li>
      <li><a title="" href="/index.php?lang=sr">Izgradnja</a></li>
      <li><a title="" href="/index.php?lang=sr">Prodaja</a></li>
      <li><a title="" href="/index.php?lang=sr">Finansiranje</a></li>
      <li><a title="" href="/index.php?lang=sr">Link</a></li>
      <li><a title="" href="/index.php?lang=sr">Link</a></li>
      <li><a title="" href="/index.php?lang=sr">HoV</a></li>
      </ul></nav>
      </li>
      <li>
      <h2>Sponzori</h2>
      <nav><ul>
      <li><a title="" rel="external" href="/index.php?lang=sr">Link</a></li>
      <li><a title="" rel="external" href="/index.php?lang=sr">Srbije</a></li>
      <li><a title="" rel="external" href="/index.php?lang=sr">Link</a></li>
      <li><a title="" rel="external" href="/index.php?lang=sr">Consortium</a></li>
      </ul></nav>
      </li>
      </ul>
      </div>
      <div id="clear">&nbsp;</div>
      </div>
      <div id="footer"><hr/>
      <footer><p>&copy; somesite.com</p></footer>
      </div>
      </body></html>
      <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

      Comment


        #4
        i am for no.. its i tried... its ok for pc sites.. not for mobile sites..

        Comment

        Working...
        X