Techie Things

A blog with tech recipes and other technical information by jmiguel.

2-Minute Read

I have an old java project, with all files enconded as ISO-8859-1 . It was made back in time where most of our development team worked with Windows (fortunately, those times are over ;-)). Now (almost 10 years later -yep that is a really legacy project-) we’re updating it, mostly in the frontend user interface.

1-Minute Read

Sometimes you need to have several actions to be submitted on the same form. Usually you only have one button for this which points to the place you define on the FORM ACTION block. So, how can you detect which button was clicked in plain HTML?

Recent Posts