Hi, I'm Daniel Evilsizor, I've enjoyed playing with programming and web development for more than 10 years now. I currently work in the Online Communications office at UT Arlington. You can reach me at daniel@evilsizors.com.
There have been several iterations of this website in the past, but in its present form I plan to keep it as simple as possible, as a place to post projects and experiments I'm working on.
February 25, 2012
I actually did this project in November 2010. I wanted to see if it was possible to write a sudoku-solving “program” in XSLT 1.0. Apparently it is!
I'm nowhere near an expert with XSLT, so I'm sure there are better ways to do this. Performance is pretty decent though, if you have an XSLT-capable browser (you probably do), then you should find the examples will be solved in about 1 second.
Here you can see it solving some example puzzles I found on WebSudoku.com.
View source code for Sudoko Solver XSLT
February 5, 2012
I started on a Javascript project this past winter break called Random Chess, and now it's ready for release.