Tag Archives: javascript

Spring MVC AJAX web services Part 2, attack of the JSON post

Previously I covered how to create simple AJAX web services using Spring MVC and annotated controllers. This made it very easy to create robust services that automatically convert your java beans into JSON for easy consumption by your AJAX client. … Continue reading

Posted in Java, Javascript, jQuery, JSON, Programming, Spring | Tagged , , , , , , | 2 Comments

IE inconsistencies

I’ll keep a running list of new items I find that are inconsistent between Internet Explorer and other browsers. I’ll skip most of the stuff that’s already public knowledge. Internet Explorer doesn’t treat z-index for absolutely positioned objects the same … Continue reading

Posted in Browser Issues, Javascript, Programming | Tagged , , , | Leave a comment

jQuery UI Drag and Drop

jQuery UI has drag and drop functionality baked right in. This makes it really easy to add rich functionality and responsiveness to your web applications that let them act more like desktop applications. Check out the demo below and continue … Continue reading
Posted in Javascript, jQuery, Uncategorized, Web Development | Tagged , , | Leave a comment

jQuery clone usage

Recently I was working on a project that used a few divs that were identical in form and function. They both contained an HTML form and they both submitted to the same REST service. I figured there had to be … Continue reading
Posted in Javascript, jQuery, Web Development | Tagged , , | Leave a comment