|
As to how RBD does things. I have no clue, I haven't used it. I use JS to create DOM elements, sure. That is based on user actions or data population. But I wouldn't think to create the majority of a page that way. I've seen mashup code that has all the html, php, and javascript slammed together in the same document and I really prefer not to develop that way. My theory is to get that page up as soon as you can and if you have data to load the user won't care as long as you give them something "pretty" to look at while it loads. Such as a progress bar or animated loading gif. But keep your parts seperate and in functional pieces, it makes it way easier to spot and fix bugs as well as expand on what you have already.Actually, the Web 2.0 concept that RBD uses is at first glance exactly what you say you wouldn't do. You don't write a single bit of HTML; you use a WYSIWYG designer to create widgets, and then you join those widgets to create an application. In the best architecture (albeit the one with the steepest learning curve), the widgets are self-aware - they call out to the server to reload themselves as needed.
As an Amazon Associate we earn from qualifying purchases.
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.