Intro
I'm new here, this is my way of letting you all know I exist i suppose. Anyway, I know how to code HTML and CSS (not much I know) but I'm hoping to learn more. I've been learning from this site www.codecademy.com and right now I'm just trying to figure what to learn next as well as what will help me become better all around. I'm doing this out of self-interest so I don't exactly have goals on what I should learn yet. Help would be appreciated, thanks.
yourdead wrote: I'm just trying to figure what to learn next as well as what will help me become better all around. I'm doing this out of self-interest so I don't exactly have goals on what I should learn yet. Help would be appreciated, thanks.
Hey man! Good to see ya.
Best advice I can give'ya is to hang in there 'cause you're gearing yourself up for a wild ride. Hacking is fun for as long as you're willing to allow it to stay fun. That's not to say you'll never hate it ( you will ), but in the end you'll always look forward getting home and getting right back to work.
So stick around, ask questions, seek answers and, above all, don't give up. If you want more specific advice than that, you're gonna need more specific questions. Until then, though, know that you're on the right track
Lots of the challenges here are geared towards teaching you what you should know. Usually there's enough information for you to at least know what to google.
As long as you prove you've done your research and done some work, there are people here willing to help you out. (When I started here, I barely even knew html, so don't worry.. and don't tell anyone ;))
psyl0cke wrote: When you are finished with HTML and CSS, you should take a look at JS and PHP. I hate to say this, but I disagree. If you're really into this hacking thing, HTML/CSS isn't really the way to go. I'd start learning a different language first. In fact, I never "learned" nor do I ever plan on "learning" either of those. I know enough that i can understand source that I see, but everything else is just an easy lookup away.
JS/PHP are most useful if you're interested in web app hacking, but C is eventually where you want to be for any real projects. My suggestion has always been to start with Python, but it's really all up to personal preference
Futility wrote: [quote]psyl0cke wrote: When you are finished with HTML and CSS, you should take a look at JS and PHP. I hate to say this, but I disagree. If you're really into this hacking thing, HTML/CSS isn't really the way to go. I'd start learning a different language first. In fact, I never "learned" nor do I ever plan on "learning" either of those. I know enough that i can understand source that I see, but everything else is just an easy lookup away.
JS/PHP are most useful if you're interested in web app hacking, but C is eventually where you want to be for any real projects. My suggestion has always been to start with Python, but it's really all up to personal preference[/quote]
Why not, i'll take a look at both. I mean it couldn't hurt.
Futility wrote: [quote]yourdead wrote: Why not, i'll take a look at both. I mean it couldn't hurt. Don't drown[/quote]
True story. I tried learning Python, C, and JS all at the same time (using our friend codeacademy) and I ended up mixing all of the syntax and grammar together and having to relearn it anyway.
jmort47 wrote: [quote]Futility wrote: [quote]yourdead wrote: Why not, i'll take a look at both. I mean it couldn't hurt. Don't drown[/quote]
True story. I tried learning Python, C, and JS all at the same time (using our friend codeacademy) and I ended up mixing all of the syntax and grammar together and having to relearn it anyway.[/quote]
Yeah I could imagine that, Iv'e been careful so far though. I'm only learning one language at a time as well as taking notes in case I forget stuff. It's a pain and will take a long time to learn but I can be patient.