Posts Tagged ‘webapp’

Revision 41

Saturday, January 31st, 2009

I added two components to the page that displays logfiles in the web application, namely:

  • a selection box to limit the number of results per page
  • and a check box to show or hide non chat messages.
logfile.pl rev

logfile.pl rev41

The code for the web application is in some really bad shape. What’s killing me, is the fact that the view and the logic are not separated from each other, along with a whole bunch of other bad practices. If anything needs a rewrite, it’s going to be this part of the software!

On the same note; the entire web application could use a paintjob! A neat CSS stylesheet might just do the trick though.