Live data from Hacker News

Show HN: My first web app, DailyDo.it

dailydo.it

51–57 of 57 posts

Re: Show HN: My first web app, DailyDo.it

#51

One thing that confused me was the "Team" link at the top. Having it placed between "Philosophy" and "Contact" made me expect that it was going to be a page about the people that made the site, not a signup page about a future featureset. Anyway, you might want to make the "team" thing stand out in a different way, if you're hoping to capture people interested in group features.

Yup.....same to me. All the way.

Re: Show HN: My first web app, DailyDo.it

#53
Great work. You may want to consider switching the "Add Task"-div with the "Daily/Monthly/Future"-div. So that the "Add-Task"-div is aligned in the lower left hand corner. That would be way more intuitive for me. Another great feature would be rearranging the existing tasks.

Re: Show HN: My first web app, DailyDo.it

#54

Great stuff, one suggestion: clicking the label for an item should check/uncheck it, like in a properly marked up form (using the "for" attribute of the label tag).

I had it like that for a while, but ran into problems once I introduced the double-click-to-edit functionality. Thanks for the suggestion though; I'm still working on improving the user experience. :)

Re: Show HN: My first web app, DailyDo.it

#55

Great job. You've made a great app here :) Only one suggestion for usability -- autofocus the "Add a task" input on page load, so the user can begin typing without an extra click upon arrival (think Google.) I think this convention works well with any app which expects text input as its immediate feature

I've had some thought on this. The issue that I see with auto-focusing is people who use backspace to go back in the browser. If I steal focus then they're just stuck there, mashing on backspace.

As a compromise I implemented arrow key functionality. The down arrow focuses the input field when you're on the Daily tab. The left and right keys also scroll between days/months. I realize that at this point there is absolutely no indication of those features on the site, so consider it an Easter Egg for now. :)

Re: Show HN: My first web app, DailyDo.it

#56

So, going from zero programming knowledge or experience to this in 3 weeks? If that is the case, it's pretty amazing. I would never have pegged this as a 'first app'. Great job.

Not quite zero. This past semester I took a course in MATLAB which was fairly unrelated, but definitely helped me get comfortable with programming a real project (we did bridge design in the course). I also live with a software developer who helped bail me out from time to time. DailyDo.it was started on April 29th, and I worked long days since then to get it up to what you see now. During the weekend before that I m…

Not to take anything away from such a great accomplishment ... but i find it a little odd that you failed to mention your live-in boyfriend is a coding ninja. Either way ... hats off to you ... and keep it up.

http://nathan.ca/2012/04/html5-helicopter/

Re: Show HN: My first web app, DailyDo.it

#57
post #56

Earlier quoted context omitted.

Not quite zero. This past semester I took a course in MATLAB which was fairly unrelated, but definitely helped me get comfortable with programming a real project (we did bridge design in the course). I also live with a software developer who helped bail me out from time to time. DailyDo.it was started on April 29th, and I worked long days since then to get it up to what you see now. During the weekend before that I m…

Not to take anything away from such a great accomplishment ... but i find it a little odd that you failed to mention your live-in boyfriend is a coding ninja. Either way ... hats off to you ... and keep it up. http://nathan.ca/2012/04/html5-helicopter/

In the post you're replying to I said: "I also live with a software developer who helped bail me out from time to time", and I linked to the html5helicopter.com page which links to that blog post. I wasn't trying to hide anything and didn't mean to be misleading. I'm sorry if I caused any confusion. Nathan helped teach me to code, but DailyDo.it is my own creation.
Post reply on HN