|
-
Sep 21st, 2005, 06:12 AM
#1
Thread Starter
Fanatic Member
Greatest JavaScripter of all time?
Who would you say is the greatest JavaScripter of all time... at least on this site?
-
Sep 21st, 2005, 06:19 AM
#2
Frenzied Member
Re: Greatest JavaScripter of all time?
"As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein
It's turtles! And it's all the way down
-
Sep 21st, 2005, 06:22 AM
#3
Thread Starter
Fanatic Member
Re: Greatest JavaScripter of all time?
 Originally Posted by yrwyddfa
Not me.
not me 'ni'va
-
Sep 21st, 2005, 06:33 AM
#4
Re: Greatest JavaScripter of all time?
NotMe..
-
Sep 21st, 2005, 06:54 AM
#5
Re: Greatest JavaScripter of all time?
I am, but ask me any questions about it and I'll burn your house down.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Sep 21st, 2005, 07:03 AM
#6
Re: Greatest JavaScripter of all time?
I thought he all ready had asked a question about...
In fact 2...just look at his sig...
- ØØ -
-
Sep 21st, 2005, 07:34 AM
#7
Re: Greatest JavaScripter of all time?
 Originally Posted by NoteMe
I thought he all ready had asked a question about...
In fact 2...just look at his sig...
- ØØ -
He now has you to blame.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Sep 21st, 2005, 07:40 AM
#8
Lively Member
Re: Greatest JavaScripter of all time?
since when is it a competition?
is this like the Darwin Awards?
A post brought to you by the Grim Reaper Appreciation Society™
"Buy your lifetime subscription now and save on your coffin"
-
Sep 21st, 2005, 07:44 AM
#9
Re: Greatest JavaScripter of all time?
 Originally Posted by crptcblade
He now has you to blame.

Isn't this a forum. I thought we where supposed to help each other out. And that is what I do. So blame me for helping..
- ØØ -
-
Sep 21st, 2005, 07:47 AM
#10
Lively Member
Re: Greatest JavaScripter of all time?
we will, we will. Oh yes, we will... just you wait...
A post brought to you by the Grim Reaper Appreciation Society™
"Buy your lifetime subscription now and save on your coffin"
-
Sep 21st, 2005, 07:51 AM
#11
Fanatic Member
Re: Greatest JavaScripter of all time?
What is this Javascript thingy?
Using VB6 or VB.net 2008 with .net 3.5
"Life... death... either way I'll be confined to a small cubicle!" - Hermes Conrad
-
Sep 21st, 2005, 07:51 AM
#12
Re: Greatest JavaScripter of all time?
I can see more houses burning..
-
Sep 21st, 2005, 08:00 AM
#13
Not NoteMe
Re: Greatest JavaScripter of all time?
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
-
Sep 21st, 2005, 08:03 AM
#14
Re: Greatest JavaScripter of all time?
-
Sep 21st, 2005, 08:04 AM
#15
Not NoteMe
Re: Greatest JavaScripter of all time?
 Originally Posted by NoteMe
Does someone got code?
huh?
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
-
Sep 21st, 2005, 08:09 AM
#16
Re: Greatest JavaScripter of all time?
I need code. Do you have it for me Mr.
-
Sep 21st, 2005, 08:54 AM
#17
Fanatic Member
Re: Greatest JavaScripter of all time?
Sure
dim i as long
i = 1
while i = 1
BEEP
wend
Just wait for that to finish and you should be ok
Using VB6 or VB.net 2008 with .net 3.5
"Life... death... either way I'll be confined to a small cubicle!" - Hermes Conrad
-
Sep 21st, 2005, 09:00 AM
#18
Re: Greatest JavaScripter of all time?
I got this...
Code:
noteme@PCDSUSI02:~/mydoc$ p vbfcode
File "vbfcode", line 1
dim i as long
^
SyntaxError: invalid syntax
Then I tried it with an other thing, and then I got this:
Exception ocurred: System.NullReferenceException: Object reference not set to an instance of an object
in 0x00013 CSharpBinding.CSharpBindingCompilerManager:CanCompile (System.String fileName)
in 0x00013 CSharpBinding.CSharpLanguageBinding:CanCompile (System.String fileName)
in 0x0006e MonoDevelop.Services.LanguageBindingService:GetCodonPerFileName (System.String filename)
in 0x00013 MonoDevelop.Services.LanguageBindingService:GetBindingPerFileName (System.String filename)
in 0x0002c MonoDevelop.Internal.Project.DotNetProjectBinding:CreateSingleFileProject (System.String file)
in 0x00077 MonoDevelop.Services.ProjectService:CreateSingleFileProject (System.String file)
in 0x00029 MonoDevelop.Services.ProjectService:BuildFile (System.String file)
in 0x00142 MonoDevelop.Commands.BuildHandler:Run ()
in 0x0000b MonoDevelop.Commands.CommandHandler:Run (System.Object dataItem)
in 0x0005b MonoDevelop.Commands.ActionCommand  ispatchCommand (System.Object dataItem)
in 0x00330 MonoDevelop.Commands.CommandManager  ispatchCommand (System.Object commandId, System.Object dataItem)
You don't give good code...
- ØØ -
-
Sep 21st, 2005, 09:41 AM
#19
Fanatic Member
Re: Greatest JavaScripter of all time?
Oh i see the problem.
var i,j :integer;
begin
i := 1
while i=1 do
begin
j:=j+1;
end;
That should fix it.
Using VB6 or VB.net 2008 with .net 3.5
"Life... death... either way I'll be confined to a small cubicle!" - Hermes Conrad
-
Sep 21st, 2005, 09:49 AM
#20
Re: Greatest JavaScripter of all time?
Here's some code:
What kind of question is that, anyway?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 21st, 2005, 09:51 AM
#21
Re: Greatest JavaScripter of all time?
 Originally Posted by CornedBee
What kind of question is that, anyway?
It is the MOST asked question here at VBF....at least in the game section.
"I want to make a MMORFPROF. It will be the biggest in the whole world. Do you have code?"
- ØØ -
-
Sep 21st, 2005, 09:54 AM
#22
Re: Greatest JavaScripter of all time?
I'm talking about the original one.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 21st, 2005, 10:15 AM
#23
Re: Greatest JavaScripter of all time?
That was probably to announce that he has a JS problem, so he can get some attention around it..
- ØØ -
-
Sep 21st, 2005, 01:13 PM
#24
Thread Starter
Fanatic Member
Re: Greatest JavaScripter of all time?
 Originally Posted by NoteMe
That was probably to announce that he has a JS problem, so he can get some attention around it..
- ØØ -
Yep, worked like a charm (and made for a very funny thread to read).
-
Sep 21st, 2005, 01:45 PM
#25
Re: Greatest JavaScripter of all time?
All threads here in CC is funny....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|