Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-29-2011, 01:01 PM   PM User | #1
sunnynosid
New Coder

 
Join Date: Sep 2011
Posts: 50
Thanks: 4
Thanked 0 Times in 0 Posts
sunnynosid is an unknown quantity at this point
Which is best language to design a website.

In which lanuage should a website be designed so that website becomes more attractive and quality of website too? Today which language is mostly preffered for web designing and why?
sunnynosid is offline   Reply With Quote
Old 09-29-2011, 01:24 PM   PM User | #2
mattyy
New Coder

 
Join Date: Sep 2011
Posts: 12
Thanks: 0
Thanked 1 Time in 1 Post
mattyy is an unknown quantity at this point
It's more to your preference actually.
But probably most of the sites out there are using php.

IMO, python.
mattyy is offline   Reply With Quote
Old 09-29-2011, 02:27 PM   PM User | #3
sunnynosid
New Coder

 
Join Date: Sep 2011
Posts: 50
Thanks: 4
Thanked 0 Times in 0 Posts
sunnynosid is an unknown quantity at this point
Question

I think javascript is better than php because in with javascript we can have flash like features and animation like prompt, alert, wipe, and other animation effects which makes a website quick and fast. But on the other hand, as i think, with php we will be unable to get such features.
Am i right?
sunnynosid is offline   Reply With Quote
Old 09-29-2011, 02:40 PM   PM User | #4
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
Quote:
Originally Posted by sunnynosid View Post
I think javascript is better than php because in with javascript we can have flash like features and animation like prompt, alert, wipe, and other animation effects which makes a website quick and fast. But on the other hand, as i think, with php we will be unable to get such features.
Am i right?
Site functionality should NEVER be left up to javascript. JS should only be used to enhance the user experience after the designer/developer knows the site fully works without it. Remember, javascript is a CLIENT side langauge. Sure you can do some "neat" tricks with it, but its also susceptible to users "turning it off", you cant fully protect sensitive information such as login or email with js, and forget about FULLY validating forms.

But to the OP, I would agree with the other post that php is probably the most common, and since its free to use and develop in, it makes sense.

Personally I prefer and will ALWAYS prefer to code in Coldfusion as my server side.
__________________
Teed

Last edited by teedoff; 09-29-2011 at 06:57 PM.. Reason: spelling
teedoff is offline   Reply With Quote
Old 09-29-2011, 02:49 PM   PM User | #5
sunnynosid
New Coder

 
Join Date: Sep 2011
Posts: 50
Thanks: 4
Thanked 0 Times in 0 Posts
sunnynosid is an unknown quantity at this point
One more thing i wanna ask is "Which web lanuages are free to use and which are not? And why they are not free? And if i use non-free language in my website then what will happen? "
sunnynosid is offline   Reply With Quote
Old 09-29-2011, 03:25 PM   PM User | #6
mattyy
New Coder

 
Join Date: Sep 2011
Posts: 12
Thanks: 0
Thanked 1 Time in 1 Post
mattyy is an unknown quantity at this point
Below is a list of the programming languages I can think of right now.

Quote:
Ajax

ASP

ASP.NET

C

C++

C#

ColdFusion

CSS

Flash

HTML

Java

Javascript

MySQL

Perl

PHP

Python

Ruby

Visual Basic

XHTML

XML
Some languages are correlated so you would have to use some together depending on your required site's functionality.
Example : php mysql

From your questions I'm assuming that you're new to web stuff, you should read some online tutorials or get some ebooks to read. That's how you're gonna learn efficiently (assuming that you want to code a website yourself)
mattyy is offline   Reply With Quote
Old 09-29-2011, 04:29 PM   PM User | #7
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Quote:
Originally Posted by sunnynosid View Post
I think javascript is better than php because in with javascript we can have flash like features and animation like prompt, alert, wipe, and other animation effects which makes a website quick and fast. But on the other hand, as i think, with php we will be unable to get such features.
Am i right?
To be frank, no you aren't. You are comparing apples and oranges there. PHP and JavaScript have two entirely different purposes. PHP works only on the server side and JavaScript works only on the client side.

As for the original poster's question. Are you asking in terms of server side programming or client side? On the client side you have very few options so there isn't much of a debate there. As for the server side, there is no "best" language. In fact in computer programming in general there is no "best" language. There is only the best tool for the job. Different languages can allow you to have different approaches to solving certain problems. There are other factors that can influence your language choice as well.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 10-01-2011, 12:09 PM   PM User | #8
jassi.singh
Regular Coder

 
Join Date: Sep 2011
Posts: 103
Thanks: 0
Thanked 14 Times in 14 Posts
jassi.singh can only hope to improve
Use ASP.Net using MVC with Javascript and Jquery, SAAS and sql server
jassi.singh is offline   Reply With Quote
Old 10-03-2011, 12:21 PM   PM User | #9
JLambert
New Coder

 
Join Date: Sep 2011
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
JLambert is an unknown quantity at this point
Php is main language which you require in order to code your website. And For Design you can use HTML,DHTML/CSS.
JLambert is offline   Reply With Quote
Reply

Bookmarks

Tags
design, good, language, website

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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


All times are GMT +1. The time now is 01:07 PM.


Advertisement
Log in to turn off these ads.