Showing posts with label report. Show all posts
Showing posts with label report. Show all posts

Thursday, January 17, 2008

XML::SAX for Comparison Report

Toying with XML::SAX again since the comparison report has to reflect the original XML.

[Insert sample here]

Currently I am writing a script to mimic XML::Tidy.

Thursday, September 27, 2007

HTML Progress Bar

This is a pretty neat HTML progress bar hack that I found while reading through Barbie's presentation on becoming CPAN tester.

Basically, it is taking several monochromatic image files and altered the width to fit the ratio of progression.

<img src="green.png" width="75.4465161923454" height="16"/>
<img src="red.png" width="4.55348380765456" height="16"/>

I implemented it to sweeten the result page.