Suggestion:
In this part of the ncode_imageresizer_headinclude template, change:
Code:
<script type="text/javascript" src="$vboptions[bburl]/clientscript/ncode_imageresizer.js?v=1.0.1"></script>
to:
Code:
<script type="text/javascript" src="clientscript/ncode_imageresizer.js?v=1.0.1"></script>
so that people like me who offer a SSL version of the site to those who choose to use it don't get security errors because the script is trying to run from the non-ssl url of the site.