Hi! I'm trying to learn javascript, but I don't know what to write the code in. Can somebody help me please? Thanks!
Offline
msdosdude wrote:
I usually look at other code that does what I want, and then I use that as a resource.
No, like where do I write it? Notepad or something?
Last edited by ImagineIt (2011-11-24 19:27:35)
Offline
Notepad is fine, but I'd recommend a better one like Textwrangler as notepad often wants to save things in .txt or .rtf which isn't what you want. Textwrangler is designed for this kind of programming and lets you save it however you want.
Yes, it is free.
Offline
jji7skyline wrote:
Notepad is fine, but I'd recommend a better one like Textwrangler as notepad often wants to save things in .txt or .rtf which isn't what you want. Textwrangler is designed for this kind of programming and lets you save it however you want.
Yes, it is free.
I have windows. What type of file?
Offline
Offline
I use "Coda"
Its not free, but REALLY good
Offline
I don't really use one (I, once again (those who read the Java Official Topic will know that I use TextEdit/Notepad to write Java) use Notepad to write HTML/CSS/JS) but I hear that Notepad++ and TextWrangler (the latter in the Mac App Store) are good free ones.
Edit: You use Windows? Go for Notepad++.
Last edited by maxskywalker (2011-11-24 21:24:02)
Offline
Notepadd++ is supposed to be a good alternative, but not as slick as Textwrangler
Offline
Offline
Offline
ImagineIt wrote:
Where can I upload stuff?
What do you mean?
Offline
jji7skyline wrote:
ImagineIt wrote:
Where can I upload stuff?
What do you mean?
How do you upload it to the internet. Also, I can't test it.
Offline
ImagineIt wrote:
jji7skyline wrote:
ImagineIt wrote:
Where can I upload stuff?
What do you mean?
How do you upload it to the internet. Also, I can't test it.
000webhost
And why can't you test it?
Offline
I'm pretty fond of Handcraft. It's easy to learn, and easy to execute. Complete with syntax highlighting and exporting. You can get it of the Chrome App Store for free.
Offline
Vista4563 wrote:
I'm pretty fond of Handcraft. It's easy to learn, and easy to execute. Complete with syntax highlighting and exporting. You can get it of the Chrome App Store for free.
Congrats 888th post Vista! [/offtopic]
I'll check it out1
Offline
Vista4563 wrote:
I'm pretty fond of Handcraft. It's easy to learn, and easy to execute. Complete with syntax highlighting and exporting. You can get it of the Chrome App Store for free.
Happy 888 posts! Thanks, but I'm using Notepad++ now.
veggieman001 wrote:
ImagineIt wrote:
jji7skyline wrote:
What do you mean?How do you upload it to the internet. Also, I can't test it.
000webhost
And why can't you test it?
I don't know how to test it. :l
Last edited by ImagineIt (2011-11-25 09:32:13)
Offline
save it as .html, and enclose your code in <script> tags.
Offline
samtwheels wrote:
save it as .html, and enclose your code in <script> tags.
Thanks a ton!
Offline
ImagineIt wrote:
Vista4563 wrote:
I'm pretty fond of Handcraft. It's easy to learn, and easy to execute. Complete with syntax highlighting and exporting. You can get it of the Chrome App Store for free.
Happy 888 posts! Thanks, but I'm using Notepad++ now.
veggieman001 wrote:
ImagineIt wrote:
How do you upload it to the internet. Also, I can't test it.000webhost
And why can't you test it?I don't know how to test it. :l
And the website doesn't say I can use Javascript.
Offline