I like the idea. Did you borrow inspiration from www.tryruby.org ?
Show HN: Codecademy.com, the easiest way to learn to code
131–140 of 239 posts
Re: Show HN: Codecademy.com, the easiest way to learn to code
#132This is awesome. It definitely revolutionises learning programming. One thing to improve, make the program sound the nice guy it sound when the user does things right. I tried doing something wrong and presented with just an error. Probably not good for the type of audience that would embrace this. `> 2w2 ERROR: identifier starts immediately after numeric literal` Wishing very good luck.
Re: Show HN: Codecademy.com, the easiest way to learn to code
#133Earlier quoted context omitted.
Why does the hint suggest making sure case is right then? I can't imagine a mistake someone would make where that would be a helpful hint.
Dunno, I didn't write it. I actually refreshed once because I thought there was an error. I then realized it was my fault after looking at the previous question.
Re: Show HN: Codecademy.com, the easiest way to learn to code
#134Re: Show HN: Codecademy.com, the easiest way to learn to code
#135We are going after the same problem with a different solution - http://codeacademy.org Looks great, looking forward to seeing it develop!
Thought that your link was pointing at the OP's site until I followed it. The parent's link is to code a cademy.org, the OP's link is to codecademy.org (No 'a').
Re: Show HN: Codecademy.com, the easiest way to learn to code
#136We are going after the same problem with a different solution - http://codeacademy.org Looks great, looking forward to seeing it develop!
Good luck with http://codemountain.org
Re: Show HN: Codecademy.com, the easiest way to learn to code
#137Earlier quoted context omitted.
Any advice on starting something if you're not a developer, or how you gathered the resources to do it with your limited knowledge? I'm not a developer but I just started doing LPTHW, I'd love to create something of my own but I was never good at making something from 'nothing'.
LPTHW is terrific. we're hoping to offer courses beyond basic javascript so you'll be able to learn from Codecademy too. the easiest thing to do is make something - think of what you'd like to make and keep referencing books on your way to completing it!
Re: Show HN: Codecademy.com, the easiest way to learn to code
#138 "name".length.
This is because the prompt said: Well done! How long is your name? Find out by typing your name in quotes and ending it with .length.
For me, that'd be "Ryan".length.
Apparently its not clear enough what is code and what isn't. While you and I can tell that the last period belongs to the sentence and not the code, it was a bit confusing for her. Perhaps putting the code in a different font (as well as the current highlighting) would do the trick?