What does javascript do?
Javascritpt is a lightweight online scripting language. It is embedded into html and is interpreted by your browser, not the server. It allows greater control of web page behavior than does HTML alone. Javascript is alot of times used to colect stats of the people who go on the site, or to manipulate the site with fancy eye-candy. Any really cool effect that is incorperated in alot of pages (transitions, some login, alot of other stuff) can usually be done in JS. That is the webmaster version
For hackers: javascript is a language that (input everything from webmaster part) andthe logins usually are insecure and easy to bypass. Javascript injection can sometimes be used to mess with cookies or logins to allow access or changes to be made.
Hope this helped and sorry if it really isn't the best overview, but I only have like 30 secs then I have to leave.
NC
P.S: If i forgot anything please add it, this is a very basic subject and everyone from leet to n00b should at least know what it is. smiles knowingly ;lol
oh, I have paint shop pro, but you can get a freeware gif maker. Just go to download.com type in the search box "animated gif" and then find one that is freeware and then make one, you just have to make individual frames, I made mine with just text, I was a newbie too. But then just upload it
Maan, now that I think about it I gotta update my avatar, mine still sucks from when I was learning how.
NC
You need anything else just post here or PM me. Cheers B)
JavaScript is an executable interactive language and with advanced skillz in JS you can write lots of small snippets to help the security of your site, JavaScript injections (aka XSS) are the largest attack the internet is currently undergoing as sites constantly being hacked through a technique called 'Cookie Grabbing' and by that afterwards either cracking your hash to plaintext or decoding it (if possible); and sometimes some hackers use the easy way 'Cookie Poisoning' in which they edit their cookies (Using AnEC for Mozilla Firefox) your own cookie values.
JavaScript afterall is a dangerous executable language, but one which without, most sites will be most probably boring and people will be using hardways just to make a popup (such as the alert() command).
~ oxeh
oxeh wrote: JavaScript is an executable interactive language and with advanced skillz in JS you can write lots of small snippets to help the security of your site, JavaScript injections (aka XSS) are the largest attack the internet is currently undergoing as sites constantly being hacked through a technique called 'Cookie Grabbing' and by that afterwards either cracking your hash to plaintext or decoding it (if possible); and sometimes some hackers use the easy way 'Cookie Poisoning' in which they edit their cookies (Using AnEC for Mozilla Firefox) your own cookie values.
JavaScript afterall is a dangerous executable language, but one which without, most sites will be most probably boring and people will be using hardways just to make a popup (such as the alert() command).
~ oxehJavaScript doesn't help the security of your site