Show HN: A virtual whiteboard for working or teaching remotely
21–30 of 143 posts
Re: Show HN: A virtual whiteboard for working or teaching remotely
#22This is fantastic. How long is a whiteboards lifetime ?
A whiteboard lasts 30 days at the moment, but that number may change in future
Re: Show HN: A virtual whiteboard for working or teaching remotely
#23I tried opening "my" whiteboard in a second tab in Firefox (on Windows). The second tab's view is distorted, it reminds me of having a badly programmed modulo register on the Amiga. Which doesn't say much to most, I guess... It looks as if the scan lines are mis-aligned, i.e. as if some pixels in each line is missing from each, causing the resulting image to be slanted and distorted.
Hmmm - send me a screenshot. I'll take a look.
Re: Show HN: A virtual whiteboard for working or teaching remotely
#24Earlier quoted context omitted.
Nicely done, website is nice and it's great that you can just click and get started straight away. In your comment you said you moved away from mySQL, what exactly do you store in the DB? Which leads to the question: how do you transfer the drawing data between clients? I guess it's not a case of uploading a Canvas as an image?
The drawing is basically a list of strokes, and a stroke is a list of points - that is, (x, y) coordinates. So the database is mostly a huge table of (x,y) coordinates. Uploading the entire canvas would far too inefficient - I simply upload the points. The transfer between two clients uses a technique called 'long polling'. That is, the client sends an HTTP request to the server, and the server doesn't respond until…
Re: Show HN: A virtual whiteboard for working or teaching remotely
#25Re: Show HN: A virtual whiteboard for working or teaching remotely
#26Re: Show HN: A virtual whiteboard for working or teaching remotely
#27Re: Show HN: A virtual whiteboard for working or teaching remotely
#28Re: Show HN: A virtual whiteboard for working or teaching remotely
#29Re: Show HN: A virtual whiteboard for working or teaching remotely
#30http://whiteboardfox.com/972-7551-8980