Topic: HTML5 and Responsive
My reasons:
1 Currently using HTML 4
2 I don't think desktops are the most common way to access the internet any more
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Wish List → HTML5 and Responsive
My reasons:
1 Currently using HTML 4
2 I don't think desktops are the most common way to access the internet any more
Yes definitely, But Fa supports to work on tablets , also. If you are a developer, you can make it responsive to all mobiles.
Well that's very good. Apparently updating to HTML5 is as simlple as
"Update the old DOCTYPE declaration which no one ever bothered remembering with <!DOCTYPE html> – and.. you’ve gone HTML5!"
But I can't find where to do this?
Kind regards
So editing access\logins.php, access\password_reset.php and include\header.inc with the new doc type makes it html5.
Kind of... It'll be a valid HTML5 page, but it won't do anything that the old page didn't. Except not work in old browsers.
To benefit from the new features of HTML, the theme (which outputs the actual page) needs to explicitly include those features. I'm no web developer, but I don't think there are any such features which could not be implemented in Javascript.
Thank you
I'm currently working on this. The approach I'm taking is a pure php solution with no jQuery hacking of the classes. I'm delegating the render code to a default renderer, and allowing themes to implement the render. You can track progress if you like on my todo list
This work is now as complete as I'm going to make it for the moment at least. See the announcement here.
FrontAccounting forum → Wish List → HTML5 and Responsive
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.