Monthly Archives: June 2012

Jquery form validation

It has been a while since I wrote a form. I kept posting data even though the validation fired and was not valid. I forgot that you have to check for a valid form. I also learned that you can … Continue reading

Posted in HTML, javascript, JQuery, json | Tagged , , , , , | Leave a comment

Maven assembly plugin – 2 artifacts

If you need the maven assembly plugin to produce two artifacts, it must be with two separate execution blocks. One execution block creates one artifact, like one module typically produces one artifact.

Posted in Maven | Tagged , | Leave a comment

When $.get and $.post just aren’t enough

This is a typical Jquery ajax request. This works great until you realize that it is really taking data from a form and is changing data on the site. It should be a post, but it was mistakenly made with … Continue reading

Posted in javascript, JQuery | Tagged | Leave a comment