Ok. .. Tutorials of thenewboston are really BEST. Thanks . But now i need help . When i try to run on google chrome that Javascript it' s youst not working it puts me out why i've typed . ( mybe is disabled or.. ?.
@Agreed, except that, when you said, "Apostrophes are ' '...". While it is the same key as the apostrophe key (or even 'foot mark'), and while in programming one usually uses 'straight' as opposed to curly quotes, the pair are actually 'single quotes'.
In a similar way, double quotes (" "), are refered to as such and not as 'inch marks".
@IvanMarinIvkovich well, I know for a fact bucky is using notepad++ in this video, I use it myself pretty much everyday so I can tell, not sure if this sounds douchy, i dont mean to be douchy =/
@UniversalHere Click on save as, change the name to index(that's what he did), choose [ HyperText Markup Language] then save it anywhere you want as long as you can remember it later. That's all
@MasterA55a55in First, it's called notepad++, it's like notepad, but with plus and minus buttons, the name is a reference to C++, because the editor is very similar (you actually CAN edit C++ in the program).
Second, you CAN do that, the syntax is just a bit different. when typing script into the address bar, it needs a "protocol" and the closest you can get to that here is "javascript:".
In this case, you want to type " javascript:document.write ('Foo Bar Baz'); alert('hello World') "
Quick note: If you want to test your code without saving and all that, you can put your javascript in the adress bar on your browser with "javascript:" (no quotation marks) at the beginning of the code.
Of course this will only work if you only want to test the javascript and you do not have any HTML code there.
@46ace The technical terms are: parentheses (...), double quotes: "...", and single quotes '...' . This is an apostrophe: ’ (not the same as ' if you view with a larger font than youtube provides)
I believe you have notepad++ opened to write the javascript.......but what program window do you have opened in the background to view the output of the script?? You should have shown and explained this!!
@deekay2 when you save the file, all you do is save it as a html file and save it to your desktop, and open it up, all you do is refresh it everytime you add some data.
You say that you can't enclose numbers in quotes. This is quiet misleading I think..
Using quotation marks will cause the numbers to be a string (a series of characters, in other words, plain text). Doing it without quotes will cause it to be a value (a value of 4 is something else than the character 4).
@rahul247rocks Java is NOT javascript. They are in no way related, except for the fact that they are both programming languages. Please do not confuse these.
@rahul247rocks JAVA and Javascript are two completely different languages. JAVA is more complex and it is similar to C++. Javascript is used to make your website more interactive.
@TacticalGames no.... parenthesis are (the things around this text) "quotes are the things used for quoting someone else, and this text is in quotes"..... oh yeah, I just googled it, and for computers those are called parenthesis... how confusing.
I want to learn javascript and c++ by the end of summer and im only 13 so i cant go to college or anything and your helping me alot.Its alot diffeerent then html though.
i use avg to, it's the best way to keep your computer safe. i've never had a problem with my computer since i got it. (you have good taste in virus scanners) lol
hey i came across a problem, i did fine till i hit the command prompt. i got to the part were you had to compile the "youtube.java" when i did "javac youtube.java" it said that " 'javac' is not recognized as an internal or external command, operable program or batch file. can you help me?
hey im using notepad++ and am following excactly what you say, but i noticed that the "effects" such as the bolding and minimize option are not appearing when i type things in.
Great video. Just a small quirk. He says 'Double parenthesis & single parenthesis' where it should actually have been 'Double quotes and single quotes'.
JavaScript allows websites to be more interactive. The use of text in JavaScript is completely applicable in many ways such as allowing the context of a message box.
2. Good question... I have seen message boxes that when added to a page switches the JavaScript header for the page URL for the header.
@blueterrior 1. No, there isn't much of a point to use JavaScript entirely for displaying text. :P But remember you can do far more with it. HTML is static, the stuff you display is always the same. With JavaScript however, the data you output is dynamic (for example, a clock or your site statistics). And that's something you can't do with HTML only.
2. Not possible by default I am afraid. You could try to use jQuery though...
@blueterrior You have asked "Why use javascript to input text into a document when you can do the same thing using html?" I would like to inform you that this is only basics of JavaScript, just only for making you understand what can a JavaScript do, If you don't know then let you inform you that when you type something in Google, the suggestions comes through the process of JavaScript, obviously it is known as AJAX (Asynchronous ""JavaScript"" and XML)
I was hoping that you made javscript videos, I saw many of your php tutorials and though at that point i had already a decent knowlage, the tutorials are still very good. I am not very good with emcascript though
Hey im using a mac. I have used many diffrent HTML and Javascript editors and even tryed it on wordpad on windows 98 but when i so 100% exact same script as you nothing comes up.
been banging my head on a wall for 3 weeks now in an online WGD class. Javascripts make me want to puke I'm so stressed. Thanks man It's not perfect for me but it's helping a lot. Awesome job.
well, just javascript will get you nowhere, however, with a variety of computing languages you will be able to achieve alot more, if you know html, javascript and actionscript (flash) you would be able to create website and sell them, and if you where to also learn animation that would help you greatly. if you where wondering about learning how to make games, and use flash check out some of my tutorials, and btw thenewboston, nice vids on javascript :P i subbed :D
or use html :P (old school )
anonymouscitizen0101 2 weeks ago
I tried saving it as a html file on mac osx. I am using Komodo edit, its still not working.
Riddlerx333x 2 weeks ago
lol, its interesting to see the difference between your earlier tutorials and your later ones.
the clear difference in enthusiasm makes all the difference in the presentation of the tutorial
animals0feel1pain2 2 weeks ago
Use dreamweaver if you can, it's easier to test your scripts.
JOKBO1 3 weeks ago
do one on java programing
jspspike2 1 month ago in playlist Learn Javascript
this does not work..! Any suggestions??
amitkcdone 1 month ago
3:26
oops I didn't make a mistake by accident?
SamyAdel9 1 month ago
You can make good tutorials, but the tone of your voice makes this entirely boring
UbuntuGenious 1 month ago
great tut man you make it SO easy to understand
LmfaoReviews 1 month ago
what about --- script language = "javascript">
Riddlerx333x 1 month ago
@Riddlerx333x Putting in language="javascript" is unneeded.
JScodeZ 1 month ago
EVERYONE SAVE IT AS A .JS FILE AND YOU DONT HAVE TO TYPE (script type="text/javascipt")
ashadow0309 1 month ago 2
hey man ive got stuff like this every monday. come check it out!
TheOrigamiMasterds 2 months ago in playlist JavaScript Tutorial
i know this is a stupid qs, but can anybody tell me which lesson he talks about creating tables in javascript?
2yung4grey 2 months ago
Ok. .. Tutorials of thenewboston are really BEST. Thanks . But now i need help . When i try to run on google chrome that Javascript it' s youst not working it puts me out why i've typed . ( mybe is disabled or.. ?.
GamesForLifes999 2 months ago
I don't understand what's wrong with your youtube website and your website here and there are not the same tutorials ?. What da fack ;D
GamesForLifes999 2 months ago
240p?
xpl0ckx 2 months ago
Comment removed
F3udF1st 3 months ago
This has been flagged as spam show
new website is like search engine plugin,web search,image search,share your results,movie search,project mode! manyget.com
atacanism 3 months ago
@Agreed, except that, when you said, "Apostrophes are ' '...". While it is the same key as the apostrophe key (or even 'foot mark'), and while in programming one usually uses 'straight' as opposed to curly quotes, the pair are actually 'single quotes'.
In a similar way, double quotes (" "), are refered to as such and not as 'inch marks".
TheAzureFish 3 months ago
Were you out of coffee for this video?
austin10123 3 months ago 12
he is always very good in explaining things very easily........
mail2joydeeproy 4 months ago
my friend in high school he typed something in to the search bar and made some words change on a website, is that also javascript?
bruceleeking1 5 months ago
@bruceleeking1 yes, google javascript edit web page tricks.
webmastertool 5 months ago
Can you do this on mac?
mexicanmansam 5 months ago
If anyone is having problems getting this to work make sure your file is saved as a .html and not a .txt
ag4coupons 5 months ago
when i type it doesnt give me color text...and tht minimize thing doesnt show up when go to next line
UniversalHere 6 months ago
@UniversalHere Are you sure you're using notepad++
It's a different program than the usual standard notepad on window OS's
MrPwnzorrosco 6 months ago
@MrPwnzorrosco This is 3 year old video. He could have not had the same program.
IvanMarinIvkovich 6 months ago
@IvanMarinIvkovich well, I know for a fact bucky is using notepad++ in this video, I use it myself pretty much everyday so I can tell, not sure if this sounds douchy, i dont mean to be douchy =/
MrPwnzorrosco 6 months ago
@MrPwnzorrosco Oh I thought you said "Are you sure you're using notepad++" to Bucky. :P My bad. No, ur not douchy. <3
IvanMarinIvkovich 6 months ago
@UniversalHere I had to save file as html instead of the standard txt and it solved the same issues i had
ag4coupons 5 months ago
@UniversalHere Click on save as, change the name to index(that's what he did), choose [ HyperText Markup Language] then save it anywhere you want as long as you can remember it later. That's all
RASHTG 5 months ago
Excellent!
jeff28emailspam 6 months ago
How do you make it appear on the FireFox window though? Do you need to be on some kind of address on FireFox before you save it?
MichaelS0305 6 months ago
What is the website you are usig to do this...
LoverOfPixels 6 months ago
@LoverOfPixels It's a text editor not a website. The text editor's name is "Notpad++" google and download that for free!
Numberidge 6 months ago
At first I had the sound off so I was like WTF
ExtraRandomDude 6 months ago
You made this 11 year old very happy :D
MysteriousStrangerxX 7 months ago
where are you entering this to?
i thought i could test it by pasting to address bar but that dosnt work,
MasterA55a55in 7 months ago
@MasterA55a55in First, it's called notepad++, it's like notepad, but with plus and minus buttons, the name is a reference to C++, because the editor is very similar (you actually CAN edit C++ in the program).
Second, you CAN do that, the syntax is just a bit different. when typing script into the address bar, it needs a "protocol" and the closest you can get to that here is "javascript:".
In this case, you want to type " javascript:document.write ('Foo Bar Baz'); alert('hello World') "
B1KMusic 7 months ago
This has been flagged as spam show
hey guys if your looking for a place to test web codes go to htmlbin(dot)info
its a free sandbox and site host to test css html and javascript and dosnt require sighn up
macoronicheez 7 months ago
Thanks!
mikbok117 8 months ago
Error....>k
keep going :D
r0oTsWe 8 months ago
alert("Thanx pucky");
r0oTsWe 8 months ago
Comment removed
r0oTsWe 8 months ago
This guy is awesome wow fogtalk 99%
FOGTALK 9 months ago
Whoa, pretty weird that you wrote that number Bucky...
Darkness545454 9 months ago
Just writing text with no code works fine as well?
Prussiaaccount 9 months ago
Hi quick question, if " disappears can u just put "" if u want it to appear? ty
MBHGlitcherz 9 months ago
What did you use in recording your video?
caryllyca 10 months ago
For some reason i hate HTML, theres too many characters compared to VBScript.
WinXpCoder 10 months ago
@blueterrior Stop complaining, be happy for what he's teaching you.
Heetzy 10 months ago
nice video God Bless you
pescado85 10 months ago
Quick note: If you want to test your code without saving and all that, you can put your javascript in the adress bar on your browser with "javascript:" (no quotation marks) at the beginning of the code.
Of course this will only work if you only want to test the javascript and you do not have any HTML code there.
T1melimit 10 months ago
Appreciate the tutorial but:
Parentices are ( )
Quotation marks are " "
Apostrophes are ' '
46ace 10 months ago 43
@46ace then what is `(not to be mistaken for ')?
iKhazModan 10 months ago
@46ace not everyone knows that though, if he says them how you learn them in school then its easy to understand
jordannw2010 7 months ago
@46ace The technical terms are: parentheses (...), double quotes: "...", and single quotes '...' . This is an apostrophe: ’ (not the same as ' if you view with a larger font than youtube provides)
ironmagma 6 months ago
Comment removed
toshko3331 10 months ago
@toshko3331 notepade++
ps3teb1996 10 months ago
@toshko3331 He's using Notepad++. Google it.
T1melimit 10 months ago
awesome thanks again
dbgudwbs 10 months ago
How can i get the message to open in firefox?
superoverlord123 11 months ago
when i try to run it in firefox it just comes up with exactly what i had typed and does not run the script.
superoverlord123 11 months ago
I believe you have notepad++ opened to write the javascript.......but what program window do you have opened in the background to view the output of the script?? You should have shown and explained this!!
deekay2 11 months ago
@deekay2 That's internet explorer... :P You can execute the script by just opening the .html file in your web browser.
bartjoboy 11 months ago
@deekay2 It's mozilla firefox
Hakerpawel1 11 months ago
@deekay2 when you save the file, all you do is save it as a html file and save it to your desktop, and open it up, all you do is refresh it everytime you add some data.
mattbfc2009 10 months ago
You say that you can't enclose numbers in quotes. This is quiet misleading I think..
Using quotation marks will cause the numbers to be a string (a series of characters, in other words, plain text). Doing it without quotes will cause it to be a value (a value of 4 is something else than the character 4).
bartjoboy 11 months ago
You say parentheses when you mean parentheses but you also say parentheses when you mean quotations.
aphilby 1 year ago
thenk you for tutorial romania spartacu@personal.ro
abordeaza 1 year ago
thank you thank this cool
webdesign11 1 year ago
nice vid
FreeWebTutorialsRock 1 year ago
lol "1 double and 1 single" puts 2 double
pointlessABC 1 year ago
DUDE YOU ARE COOL!!
TheBojanovski 1 year ago
Comment removed
bigguyrockes 1 year ago
I know this video is from a long time ago, but my text doesn't appeared colored like that.... does anyone know how I can fix that?
1k5b9g5 1 year ago
@1k5b9g5 Nevermind! I figured it out!
1k5b9g5 1 year ago
hey i know JAVA programming is javascript almost similar?????? also can we make forms and automated status update and stuff using javascript...
rahul247rocks 1 year ago 2
@rahul247rocks yes... but all the thing you need to implement by yourself
altu892 7 months ago
@rahul247rocks Java and Javascript are similar like a car and carpet are similar, so no.
B1KMusic 7 months ago
@rahul247rocks Java is NOT javascript. They are in no way related, except for the fact that they are both programming languages. Please do not confuse these.
ImTheBatchMan 6 months ago
@rahul247rocks JAVA and Javascript are two completely different languages. JAVA is more complex and it is similar to C++. Javascript is used to make your website more interactive.
USAhackers 4 months ago
wow, am I the only person to notice he for the whole video he calls quotes parenthesis?
dogspwnu 1 year ago
@dogspwnu
Thats what they're called.
TacticalGames 1 year ago
@TacticalGames no.... parenthesis are (the things around this text) "quotes are the things used for quoting someone else, and this text is in quotes"..... oh yeah, I just googled it, and for computers those are called parenthesis... how confusing.
dogspwnu 1 year ago
what program is this? im using dreamweaver but it doesnt work
swee1movie 1 year ago
Does Javascript work in Microsoft Word on a Mac? please respond ASAP :D
RaySiirila 1 year ago
bucky, it's notepad++, not notepad+
Overall, great vid!
theMacBoy11 1 year ago
Or notepad 2
DeltaTenFour 1 year ago
Your tutorials are awesome!! I have watched all of them, and now know alot more about javascript.
zeificaiOn 1 year ago
can you save a javascript file to .js and let your website execute the functions? and if that works... how?
Biohazard000Labs 1 year ago
How you get the collers on the words. I do the same but i dont get collers.
lolknopielol 1 year ago
How you get the collers on the words. I do the same but i dont get collers.
lolknopielol 1 year ago
man you rule, these tutorials are VERY easy to follow, and your voice is clear so i heard all you said. great work!
TehAndrewRyan 1 year ago
Your welcome :)
betazetz1 1 year ago
Those are called "quotes".. not parentheses..
A quote looks like this: "
A parenthesis looks like this: ( and )
Dweller777 1 year ago
What can this be used for, (Javascript?)
DaleyDerek 1 year ago
Really well explained! (: exactly what I was looking 4!!!
JavierG1000a 1 year ago
lol I'm freaking out because Notepad++ doesn't change colors when I right a code xP
can somebody help me out?
xXKiTheifXx 1 year ago
@xXKiTheifXx Same here. I wish someone would help. :(
Th4Pwnz0r 1 year ago
@xXKiTheifXx I FIGURED OUT HOW TO DO IT!
You need to type some random letters so you can save.
Click on save, then save as 'Hyper text markup language file'
Save, then walla, you can now script. :D
Th4Pwnz0r 1 year ago
@Th4Pwnz0r Like 10minutes after I commented I got it :P
xXKiTheifXx 1 year ago
@xXKiTheifXx Me too. But now I cant get it to do anything on my web browser? The web page just stays the same... Help meh please. :D
Th4Pwnz0r 1 year ago
5 idiots thumbs down
n00bs
MrSaggat 1 year ago
thanks
hawaiianoceanandsea 1 year ago
I think Notepad is easyer but wath is best?
Wwwmrlol 1 year ago
@Wwwmrlol
Generally the best for anything web related is dreamweaver.
FishThatDrown 1 year ago
Thanks it works
TyRATnt 1 year ago
doesnt work im using windows 7 ultimate 64 wasnt pirated im running as admin
TyRATnt 1 year ago
thanks , your teaching is great !
md0is0peace 1 year ago
Dude i freaking love you!(no homo)
I want to learn javascript and c++ by the end of summer and im only 13 so i cant go to college or anything and your helping me alot.Its alot diffeerent then html though.
wachuneed 1 year ago
Whow this was actually amazing tutorial..Thanks!
azadl8349 1 year ago
you need an annotation at 3:00 to say that you said wrong. You said parenthesis instead of quote.
TeamCeMA5 1 year ago
bucky,apples (java programing ) :D
didagoal 1 year ago
thanks, your the best =)
i am gona make a javascripted game soon, and put it online, so far, you have the best tutorials, their so easy to understand
mms1911 1 year ago
i use avg to, it's the best way to keep your computer safe. i've never had a problem with my computer since i got it. (you have good taste in virus scanners) lol
rune500125 1 year ago
how can irun javascript codes? In vb there is a play button. Is there anything similar here?
fuckjohnboy 1 year ago
my letters and whatever i write isnt in collor lik yours man please help
kevorkohanes 1 year ago
its so hard to learn because i've just mastered lua XD thx for the help
DualKong 1 year ago
your epic ;)
DualKong 1 year ago
seriously, double parenthesis wtf?
hobolooter 1 year ago
what school did this dude go to? i won't send my kids there if i want them to learn the correct names for punctuation!!
gf133 1 year ago
very nice tutorial
littlestar1562 1 year ago
hey i came across a problem, i did fine till i hit the command prompt. i got to the part were you had to compile the "youtube.java" when i did "javac youtube.java" it said that " 'javac' is not recognized as an internal or external command, operable program or batch file. can you help me?
MrFartburgers 1 year ago
i got Gedit as well
killer99120 1 year ago
i like how the first minute he done nothing
zeekerisftw 1 year ago
so THATS how they make rick roll sites with the alert boxes doing that! :O I wonder if i can javascript on freewebs...
RobloxWizard99 2 years ago
@RobloxWizard99 there are many many ways to do that. you can simply do it in notepad and labeling it a .VBS file. I have done that before.
this is just a much simpler way of doing it than through the notepad method. ;)
fatbubble123 1 year ago
what is more appropriate to use, javascript or vbs?
osiris1503 2 years ago
hey im using notepad++ and am following excactly what you say, but i noticed that the "effects" such as the bolding and minimize option are not appearing when i type things in.
XRVStudios 2 years ago
Language - H - HTML
emperusDS 2 years ago
thank you
londonblue2006 2 years ago
Great video. Just a small quirk. He says 'Double parenthesis & single parenthesis' where it should actually have been 'Double quotes and single quotes'.
lonestarrangertx 2 years ago
what do you use to write your script?
ExtremeCardControl 2 years ago
he's using Notepad++
hamdustan 2 years ago
i need help i do everything that u said but it doesnt work at all
BLACKOUT48CCS 2 years ago
What screen recorder do u use?
cytt 2 years ago
m8 u r gr8 your voice is very clear and the way you teaching us is gr8 thnx! :)
harveercingh 2 years ago 29
@harveercingh He could be just a tiny bit more enthusiastic though. =P
thedevo01 11 months ago
Dude! You rule!!! I have never write any script before, you make it looks so easy. Thanks a ton
idrawgirls 2 years ago
Two questions, leep in mind i'm a beginner!
1. Why use javascript to input text into a document when you can do the same thing using html? is there a reason for using javascript for that?
2. How do i change the heading for the alert box?
blueterrior 2 years ago 16
JavaScript allows websites to be more interactive. The use of text in JavaScript is completely applicable in many ways such as allowing the context of a message box.
2. Good question... I have seen message boxes that when added to a page switches the JavaScript header for the page URL for the header.
imuahawaii808 2 years ago
Use a VBS in it (u can change buttons as well)
juplm4000 2 years ago
me too.
classiqueheart 2 years ago
@blueterrior javascript can do more stuff way more stuff than html
basketballdude138 11 months ago
@blueterrior 1. No, there isn't much of a point to use JavaScript entirely for displaying text. :P But remember you can do far more with it. HTML is static, the stuff you display is always the same. With JavaScript however, the data you output is dynamic (for example, a clock or your site statistics). And that's something you can't do with HTML only.
2. Not possible by default I am afraid. You could try to use jQuery though...
bartjoboy 11 months ago
@blueterrior It's for practice, you will learn as you go further down and learn more about Javascript.
gamersgonebad 11 months ago
@blueterrior You have asked "Why use javascript to input text into a document when you can do the same thing using html?" I would like to inform you that this is only basics of JavaScript, just only for making you understand what can a JavaScript do, If you don't know then let you inform you that when you type something in Google, the suggestions comes through the process of JavaScript, obviously it is known as AJAX (Asynchronous ""JavaScript"" and XML)
SandySynaptik 10 months ago
Greaaat! I will make sure to follow all of your tutorials. Thanks for teaching and uploading
DreamBiggy 2 years ago
cool awsome dude thnx
3moonmen 2 years ago
At 4:20 you mean dont enclose in quotation marks
TehPen 2 years ago
hi ... i can't work it out to get syntax highlighting working for javascript. I have downloaded the newest stable realease of Notepad++
It works when i'm writing html but not in javascript.
I tried to first save the file with .html / .js ending but it didn't help ...
can somebody of you guys help me ? thx
umutbln 2 years ago
I was hoping that you made javscript videos, I saw many of your php tutorials and though at that point i had already a decent knowlage, the tutorials are still very good. I am not very good with emcascript though
cyrus709 2 years ago
did you know that youtue is typed in javascript?
papermarioTTYD12345 2 years ago
THEY'RE NOT CALLED PARENTHESIS!!!!
richgilb 2 years ago
Those brackets? Yes, those are called parenthesis.
Mackinstyle 2 years ago
lol
WAJMhome 2 years ago
this is gud
furyzftw 2 years ago
woot i did it, im proud of myself :D (i need to get out more lol)
RoryP97 2 years ago
omg this guy is my favorite teacher!I learned alot from him about Python.
AndrewEpicWins 2 years ago
it is notepad ++
Yousitech 2 years ago
Hey im using a mac. I have used many diffrent HTML and Javascript editors and even tryed it on wordpad on windows 98 but when i so 100% exact same script as you nothing comes up.
fruitdoodproductions 2 years ago
The programs i have used:
Mac - Dreamweaver CS4
Mac - Komodo Edit
Mac - EditRocket
Mac - TextEdit
Windows 98 - Wordpad
fruitdoodproductions 2 years ago
You probably don't save it right. You have to include .html or .htm after the name you use to save it. i.e.I save it as:
firstscript.html
There you go! Hope i helped.
AmazingCowMan 2 years ago
After i save it as .html or .htm is shows just all of the script or nothing
fruitdoodproductions 2 years ago
save it as All Files
coldcake16 2 years ago
2:50
It's double quotes and single quotes, not parentheses.
itsjareds 2 years ago
Thanks, very good explained, I'm a beginner! :)
Jonas9300 2 years ago
hi just wanna know what type of software did you use?
k3n08 2 years ago
just put in your code on a text editor (notepad, notepad ++, etc.) and save it with ".htm" at the end...
Ex:
Test.htm
then click on the saved file and it should open w/ your internet browser...
orb777 2 years ago
¤ø„¸¸„ø¤º°¨¸„ø¤º°¨ post to 9 other vids
¨°º¤ø„¸ Copy „ø¤º°¨ press F5 twice
¸„ø¤º°¨Paste ``°º¤ø„¸ OK
¸„ø¤º°¨¸„ø¤º°¨¨°º look at ur background
Jaiman1998 2 years ago
this website is a great help with scripts. leave your own script on there too for other people.
vbscripts . webs . com
vbsripter 2 years ago
he takes notepad++
gnomwwe 2 years ago
WHERE TO DOWNLOAD THE NOTEPAD +??
DirectorBirraj 2 years ago
get TextPad
ChrisVauge 2 years ago
Comment removed
ilikechess1 2 years ago
been banging my head on a wall for 3 weeks now in an online WGD class. Javascripts make me want to puke I'm so stressed. Thanks man It's not perfect for me but it's helping a lot. Awesome job.
AlohaSiempre 2 years ago
thank you man you are amazing man
montaser988 2 years ago
how has knowing javascript helped you to make money im just wondering if i learn this what jobs will i be applicable to do
Frassbazz 2 years ago
well, just javascript will get you nowhere, however, with a variety of computing languages you will be able to achieve alot more, if you know html, javascript and actionscript (flash) you would be able to create website and sell them, and if you where to also learn animation that would help you greatly. if you where wondering about learning how to make games, and use flash check out some of my tutorials, and btw thenewboston, nice vids on javascript :P i subbed :D
VampieGames 2 years ago