![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Any ideas what we might encounter that would make us sorry we took the html 5 route this early? |

#3
| |||
| |||
|
|
On 2010-08-30 20:20:50 -0400, dawn <dawnwolth... (AT) gmail (DOT) com> said: Any ideas what we might encounter that would make us sorry we took the html 5 route this early? Really? *You're asking this here? ![]() |
|
-- Kevin Powick |
#4
| |||
| |||
|
|
I have software in alpha delivery that, sadly but on purpose, runs in browsers in quirks mode. I have written only one html 5 page just to see that it works in IE (with adjustments, of course), so the basis for my thinking on html 5 is primarily from reading. It looks to me like there is no reason for us to move from quirks to an html 4.01 or xhtml 1.0 doctype. It looks like it makes sense to head right for the !DOCTYPE html just as google.com has done. Does anyone have experience with html 5? Other than the new simple tags like <header> and <footer>, I do not have an immediate need for some of the things, such as <video> that will not work in IE 8 (and apparently not in IE 9 on anything short of Win 7, or am I wrong on that?) I know that it is not yet a w3c recommendation, but it could be years before all of the players permit it to get such a blessing. At this point Firefox, Chrome, Safari, and Opera all support html 5 and IE 9 apparently does too (is anyone field testing that?) Any ideas what we might encounter that would make us sorry we took the html 5 route this early? Thanks. *--dawn |
#5
| |||
| |||
|
|
In spite of this not always being a delightful community (I suspected when I saw you had responded that your response would not be a helpful one, for example), |
|
By the way, along with an xml spec, the language we are using to generate the html documents on the server-side is mvbasic |
|
so this might not be straight down the middle of cdp, but there have surely been topics of less relevance. |
#6
| |||
| |||
|
|
On Aug 31, 2:20*am, dawn <dawnwolth... (AT) gmail (DOT) com> wrote: I have software in alpha delivery that, sadly but on purpose, runs in browsers in quirks mode. I have written only one html 5 page just to see that it works in IE (with adjustments, of course), so the basis for my thinking on html 5 is primarily from reading. It looks to me like there is no reason for us to move from quirks to an html 4.01 or xhtml 1.0 doctype. It looks like it makes sense to head right for the !DOCTYPE html just as google.com has done. Does anyone have experience with html 5? Other than the new simple tags like <header> and <footer>, I do not have an immediate need for some of the things, such as <video> that will not work in IE 8 (and apparently not in IE 9 on anything short of Win 7, or am I wrong on that?) I know that it is not yet a w3c recommendation, but it could be years before all of the players permit it to get such a blessing. At this point Firefox, Chrome, Safari, and Opera all support html 5 and IE 9 apparently does too (is anyone field testing that?) Any ideas what we might encounter that would make us sorry we took the html 5 route this early? Thanks. *--dawn Dawn, I've just finished reading HTML5 for Web Designers by Jeremy Keith and I can't claim any more knowledge than you but it seems to me that HTML5 is the way to go for new projects. The book has tips and .js examples of how to detect that the browser doesn't support features like 'autocomplete' or 'datalist' so carefully crafted code will run in any browser today and will immediately be ready when the browser catches up. Dive into HTML5 is another good place to look. For me, the enhanced form/client side validation capabilities are really interesting although CSS needs to catch up. The same publishers (A Book Apart) have a CSS3 book coming in the autumn/fall so presumably there is progress on that front too. Sorry this is not the view from a practitioner you were hoping for but, like you, I am interested to see if anyone else in here has anything to add... Ian- Hide quoted text - - Show quoted text - |
#7
| ||||
| ||||
|
|
On Aug 31, 2:20*am, dawn <dawnwolth... (AT) gmail (DOT) com> wrote: I have software in alpha delivery that, sadly but on purpose, runs in browsers in quirks mode. I have written only one html 5 page just to see that it works in IE (with adjustments, of course), so the basis for my thinking on html 5 is primarily from reading. It looks to me like there is no reason for us to move from quirks to an html 4.01 or xhtml 1.0 doctype. It looks like it makes sense to head right for the !DOCTYPE html just as google.com has done. Does anyone have experience with html 5? Other than the new simple tags like <header> and <footer>, I do not have an immediate need for some of the things, such as <video> that will not work in IE 8 (and apparently not in IE 9 on anything short of Win 7, or am I wrong on that?) I know that it is not yet a w3c recommendation, but it could be years before all of the players permit it to get such a blessing. At this point Firefox, Chrome, Safari, and Opera all support html 5 and IE 9 apparently does too (is anyone field testing that?) Any ideas what we might encounter that would make us sorry we took the html 5 route this early? Thanks. *--dawn Dawn, I've just finished reading HTML5 for Web Designers by Jeremy Keith and I can't claim any more knowledge than you but it seems to me that HTML5 is the way to go for new projects. The book has tips and .js examples of how to detect that the browser doesn't support features like 'autocomplete' or 'datalist' so carefully crafted code will run in any browser today and will immediately be ready when the browser catches up. Dive into HTML5 is another good place to look. |
|
For me, the enhanced form/client side validation capabilities are really interesting although CSS needs to catch up. The same publishers (A Book Apart) have a CSS3 book coming in the autumn/fall so presumably there is progress on that front too. |
|
Sorry this is not the view from a practitioner you were hoping for |
|
but, like you, I am interested to see if anyone else in here has anything to add... Ian |
#8
| ||||
| ||||
|
|
On 2010-08-31 08:26:01 -0400, dawn <dawnwolth... (AT) gmail (DOT) com> said: In spite of this not always being a delightful community (I suspected when I saw you had responded that your response would not be a helpful one, for example), Just trying to remain consistent, Dawn. |
|
By the way, along with an xml spec, the language we are using to generate the html documents on the server-side is mvbasic Cool. *Are you storing your image files as blobs in the MV database too? |
|
so this might not be straight down the middle of cdp, but there have surely been topics of less relevance. Zoooom. *My quip wasn't about topic relevance. |
|
-- Kevin Powick |
#9
| |||||||
| |||||||
|
|
* Have you looked at jQuery for client side stuff? |
|
There are lots of plugins that do some neat things and really help reduce gadget dev time. We're using jQuery at managable levels on our e-commerce site and it has proven to be a great asset for web dev. Good luck with HTML5. XHTML 1.x still isn't fully supported due to varying decisions on part of browser devs, |
|
but you can get validated in all of the current browsers if you don't go too exotic with the design. (Hasn't that been the case since HTML was adopted??) |
|
And CSS? I doubt CSS will ever be fully adopted and properly implemented by all of the browsers. They all may say "full support for CSS1/CSS2", but actual rendering functionality is a totally different story. Also, as soon as one version is almost clean in 99% of the browsers, a newer version comes out and rewrites the rule book. |
|
* If you are building an end-user app, and not a public app, then pick a browser and build your app based on the strengths of it. If you run into a limitation that is a show-stopper, check out other browsers and be prepared to move and possibly recode. |
|
There aren't tons of limitations, that I've run into, when using jQuery and AJAX with controlled CSS. Then again, I've not written full application suites with it. The fact is, every browser is at war with another browser for market share. They will never be 100% identical and offer the same identical extended features. You can limit yourself to the W3C standards, but even then "standards" are pretty loosely interpreted. |
|
Glen On Aug 31, 10:49*am, ianp <ianp0... (AT) gmail (DOT) com> wrote: On Aug 31, 2:20*am, dawn <dawnwolth... (AT) gmail (DOT) com> wrote: I have software in alpha delivery that, sadly but on purpose, runs in browsers in quirks mode. I have written only one html 5 page just to see that it works in IE (with adjustments, of course), so the basis for my thinking on html 5 is primarily from reading. It looks to me like there is no reason for us to move from quirks to an html 4.01 or xhtml 1.0 doctype. It looks like it makes sense to head right for the !DOCTYPE html just as google.com has done. Does anyone have experience with html 5? Other than the new simple tags like <header> and <footer>, I do not have an immediate need for some of the things, such as <video> that will not work in IE 8 (and apparently not in IE 9 on anything short of Win 7, or am I wrong on that?) I know that it is not yet a w3c recommendation, but it could be years before all of the players permit it to get such a blessing. At this point Firefox, Chrome, Safari, and Opera all support html 5 and IE 9 apparently does too (is anyone field testing that?) Any ideas what we might encounter that would make us sorry we took the html 5 route this early? Thanks. *--dawn Dawn, I've just finished reading HTML5 for Web Designers by Jeremy Keith and I can't claim any more knowledge than you but it seems to me that HTML5 is the way to go for new projects. The book has tips and .js examples of how to detect that the browser doesn't support features like 'autocomplete' or 'datalist' so carefully crafted code will run in any browser today and will immediately be ready when the browser catches up. Dive into HTML5 is another good place to look. For me, the enhanced form/client side validation capabilities are really interesting although CSS needs to catch up. The same publishers (A Book Apart) have a CSS3 book coming in the autumn/fall so presumably there is progress on that front too. Sorry this is not the view from a practitioner you were hoping for but, like you, I am interested to see if anyone else in here has anything to add... Ian- Hide quoted text - - Show quoted text - |
#10
| |||
| |||
|
|
I have software in alpha delivery that, sadly but on purpose, runs in browsers in quirks mode. I have written only one html 5 page just to see that it works in IE (with adjustments, of course), so the basis for my thinking on html 5 is primarily from reading. It looks to me like there is no reason for us to move from quirks to an html 4.01 or xhtml 1.0 doctype. It looks like it makes sense to head right for the !DOCTYPE html just as google.com has done. Does anyone have experience with html 5? Other than the new simple tags like <header> and <footer>, I do not have an immediate need for some of the things, such as <video> that will not work in IE 8 (and apparently not in IE 9 on anything short of Win 7, or am I wrong on that?) I know that it is not yet a w3c recommendation, but it could be years before all of the players permit it to get such a blessing. At this point Firefox, Chrome, Safari, and Opera all support html 5 and IE 9 apparently does too (is anyone field testing that?) Any ideas what we might encounter that would make us sorry we took the html 5 route this early? Thanks. *--dawn |
![]() |
| Thread Tools | |
| Display Modes | |
| |