Staredit Network

Staredit Network -> Computers and Technical -> Any of you good at javascript?
Report, edit, etc...Posted by Jordan on 2005-12-31 at 11:57:07
I'm okay with it, but I would like to see how much you guys know.
Report, edit, etc...Posted by Centreri on 2005-12-31 at 13:16:59
Umm, I can do the basics, but I'm too lazy to finish my Javascript book >.< .
Why?
Report, edit, etc...Posted by DT_Battlekruser on 2005-12-31 at 13:23:28
Hmm, not very good. I took a basic Java class, and a server/client java class over the summer, but we never did much in said classes and I don't remember too much. I just vaugely know how to use the Socket method and ServerSocket method.
Report, edit, etc...Posted by Centreri on 2005-12-31 at 13:28:39
Umm, he's talking about Javascript, not Java. Java is a programming language, Javascript is a scripting language.
Report, edit, etc...Posted by DT_Battlekruser on 2005-12-31 at 18:11:26
It's more or less the same syntax, however.
Report, edit, etc...Posted by Centreri on 2005-12-31 at 20:28:01
Really? Let me check.
*Silver-Dragon checks (really, I did)*
Yep, similar.

But I still think he may want Javascript specifically for something, or something like that.
Report, edit, etc...Posted by O)FaRTy1billion on 2006-01-01 at 11:41:04
I can do many things in javascript, just not the "/Tab_(.+?)/gi)" stuff. If I don't know how to do something, I can pick it up or learn it really fast (or be lazy and post a topic tongue.gif).
No books or tutorials used to learn it. happy.gif Just looking at scripts.
Report, edit, etc...Posted by Centreri on 2006-01-01 at 12:03:46
I think the "/Tab_(.+?)/gi)" is just code hidden, it looks nothing like real javascript. Its so people who check won't understand the code.
Report, edit, etc...Posted by O)FaRTy1billion on 2006-01-01 at 12:29:25
It is real JavaScript. It does wierd things. (I took that from an InvisionFree script)
CODE
if(table[c].id.match(/Tab_(.+?)/gi)){
Next Page (1)