From: webERP D. <web...@li...> - 2013-05-30 01:28:59
|
*Hi, Phil:* I think it'll be great to let the application run without javascript. But it'll a big challenge to mix javascript php together. Ajax is the mark of web2.0, if we introduce ajax, the style of coding will be big difference. I believe you've already experienced that. A feasible way maybe we set a configuration choice for users and code same feature with two different code style. The coding for php only is very concise, but the user experience will be poor. It's time consuming to code with javascript+php, but it'll improve user experience and improve the performance. As html5 become popular, Javascripts will be a used widely. And with more mobile device introduced in office, lots of apps will be available in MID. I believe it's time to change the code style to separate the view (user's interface) with business logic. Then the application will be easily to be adjusted to mobile device, such as compile it with PhoneGap. Just my2cent about the coding style. Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Install-interface-internationalize-tp4656407p4656432.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |