home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Ask a Tech Support Question (free)!

programming

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 1506
Discussions: 200,955, Posts: 2,379,483, Members: 246,317
Old June 16th, 2005, 11:57 PM   Digg it!   #1 (permalink)
Member
 
Join Date: May 2005
Location: NYC
Posts: 370
Send a message via AIM to sunny22
programming

This summer my goal is to learn a programming language. Which one whould i learn. I know a very very small amount of vb6. Any tips, tricks, anything to help a beginner?
__________________
MSI K8N Neo4 Platinum SLI Socket 939 nForce4
Athlon 64 3200+ Venice Socket 939
CORSAIR XMS 2GB 184-Pin DDR 400 (PC 3200)
ATI x800xl PCI Express
sunny22 is offline   Reply With Quote
Old June 17th, 2005, 12:23 AM     #2 (permalink)
Super F@D Folder
 
Join Date: Jun 2004
Posts: 5,083
Send a message via AIM to sr71000
i found perl very easy to work with. because it dosen't need to be compiled it's uber easy to edit and fix when you're having a problem and is great to use with html, a great and easy second language to learn . i'd save the more complicated languages until later . I really did find perl to be a great start. download perl from http://www.activestate.com/Products/ActivePerl/?_x=1 and then i'd you can start writing your programs in notepad. save them as .pl and open them in the command prompt and you're ready to go (ps..the command prompt will close automatically when the script is done if you just double click it...so you have to click start, run, type cmd, and run it that way..so i suggest making a folder called programs right on your c: drive and make like easier lol. Also..i'd suggest checking out arachnophilia (google it) it's a great tool to write your programs. It'll highlight stuff to help make it stand out, and it has build in support for a number of languages...a great many numbers lol.
sr71000 is offline   Reply With Quote
Old June 17th, 2005, 12:30 AM     #3 (permalink)
Member
 
Join Date: May 2005
Location: NYC
Posts: 370
Send a message via AIM to sunny22
ive heard of pearl but not as much as vb, java, and those other uhgelanguages, how cxome?
sunny22 is offline   Reply With Quote
Old June 17th, 2005, 12:34 AM     #4 (permalink)
Perfetc Member
 
VHockey86's Avatar
 
Join Date: Jan 2003
Location: Maryland Suburbia
Posts: 4,334
perl is a scripting language, it has different applications than other higher-level programming languages such as C++/Java
VHockey86 is offline   Reply With Quote
Old June 17th, 2005, 12:35 AM     #5 (permalink)
ph34r t3h g04t
 
Whir's Avatar
 
Join Date: Oct 2001
Location: Kingsford, MI
Posts: 19,558
Blog Entries: 7
Stick with VB6 if you know it. Master it. It's a pretty simple language as far as syntax goes. And once you know it, you'll be able to learn the other higher languages very easily (JAVA, C++, etc).
Whir is offline   Reply With Quote
Old June 17th, 2005, 12:38 AM     #6 (permalink)
Super F@D Folder
 
Join Date: Jun 2004
Posts: 5,083
Send a message via AIM to sr71000
it's what's called a glue language...you wouldn't really use it to write a big program like firefox or open office or something like that...it's for small stuff....it's used for a lot of stuff on web pages...like submission forms...like when you sign up for an account it's perl...stuff like that it's used a lot for the web. If you decide to use perl, let me know...i've got a pretty good trick to make life easy . This is the trick but i'll explain it better later if you want me to. make a folder on your harddrive called programs. then make one inside of it called perl (that way if/when you learn more languages you can keep them seperate). Then create your first file. it will look exactly like this

Code:
system("cmd")
and basically all that does is this: system is one of the 3 ways to run a program and is the most common. so now system tells the perl interpriter to run whatever is inbetween (" ") . Now i told you we have to run everything from the command prompt..the reason this perl file has to be placed right in your perl programs file is because it's going to run cmd or the command prompt. Because cmd was run from a file in C:\programs\perl where all your programs are...that'll be the default location when you run that file (from now on...just double click it and a command window will pop up automatically pointing to c:\programs\perl and then you just have to type in the name of the program you want to run . Then, just make a shortcut of it on your desktop . If I lost you just let me know and I'll help you go through it step by step. That'll make a lot more sence if you ever use perl also....lol.

/edit and it wasn't a typo...it's perl, no "a" in it. try googling it and getting an idea of it. What's nice about perl is no compiling so you can edit on the fly .
sr71000 is offline   Reply With Quote
Old June 17th, 2005, 12:40 AM     #7 (permalink)
Member
 
Join Date: May 2005
Location: NYC
Posts: 370
Send a message via AIM to sunny22
ok I'm lost and perl does seem easy enough so i will try it please explain ur trick step by step lol
sunny22 is offline   Reply With Quote
Old June 17th, 2005, 12:43 AM     #8 (permalink)
Super F@D Folder
 
Join Date: Jun 2004
Posts: 5,083
Send a message via AIM to sr71000
ok...i need some sleep now...use perl for a few days...get a feel for it the harder way....then pm me. Oh yea. i'd never programmed ever before and i started my own program for fad on the third day....i stopped because the new update fixes the problem my program addressed....lol...so it's no big..but it's very simple to pick up . Just let me know if a few days and then we'll talk about it. it'll make a LOT more sence then. you just have to download the perl interpriter that i linked to above..and then your scripts you can write in notepad. just google for perl tutorials!
sr71000 is offline   Reply With Quote
Old June 17th, 2005, 01:21 AM     #9 (permalink)
SoMuchAnime-SoLittleTime
 
EXreaction's Avatar
 
Join Date: Aug 2003
Location: Plymouth, WI
Posts: 14,983
Blog Entries: 1
Send a message via MSN to EXreaction
I would have to reccomend VB, i just love it! If you want something that takes a while to program, make a BlackJack program with vb6! I did that in my intro to computer programming class, and to get the final project it took me 2 weeks!
__________________
My photography: Flickr

Lithium Studios - phpBB3, PHP, and Web Development
EXreaction is offline   Reply With Quote
Old June 17th, 2005, 01:43 AM     #10 (permalink)
Member
 
Join Date: May 2005
Location: NYC
Posts: 370
Send a message via AIM to sunny22
i would hav eno idea how to do that do u have directiosn or can usend me ur code?
sunny22 is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ programming HELP! TechKnickle Webmastering and Programming 3 September 19th, 2004 02:49 AM
Programming quantumlight Webmastering and Programming 22 September 10th, 2004 07:38 PM
Programming MikeHof IMO Community 6 January 18th, 2004 11:18 AM
Need help with C programming Lemon[H]ead Webmastering and Programming 9 July 8th, 2002 07:57 PM
Programming George VII General Tech Discussion 16 May 11th, 2002 03:08 PM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
The disrespect of Obama by Russian .. (41)
Is It Just Me? (2943)
Making Health Care Worse (178)
Wireless Televisions. (12)
CPU fan stops spinning randomly (9)
windows 7 problem (7)
Regular Build (11)
Is the PSU I received dead? (12)
radeon x850xt platinum & shader.. (6)
Print spooler problem (15)
windows vista security holes (10)
HIS HD5770 graphic card question (15)
Install XP pro and a Vista laptop ?.. (11)
Foreign voltage (10)
Recent Discussions
whats the fastest dvd ripper? (13)
CPU fan stops spinning randomly (9)
Common Spyware Solutions (105)
How to Convert Blu Ray Disc Movie to .. (0)
How to Enjoy Your Favorite Videos on .. (0)
EVGA 9800 gtx help with finding a goo.. (11)
Regular Build (11)
Help with onclick and buttons (0)
Modern Warfare 2: Who Bought It? (63)
Virus advise (8)
My monitor won't turn on after instal.. (1)
Laptop with wireless problem. (3)
Internet Lost (3)
Dept. of HS: NSA 'Helped' Develop Vis.. (16)
windows vista security holes (10)
Point and Shoot Camera Suggestions. (4)
Multiple Restarts Required at Boot (2)
Ideal cheap graph card for PC-Gaming? (18)
radeon x850xt platinum & shader 3 (6)
Graphics Card Upgrade Question (4)
For Sale BFG GTX285 OC2 with 10 year .. (3)
How to convert MP3's (4)
Wireless Televisions. (12)
Hp Artist Edition + Matching Bag (0)
Asus P4G8X Mobo (6)


All times are GMT -4. The time now is 03:16 AM.
TechIMO Copyright 2009 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28