This Sudoku playing board will help you solve the puzzles.
You can see the source code for the JavaScript powering this web page be using the "view source" feature of yoru web browser. The sudoku puzzle generation is done on the server side by QQWing, a free open source sudoku solver and generator that was also written by Stephen Ostermiller.
This Sudoku playing board should be helpful, but it doesn't solve the puzzles for you. It only enforces the basic rule of Sudoku: you may not put the same number twice into any row, column, or section. Even with this helpful page, it is still possible to choose numbers such that the puzzle can not be solved. Here, all the bookkeeping is done by the Sudoku playing board, freeing your brain up to do the more challenging leaps of logic. Even so, purists may want to stick to pencil and paper.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Copyright Stephen Ostermiller 2005-2006