I completely agree. It will improve both the frontend (feedback & transition without page reload, faster response times with JS in the browser, …) and the backend (less scalability issues, especially with PHP).
There are way more browsers than servers – to have a distributed, resilient and scalable system we need to harness the power of Javascript / client-side computing. On Sat, October 8, 2011 02:12, Tony McCourin wrote: > IMHO rewriting everything in AJAX should be a long-term goal. This will > solve > a lot of problems at once. > -- > > Best regards, > Tony > > On Friday 07 October 13:05:49 Pascal d'Hermilly wrote: >> On 06-10-2011 21:08, Jan-Christoph Borchardt wrote: >> > Then again, for file upload it would make sense because the file has >> to >> > be fully uploaded (critical, as opposed to music playing). But only >> > when the process is up front about not wanting to be interrupted – for >> > example by freezing the interface and showing a loading bar, showing >> > additional visual feedback on the file transfer, etc. >> >> What about having owncloud content run within an Iframe? Any >> "long-lasting" >> process could be thrown out of the iframe. The right option would >> probably >> be fetching everything via Ajax(thus staying on the same page) - >> although >> it would require a redesign of owncloud navigation. However it would >> give >> many advantages and saved bandwitdh. >> >> -Pascal >> _______________________________________________ >> Owncloud mailing list >> [email protected] >> https://mail.kde.org/mailman/listinfo/owncloud > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud > _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
