Log in

View Full Version : full list of website design code languages?


open933
Nov 2, 2014, 11:39 PM
hello, Where can i find the full list of website design code languages

InfoJunkie4Life
Nov 6, 2014, 08:29 PM
I think you may find it difficult to obtain, here (http://en.wikipedia.org/wiki/List_of_programming_languages) and here (https://www.odesk.com/blog/2014/03/web-development-101-top-web-development-languages-2014/) may give you some clues. You have to understand that since the advent of large internet servers there has been huge developments in server side scripting that generally puts almost any language available into use for the net. Google runs C and C++ which were never before seen as web languages but are now extensively useful in database programming. As far as client side scripting, there is a much shorter list, here (http://en.wikipedia.org/wiki/Client-side_scripting) (see "List of Client-Side Scripting Languages") will help with that. Even so, many of these can be used either way and even some server side scripts can be wrapped into plugins or activeX controls to be used on the client side, greatly expanding the list in a technical sense.

Is there a more specific type of languages you are looking for?