April 20th, 2007

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!

7 Responses to “Chess By Blog 1.0.0”

  1. Seth Says:

    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.

  2. levork Says:

    Sounds like a good idea, I think I can add that feature for 1.0.1.

  3. levork Says:

    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 &#34 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.

  4. billybob Says:

    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

  5. Julian Says:

    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”?

  6. billybob Says:

    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

  7. levork Says:

    I’ve released a new version, 1.0.1. Get it here!

© 1999-2008 Julian Fong