Apace Wicket Quick Tip If you are working with multiple AjaxEventBehavior’s (like AjaxFormSubmitBehavior and AjaxFormValidatingBehavior) on similar components in a Page and you are using IHeaderResponse.renderJavaScript(CharSequence) it’s possible you are contributing duplicate JavaScript over and over again to the header section of your Page unecessarily. As it turns out, by simply changing to use the IHeaderResponse.renderJavaScript(CharSequence,String) method (providing [...]
Continue reading...Monday, October 13, 2008
This past week ZKoss refreshed their flagship product, ZK, to version 3.5.1. If you haven’t heard of ZK before, it is a very slick framework which was “designed to maximize enterprise operation efficiency and minimize the development cost [with] its groundbreaking Direct RIA architecture. ” Unlike most marketing ploys used to overstate the capabilities of a [...]
Continue reading...Wednesday, October 1, 2008
Netflix released it’s long-awaited developer API yesterday (JavaScript, REST) and to a lot of people’s surprise, was quite a bit more open-ended than expected: We’re pleased to announce the availability of the Netflix API. The team has been hard at work on this and we’re glad we can finally let people see what we’ve built. The [...]
Continue reading...Friday, September 5, 2008
Marc Chung has posted an in-depth analysis of Google’sChrome Browser process model. Why this is interesting is because the new process model in Chrome is one of the most powerful aspects of the browser, allowing it to render JavaScript-heavy web applications much faster without blocking the entire browser process hung in a render loop (something [...]
Continue reading...
Friday, March 5, 2010
0 Comments