[AccessD] HTML 5 coders

Jim Lawrence accessd at shaw.ca
Tue Feb 28 13:48:25 CST 2012


PS Bryan:

Also this piece of code in the header block can do the trick right.

<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support
IE 6. chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7]>
  <p class=chromeframe>Your browser is <em>ancient!</em> 
  <a href="http://browsehappy.com/">Upgrade to a different browser</a> 
  or 
  <a href="http://www.google.com/chromeframe/?redirect=true">
    install Google Chrome Frame</a> to experience this site.</p>
<![endif]-->

As this code still doesn't work in compromised IE browsers as even with the
shiv it does not really fix things. Example:

<example>

<!DOCTYPE html>
<html>
<!--[if lt IE 9]>
 <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<style>
 document.createElement(elementName)
</style>

<body>
 <video width="320" height="240" controls="controls">
  <source src="http://www.w3schools.com/html5/movie.mp4" type="video/mp4" />
  <source src="http://www.w3schools.com/html5/movie.ogg" type="video/ogg" />
  OMG you are so screwed. Time for a real browser!!
 </video>
</body>
</html>

</example>

Another annoyance is that not every company is supporting the new OGG
(http://en.wikipedia.org/wiki/Ogg). I will let you guess which browser
company isn't supporting it.

Jim

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Bryan Carbonnell
Sent: Tuesday, February 28, 2012 10:08 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] HTML 5 coders

IE 9 is the first version of IE that natively supports HTML5, but
there is a JS library that will make it work in IE7&8.

HTML Shiv, http://code.google.com/p/html5shiv/, is dead simple to use,
and works fairly well.

B

On Mon, Feb 27, 2012 at 9:38 PM, Jim Lawrence <accessd at shaw.ca> wrote:
> Well, to start with IE8 provides absolutely no HTML5 support so we would
> have to go with IE9,Chrome,Opera,Safari and Firefox. Without further
> knowledge or guarantees I would go outside the MS sphere but it looks like
> VS2011 could be a winner as it can build total HTML5/CSS3/JavaScript with
a
> MSSQL (...and maybe even other DB support) BE sites through its graphical
> interface.
>
> There is Adobe Edge (http://labs.adobe.com/technologies/edge/), their
> product which will assist in replacing Flash, the .Net RIA HTML5 framework
> (http://tinyurl.com/7tfgbz2) and then there is a HTML5Boilerplate frame
work
> (http://html5boilerplate.com/)...excellent.
>
> That is hardly a complete list but I think the current web development
> leaders.
>
> Jim
>
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com
> [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Mark Simms
> Sent: Monday, February 27, 2012 5:34 PM
> To: 'Access Developers discussion and problem solving'
> Subject: [AccessD] HTML 5 coders
>
> From this week's issue of Bloomberg:
> HTML-5 coders commanding $250/hr !!!
>
> Does anyone know if any of MSFT's web dev offerings support HTML-5 ?
> They've got VS 2010, Web Expression, Web Matrix, etc.
>
> Which one to "go with" ?
>
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com



-- 
Bryan Carbonnell - carbonnb at gmail.com
Life's journey is not to arrive at the grave safely in a well
preserved body, but rather to skid in sideways, totally worn out,
shouting "What a great ride!"
-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list