Computers |
|
| | #22 (permalink) |
| Super Techie | Do you know of any good sites that teath java scripting for a beginner?
__________________ Still weak, I know, but getting better: CPU: AMD AthlonXP 2500+ 1.8GHz @ 333 FSB 512 DDR 2700 160 GB westerndigital hd Dual booted with XP/Fedora Core 5 PCchips M848A mobo nVIDIA GeForce MX 4000 video Card Associate\'s Degree in Applied Computer Sciences. A+ Certified for Hardware and Operating Systems. Network+ Certified |
| | |
| | #23 (permalink) |
| Newb Techie Join Date: Sep 2004
Posts: 30
| http://www.acm.uiuc.edu/webmonkeys/javascript/ http://www.javascriptmall.com/learn/index.htm http://www.amazon.com/exec/obidos/tg...47864?v=glance however that link http://www.w3schools.com/default.asp is excellent!! by the way..that site is only for web languages.....should I really start with Web languages? I was thinking maybe BASIC or i'm about to get a TI-86 calculator and begin learning Assembly language...ASL. |
| | |
| | #24 (permalink) |
| Monster Techie | I did TrueBasic, then went to Java. Dont even want to lear C++, just use java for most things and a lot if similar. Good path for most people I thing.
__________________ Sig removed due to foul language. Please read the rules regarding the allowable content of sigs before reposting your COMPLIANT sig. ~Trotter 4/21/06 |
| | |
| | #26 (permalink) |
| True Techie Join Date: Sep 2004
Posts: 156
| Currently, I am learning Java. it is my first programming language that i learned. before that, i learned VB for my project.it might be simple, but not very good as they can only run in Windows only.right??? Java is more complicated compared to VB. So far, i don't know how to make Java class file into a .exe file. so can anyone tell me about that??? ![]() anyway, my recommendations still go for Java or C++ for the beginners. ![]()
__________________ The important thing is not to stop questioning... Albert Einstein |
| | |
| | #27 (permalink) |
| Super Techie | PASCAL Is used in schools as a learning tool, It is easier than java or c++ to beginners, give it a try if you interested in actually making a prgram, and not bull-shitting then move to Delphi. Also the easiest and more effecient hello world program is this. Put the following line in a new text document: msgbox "hello world" Then change the file extension to .VBS and run it. At least you get a windows output, I also see no posted examples on how to make a hello world program in HTML.
__________________ **[System specs]** Delphi Enterprise 6 - 7 VB 6.0 - 2005 EE |
| | |
| | #28 (permalink) | |
| True Techie Join Date: Sep 2004
Posts: 156
| Quote:
can you provide more about that... or any useful link to learn about that? ![]()
__________________ The important thing is not to stop questioning... Albert Einstein | |
| | |
| | #29 (permalink) | |
| Super Techie | Quote:
http://www.winguides.com/scripting/
__________________ **[System specs]** Delphi Enterprise 6 - 7 VB 6.0 - 2005 EE | |
| | |
| | #30 (permalink) |
| Junior Techie | I agree with many of you, I think that HTML is a great start for many programmers. I have easily learned HTML from several different sites. I am also taking VB in school, making my day quite a bit better Anyways, I am learning PHP, I can not comment too much about it, since I have just started it. |
| | |