 |
26-05-2011, 07:46 PM
|
#1 (permalink)
|
|
Right Off the Assembly Line
Join Date: May 2011
Posts: 5
|
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??
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
26-05-2011, 07:52 PM
|
#2 (permalink)
|
|
Alpha Geek
Join Date: Feb 2004
Posts: 687
|
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!
|
|
|
26-05-2011, 08:02 PM
|
#3 (permalink)
|
|
Simply a DIGITian
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
|
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
|
|
|
26-05-2011, 08:42 PM
|
#4 (permalink)
|
|
Right Off the Assembly Line
Join Date: May 2011
Posts: 5
|
Re: Want to become a web developer
Quote:
Originally Posted by Ricky
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
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
|
|
|
03-06-2011, 11:09 AM
|
#5 (permalink)
|
|
Passionate
Join Date: Mar 2010
Location: India
Posts: 239
|
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++?
|
|
|
03-06-2011, 11:16 AM
|
#6 (permalink)
|
|
Simply a DIGITian
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
|
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
|
|
|
03-06-2011, 05:43 PM
|
#7 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Want to become a web developer
Quote:
Originally Posted by mysticjr7
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.
|
|
|
04-06-2011, 02:03 PM
|
#8 (permalink)
|
|
In The Zone
Join Date: May 2009
Location: Chennai
Posts: 408
|
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
|
|
|
04-06-2011, 02:09 PM
|
#9 (permalink)
|
|
Apprentice
Join Date: Apr 2011
Location: Delhi
Posts: 55
|
Re: Want to become a web developer
I want suggestions regarding which language to go for? PHP or advanced Java(J2EE)...
|
|
|
04-06-2011, 05:20 PM
|
#10 (permalink)
|
|
Simply a DIGITian
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
|
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
|
|
|
04-06-2011, 05:51 PM
|
#11 (permalink)
|
|
Apprentice
Join Date: Apr 2011
Location: Delhi
Posts: 55
|
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.
|
|
|
04-06-2011, 06:32 PM
|
#12 (permalink)
|
|
Simply a DIGITian
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
|
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
|
|
|
04-06-2011, 07:03 PM
|
#13 (permalink)
|
|
Apprentice
Join Date: Apr 2011
Location: Delhi
Posts: 55
|
Re: Want to become a web developer
Quote:
Originally Posted by krishnandu.sarkar
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.
|
|
|
04-06-2011, 07:11 PM
|
#14 (permalink)
|
|
Simply a DIGITian
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
|
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
|
|
|
23-06-2011, 11:25 PM
|
#15 (permalink)
|
|
Ballack Junior
Join Date: May 2008
Location: Gurgaon
Posts: 125
|
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.
|
|
|
24-06-2011, 09:07 AM
|
#16 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Want to become a web developer
^^ I would add "Spring" in that list.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|