0 Members and 2 Guests are viewing this topic.
...Interesting but you can always try to manipulate a browser to load a different JavaScript code. But that would prevent many easy attempts. And it is interesting JavaScript code, I have seen it being used in libraries, I think.
Interesting. I guess it can be converted back by someone who is very tech-savy, though. One problem with JS is if you use it to block access to certain stuff on the site or to hide info, the person just have to disable JS in his browser to access the info fine.
<!DOCTYPE Notgivingashitaboutw3c><html> <head> <title> My Website </title> <script type="text/javascript" src="./myjsfile.js"></script> </head> <body> <div id="main"> Please enable JavaScript to load this site. </div> </body></html>
yeah, I agree with that belgium programmer, it's the worst language ever. blah. screw JS.
Ashbad, please do not start a language war here (unless you were just quoting an old post). Although it's a major PITA to get to work, it looks like here we got an example of what kind of stuff can be done in it.
personally, I forgot many of my arguments (I used JS a loooong time ago) but I do remember it's form of OOP was somewhat weird and weak, and it's syntax is weird. that's all I remember personally.also, I was referring to that earlier post on page one about how a belgium programmer said that JS is the worst programming language ever.EDIT: also, where's the language war? can't I say I don't like JS?
Quote from: DJ_O on March 09, 2011, 01:41:54 pmAshbad, please do not start a language war here (unless you were just quoting an old post). Although it's a major PITA to get to work, it looks like here we got an example of what kind of stuff can be done in it.Which are quite amazing though.I have been given the right to invite some people as well.Well, not immediatly, but soon ^^
Ah cool, try to not advertise another forum, though, especially not via PM, because that would be against the rules. Game is fine, though.
As for JS personally the thing I disliked was how one single tiny mistake like forgetting a ; could screw the code up, how sometimes we got errors for absolute no reason and how other times when we should be getting one, we don't get any, plus the fact it's so hard to get a JS code to work properly in all browsers. That said I had the ; issue occur in CSS styling too, so maybe it's something with web dev. Otherwise, my argument like with TI-BASIC stands: It's not the language used that matters the most, but the end result. I personally dislike judging a game solely based on its file size or language.