Live data from Hacker News

Corkboard app, all in HTML/CSS/Javascript

corkboard.me

11–20 of 77 posts

Re: Corkboard app, all in HTML/CSS/Javascript

#11

Really neat, but what if I get lost? Maybe some sorta thing to zoom out, not sure. But its really nice!

Definitely. I'm thinking how I can implement that, possibly a mini-map or a snazzy zoom out feature. Definitely will come in a future release.

Re: Corkboard app, all in HTML/CSS/Javascript

#18

Could you make it more obvious where to click and hold to drag? I think you want to allow the user to select the text with the mouse without moving the note, but maybe some kind of styling at the bottom and top of the note to designate a "drag" zone.

I agree. It would be much clearer if you used a hover css property and put cursor: move;

Re: Corkboard app, all in HTML/CSS/Javascript

#19
post #18

Could you make it more obvious where to click and hold to drag? I think you want to allow the user to select the text with the mouse without moving the note, but maybe some kind of styling at the bottom and top of the note to designate a "drag" zone.

I agree. It would be much clearer if you used a hover css property and put cursor: move;

Noted (on my own corkboard!). Will come soon.
Post reply on HN