Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 20 of 20

Thread: Codeacademy + Code Year

  1. #1
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Codeacademy + Code Year

    I was recently introduced to the concept of Code Year, which challenges people to learn how to program by taking one mini-class a week throughout 2012. The first course goes out today. I'm a bit skeptical, but I've signed up (it's free) to see what kinds of things they're offering. It might prove useful for users who don't know the next step in the learning process or are looking for challenges to test their programming ability.

    Code Year is a part of a larger site called Codeacademy, which apparently offers free programming tutorials and allows you to compare your progress through the exercises to your friends' progress, all through a slick-looking interface.

    I haven't looked into it in that much depth just yet, but it seems like a neat idea. I'm thinking it might be a good "check this out" type response for people who are looking to flex their emerging programming muscles (like Project Euler). So far everything seems to be in javascript, but hopefully they'll branch out to other languages as the site grows in popularity.

    Anyway, I'd be curious to hear if anybody has used this site or is doing Code Year!
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  2. The Following 3 Users Say Thank You to KevinWorkman For This Useful Post:

    JavaPF (January 10th, 2012), Melawe (January 10th, 2012), Mr.777 (January 10th, 2012)


  3. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by KevinWorkman View Post
    I was recently introduced to the concept of Code Year, which challenges people to learn how to program by taking one mini-class a week throughout 2012. The first course goes out today. I'm a bit skeptical, but I've signed up (it's free) to see what kinds of things they're offering. It might prove useful for users who don't know the next step in the learning process or are looking for challenges to test their programming ability.

    Code Year is a part of a larger site called Codeacademy, which apparently offers free programming tutorials and allows you to compare your progress through the exercises to your friends' progress, all through a slick-looking interface.

    I haven't looked into it in that much depth just yet, but it seems like a neat idea. I'm thinking it might be a good "check this out" type response for people who are looking to flex their emerging programming muscles (like Project Euler). So far everything seems to be in javascript, but hopefully they'll branch out to other languages as the site grows in popularity.

    Anyway, I'd be curious to hear if anybody has used this site or is doing Code Year!
    Hmmm.... seems interesting.... Let's wait for the Java release. I am using it too for now.
    Thanks for such an update.... And i guess i missed first lecture.... Can you post here the first lecture?
    Last edited by Mr.777; January 10th, 2012 at 02:27 AM.

  4. #3
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by Mr.777 View Post
    Hmmm.... seems interesting.... Let's wait for the Java release. I am using it too for now.
    Thanks for such an update.... And i guess i missed first lecture.... Can you post here the first lecture?
    I'm not sure there will be a Java release. It might be all Javascript. That's okay, since I don't know anything about Javascript and should probably learn it anyway.

    I don't think there are lectures per se. You just dive right into the first lesson by following the directions and using the online command prompt-esque control. Here's a link to the first lesson: http://www.codecademy.com/courses/programming-intro
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #4
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by KevinWorkman View Post
    I was recently introduced to the concept of Code Year, which challenges people to learn how to program by taking one mini-class a week throughout 2012. The first course goes out today. I'm a bit skeptical, but I've signed up (it's free) to see what kinds of things they're offering. It might prove useful for users who don't know the next step in the learning process or are looking for challenges to test their programming ability.

    Code Year is a part of a larger site called Codeacademy, which apparently offers free programming tutorials and allows you to compare your progress through the exercises to your friends' progress, all through a slick-looking interface.

    I haven't looked into it in that much depth just yet, but it seems like a neat idea. I'm thinking it might be a good "check this out" type response for people who are looking to flex their emerging programming muscles (like Project Euler). So far everything seems to be in javascript, but hopefully they'll branch out to other languages as the site grows in popularity.

    Anyway, I'd be curious to hear if anybody has used this site or is doing Code Year!
    Thanks for sharing.

    I don't think I've seen this, but I remember the "what is your name" example from somewhere else. I think ruby's site. From the looks of the Labs site Codecademy Labs, python and ruby are next on the list, no Java. :/ Reminds me of Programr | Code It Online (lemme know if you want an invite ).

  6. #5
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by Melawe View Post
    Thanks for sharing.

    I don't think I've seen this, but I remember the "what is your name" example from somewhere else. I think ruby's site. From the looks of the Labs site Codecademy Labs, python and ruby are next on the list, no Java. :/ Reminds me of Programr | Code It Online (lemme know if you want an invite ).
    Very cool, I think I'll keep up the lessons, if only to get some slight experience with unfamiliar languages under my belt. I'd be curious to compare my results with other people going through with it, since part of that site is for social networking and friendly competition.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  7. #6
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Codeacademy + Code Year

    I just registered to use it and I think I love it so much although I already know some basic Javascript. It is very interactive. Thanks for sharing.

  8. #7
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by KevinWorkman View Post
    Very cool, I think I'll keep up the lessons, if only to get some slight experience with unfamiliar languages under my belt. I'd be curious to compare my results with other people going through with it, since part of that site is for social networking and friendly competition.
    Yea, it would have been great fun if it were in Java. I plan on learning JS sometime soon, maybe in the next coming months, when I've learned HTML. You might find this site helpful: http://w3schools.com/. Good luck.
    Last edited by Melawe; January 11th, 2012 at 06:17 AM.

  9. #8
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by elisha.java View Post
    I just registered to use it and I think I love it so much although I already know some basic Javascript. It is very interactive. Thanks for sharing.
    Oh yeah, its interactivity, coupled with the meta-gaming aspect (earning points and achievements for finishing lessons) really up the addictive aspect of the site. Some lessons to be learned there, perhaps...
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  10. #9
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by Melawe View Post
    Yea, it would have been great fun if it were in Java. I plan on learning JS sometime soon, maybe in the next coming months, when I've learned HTML. You might find this site helpful: W3Schools Online Web Tutorials. Good luck.
    Eh, it wouldn't hurt to dive into Javascript in the mean time. And yeah, w3schools is my first stop for my many questions about html and css.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  11. #10
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by KevinWorkman View Post
    I'd be curious to compare my results with other people going through with it, since part of that site is for social networking and friendly competition.
    Check Programr then. Its getting better everyday. You can win cash prizes in some competitions.
    Last edited by Melawe; January 13th, 2012 at 10:42 AM. Reason: http://www.programr.com/

  12. #11
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Codeacademy + Code Year

    It is a good idea to double check your links before posting them here. Does that [programr.com] really exists?

  13. #12
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by elisha.java View Post
    It is a good idea to double check your links before posting them here. Does that [programr.com] really exists?
    I think it exists, at least it does for me. Try adding a www. before it, which firefox seems to do automatically. It seems like a neat idea, although I haven't had time to really check it out yet.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  14. #13
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by elisha.java View Post
    It is a good idea to double check your links before posting them here. Does that [programr.com] really exists?
    Yes it does, try this instead Programr | Code It Online. Or google "programr.com" if it still doesn't work.

  15. The Following User Says Thank You to Melawe For This Useful Post:

    elisha.java (January 14th, 2012)

  16. #14
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Codeacademy + Code Year

    Thank you. I actually tried it earlier with Firefox but it was not working. Let me try it one more time and I really appreciate your efforts in sharing such important resources with some of us here.

  17. #15
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Codeacademy + Code Year

    Thank you for sharing, I have now joined the site and I love it so much.

  18. #16
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by elisha.java View Post
    Thank you for sharing, I have now joined the site and I love it so much.
    Glad you liked it. What is your name there?

  19. #17
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Codeacademy + Code Year

    http://programr.com is the best so far. You sign-up and get a free course - if you are new to Java but you can buy an advanced one with your accumulated points from doing challenges. It is just plain awesome. I have been there almost all day solving problems and learning new stuff.

  20. #18
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Codeacademy + Code Year

    You can find me by searching - if enabled by the site designers : Eenvincible and we could exchange some ideas and codes there.

  21. #19
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Default Re: Codeacademy + Code Year

    Quote Originally Posted by elisha.java View Post
    You can find me by searching - if enabled by the site designers : Eenvincible and we could exchange some ideas and codes there.
    Yes, I found you, but I couldn't find a add friend button. :/

  22. #20
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Codeacademy + Code Year

    Let me try and check in. I will see if they have such a capability on that site.

Similar Threads

  1. Hey 16 year old only started Java this morning, what is wrong with my code?
    By JavaProg in forum What's Wrong With My Code?
    Replies: 3
    Last Post: August 1st, 2013, 11:00 AM
  2. can we create this as my final year project ?
    By naved in forum Java Theory & Questions
    Replies: 1
    Last Post: July 16th, 2011, 02:33 AM
  3. return a day of the year
    By lipry in forum Java Theory & Questions
    Replies: 3
    Last Post: January 23rd, 2011, 05:10 PM
  4. Leap year program
    By cyspope in forum What's Wrong With My Code?
    Replies: 4
    Last Post: September 22nd, 2010, 10:20 PM
  5. need idea for final year project
    By asadkhan in forum Java Applets
    Replies: 0
    Last Post: August 22nd, 2010, 01:36 AM