Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Reply
 
LinkBack Thread Tools Display Modes
Old 26-05-2011, 07:46 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: May 2011
Posts: 5
Wink Want to become a web developer


I want to become a web developer but i only know html and css..I am a newbie in this area and i see lot of other languages like asp,asp.net,php,pearl,ajax etc..I have no idea what is used for what purpose can anyone help me to understand the purpose of these languages??
niteshatdigit is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 26-05-2011, 07:52 PM   #2 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Posts: 687
Default Re: Want to become a web developer

First of all decide what you field you want to choose, want to learn DOT NET or PHP or JSP , coldfusion..

Anyways, to make it clear, choose between open source and proprietary softwares.. if you are good in html and css, next step would be learing some server side language like ASP or PHP or JSP etc.. If you are fan of Microsoft then go for ASP and SQL.. also learn Javascript as it is now a becoming integral part of web development. And, give it good time to understand ... and you are good to go!
__________________
~Ricky

» Looking for someone to partner with me in Indian Linux forum
Free domain is available ! I am also at Indian Forums.
Ricky is offline   Reply With Quote
Old 26-05-2011, 08:02 PM   #3 (permalink)
Simply a DIGITian
 
krishnandu.sarkar's Avatar
 
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
Default Re: Want to become a web developer

Yup, see, on web there is basically two sides, Client Side and Server Side.

A client interacts with a page, and back on the web server program logic decides what to do with the input that came and etc.

So client side languages generally used are, HTML(Content of the page), CSS(For designing the page), Javascript and/or jQuery (To make user validation and other interaction more pleasant) etc.

Now comes server side, here too many languages can be used, general ones are PHP, ASP.NET(with VB / C#), JSP. You can also use Python, Perl etc, using CGI scripts.

Same for databases, you can use any of them, but most recognized ones are MySQL(generally used along with PHP), MSSQL Server(generally used along with ASP.NET), Oracle etc.
__________________
  • Read The Forum RULES First.
  • Before PM'ing Or Asking Any Questions To Any Mod Read The FAQ's
  • Before Starting A New Thread Read The STICKY THREADS First
  • Before Participating In Bazaar Section Read The BAZAAR RULES
krishnandu.sarkar is online now   Reply With Quote
Old 26-05-2011, 08:42 PM   #4 (permalink)
Right Off the Assembly Line
 
Join Date: May 2011
Posts: 5
Default Re: Want to become a web developer

Quote:
Originally Posted by Ricky View Post
First of all decide what you field you want to choose, want to learn DOT NET or PHP or JSP , coldfusion..

Anyways, to make it clear, choose between open source and proprietary softwares.. if you are good in html and css, next step would be learing some server side language like ASP or PHP or JSP etc.. If you are fan of Microsoft then go for ASP and SQL.. also learn Javascript as it is now a becoming integral part of web development. And, give it good time to understand ... and you are good to go!

Thank u very much for info

Thank u very much for info

Quote:
Originally Posted by krishnandu.sarkar View Post
Yup, see, on web there is basically two sides, Client Side and Server Side.

A client interacts with a page, and back on the web server program logic decides what to do with the input that came and etc.

So client side languages generally used are, HTML(Content of the page), CSS(For designing the page), Javascript and/or jQuery (To make user validation and other interaction more pleasant) etc.

Now comes server side, here too many languages can be used, general ones are PHP, ASP.NET(with VB / C#), JSP. You can also use Python, Perl etc, using CGI scripts.

Same for databases, you can use any of them, but most recognized ones are MySQL(generally used along with PHP), MSSQL Server(generally used along with ASP.NET), Oracle etc.
Thank u very much for info
niteshatdigit is offline   Reply With Quote
Old 03-06-2011, 11:09 AM   #5 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Default Re: Want to become a web developer

Can Python be used as a server-side language? If yes, then how much efficiently?

Right now, I'm learning HTML & CSS and a little bit of JavaScript. But wanna learn a server-side lang. SO which one's better? PHP or Python or Java or C++?
jayantr7 is offline   Reply With Quote
Old 03-06-2011, 11:16 AM   #6 (permalink)
Simply a DIGITian
 
krishnandu.sarkar's Avatar
 
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
Default Re: Want to become a web developer

Yes, python can be used at server side.

But to avoid complications first time, I'd suggest go for PHP, JSP or ASP.NET. Then get into this CGI thing.

And nothing is like better, you use what you want to use or with what you are flexible with, or which solves your demand.
__________________
  • Read The Forum RULES First.
  • Before PM'ing Or Asking Any Questions To Any Mod Read The FAQ's
  • Before Starting A New Thread Read The STICKY THREADS First
  • Before Participating In Bazaar Section Read The BAZAAR RULES
krishnandu.sarkar is online now   Reply With Quote
Old 03-06-2011, 05:43 PM   #7 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Want to become a web developer

Quote:
Originally Posted by mysticjr7 View Post
Can Python be used as a server-side language? If yes, then how much efficiently?

Right now, I'm learning HTML & CSS and a little bit of JavaScript. But wanna learn a server-side lang. SO which one's better? PHP or Python or Java or C++?
Yes, Python can be used as server side language. One of the BIG companies using Python extensively as server side language is Google.

IMO, PHP is very easy to learn. And Python as well. Django is a very nice Python web framework.

And C++ for web development is a bad bad idea.
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 04-06-2011, 02:03 PM   #8 (permalink)
In The Zone
 
Join Date: May 2009
Location: Chennai
Posts: 408
Default Re: Want to become a web developer

I'm an ASP.NET web developer , and I can safely tell you that C# (its like er.. C++ and Java masala) is one of the easiest languages to work with.
__________________
Intel C2Q Q6600 | GA G41M-Combo | Coolermaster Gemini II-S | 8GB DDR3 1333 | MSI GTX 560Ti | Corsair TX750W

SteamID: Tachyon1986 | BF3: ttachyon1986 | League of Legends: IKillLadyHawks
Tachyon1986 is offline   Reply With Quote
Old 04-06-2011, 02:09 PM   #9 (permalink)
Apprentice
 
iamharish15's Avatar
 
Join Date: Apr 2011
Location: Delhi
Posts: 55
Default Re: Want to become a web developer

I want suggestions regarding which language to go for? PHP or advanced Java(J2EE)...
iamharish15 is offline   Reply With Quote
Old 04-06-2011, 05:20 PM   #10 (permalink)
Simply a DIGITian
 
krishnandu.sarkar's Avatar
 
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
Default Re: Want to become a web developer

Choose any. But choose wisely, depending on which field you want to work or on what domain you want to be.
__________________
  • Read The Forum RULES First.
  • Before PM'ing Or Asking Any Questions To Any Mod Read The FAQ's
  • Before Starting A New Thread Read The STICKY THREADS First
  • Before Participating In Bazaar Section Read The BAZAAR RULES
krishnandu.sarkar is online now   Reply With Quote
Old 04-06-2011, 05:51 PM   #11 (permalink)
Apprentice
 
iamharish15's Avatar
 
Join Date: Apr 2011
Location: Delhi
Posts: 55
Default Re: Want to become a web developer

I wanted to know which of the two(PHP or J2EE) has more scope for career perspective? I know only basic HTML and learnt J2SE before.
iamharish15 is offline   Reply With Quote
Old 04-06-2011, 06:32 PM   #12 (permalink)
Simply a DIGITian
 
krishnandu.sarkar's Avatar
 
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
Default Re: Want to become a web developer

Both have scope in their own. PHP + MySQL is famous for it's open source nature, and generally more popular.

ASP.NET is more stable and used by many enterprise. And development is much faster.

J2EE is too used at enterprise level and mainly known for it's security. Any bank, e-shopping site generally prefer JSP, J2EE.
__________________
  • Read The Forum RULES First.
  • Before PM'ing Or Asking Any Questions To Any Mod Read The FAQ's
  • Before Starting A New Thread Read The STICKY THREADS First
  • Before Participating In Bazaar Section Read The BAZAAR RULES
krishnandu.sarkar is online now   Reply With Quote
Old 04-06-2011, 07:03 PM   #13 (permalink)
Apprentice
 
iamharish15's Avatar
 
Join Date: Apr 2011
Location: Delhi
Posts: 55
Thumbs up Re: Want to become a web developer

Quote:
Originally Posted by krishnandu.sarkar View Post
Both have scope in their own. PHP + MySQL is famous for it's open source nature, and generally more popular.

ASP.NET is more stable and used by many enterprise. And development is much faster.

J2EE is too used at enterprise level and mainly known for it's security. Any bank, e-shopping site generally prefer JSP, J2EE.
thanks for the information, now I have planned to go for the J2EE as I prefer Java programming.
iamharish15 is offline   Reply With Quote
Old 04-06-2011, 07:11 PM   #14 (permalink)
Simply a DIGITian
 
krishnandu.sarkar's Avatar
 
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
Default Re: Want to become a web developer

Good, if you prefer Java, then go for J2EE

No need to change your domain as you are already know the language.
__________________
  • Read The Forum RULES First.
  • Before PM'ing Or Asking Any Questions To Any Mod Read The FAQ's
  • Before Starting A New Thread Read The STICKY THREADS First
  • Before Participating In Bazaar Section Read The BAZAAR RULES
krishnandu.sarkar is online now   Reply With Quote
Old 23-06-2011, 11:25 PM   #15 (permalink)
Ballack Junior
 
tuxybuzz's Avatar
 
Join Date: May 2008
Location: Gurgaon
Posts: 125
Default Re: Want to become a web developer

plain J2EE(servlets and jsps) are good but i'd highly recommend that you learn to work on a web framework like Struts/Hibernate etc. as well.
tuxybuzz is offline   Reply With Quote
Old 24-06-2011, 09:07 AM   #16 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Want to become a web developer

^^ I would add "Spring" in that list.
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Reply

Bookmarks

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
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Sarath
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 12:29 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2