AFVA | Mitchell Posted August 27, 2010 Report Share Posted August 27, 2010 I was watching some stuff on the GoogleDevelopers channel and fell in love with HTML5. But I have a few questions because I have chosen to use HTML 5 to build my virtual airlines new site. 1. What browser (and browser versions) support HTML 5 + CSS 3? 2. Would it be hard to implement it into phpVMS? 3. (Off Topic) When is IE 9 being released? Thanks, Mitch Quote Link to comment Share on other sites More sharing options...
Strider Posted August 27, 2010 Report Share Posted August 27, 2010 Not many browsers support html5 + css3 I think firefox 4.0 beta supports it, but I would suggest holding off from designing a new template in html5 + css3 until more browsers actually support them. I do not know when IE9 is coming out. Quote Link to comment Share on other sites More sharing options...
AFVA | Mitchell Posted August 28, 2010 Author Report Share Posted August 28, 2010 I am currently using Firefox 4.0 BETA and HTML 5 does work...mostly but google chrome i have found works best. Those are the 2 browsers that I have found compatible and IE9 should be compatible with it. The reason I want to use HTML 5 to built this new site is because my very fussy CEO wants a very high quality with a good UI, most of the features I need are in HTML 5. Quote Link to comment Share on other sites More sharing options...
Strider Posted August 28, 2010 Report Share Posted August 28, 2010 Problem is, a lot of pilots wont have firefox 4.0 beta, or ie9 or google chrome. So until firefox 4 comes out and people start getting it, I suggest you don't use html5 and css3. Quote Link to comment Share on other sites More sharing options...
Tom Posted August 29, 2010 Report Share Posted August 29, 2010 At the moment HTML5 is only worth playing with, don't even bother considering it as your website code. People are still using IE6, so life will be more difficult for yourself as you'll have to hack it for all the current browsers and then IE6... That is if you want people to use your website... If you want more fancy features, learn current technologies better, its all possible Oh and answering your second question, yes. phpVMS is all done in php, your HTML5 skin will just work around that. 1 Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted August 29, 2010 Moderators Report Share Posted August 29, 2010 At the moment HTML5 is only worth playing with, don't even bother considering it as your website code. People are still using IE6, so life will be more difficult for yourself as you'll have to hack it for all the current browsers and then IE6... That is if you want people to use your website... If you want more fancy features, learn current technologies better, its all possible Oh and answering your second question, yes. phpVMS is all done in php, your HTML5 skin will just work around that. thanks tom. I'll consider it. But i don't give a damn to people are using IE6. They need to upgrade. I'll start using HTML5.........Soon. Quote Link to comment Share on other sites More sharing options...
Strider Posted August 29, 2010 Report Share Posted August 29, 2010 I am sorry but if you say it like that, you will loose a lot of pilots, and potential pilots. People upgrade when they want to upgrade, also they get the upgrade at different times, not all at the same time. Better hold off until more people have compatible browsers before you use html5. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted August 30, 2010 Moderators Report Share Posted August 30, 2010 I think its important to maintain backward compatibility while enhancing new technology, its a careful balance and sometimes a trade off but after all the more platforms you can support then the more pilots you will get, it took me about 3 months to get everything working across the most popular browsers, its a bit of a mine field. Quote Link to comment Share on other sites More sharing options...
AFVA | Mitchell Posted August 30, 2010 Author Report Share Posted August 30, 2010 Or you can make a different CSS file for the HTML Non-Compatible browsers and do a 'if browser' thingy. I want to use HTML 5 because most of the features you can find in Flash are much easier to make in HTML 5 saving time, money and effort. Quote Link to comment Share on other sites More sharing options...
Tom Posted August 31, 2010 Report Share Posted August 31, 2010 I aim to make all my skins as compatible as possible, including the hideous IE. If you're going to use HTML5 it's definitely worth having a little bit of php to determine which browser they're on and render a different set of HTML and CSS accordingly. Developing HTML5-only at this stage and blaming your users for not upgrading yet is, as mentioned, only going to cause you to lose out. 1 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted August 31, 2010 Administrators Report Share Posted August 31, 2010 Overall I believe there will not be many differences in the day-to-day with HTML 5, most changes will be in layers which are mostly invisible (JS). CSS changes... probably alot to be taken advantage of, but not completely I threw out IE6 support long ago. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.