AJAX 101: Introduction to Javascript (s1e02)
Uploader Comments (waynehoggett)
All Comments (17)
-
@hsq91 I meant 1999, not 1997, as you can see for yourself, so yeah... 8 years before this video was even here.
-
@ReviewsByDan Um, first, why are you reviving my old comment? Second, waynehoggett's reply was always invalid; however, since you guys might think W3C's validator might validate language attribute in 2007 (the time the video is posted), here's the proof: language attribute has been deprecated, and, thus, invalid since 8 years before this video was even posted, in 1997: w3.org/TR/html4/interact/scrip
ts.html#h-18.2.1 Use javascript:alert(document.last Modified) on that page to see. -
@hsq91 NOW its old you wrote this 2 years ago haha
-
@waynehoggett 2007? XHTML1.1 already existed then and it was already not allowed.
But what is the IDE you're using.
-
Notepad++ is much less resource-intensive than aptana or other Eclipse-based IDEs, although it lacks the feature-set and extensibility.
-
notepad++ is good .. however thanks to this vid i found aptana .. so long notepadd++ lol
-
ahh.. that clears that up .. thanks .. ill go check that out .. looks nice .. guessing the IE and FF shows what works for what huh?
-
2007 not that old... heck the W3C's standards for HTML 4.01 started since a long time ago (around 1998) LOL! But, still, until this day a lot of people still use the language attribute for JS...
language="JavaScript" is not needed! If you omit type="text/javascript" you will have an invalid page when checked with W3C's validator.
The required attribute for scripts are the type="text/javascript"
You can use the language attribute for server-side scripts, however:
language="php"
hsq91 3 years ago
Check the date on the videos...
waynehoggett 3 years ago
can i use note pad for this i want to learn java script
lil0egy0kid 3 years ago
Agreed. Code highlighting is what makes Notepad++ and Aptana IDE so much better than notepad.
waynehoggett 3 years ago
iv been using notepadd++ for awhile now . can i ask how you got the drop down methods? updated version maybe? lol
ihypno 3 years ago
I'm actually using Aptana in this video.
waynehoggett 3 years ago