Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 28th, 2007, 1:41 AM   #1
MR.T
Newbie
 
MR.T's Avatar
 
Join Date: Feb 2006
Location: USA,Michigan
Posts: 22
Rep Power: 0 MR.T is on a distinguished road
Getting into web development

I like to dabble in different programming languages and just general computer related things. Lately I have become more and more interested in how websites are made. I was wondering what languages I should try and learn to better understand websites and maybe make one of my own.

BTW I don't know any web related languages other than HTML and even then only the basics of it.
__________________
"Gee, Brain, what do you want to do tonight?" "The same thing we do every night, Pinky: Try to take over the world!"
MR.T is offline   Reply With Quote
Old Jul 28th, 2007, 6:19 AM   #2
bigguy
Professional Programmer
 
bigguy's Avatar
 
Join Date: Sep 2005
Location: Arkansas
Posts: 296
Rep Power: 0 bigguy is an unknown quantity at this point
Send a message via AIM to bigguy Send a message via MSN to bigguy Send a message via Yahoo to bigguy
I would suggest PHP, and ASP.NET
__________________
Forgiveness is the fragrance that the violet sheds on the heal that has crushed it. - Mark Twain

Destruction leads to a very rough road, but it also breeds creation.
bigguy is offline   Reply With Quote
Old Jul 28th, 2007, 9:25 AM   #3
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 416
Rep Power: 3 Wizard1988 is on a distinguished road
Send a message via AIM to Wizard1988
Don't forget CSS
__________________
JG-Webdesign
Wizard1988 is offline   Reply With Quote
Old Jul 28th, 2007, 12:53 PM   #4
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 747
Rep Power: 3 Jimbo is on a distinguished road
Quote:
Originally Posted by bigguy View Post
I would suggest PHP, and ASP.NET
I second the notion, with emphasis on the "and." A lot of people swear that PHP is the perfect language, but they've never really used anything else. I'm not saying that ASP.NET is a perfect language either, but I'm liking the code-behind model (I just started using ASP.NET a couple weeks ago). Anyways, try them both. You should also give Ruby on Rails a shot, and maybe Python as well, if you have the time...
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote
Old Jul 28th, 2007, 1:16 PM   #5
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 368
Rep Power: 0 King is an unknown quantity at this point
I also recommend ASP.NET. I have used ASP.NET for a couple years now (school and work) and I have to say it is pretty awesome.
__________________
I am Addicted to Linux!
King is offline   Reply With Quote
Old Jul 28th, 2007, 1:40 PM   #6
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
Yeah, I agree with all of the above. You will need to learn CSS for sure. It's the 're-usability' aspect in web design. PHP is awesome. I really do love it, haven't really done a whole lot of ASP.NET, but from recent work, I've seen that it can be very powerful and easy to use. A good reason to learn it is for internal networks. Remember that not everybody can work linux. Some people prefer to stick with windows, and it does dominate the OS world in usage. People who have little to know experience will have windows, and if they want a internal network type dealy, ASP.NET maybe the way to go.
Booooze is offline   Reply With Quote
Old Jul 28th, 2007, 5:08 PM   #7
PhilBon
Hobbyist Programmer
 
PhilBon's Avatar
 
Join Date: Nov 2005
Posts: 171
Rep Power: 3 PhilBon is on a distinguished road
Send a message via AIM to PhilBon Send a message via MSN to PhilBon
I'm going to give you some advice about both languages that you may already know. Let's start off with PHP. It has some pros and some cons. Pros are: can run on Linux or windows servers. It has some object oriented parts which is good for lower level programming. The cons would be well currently I don't have cons for PHP, maybe that it's not as compatible with turning the applications into desktop applications. Now with ASP.Net it to has it's pros and cons. The cons being it has to run on a window to be 100% affective, there are some mods out there to have it run on Linux but they aren't 100% as affective as just running off of a windows server. The pros are, with the code behind you have the ability to take an application that you develop for desktop applications, and use it in a web browser. You have to change the GUI but if you developed the Program well you'd already have the UI and the code separated. My personal preference would be learn both. PHP has a great resource for help so does ASP.Net. Downside of ASP.Net is the cost to learn it. As well as the resources you need. Seeing as it is best to run on IIS so you'd need xp pro, or something with IIS. If you don't have the resources then PHP is a nice language. If you can get the resources, ASP.Net is great. Still have PHP in your back pocket though. In case you are put into a network with only linux.
PhilBon is offline   Reply With Quote
Old Jul 28th, 2007, 7:01 PM   #8
MR.T
Newbie
 
MR.T's Avatar
 
Join Date: Feb 2006
Location: USA,Michigan
Posts: 22
Rep Power: 0 MR.T is on a distinguished road
Thanks a bunch for the advice guys!

I'm gonna start learning PHP, and since I spend most of my time using linux I wont mess with ASP.net till later... that is if I enjoy making websites and want to learn more.
__________________
"Gee, Brain, what do you want to do tonight?" "The same thing we do every night, Pinky: Try to take over the world!"
MR.T is offline   Reply With Quote
Old Jul 28th, 2007, 9:47 PM   #9
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
You might want to learn about Databases. Databases play a major role in web development. PHP and MySQL are a match made in heaven. I suggest you look go on sourceforge.net and download a web application written in PHP and see how a real web applications looks.
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Jul 29th, 2007, 12:40 AM   #10
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 747
Rep Power: 3 Jimbo is on a distinguished road
I'd suggest you don't look at a large app just yet. Seeing that much unfamiliar code might be a bit intimidating. Write a few things first, then look at a larger sample.
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a Web Browser mattireland Visual Basic .NET 10 Jul 16th, 2007 3:18 PM
Using Java versus ASP.NET (C#) for new Web Project ReggaetonKing Java 5 Jul 2nd, 2007 8:41 PM
Web and software programming languages kinuthia Existing Project Development 3 Jun 6th, 2007 7:06 PM
Qesution: Program for casual game development kazbadan Other Programming Languages 20 Sep 28th, 2005 1:04 PM
Game Development question n3o_X Coder's Corner Lounge 0 Aug 5th, 2005 11:57 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:43 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC