Silent minority

Discussion of chess software programming and technical issues.

Moderator: Ras

Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Silent minority

Post by Henk »

Is there a website where they do discuss implementations of chess websites: HTML, CSS, MVC, Javascript, database design. For instance I already had trouble with creating a popup menu for minor promotion in javascript. Also creating HTML,CSS for a chessboard is not that trivial.
Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Re: Silent minority

Post by Henk »

Even a tutorial about how to draw a knight might be welcome. Instead of spending many weeks to figure it out yourself.
Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Re: Silent minority

Post by Henk »

User avatar
hgm
Posts: 28467
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Silent minority

Post by hgm »

I developed the Interactve Diagram in JavaScript, to make it easier to post chess board. See for example http://www.chessvariants.com/index/disp ... ntid=33261 . I also used it in a turn-based server, e.g. http://hgm.nubati.net/variants/elven .