Use jQuery jQuery is the best thing that has happened to Javascript since it got first class functions in version 1.2. The library is elegant, powerful and has exactly the right level of abstraction for working with the DOM. There is nothing more to say. Learn it and use it. Good resources are: the jQuery [...]
Good Practices for Rich Web Applications
August 16th, 2010 by Anders Janmyr — Uncategorized
Tags: css, html, javascript, jquery, web
Creating a TinyMce plugin for a Wicket application
October 7th, 2009 by Rickard Nilsson — Java
I’m currently working on a web project based on Wicket. In this web project there was a request for a web based word processor. TinyMce fits the bill perfectly and as it happens is also integrated in Wicket. Lucky me! Another request required me to make my own plugin for TinyMce. Only, it turned out [...]
Tags: frameworks, javascript, plugin, programming, scripting, tinymce, web, wicket
Wicket Javascript Internals dissected
September 26th, 2008 by Nino Martinez — Java
SO you need to do something special with a javascript and you want to integrate that with wicket. In my last article I looked at this from the wicket side and wrote about what you can do to push something out from wicket. But what if you want to interact? Then you will have to take a peek at wickets javascript internals. If you are working on an ajax component you get these wicket javascript source files included as default [...]
Tags: ajax, frameworks, javascript, open source, programming, web, wicket
