Well I am completely new to this. So forgive me if I am completely making no sense at all.
What programs do you guys use to, well make programs.
Which is recommended?
What's the difference between Visual Cnet # or Visual Basic 6 or 8 or C++?
I want to start up with a decent program, then look at some beginner tutorials.
I plan on getting pretty far, up to the point where I can make something helpful.
Results 1 to 29 of 29
Thread: Beginner Trying to Program
- 09 Dec. 2009 05:40pm #1
Beginner Trying to Program
- 09 Dec. 2009 06:20pm #2
I use web-based programs. That is, programs you use in your browser. The programs you download and use are probably quicker to learn (less prerequisites), and it's generally Visual Basic. The difference is the way you program them. Whichever you prefer. You may find some easy, some hard.
I'm sure there are advantages/disadvantages to each, but I don't use them enough to know those. I do know that the most commonly used one is Visual Basic.
- 09 Dec. 2009 06:32pm #3
Alright well I think I am going to get Visual Basic then, since I plan on making programs you download. But can visual basic also make web based programs?
And do I have to learn html for the web based programs?
- 09 Dec. 2009 06:44pm #4
Visual Basic cannot make web based programs, and yes, you need to know a lot more than HTML to make web based programs.
Web based: HTML -> CSS -> JavaScript
You can probably stop at JavaScript for many things, but for the best (practically anything you'd use to hack Gaia and whatnot), you'd have to continue to learn PHP after that.
I'd say the difficulty in learning JavaScript is as hard as learning Visual Basic or C++, hence why I say VB would be easier to learn - it cuts out the excess HTML/CSS knowledge.
EDIT:
Web-Based Programming produces: FLPs, FLWs, etc.
Client-Side Programming (I always forget the proper name for it) produces: brute forcers, crackers, FLPs (in the sense that it says "login to hack Gaia," and then the login is sent to the program maker), etc.
- 09 Dec. 2009 07:29pm #5
Thanks, I'm also looking over and reading this website.
Beginner's Guide to Programming - guidetoprogramming.com
Seems pretty helpful. For now I think I will try Visual Basic 6 to make executable programs.
- 09 Dec. 2009 08:27pm #6
VB6 is a good place to start. Or VB8(VB.NET)
Also JavaScript isn't actually programming...
Web programming isn't HTML or CSS, that's also scripting. Web programming is AJAX, PHP or Ruby.
- 10 Dec. 2009 03:55am #7
Begging programs you should start out with are like.
A simple program that shut down, restart, and logg out
A ip Checker.
A clock.
A auto clicker.
A gaia login.
A game.
A timer.
Stuffz like that.
- 10 Dec. 2009 04:00am #8
Although the majority of those are pointless, yes stuff like that.
A basic Gaia Login, something working with listboxes, something with loops, that stuff will help you the most.
- 10 Dec. 2009 04:05am #9
- 10 Dec. 2009 04:08am #10
- 10 Dec. 2009 04:45am #11
- 10 Dec. 2009 04:46am #12
Also note that C# is not where you want to start if you want easy. Visual Basic is easy.
- 10 Dec. 2009 04:49am #13
JavaScript is quite literally a programming language. HTML and CSS aren't, but the former is necessary in order to move on to JavaScript and PHP. Not technically for PHP, but for all intensive purposes, it's required for any sensical user interaction.
Originally Posted by Chad
- 10 Dec. 2009 04:51am #14
No one to tutor me, though I've tried following some tutorials.
Haven't really been successful so far. >_<
- 10 Dec. 2009 04:53am #15
- 10 Dec. 2009 04:59am #16
If you want some help with tutorials or other stuff MSN me: eye.program@live.com
- 10 Dec. 2009 05:18am #17
How did you guys start out?
Did you guys take classes, read books, or simply teach yourself with tutorials and online content?
- 10 Dec. 2009 05:23am #18
Tutorials for me when I was starting with VB.
Its now gotten to the point where it's just reading the language documentation and provided examples for me.
- 10 Dec. 2009 05:30am #19
Self-taught. I took a class on VB, but the teacher was an idiot, so I taught myself everything through the book and mostly Google. I've never been a fan of books - online tutorials are just free versions of books, and there are more of them, so you can find a new one if the first doesn't meet your needs. But outside of client-side programs, I self taught myself everything I know about web programming.
- 10 Dec. 2009 05:45am #20
I plan on doing the same GAMEchief.
Right now I am playing around with VB using this tutorial.
Write Your First Visual Basic Program
- 10 Dec. 2009 05:46am #21
sadly for me i got a teacher who still wishes he was baketball player and he my java teacher 0_0
a letdown indeed to me :_(Tacos, And the sound of babies crying that my friend is why the made the school system
- 10 Dec. 2009 05:51am #22
Don't let that stop you. Find somewhere else to learn it from during that class period. Google is nice. I usually used it to find more advanced algorithms than were currently being taught. That's good extra credit, too. "How to [whatever] in Java"
- 10 Dec. 2009 09:35pm #23
- 10 Dec. 2009 10:15pm #24
- 10 Dec. 2009 10:20pm #25
- 11 Dec. 2009 12:06am #26
- 11 Dec. 2009 01:06am #27
- 11 Dec. 2009 01:23am #28
i wanna learn to program to!
- 11 Dec. 2009 02:39am #29