Language confusion ...

vizkid2005

In the zone
Hi guys !!!

I want to immerse myself into coding and all related stuff ...
The problem is I can`t decide where to start from and which language to choose ???

I had learnt Java in 10th(ICSE) .. I had done a project on railways ..
I am pretty good at OOPS concepts (AFAIK) ...

But people have been suggesting studying Ruby, python , etc languages ...
What should I do ???

I also wanna build a website ASAP ... Can websites be written in C\C++ or Java ??? I know they can be written in Javascript, python etc. ...

Please Help me choose ?? Also suggest a good book to buy ...

Your suggestion are highly appreciated ... Thank You !!!
 

pulkitpopli2004

Cyborg Agent
you have good concept of OOPS dat means u wud be havin gud programmin logics.. keep on practicing new problems..
And learn C++ too in coming two years that will be really helpful..


and for website designing you can go for html,C#,PHP, .NET or ASP... learn any one of them...
i'll suggest for ASP or .NET...
 
i personally have two theories :

1> everything can be programmed. i.e u can create an entire website on C++
2> why build when it is built i.e internet is TOO complex to program.

hence go for ASP for websites and master C++ for algo designing skills

NOTE: practice is the key to success...
 
Last edited:
OP
V

vizkid2005

In the zone
Wat about learning javascript ... I mean I`ve already done a bit of java already so will it be like similar or easier with javascript ?? Does it work dat way ???

also Plz suggest good buks for ASP and C++ ...
 

abhijangda

Padawan
first go for Python,
then C and C++
then go for Java.
Also try to learn .NET.

For C++ you can find video tutorials on NOV 2010 DVD and fast track to C++ in NOV 2008 issue.
 

ico

Super Moderator
Staff member
For websites, learn PHP.

PHP = server side scripting.
Javascript = client side scripting

HTML/CSS, Javascript and PHP go hand in hand.

This forum which you are using is also built using PHP and it is using MySQL as the database.

And then there are very good free PHP based CMS available like Wordpress, Drupal and Joomla. You can modify them to your will using PHP to create your website.
 
J

Joker

Guest
For websites, learn PHP.

PHP = server side scripting.
Javascript = client side scripting

HTML/CSS, Javascript and PHP go hand in hand.

This forum which you are using is also built using PHP and it is using MySQL as the database.

And then there are very good free PHP based CMS available like Wordpress, Drupal and Joomla. You can modify them to your will using PHP to create your website.
this.
 

pulkitpopli2004

Cyborg Agent
Wat about learning javascript ... I mean I`ve already done a bit of java already so will it be like similar or easier with javascript ?? Does it work dat way ???

also Plz suggest good buks for ASP and C++ ...

as far as book is concerned for c++.. go wid sumita arora.. very basic book.. u can easily learn every concept and practice it..
after dat u can go with higher level books..
 

lingo

Broken In
C/C++ are not for web development (general sense). Sumita Arora is a crap book using an outdated compiler and should only be studied if you want to develop MS-DOS programs which only the CBSE morons want you to do.
 
Last edited:

abhidev

Human Spambot
ffs..he has to make a WEBSITE

who said you can't use java for making websites??? And whats ffs?


@vizkid2005 : as you are good with OOPS, stick to java...as once you get into java as your job profile...you will no longer be working in html,css,php,js....u don't hv to...that field is diff...that would be web development.
 

NainO

Believe Me or Not!!!
ASP.net is best for designing website. Include simple drag and drop of controls therefore very less coding.
Also you can select from a number of langauages (C#, J# and many more) as your coding language :)
As you are good in both OOPS and java, you wont feel much difficulty in getting used to ASP.net
 

ico

Super Moderator
Staff member
ASP.NET is a whole framework. Obviously it has ready-made things available.

Perhaps, the OP mentioned that he wanted to create a website that is the reason why there have been some "web-development oriented" replies.
I also wanna build a website ASAP ... Can websites be written in C\C++ or Java ??? I know they can be written in Javascript, python etc. ...
 
J

Joker

Guest
who said you can't use java for making websites??? And whats ffs?
most probably he has just passed out form 10th..so im sugegsting him things accordingly..

ok now...see if u want to create a small website like for a store or a company portfoilio...php is good for it.

if u wanna create a huge enterprise level web application...companies prefer ASP.net and JavaServerPages for that purpose.
 
OP
V

vizkid2005

In the zone
concentrate more on JAVA...rest html,css,js,php can be learnt side by side

ASP.NET is a whole framework. Obviously it has ready-made things available.

Perhaps, the OP mentioned that he wanted to create a website that is the reason why there have been some "web-development oriented" replies.

Building a website is just a thing I wanna try ... I don`t wanna go into full-on web designing ... For coding is Java ok guys ???

most probably he has just passed out form 10th..so im sugegsting him things accordingly..

ok now...see if u want to create a small website like for a store or a company portfoilio...php is good for it.

if u wanna create a huge enterprise level web application...companies prefer ASP.net and JavaServerPages for that purpose.

@ joker : Dude I`m in FE ... I wuld have started coding much earlier in age but due to (10th and 12th) IMPORTANT EXAMS , parents didnt approve of it ... So I`m starting now ... Better late than never

Yes I wanna build only a small website ... Just for fun ...

And as I asked earlier ...
Is java gud for coding ??? I`m already familiar with it ... OOPS funda`s are in place ... Should I go for Java or c++ ???
 

Liverpool_fan

Sami Hyypiä, LFC legend
HTML, CSS, and JavaScript. They are sufficient for just creating a web site. Later go further with PHP/MySQL in Apache platform.
Java platform for web applications? Robust Choice but not sure it is as easy as PHP. One thing for sure, you won't find Java many web hosts at low prices. PHP is everywhere.
 

abhidev

Human Spambot
Stick to java or php dude...you'll hv a good career path ahead if you want to be in a Technical field
 
OP
V

vizkid2005

In the zone
Plz suggest gud books for java .. The kind of I can buy .. U see, I am not much of an ebook reader .. I cant concentrate while reading on the net ...
Bad for Eyes too ;-) ...

But seriously .. Ne gud buks for Java ???
 
Top Bottom