× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



It is just a different approach where the (bulk) of the HTML
is generated on the client, rather than generated/delivered
by the server.



I think to be more precise, the trendy approach generates DOM elements based on JavaScript object declarations; not HTML. Sencha uses that approach extensively while JQuery tends to extend downloaded HTML elements with JavaScript object declarations and script.

HTML maps to DOM elements natively, while JavaScript objects require JavaScript rendering engines to transform them to DOM elements. Consequently, HTML renders more quickly, while "rendering engines" display "Loading ..." (or similar) while transforming JavaScript objects.

HTML improves browser UI performance, while JavaScript rendering engines may improve overall end-user experience by providing transitions, effects, and interesting behaviors. I personally prefer doing more with HTML and CSS than JavaScript, but I acknowledge that there may be trade-offs and constraints under either approach, in addition to personal preferences.

My gut feel is that most programmers are not very good at GUI design, and would prefer working with rich component palettes and frameworks, than designing their own HTML, CSS, and JavaScript. I like GUI design, however. I tend to be unsatisfied with prominent rich UI palettes and frameworks. To each their own.

-Nathan

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.