Live data from Hacker News

I finished my web app

news.ycombinator.com

11–13 of 13 posts

Re: I finished my web app

#11
post #10

I like it a lot! I would love to learn a bit more about your technology stack (NodeJS I assume?). Obviously you're polishing it, but I'll give some feedback and hope it helps you: 1) Landing page, the enter key event isn't submitting the login form, right? 2) Time stamp on chat 3) Close button on the search dialog 4) I like cursor: pointer;cursor: hand; on my action buttons 5) Maximize video option? 6) Vote up/down b…

I used Prosody (XMPP Server), with a custom module. The whole site is built around XMPP multi-user chat. Front-end is primarily Backbone/Strophe(xmpp library)/Jquery.

1-5) Yea, lot of little stuff I'm gonna need to handle.

6) Since there can be many people in the room, skipping, rearranging, repeating, looping, all of these things are going to have to be voted on.

Lastly, I think it may well be a failure on my part, but the title bar # indicates messages received while you are tabbed away from the window. I detected this by checking to see if the chat input box was in focus (from my understanding that's how gtalk does it). It's clunky, and I should probably figure out a better way to do this.

Thank you for your feedback :)

Also, I've made the Javascript code available on my github (Since I need to find a job): https://github.com/ahaque/lh

Re: I finished my web app

#12
post #10

I like it a lot! I would love to learn a bit more about your technology stack (NodeJS I assume?). Obviously you're polishing it, but I'll give some feedback and hope it helps you: 1) Landing page, the enter key event isn't submitting the login form, right? 2) Time stamp on chat 3) Close button on the search dialog 4) I like cursor: pointer;cursor: hand; on my action buttons 5) Maximize video option? 6) Vote up/down b…

I used Prosody (XMPP Server), with a custom module. The whole site is built around XMPP multi-user chat. Front-end is primarily Backbone/Strophe(xmpp library)/Jquery. 1-5) Yea, lot of little stuff I'm gonna need to handle. 6) Since there can be many people in the room, skipping, rearranging, repeating, looping, all of these things are going to have to be voted on. Lastly, I think it may well be a failure on my part,…

There's a chat input box? Are you sure?

Firefox 3.6 shows no such thing.

Re: I finished my web app

#13

Earlier quoted context omitted.

I used Prosody (XMPP Server), with a custom module. The whole site is built around XMPP multi-user chat. Front-end is primarily Backbone/Strophe(xmpp library)/Jquery. 1-5) Yea, lot of little stuff I'm gonna need to handle. 6) Since there can be many people in the room, skipping, rearranging, repeating, looping, all of these things are going to have to be voted on. Lastly, I think it may well be a failure on my part,…

There's a chat input box? Are you sure? Firefox 3.6 shows no such thing.

Ya, just checked 3.6. Might be a knock against the design, but its the gray box, across the bottom of the right column/side.
Post reply on HN