[Pro] FWP 6 and HTML 5?

Not sure how all the individual HTML 5 features shown on the following site translate into what Freeway allows us to do, but at least you can see how IE7 and IE8 compare with a modern browser like Chrome:

http://html5test.com/compare/browser/chrome25/ie07/ie08.html

For those of you who care about browser compatibility with IE (which is usually determined by the number of IE using visitors to your site), keep in mind that IE8 is the newest version of IE you can run on Windows XP; and Windows XP is shockingly still very widely used OS.

James Wages


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 13 Mar 2013, 9:25 pm, waltd wrote:

There’s no difference on that front. Selection bias, I’m afraid.

Walter

Silly me. My test site is still XHMTL 1.0 Strict. All I did was change the the Default HTML in Document Setup.

So, if I want to change the site to HTML5, I’ll need to manually change each page in my site with the Inspector. Is that correct?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes. Same for almost anything you set in Document Setup.

Walter

On Mar 13, 2013, at 5:51 PM, RavenManiac wrote:

On 13 Mar 2013, 9:25 pm, waltd wrote:

There’s no difference on that front. Selection bias, I’m afraid.

Walter

Silly me. My test site is still XHMTL 1.0 Strict. All I did was change the the Default HTML in Document Setup.

So, if I want to change the site to HTML5, I’ll need to manually change each page in my site with the Inspector. Is that correct?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

And while we’re on this subject, what should these settings be for each page?

Code: More Readable or More Efficient
Compatible: Normal, IE6, IE7, or IE8
Language: Currently set to None
Encoding: Currently set to Unicode 6.1 UTF-8


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

And while we’re on this subject, what should these settings be for each page?

  1. Code: More Readable or More Efficient
  2. Compatible: Normal, IE6, IE7, or IE8
  3. Language: Currently set to None
  4. Encoding: Currently set to Unicode 6.1 UTF-8

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On Mar 13, 2013, at 6:07 PM, RavenManiac wrote:

And while we’re on this subject, what should these settings be for each page?

  1. Code: More Readable or More Efficient MORE READABLE
  2. Compatible: Normal, IE6, IE7, or IE8 IE8
  3. Language: Currently set to None OK
  4. Encoding: Currently set to Unicode 6.1 UTF-8 Unicode

Also look in Line feeds, set that to Unix, filenames to Unix/Windows

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

  1. Code: More Readable or More Efficient? More efficient just strips out the white space and line breaks that make it easy to read as a human. The trade-off is that the load times will be a tiny bit faster, but as a rule choose more readable.
  2. Compatible: Normal, IE6, IE7, or IE8? IE8 here too, it’s the latest version that will run on XP.
  3. Language: Currently set to None. I change mine to English. Search engines having that info, and it helps auto translators.
  4. Encoding: Currently set to Unicode 6.1 UTF-8 Unicode. Leave this as is.

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The document type used to read:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" With HTML5 encoding it simply says:

Is that what it should read or did I do something wrong?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

it simply says:

That is correct for HTML5

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks guys. I appreciate the help.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options