Submit Your Article Forum Rules

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: HTML5 and CSS3 - Is there a Web standards divergence?

  1. #11
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999
    Quote Originally Posted by ristenk1 View Post
    Where is Microsoft in all of this?
    I don't know, but I register that there is a lot of attention to MS solutions like SilverLight.

    Example: http://snow.cs.uit.no/ A Norwegian University health surveillance site that requires (required?) that you have Microsoft Silverlight installed on your computer. That site functions fine on my new laptop, but I have to install Silverlight (not very user friendly) on my old computer to see the content of the site.

    See also: http://www.silverlight.net/

    In addition I have found this http://www.jcxsoftware.com/vs.php Visual Studio plugin to code php in Visual Studio. PHP is the server scripting language that is easiest to integrate with HTML.

    When reading computer books and online articles it is my personal impression that Internet Explorer still give webmasters greatest headache.

    As far as I know Windows 8 will run on mobile devices, so Microsoft follow at least the mobile trend.
    Last edited by kgun; 11-29-2011 at 07:54 AM.

  2. #12
    Senior Member jhannawin's Avatar
    Join Date
    Jun 2010
    Location
    UK
    Posts
    178
    The early Windows 8 I got a sneak peak at from an MS developer friend of mine didn't support Silverlight. He was surprised and could only deduce it was not long for this world.

    As for IE, the most frustrating thing is that they can't be consistent BETWEEN versions! I can forgive them being different from Firefox, Chrome or Safari, but when 7 is so different from 8 and 8 from 9 it is just crazy. These days I just say "Oh you're using a proprietary browser, just upgrade to one of the standard ones". That normally sets off a discussion which ends with them downloading Firefox
    ---------------------------------------------------------------------
    I-ntarsia(tm) - A Hosted CMS for web designers and marketing agencies

  3. #13
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999
    The modernizr library that I menioned in the beginning of this thread is made to let your site render on different browsers and mobile platforms.

    Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.

    Why use Modernizr?

    Taking advantage of the new capabilities of HTML5 and CSS3 can mean sacrificing control over the experience in older browsers. Modernizr 2 is your starting point for making the best websites and applications that work exactly right no matter what browser or device your visitors use.
    Thanks to the new Media Query tests and built-in YepNope.js micro-library as Modernizr.load(), you can now combine feature detection with media queries and conditional resource loading. That gives you the power and flexibility to optimize for every circumstance.
    It is more targeted to these needs than jQuery, so learn to use the library. It is well documented on the site.

  4. #14
    Junior Member
    Join Date
    Mar 2012
    Posts
    1
    I think they are moving too quick with these updates as it is sometimes confusing working with these various platforms especially when it relates to browser compatibility.

  5. #15
    Administrator weegillis's Avatar
    Join Date
    Oct 2003
    Posts
    5,793
    Quote Originally Posted by OmariCelestine View Post
    I think they are moving too quick with these updates as it is sometimes confusing working with these various platforms especially when it relates to browser compatibility.
    Markup language is not a platform, nor is a browser. The operating systems they run on, are though. Personally, I wouldn't agree that the standards are moving too quick, they're not. They take years and years to gel into something everyone will adopt and implement.

    In truth, the browser makers are miles ahead of the standards, implementing their own brand of support for proprietary features that eventually, if ever, make it in to finished recommendations. These vendors would say that the standards are moving too slow.

    Then there is the question, what's to learn? If a person has learned HTML and CSS, then learning HTML5 and CSS3 (which are independent specs, mutually exclusive of one another) is just an addon. These are emerging specs, and are not departures from the 1995 iteration, only extensions of it. @kgun mentions one of the ideal tools for cross browser support: Modernizr.

    For anyone with an incomplete understanding of HTML and CSS, the newly emerging specs might be a lot to take in, but otherwise, it's just another day at the office.
    Last edited by weegillis; 03-22-2012 at 03:18 PM. Reason: nor

  6. #16
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999
    Quote Originally Posted by weegillis View Post
    @kgun mentions one of the ideal tools for cross browser support: Modernizr.
    Now modern IDE's like DreamWeaver takes care of that by automatically importing the relevant library in your site:

    http://www.youtube.com/watch?v=tO4UFVDltt4

    Additional video:

    http://www.youtube.com/watch?v=wVwH5IcRGyo

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •