Programming

Converting a Java project to a Dynamic Web project in Eclipse

Converting a java project to a dynamic web project in Eclipse, so that you can deploy your web application to a local server.

Default html button submit on enter with JQuery

This was a quick solution to select an html submit button and make it the default when a user clicks enter from certain or all input elements on the form using jQuery.

Simple Cross Site Scripting (XSS) Servlet Filter

A Cross site scripting solution using a servlet filter and HttpServletRequestWrapper to encode parameter value's as they're retrieved by your application