Staredit Network

Staredit Network -> Computers and Technical -> Extreame Basic Need Help
Report, edit, etc...Posted by RedNara on 2005-12-31 at 13:41:32
Hey i want to know some place where they teach Extreame Basic stuff

and what are some types of programing language like C++ Javascript Html Php i donno and like what is used for what mostly. If someone can help me out.

And where is a good place to start. i was looking at our staredit tuturiol collection thing couldnt understand a thing...
Report, edit, etc...Posted by CheeZe on 2005-12-31 at 13:51:59
Learn SC triggers.

Or learn Python. It's far easier than any other language that I know and the tutorials are extremely good.
Report, edit, etc...Posted by RedNara on 2005-12-31 at 13:59:33
SC triggers really do they help...

Yea i want to also learn something out of sc. Like i saw another post somewhere down and it was about help programing in sc... Thanks i might try out python
Report, edit, etc...Posted by Centreri on 2005-12-31 at 14:09:43
Learn programming/scripting languages at www.w3schools.com. Start with HTML, then CSS, then either PHP or Javascript.
Report, edit, etc...Posted by CheeZe on 2005-12-31 at 15:09:54
..Do you know what python is?
Report, edit, etc...Posted by Centreri on 2005-12-31 at 16:50:30
Oops, sorry 'bout that. Fixed. I always thought python was a server side language similar to PHP and ASP.net.
Report, edit, etc...Posted by DT_Battlekruser on 2005-12-31 at 18:17:00
QUOTE(CheeZe @ Dec 31 2005, 10:51 AM)
Learn SC triggers.

Or learn Python. It's far easier than any other language that I know and the tutorials are extremely good.
[right][snapback]394948[/snapback][/right]


SC triggers are a GREAT starting base.

QUOTE
Or learn Python. It's far easier than any other language that I know and the tutorials are extremely good.


Unless you need a GUI fast, then you want something like Visual Basic. Tickle is not easy..

Python is a do-everything language. It can be put to a CGI interface to be a server-side script, but it can also write applications.
Report, edit, etc...Posted by BeeR_KeG on 2005-12-31 at 18:25:23
By Starcraft triggers, we mean Starforge. The syntax it uses is very similar to VB, C++ and PHP.

Here's a basic description of languages.

Website Development
HTML - The basic code of web pages, almost all other web languages revolve around this.
CSS - A bit more powerfull than HTML in which it lets you modify in more detail the looks of your page.
XHTML - Fancy HTML
PHP - Server side script, PHP is executed on the server so that you may manage databases and data.

I don't know much about programming languages, but I'll throw in something.

Visual Basic - One of the simplest languages out there
C - Advanced language, you can do pretty much anything
C++ - Almost the same as C, but with more features
Python - What DTBK said
Report, edit, etc...Posted by Centreri on 2005-12-31 at 20:30:17
You forgot Java. I know that it has similar syntax to C and C++, but I also know its easier to learn.
Report, edit, etc...Posted by Shmeeps on 2005-12-31 at 21:44:36
Really depends on what you want to do, for instance:

If you want to make a small application, like something for Starcraft you could use Python, Visual Basic, or Java.

If you want to make an advanced applications, try C, C++, C#, BASIC, PASCAL, J#, ect. You could try Visual Studio, it supports most of those.

(Any of these languages could be used for small or large applications, really depends on how well you can code it.)

If you want to make a web application, try PHP, ASP, AJAX, CGI, or Python.

Of course there's many more, but those are the more commonly used ones.
Report, edit, etc...Posted by DT_Battlekruser on 2005-12-31 at 22:41:20
QUOTE
If you want to make a small application, like something for Starcraft you could use Python, Visual Basic, or Java.


Visual Basic is the easiest for GUI-based apps, as you can design the GUI visually rather than code it.
Report, edit, etc...Posted by O)FaRTy1billion on 2005-12-31 at 23:00:10
QUOTE(DT_Battlekruser @ Dec 31 2005, 08:41 PM)
Visual Basic is the easiest for GUI-based apps, as you can design the GUI visually rather than code it.

Unless your like me and can't get Visual Basics programs to do all this for you. disgust.gif
Report, edit, etc...Posted by CheeZe on 2005-12-31 at 23:42:25
What program would require a GUI so badly?

If he's a beginner, he's not going to need visual things anyway so I still recommend Python because its syntax is far easier than any language.
Report, edit, etc...Posted by DT_Battlekruser on 2006-01-01 at 02:19:26
It's not really easier, it's just faster to type happy.gif
Report, edit, etc...Posted by RedNara on 2006-01-01 at 12:25:00
Uh well you guys said a lot ok well i want to start with Visual Basics. Well in the end i want to learn something like C++ and Javascript. Can someone recommend like something. Also do i need some other programs to use these programing language thanks smile.gif
Report, edit, etc...Posted by O)FaRTy1billion on 2006-01-01 at 12:33:47
Visual Basics needs Visual Studios or Visual Express. (Unless you want to type everything like the GUI stuff)
C++ I just went to the library and got a C++ book that came with a compiler. (According to the liscence on this compiler, I can give it to you! biggrin.gif But I don't have the installer anymore)
JavaScript just needs to be put in <script></script> tags with HTML, and have Scripting enabled.
Report, edit, etc...Posted by RedNara on 2006-01-01 at 19:13:38
thanks dude smile.gif
Report, edit, etc...Posted by Pie_Sniper on 2006-01-01 at 21:04:04
I would suggest going straight to C/C++. Ignore all their ideas about it being advanced and hard. It's not as hard as they make it sound smile.gif

ยป Unless you need a GUI fast, then you want something like Visual Basic.
You mean If... right?
Next Page (1)