By jettro, on September 14th, 2009
For a project that I am working on Your-Scrum I need a lot of items in a list that are sortable. One Story is to have a backlog with stories that are sortable to reflect the importance. Using Domain Driven Design, I have created a rich domain model. Using the model, we can execute all stories related to sorting items in a list. At the front-end I want an easy way to handle the sorting. I found a library for jQuery that can do the job for a large part on the client. Still there are some server side components as well.
The following screen gives an idea about the look and feel of the sortable list of stories.
Continue reading Creating a sortable list of items using jQuery
By jettro, on January 24th, 2008
jQuery(document).ready(function($) { window.setTimeout(‘loadFBShareMe_7()’,5000); }); function loadFBShareMe_7(){ jQuery(document).ready(function($) { $(‘.dd-fbshareme-7′).remove();$(‘.DD_FBSHAREME_AJAX_7′).attr(‘width’,’53′);$(‘.DD_FBSHAREME_AJAX_7′).attr(‘height’,’69′);$(‘.DD_FBSHAREME_AJAX_7′).attr(‘src’,'http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2008/01/24/start-using-jquery-with-some-small-samples-and-using-spring-mvc-25/&size=large’); }); }
This is a post about an ajax framework that was new to me. Not that it is a new framework, but I started seeing it in more and more places and they talked about it during the the springexperience as well. So I wanted [...]
Popular