Love your classes. It made understanding basic concepts very easy. I tried to read a basic java book and it worse than looking at You Tube in Greek.. Keep the classes coming, your a great teacher….
function pass()
{
var username=document.all.txtUser.value;
var password=document.all.txtPass.value;
if (username == “test” && password == “test”)
document.write(”Correct!”)
else
document.write(”Wrong!”)
}
I’ve been meaning to ask, how do you get the “+” and “-” boxes to appear next to the script tag and/or make certain sections color coded. I have notepad ++ but for some reason it isn’t being as helpful with the collapse-able sections and such.
Your message is kinda old…lol, but if you go to the top with all of the menus. like: File, Edit, etc…there is one called Language. I selected HTML since javascript is part of HTML and XHTML . hope this worked out for you.
LOL, I made a javascript code where you typed in 2 numbers. Those two numbers were added to each other and if the answer were less than 65 it says : good job!
December 30th, 2008 - 03:05
how can you make it so that you can make a password and if the passwords wrong it does nothing
January 7th, 2009 - 00:10
you rockkk!!!!!!!!!!
January 8th, 2009 - 01:57
weirdspencer …. these are great tutorials for beginers.. and just to start off with..ive only seen the firsrt 8 and ive learnt allllllllloooooootttttt
January 22nd, 2009 - 04:14
Love your classes. It made understanding basic concepts very easy. I tried to read a basic java book and it worse than looking at You Tube in Greek.. Keep the classes coming, your a great teacher….
January 28th, 2009 - 22:25
…Cocky much?
January 28th, 2009 - 22:28
No.
January 29th, 2009 - 21:25
Then why don’t you made easy to understand tutorials of Javascript and let’s see if you can do any better…
February 4th, 2009 - 02:39
function pass()
{
var username=document.all.txtUser.value;
var password=document.all.txtPass.value;
if (username == “test” && password == “test”)
document.write(”Correct!”)
else
document.write(”Wrong!”)
}
February 4th, 2009 - 21:23
thanks dude
February 16th, 2009 - 21:07
wow im good with C++ AS2 and GML and this is so easy for me, its almost exactly the same
April 11th, 2009 - 13:52
nice and simple explination…………….
June 10th, 2009 - 19:33
I’ve been meaning to ask, how do you get the “+” and “-” boxes to appear next to the script tag and/or make certain sections color coded. I have notepad ++ but for some reason it isn’t being as helpful with the collapse-able sections and such.
June 14th, 2009 - 18:28
Mines been like that since the first use, so maybe you have an older version or different plugins. Btw, I just have the default plugins so…
July 21st, 2009 - 15:53
nice nice nice nice
July 25th, 2009 - 07:43
Your message is kinda old…lol, but if you go to the top with all of the menus. like: File, Edit, etc…there is one called Language. I selected HTML since javascript is part of HTML and XHTML
. hope this worked out for you.
August 24th, 2009 - 21:50
this guy is awesome, brilliant stuff, I don’t need a course. Him and some books are doing just fine
September 12th, 2009 - 06:24
5 stars my friend, thank you so much.
November 8th, 2009 - 03:34
If you save it as .html or set the language to Html in the “Language” tab of the toolbar, That should add them.
November 11th, 2009 - 06:12
U know what ur doing TheNewBoston;
nice and keep it up; the equation just boils down to
“The Newboston+SomeOtherRessrouces”=”Mastering of Javascript”
December 20th, 2009 - 16:10
HI Buddy
I am finding your tutorials great so far, I am at 7. Clear, calm voice, well done.
December 26th, 2009 - 09:17
How do you do this with prompts?
January 14th, 2010 - 21:05
“If” statement is an very very useful statement.
It’s very good to know how to handle them so pay attention. Btw bucky ur great!
January 14th, 2010 - 21:07
I thought i was mentioned the “while” statement as well thats why i said them.
Although “while” is very good as well.
February 3rd, 2010 - 12:00
Good thing i am decent at Rbx.Lua, cuz dis is fairly similar so far.
February 7th, 2010 - 17:10
LOL, I made a javascript code where you typed in 2 numbers. Those two numbers were added to each other and if the answer were less than 65 it says : good job!