I think it’s ready for release!
Here is the Chess By Blog blurb page.
Here’s the download - ChessByBlog-1.0.0.zip, 212 KiB.
Please post any questions or issues in the comments. Happy chess playing!
I think it’s ready for release!
Here is the Chess By Blog blurb page.
Here’s the download - ChessByBlog-1.0.0.zip, 212 KiB.
Please post any questions or issues in the comments. Happy chess playing!
April 20th, 2007 at 10:33 am
I would *love* this if there was some sort of chess-by-email functionality. What I mean is, when my brother makes a move, how do I know about it? We need alerts.
April 20th, 2007 at 10:57 am
Sounds like a good idea, I think I can add that feature for 1.0.1.
April 22nd, 2007 at 8:23 am
A new issue I discovered lately related to quotation marks. PGN tags are delimited by quote marks. But because WordPress has an annoying tendency to “texturize” these quotes, the code inserted by the Quick tags button inserts " instead of quote characters. This works until you edit the post again with the Visual editor: the " get converted back to quotes, and when the post is filtered by WordPress they get texturized into fancy quotes, causing the client code to choke on the tags. The symptom: the game suddenly gets closed even if you’re logged in with the appropriate edit permissions. I’ll have to make that code more resilient. In the mean time, if you avoid editing the post after inserting the chess tags, you should be fine.
June 11th, 2007 at 6:24 am
Hi
I would like to make the chess board static, as you mentioned
it is a real problem for I.E. 7. I see how you call the pieces
in the css file but could you give me an example on how I would
change the css to call a static chessboard, and then call static
squares. I assume the header could stay the dame?
A game lister and replay option would be great for this product.
Thanks
June 11th, 2007 at 8:22 am
Hi billybob -
If I recall, the problem is that the only fix I could find was to hard code the pixel size of squares in the actual client side source code - which means editing ChessByBlog.java and recompiling it. I couldn’t figure out a decent CSS hack to avoid the resize issue. To edit and recompile the Java file you’d need the GWT installed - then I think you need to make a call to setSize(48, 48) somewhere in the middle of the Square constructor. Probably not ideal.
Let me look into this problem this upcoming weekend and see if there’s something better that can be done about it.
What do you mean by a “game lister”?
June 11th, 2007 at 3:20 pm
Hi
Game lister, instead of just entering one pgn file, I was thinking maybe you could enter several and then select the game you want from a drop down menu?
On the issue of static board and squares, I was under the impression you could call them in the same manner you are calling the image files for the pieces in the css file?
Any help with the static stuff would be great.
Thanks
June 24th, 2007 at 8:25 pm
I’ve released a new version, 1.0.1. Get it here!