Low-Code Development: Leverage low and no code to streamline your workflow so that you can focus on higher priorities.
DZone Security Research: Tell us your top security strategies in 2024, influence our research, and enter for a chance to win $!
Grand Poobah at 3 Chiles Media
Austin, US
Joined Mar 2008
Stats
Reputation: | 0 |
Pageviews: | 0 |
Articles: | 0 |
Comments: | 3 |
Nothing here yet! Would you like to post an article?
jQuery Selectors
Essential JSP Expression Language
Comments
Mar 28, 2008 · Lebon Bon Lebon
Well, the whole concept of Unobtrusive JavaScript pretty much describes exactly what you are talking about. The body markup becomes just that: document markup, with no style embedded (CSS takes care of that) and with no behavior (script) embedded.
I'm not sure that the "servlet injection" step is really necessary. Since the designer is markup-savvy, surely a <script> tag or two in the <head> wouldn't be a problem?
Mar 28, 2008 · Lebon Bon Lebon
Well, the whole concept of Unobtrusive JavaScript pretty much describes exactly what you are talking about. The body markup becomes just that: document markup, with no style embedded (CSS takes care of that) and with no behavior (script) embedded.
I'm not sure that the "servlet injection" step is really necessary. Since the designer is markup-savvy, surely a <script> tag or two in the <head> wouldn't be a problem?
Mar 28, 2008 · Lebon Bon Lebon
Well, the whole concept of Unobtrusive JavaScript pretty much describes exactly what you are talking about. The body markup becomes just that: document markup, with no style embedded (CSS takes care of that) and with no behavior (script) embedded.
I'm not sure that the "servlet injection" step is really necessary. Since the designer is markup-savvy, surely a <script> tag or two in the <head> wouldn't be a problem?