Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 9th, 2005, 9:57 PM   #1
Lich
Professional Programmer
 
Lich's Avatar
 
Join Date: May 2005
Location: Detroit
Posts: 254
Rep Power: 4 Lich is on a distinguished road
Send a message via AIM to Lich Send a message via MSN to Lich
How did you get started in programming?

So let's hear some stories.

I started out doing web design with html and templates and crap when I was 14 or 15 building a tribute site for the simpsons. Then moved on to full html, then SSI, php, perl, mysql, xml, javascript, etc all for the sake of building websites. I've dabbled a bit in Visual Basic and C just for the sake of it as I always want to learn more. Since I'm pretty decent at it I figure i'll keep presuing programming in all aspects.
Lich is offline   Reply With Quote
Old Aug 9th, 2005, 10:14 PM   #2
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Let's see, I started by watching my older brother programming in QBASIC. By 13, I was able to create small programs and modify existing ones and by 14 I became real good at it. Check out the QBASIC boxing game a made back then, it's on my website under projects. Later I joined college and learned C, C++ and OOP, C#, and picked up visual basic .net on my own. I know how to write html but I'm not so good at it. I almost always use a helper program (Dreamweaver).
OpenLoop is offline   Reply With Quote
Old Aug 9th, 2005, 11:13 PM   #3
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
My brother showed me some HTML when i was 13, so i got into HTML and then about 3 months later started dabbling in Visual BASIC. Th e rest is history...
__________________

tempest is offline   Reply With Quote
Old Aug 9th, 2005, 11:20 PM   #4
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 4 uman is on a distinguished road
Programming in TI-BASIC on my calculator.
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials.
--WilliamSChips on Slashdot
uman is offline   Reply With Quote
Old Aug 9th, 2005, 11:27 PM   #5
Benoit
Expert Programmer
 
Benoit's Avatar
 
Join Date: Sep 2004
Location: Ontario, Canada
Posts: 556
Rep Power: 5 Benoit is on a distinguished road
I started learning HTML when I was 12/13, and started learning C when I was 15,VB when I was 16 and here I am now at 17
__________________
Johnny was a chemist's son but Johnny is no more, for what Johnny thought was H2O was H2SO4
Benoit is offline   Reply With Quote
Old Aug 9th, 2005, 11:45 PM   #6
prodigy27c
Newbie
 
prodigy27c's Avatar
 
Join Date: Apr 2005
Location: In my spare room, infront of my PC
Posts: 12
Rep Power: 0 prodigy27c is on a distinguished road
Send a message via MSN to prodigy27c Send a message via Yahoo to prodigy27c
I started building PC when I was a student to make money, once I had done that I did CNC programming, then started dealing with Moment Weighing Machine's when I was doing dynamic balancing. The programmes where old and DOS based. So i started to learn visual basic and developed a programming in work which was more appealing to the eye and easier to understand (I could already do VBA so it was an easy transfer across). After that I got in HTML and now I have just started C#. Who know what will be next for me.
__________________
The only good is knowledge and the only evil is ignorance.
prodigy27c is offline   Reply With Quote
Old Aug 10th, 2005, 1:49 AM   #7
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,886
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
Until I was about 12, we had an extremely old computer with nothing but Qbasic. My dad showed it to me, and without a manual and only knowledge of 2 commands (goto, print) I trial and errored the syntax until I learned the basics of programming. Mastered OOT and Python very quickly, and here I am.
Sane is offline   Reply With Quote
Old Aug 10th, 2005, 8:09 AM   #8
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
I think I was about 9 or 10 (25 now)... I picked up a book on one of the old flavors of Basic (Basica-A, XBasic, or something like that). I moved from there to Qbasic. My friend that lived down the street and I started writing programs (or at least trying to) every day. We made text based games and various tiny utilities to help us with our homework. I remember making something for the multiplication tables, lol. Anyhow, I went from Qbasic to Fortran, then Pascal... took a few programming classes in high school (Basic, Turbo Pascal, Fortran) because I had fun programming at home. I decided that programming is what I wanted to do for a living so I went to college for a degree in this field.

From then to now... I have used the languages below... some I am proficient in, others I am only functional in.

PHP, C, C++, C# .NET, Java, Visual Basic 6.0/.NET, SQL, PL/SQL, Html, Dhtml, Xml, CSS, CGI, Perl, Batch, Lisp, Modula, Prolog, Scheme, Tcl/Tk, Javascript, VBScript, Awk, Sed, Unix Script, Python, Smalltalk, Ada, Fortran

I learned through trial-and-error... if something broke, I normally stayed up all night working on it.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Aug 10th, 2005, 8:22 AM   #9
skuinders
Hobbyist Programmer
 
skuinders's Avatar
 
Join Date: Jun 2005
Location: MA, US
Posts: 204
Rep Power: 4 skuinders is on a distinguished road
In high school I took some elective computer classes:

PC Hardware 1, 2
CAD
Honors Programming (C++)
Web Programming (HTML, JavaScript)
AP Computer Science (C++)

That's pretty much where I started.
__________________
"A stupid man's report of what a clever man says can never be accurate, because he unconciously translates what he hears into something he can understand."
- B. Russell

http://web.bryant.edu/~srk2
skuinders is offline   Reply With Quote
Old Aug 10th, 2005, 10:36 AM   #10
Lich
Professional Programmer
 
Lich's Avatar
 
Join Date: May 2005
Location: Detroit
Posts: 254
Rep Power: 4 Lich is on a distinguished road
Send a message via AIM to Lich Send a message via MSN to Lich
Quote:
Originally Posted by skuinders
In high school I took some elective computer classes:
Wow dude, your school kicks ass. The most we had computer wise Was Computer applications A-D (Word through Access) and this joint vetnure between us and another district where you could take html (which I didn't bother with since I already knew it) or VB 6 (which I didn't see the point as .NET was right around the corner).

The year after I graduated they were supposed to start offering cisco networking, but they tried using the guy they have for the MS office apps teach it and, no surprise, he couldn't pass certification. They'd already ordered books and everything
Lich is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:11 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC