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

Re: HTML5 and Responsive

Yes definitely, But Fa supports to work on tablets , also. If you are a developer, you can make it responsive to all mobiles.

Subscription service based on FA
HRM CRM POS batch Themes

Re: HTML5 and Responsive

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

Re: HTML5 and Responsive

So editing access\logins.php, access\password_reset.php and include\header.inc with the new doc type makes it html5.

Re: HTML5 and Responsive

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. smile

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.

Re: HTML5 and Responsive

Thank you

Re: HTML5 and Responsive

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

Cambell https://github.com/cambell-prince

Re: HTML5 and Responsive

This work is now as complete as I'm going to make it for the moment at least.  See the announcement here.

Cambell https://github.com/cambell-prince