LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 07-18-2011, 06:21 AM   #1
khaled -saudi arabia
LQ Newbie
 
Registered: Jul 2011
Posts: 4

Rep: Reputation: Disabled
Smile hellooo question


First helloo to everybody I know it is late question ,but i would like to know which is the best lanugue prgramming is good know to learn in 2011 after all programming language suck c c++ python vb
php dot net java for me to make websit


Thanks
for your inform i dotn know anylanguge before but i have ccna and ccnp that is it .

and how long it will takes i need easy lagunge

Last edited by khaled -saudi arabia; 07-18-2011 at 06:23 AM.
 
Old 07-18-2011, 06:41 AM   #2
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello khaled-saudi arabia, welcome to LQ,

for websits you'll need at first place HTML. Also Javascript, PHP, Perl and possibly XML. I would also recommend to take a look at Mysql.

Markus
 
Old 07-18-2011, 07:12 AM   #3
khaled -saudi arabia
LQ Newbie
 
Registered: Jul 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
thanks very much all of them by thewya since two years i am histate to learn these languges but i thnks you are good and smart in programmaing anyway you mean one by one .... does it need sombody samart i mean the code for example how long it will takes and is it better to learn in home you know because am working .or i have to have teacher ..

bye they way i read all of what they said in Nabeel subject .
 
Old 07-18-2011, 07:21 AM   #4
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
There are several sites in the internet about programming and for any language you'll find several sites with tutorials, examples and so on. http://norvig.com/21-days.html http://www.wikihow.com/Learn-a-Programming-Language http://www.learn-programming.za.net/...ogramming.html

Most people learn programming by doing it. There are several good textbooks around, but if you're really interested in learning it and doing your own projects you'll sooner or later go your own way without the textbook.

I is good to have some problems to solve as a "homework" and it is even better when the textbook doesn't come only with the problems but also with the solutions.

If learned much at project euler http://projecteuler.net/index.php?section=about but you'll need a little knowledge before solving your first problem.

Markus
 
Old 07-18-2011, 07:36 AM   #5
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
HTML can do simple things like Hello World easily, with a text editor and a browser. And an understanding of HTML is essential to using JavaScript. PHP, perl etc. for websites -- so HTML would be a great place to start.

The W3schools website used to be a good place to start (probably still is).
 
Old 07-18-2011, 12:29 PM   #6
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,627

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Best language

FORTRAN

But for 'websits' you need to know HTML and one of the 'P's (PERL (my favorite), Python, or PHP, but not Pascal) and a little CSS to do things right. IF and ONLY IF you want to do sites with a database back-end operation add MYSQL and/or POSTGRESQL.
Take these in order: HTML first, with CSS because they work together. Then PERL (or whatever) for back-end, dynamic pages, CGI, SSI, etc. Finally add database use. Spend some time on each to get some mastery, as each feeds a bit of the level of knowledge before it.

I second the reference to W3. Some of the best references, how-to documents, examples, and tutorials around AND heavily web standard (rather than IE, Opera, chrome, or Mozilla) based.

Luck!
 
Old 07-18-2011, 12:32 PM   #7
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,224

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by khaled -saudi arabia View Post
after all programming language suck c c++ python vb php dot net java
Why, in your opinion, do they suck?

If you've never done any web stuff before, then start here:

http://code.google.com/edu/submissio...ss-javascript/

Last edited by dugan; 07-18-2011 at 12:33 PM.
 
Old 07-18-2011, 12:35 PM   #8
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Quote:
Originally Posted by dugan View Post
Why, in your opinion, do they suck?
I was wondering as well what the OP means, but I think he means "such (as)".

Markus
 
Old 07-23-2011, 09:15 AM   #9
khaled -saudi arabia
LQ Newbie
 
Registered: Jul 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
hii everybody ....thanks for anybody answerd me .....yes i mean sach


i thinks programming it takes alot of time ....,so i might learn html which is the easest one and it is for bigginer ........ and thinking about red hat ...
 
Old 07-23-2011, 10:02 AM   #10
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Learning and doing programming does take a lot of time but you get faster at both with experience. Good idea to start with something relatively simple like HTML -- although it is more of a document description language than an actual programming language like JavaScript, Perl, Python etc.

Enjoy!
 
Old 07-24-2011, 02:53 AM   #11
khaled -saudi arabia
LQ Newbie
 
Registered: Jul 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
catkin what you are doing are you programmer
 
Old 07-24-2011, 10:56 AM   #12
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
I'm mostly a sysadmin and user support person but I used to be a programmer and still do a bit -- bash and recently ruby.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hellooo Everybody! McFex LinuxQuestions.org Member Intro 1 01-29-2011 04:34 AM
basic html question - download link to files on my webpage question Davno Linux - Server 5 12-25-2009 07:24 AM
Question, Apples Contribution to Open Source + MacOs file structure question Higgy3k Other *NIX 5 07-25-2005 04:23 AM
login prompt question & kde scheme question JustinCoyan Slackware 2 06-09-2004 02:02 PM
HELLOOO!... Astropicachu is online with Linux!... HHOOOAAAUUU! Astropicachu Red Hat 3 01-25-2004 05:17 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 02:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration