EvilZone

Programming and Scripting => Web Oriented Coding => : hanorotu August 17, 2012, 08:19:49 PM

: What do I need to know about Java
: hanorotu August 17, 2012, 08:19:49 PM
I have learned a thing or two about javascript with its loops and variables. But it has been a while since I have dabbled in anything.

So my question is, are there any Javascript experts on here that will be able to offer me some advice as I re enter my journey into the world of javascript?

Links?
: Re: What do I need to know about Java
: Kulverstukas August 17, 2012, 08:51:59 PM
Well first, you should learn differences between Java and Javascript. Because of that I moved this to "Web oriented" board.
I don't now much about Javascript, but I know enough about Java.
: Re: What do I need to know about Java
: lucid August 20, 2012, 12:59:50 AM
Try code academy. It'll be the first result you google. That's how I learned, and yeah, there is nothing even remotely similar between Java and Javascript.....well except that they have loops and variables and arrays and blah blah
: Re: What do I need to know about Java
: programmerhk November 07, 2012, 03:50:39 AM
First Code Academy Later Weekend Hacker.

Here is the Site http://www.weekendhacker.net/ (http://www.weekendhacker.net/)
: Re: What do I need to know about Java
: awbs December 04, 2012, 09:56:45 PM
yeah.. i m using codecademy to learn Js and python for the moment, thanks for posting the link to weekend hacker though.
: Re: What do I need to know about Java
: techb December 04, 2012, 10:36:41 PM
Learn to work with web elements, cookies, forms, etc... Javascript is for the web, so anything web related is what you need to know.


Also take a look at javascript inline code injection.
: Re: What do I need to know about Java
: ande December 05, 2012, 07:30:15 AM
I realize this is an old topic, but since everyone else are bumping this up: Learn how to submit forms, manipulate strings and other variables. Learn xmlhttprequest, very nice for CSRF/XSS stuff. Hell xmlhttprequest can be used for tons of cool stuff. :)
: Re: What do I need to know about Java
: relax December 05, 2012, 08:20:26 AM
Hell xmlhttprequest can be used for tons of cool stuff. :)


Amen to that :)


@OP know this is a old topic but hit me up on skype if you want to chat about JS, i'm no expert but ill get around with it
: Re: What do I need to know about Java
: Stackprotector December 06, 2012, 01:51:10 PM
Depends on wich side of the wall. You can learn general programming. Javascript interactive design (HTML5/Canvas) Or Ajax techniques.