Code
This is the part of my site where I dump scripts, small tool, etc. It is all open source under one license or the other.
- alternateStyles.js: once implemented on a website it allows the developer to assign optional css styles to any element(s), which the user can then choose. They are saved in a cookie and loaded when specificed (normally window.onload). 100% pure Javascript.
- buildxulextension.sh: is a bash script that makes zipping extensions for Mozilla Firefox a hell of a lot easier! It accepts two arguments: an output path for the xpi file and the directory of code that your extension sits in. buildxulextension.sh –help for more information. This is released under the GNU General Public License v2.
- Xpay daemon: is a bash init.d script that makes managing SecureTrading’s Xpay client a little easier. This is released under the GNU GPL v2. Redhat and Ubuntu versions.