We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 16702 ☆ A M B ☆
    • 536 Posts
    Today i start NEW project for my clients, but i thing about future (next 5-6 months), what is best choice?
    What you thing?

    Thanks in advance!
    Kristalin
      palma non sine pulvere
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      I’m working in HTML 5. I had to make a couple of adjustments to the TinyMCE configuration to turn off cleanup and forced_root_block, but otherwise it’s working out very well.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 16702 ☆ A M B ☆
        • 536 Posts
        somewhere i read that:
        ".....HTML 5 is the only HTML dialect that will be natively supported in browsers on the client side...."
        "....XHTML 2 will likely remain useful more as a choice for authoring and storing documents on the server side and down-transforming them to HTML + JS...."

        yep is here: http://www.slideshare.net/sideshowbarker/html5-and-xhtml2

        My idea is if I use html5 would not have to redo anything after... or to reflect my customers -seo, browsers etc.

        one more link:
        http://xhtml.com/en/future/x-html-5-versus-xhtml-2/
          palma non sine pulvere
          • 16702 ☆ A M B ☆
          • 536 Posts
          There’s a couple of things you have to bear in mind before adventuring on the new markup boat. HTML5 is not for everyone. Therefore, you must be wise and select how and where to use it. Think of all the markup flavours you’ve got available as tools: use the right one for the right job. Therefore, if your website is coded in standards compliant XHTML strict there’s no real need to change to HTML5.

          There’s also the fact that by using HTML5 code right now your website gets stuck in some kind of “limbo” since even though your browser will render HTML5, it does not understand it as of yet. This may also apply to other software such as screenreaders and search engines.

          Lastly you must consider that HTML5 is still under heavy development, and it’s probably the “most open” project the W3C has ever done. With the immense amount of feedback and all the hype around it, the current draft is bound to change and it’s impossible to predict how much.

          So if you’re ready to do the switch, are not afraid of using technology that in the near future will be way more meaningful and can easily change whatever piece of code that might get broken, then keep reading.

          http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/
            palma non sine pulvere